DarkflameServer/dGame
David Markowitz 8a15906885
fix: Racing end of race leaderboards now work (#1317)
* Fix UB in remote input info

Yes i should have made this first
no this wouldnt have happened with rust

* fix end of race leaderboard

Tested that with two players, both players see the others time at the end of the race and all other metrics are shown correctly.

Technically the outBitStream->Write(static_cast<uint16_t>(m_RacingPlayers.size())); should only be written once but how we do it now it is written as we load players in and this is the cheap option compared to the number of bits we are supposed to waste at the end of races
2023-11-24 01:46:26 -08:00
..
dBehaviors feat: implement consume item behavior (#1098) 2023-11-14 19:38:52 -06:00
dComponents fix: Racing end of race leaderboards now work (#1317) 2023-11-24 01:46:26 -08:00
dEntity format codebase 2022-07-28 08:39:57 -05:00
dGameMessages pet emote fix (#1315) 2023-11-22 08:06:09 -06:00
dInventory fix: general issues with dismantling (#1304) 2023-11-18 01:15:47 -06:00
dMission feat: Abstract Logger and simplify code (#1207) 2023-10-21 16:31:55 -07:00
dPropertyBehaviors feat: Abstract Logger and simplify code (#1207) 2023-10-21 16:31:55 -07:00
dUtilities feat: Reward codes (#1308) 2023-11-21 18:05:15 -08:00
Character.cpp refactor: Database abstraction and organization of files (#1274) 2023-11-17 18:47:18 -06:00
Character.h refactor: Database abstraction and organization of files (#1274) 2023-11-17 18:47:18 -06:00
CMakeLists.txt Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
Entity.cpp fix: adding a proximity monitor when one exists already (#1235) 2023-10-23 12:24:17 -05:00
Entity.h feat: Add isolated and simplified path to add components (#1204) 2023-10-22 20:08:49 -05:00
EntityManager.cpp EntityManager: Fix iterator invalidation (#1234) 2023-10-23 08:55:38 -05:00
EntityManager.h refactor: re-write AOE, add FilterTargets, Update TacArc Reading (#1035) 2023-10-09 15:18:51 -05:00
LeaderboardManager.cpp refactor: Database abstraction and organization of files (#1274) 2023-11-17 18:47:18 -06:00
LeaderboardManager.h Add weekly filter 2023-06-05 16:04:56 -07:00
Player.cpp Slash commands: Update compares (#1270) 2023-11-15 19:29:00 -06:00
Player.h convert to unix line endings 2022-08-05 22:01:59 -05:00
TeamManager.cpp Teams: Default team loot to ffa (#1224) 2023-10-18 09:18:22 -05:00
TeamManager.h Teams: Default team loot to ffa (#1224) 2023-10-18 09:18:22 -05:00
TradingManager.cpp feat: Abstract Logger and simplify code (#1207) 2023-10-21 16:31:55 -07:00
TradingManager.h format codebase 2022-07-28 08:39:57 -05:00
User.cpp refactor: Database abstraction and organization of files (#1274) 2023-11-17 18:47:18 -06:00
User.h breakout gmlevel into a scoped enum (#996) 2023-03-24 18:16:45 -05:00
UserManager.cpp chore: Update old character create code (#1291) 2023-11-21 18:14:30 -08:00
UserManager.h refactor: Database abstraction and organization of files (#1274) 2023-11-17 18:47:18 -06:00