Revision 328e39b7
Added by danij over 11 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- client
- client.pro (diff)
- include
- src
- dd_main.cpp (diff)
- render
- world
- map.cpp (diff)
- p_maputil.cpp
- p_mobj.cpp (diff)
- polyobj.cpp (diff)
- server
- client
Refactor: Merged rest of p_maputil.cpp into de::Map
Todo: Map's public API can now be simplified significantly as all
tasks which link map elements to map-owned data structures are now
handled internally by the Map class.