PSF-BotServer/.gitignore
Fate-JH 563afcdb19
Auto-Repair Tuning (#652)
* 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
2021-01-12 14:27:33 -05:00

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/