mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +00:00
* difficulty modifiers for repair rate and drain in config * changed autorepair request-repair pattern to wait until a repair is fulfilled before issuing the next request; moved integration tests for efficiency * auto-repair accounts for delay between request-reply when schduling next request; base ntu drain is halved; auto-repair mending values adjusted based on wiki times * moving config call into auto-repair mixin * deleting the old integration testing code * obligatory test fixes * more of the same * correcting exceptions with calculating subsequent auto-repair time and transfer messaging behavior with WarpGate objects; transfer animation and transfer delivery now have slightly different timing; wrote bunch of tests that don't work in the standard manner, but do pass
37 lines
295 B
Plaintext
37 lines
295 B
Plaintext
# Project crap
|
|
target
|
|
*.class
|
|
.idea/
|
|
.idea_modules/
|
|
tmp/
|
|
out/
|
|
*.iws
|
|
*.ipr
|
|
*.iml
|
|
.bloop
|
|
.metals
|
|
project/metals.sbt
|
|
/docs
|
|
.vscode
|
|
.bsp
|
|
|
|
# User configs
|
|
config/psforever.conf
|
|
|
|
# Log files
|
|
*.log
|
|
logs/
|
|
|
|
# Random
|
|
*.swp
|
|
/*.csv
|
|
|
|
# Binary files
|
|
*.so
|
|
*.dll
|
|
*.exe
|
|
*.zip
|
|
pscrypto-lib/
|
|
.bsp/
|
|
project/project/
|