Revision fd7adef5
Added by skyjake almost 5 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- apps
- api
- client
- CMakeLists.txt (diff)
- include
- world
- bsp
- convexsubspaceproxy.h
- edgetip.h
- hplane.h
- linesegment.h
- partitioner.h
- partitionevaluator.h
- superblockmap.h
- clientserverworld.h (diff)
- map.h (diff)
- p_object.h (diff)
- sky.h
- bsp
- world
- src
- api_map.cpp (diff)
- world
- api_thinker.cpp
- base
- bsp
- convexsubspaceproxy.cpp
- hplane.cpp
- linesegment.cpp
- partitioner.cpp
- partitionevaluator.cpp
- superblockmap.cpp
- sky.cpp
- server
- libs
- apps
Continuing to break the world apart
Moved the BSP builder to libdoomsday. Added more types to world::Factory. Split clientside code out of Sky.