Revision b47d24f4
Added by danij over 11 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- api
- client
- client.pro (diff)
- include
- src
- edit_map.cpp (diff)
- map
- bsp
- bspleaf.cpp (diff)
- face.cpp (diff)
- hedge.cpp (diff)
- mesh.cpp
- p_maputil.cpp (diff)
- polygon.cpp
- polyobj.cpp (diff)
- render
- server
Refactor: Renamed Polygon as Mesh; given ownership of half-edges
All Face and HEdge components of a Mesh are now owned by it. Polyobj
now has a Mesh of it's own.