Revision e6eb6175
Added by danij over 11 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- client
- client.pro (diff)
- include
- src
- client
- render
- lumobj.cpp (diff)
- r_main.cpp (diff)
- rend_main.cpp (diff)
- sprite.cpp (diff)
- world
- map.cpp (diff)
- p_mobj.cpp (diff)
- p_particle.cpp (diff)
- p_think.cpp
- p_ticker.cpp (diff)
- thinkers.cpp
- world.cpp (diff)
- server
- client
Refactor|Map: Separated thinker and thinker list from Map to new class Thinkers
Functionally unchanged. However the implementation was cleaned up and
the list array replaced with a QList.
Applied solely to cleanup the Map API.
Todo for later: Replace this krusty old mechanism with the far better
solution developed by skyjake in the old 'new-order' branch(es).