DarkflameServer/dGame
NinjaOfLU 59ec28a5a4
Prevent integer underflow in item removal
Previously, the only check that the user wasn't trashing more items than they had was clientsided, and this could be bypassed by contacting the server to remove items via a console or the like, and then trashing them before the server could respond, resulting in the count for the items being less than iStackCount. This check prevents that underflow.
2022-04-13 01:58:00 +01:00
..
dBehaviors implement jetpack behavior and remove hardcoded jetpacks (#411) 2022-01-24 14:02:56 -08:00
dComponents Merge pull request #493 from EmosewaMC/ugh 2022-04-11 14:35:57 -07:00
dEntity Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
dGameMessages Prevent integer underflow in item removal 2022-04-13 01:58:00 +01:00
dInventory Added Bat Lord Full Set Bonus (#375) 2022-01-14 13:46:41 +01:00
dMission reputation rewards are now applied to character and not properties 2022-03-31 18:17:58 -07:00
dUtilities Remove ability for gmlevel 0 to use /playanim (#391) 2022-03-29 13:06:28 -07:00
Character.cpp Moved retroactive flag check to Character.cpp 2022-01-19 17:34:53 -08:00
Character.h Moved retroactive flag check to Character.cpp 2022-01-19 17:34:53 -08:00
Entity.cpp special case for pets 2022-04-06 22:21:08 -07:00
Entity.h Changes asked for by Wincent 2021-12-11 13:57:15 +00:00
EntityManager.cpp Implementing and Fixing All Racing Achievements (#366) 2022-02-05 12:28:17 +01:00
EntityManager.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
LeaderboardManager.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
LeaderboardManager.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
Player.cpp patched coin exploit 2021-12-11 13:21:00 +00:00
Player.h patched coin exploit 2021-12-11 13:21:00 +00:00
TeamManager.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
TeamManager.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
TradingManager.cpp resolved MacOS compilation warnings 2022-04-05 05:11:06 -07:00
TradingManager.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
User.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
User.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
UserManager.cpp Merge pull request #415 from Marcono1234/UserManager-name-logging 2022-04-03 11:33:59 +02:00
UserManager.h Changed pants query and removed extra comments 2022-03-24 00:30:52 -07:00