Revision d1039dee
Added by danij over 11 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- client
- client.pro (diff)
- include
- audio
- de_play.h (diff)
- network
- render
- world
- entitydatabase.h (diff)
- entitydef.h
- maputil.h
- p_mapdata.h
- p_maptypes.h
- p_object.h (diff)
- r_world.h
- src
- dd_main.cpp (diff)
- def_main.cpp (diff)
- render
- world
- api_map.cpp (diff)
- api_mapedit.cpp (diff)
- entitydatabase.cpp (diff)
- entitydef.cpp
- map.cpp (diff)
- maputil.cpp
- p_data.cpp
- p_objlink.cpp (diff)
- plane.cpp (diff)
- polyobj.cpp (diff)
- r_world.cpp
- sector.cpp (diff)
- server
- client
Refactor: Renamed various world domain source files
p_mapdata.h -> entitydef.h
p_data.cpp -> entitydef.cpp
r_world.h -> maputil.h
r_world.cpp -> maputil.cpp
Also dumped p_maptypes.h as we don't need/want this anymore.