David Markowitz
1789ec7f20
delta compression fixes ( #937 )
2023-01-03 11:22:04 -06:00
David Markowitz
dc7d0ce142
Fix Stuns of duration zero ( #938 )
2023-01-03 11:21:57 -06:00
Jett
9ee219ea42
Move Navmesh code away from dPhysics ( #701 )
2022-08-02 06:30:19 +01:00
aronwk-aaron
19e77a38d8
format codebase
2022-07-28 08:39:57 -05:00
Aaron Kimbrell
e97ae92624
Make logger automatically put a newline ( #675 )
...
at the end of the line
remove all the newlines in log calls
2022-07-24 21:26:51 -05:00
David Markowitz
40a9aefb5b
Aggro radius ( #665 )
2022-07-20 20:26:52 -07:00
EmosewaMC
082a2a418f
Use radii from settings
...
Override the DB aggro and tether radii from the settings if they are present.
2022-07-19 23:25:50 -07:00
Aaron Kimbrell
e3422ac0c5
Merge branch 'main' into main
2022-05-24 19:00:52 -05:00
David Markowitz
77459af1d3
Removed AI Stopping after they use a skill ( #407 )
...
* Removed SkillTime from stopping AI
* Reverted Downtime removal
2022-02-05 13:07:30 +01:00
TheMatt2
3de3932503
Comply with Xiphoseer required changes.
...
Remove the CDClientDatabase::ExecuteQueryWithArgs() function and replace
it with CDClientDatabase::CreatePreppedStmt().
This prevents a developer from accidently using %s, or incorrectly
passing std::string, and causing a silent error.
2022-01-12 22:48:27 -05:00
TheMatt2
e5f7d164cb
Additional SQLite lookup sanitizing.
...
Using CDClientDatabase::ExecuteQueryWithArgs() across all known lookups.
2022-01-06 21:12:47 -05:00
Unknown
c060b01037
fix undeleted dpEntity after enemy smashed
...
could be the cause of long-soak (hours long) sessions having CPU issues
2021-12-14 16:24:48 +01:00
Unknown
0545adfac3
Public release of the DLU server code!
...
Have fun!
2021-12-05 18:54:36 +01:00