Revision 2e5a22a6
Added by skyjake over 10 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- client
- client.pro (diff)
- include
- src
- client
- cl_mobj.cpp (diff)
- cl_sound.cpp (diff)
- clmobjhash.cpp
- world
- client
- client
Refactor|Client: Client-specific private mobj data
Removed ClMobjInfo and ClMobjHash. The mobj's client-specific network
state is now stored as an optional component of the client's private
ClientMobjThinkerData.
ClMobjHash was replaced with a QHash. Similarly, Thinkers now uses
a QHash to look up mobjs by ID.