ddnet/datasrc
c0d3d3v 7abeaf0cd7
Preparations for the new HUD
- add pickup sprites to 0.6 data source
- New Enum for the 4 pickup categories
- Remove the unnecessary access to client_data7 for the pickup sprites
- Use the correct sprite set for the HUD sprites
- Read existing weapons into m_Predicted so that this information matches the last snap if the CCharacter is not predicted
- Move m_aWeapons from CCharacter to CCharacterCore for a more consistent data model since it was previously defined twice in the server and client (further so that it can be accessed with m_Predicted)
- Read CNetObj_Character into m_Predicted so that this information matches the last snap if the CCharacter is not predicted.
2022-04-14 13:38:55 +02:00
..
seven Remove F-Client-specific messages 2021-01-12 01:38:23 +01:00
compile.py Validate variables of the snap-item base class 2022-02-19 20:08:05 +01:00
content.py Preparations for the new HUD 2022-04-14 13:38:55 +02:00
crosscompile.py Added extern to protocolglue arrays 2022-04-03 02:34:45 +02:00
datatypes.py Validate variables of the snap-item base class 2022-02-19 20:08:05 +01:00
network.py Preparations for the new HUD 2022-04-14 13:38:55 +02:00