Revision 9bc24444
Added by skyjake over 8 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- apps
- client
- include
- src
- api_map.cpp (diff)
- audio
- clientapp.cpp (diff)
- dd_main.cpp (diff)
- def_main.cpp (diff)
- gl
- render
- resource
- base
- api_material.cpp (diff)
- api_resource.cpp (diff)
- clientresources.cpp
- image.cpp (diff)
- clientresources.cpp
- compositebitmapfont.cpp (diff)
- fontmanifest.cpp (diff)
- texturevariant.cpp (diff)
- base
- ui
- world
- libdoomsday
- server
- client
- apps
Refactor|Resources: Finished cleanup of ClientResources
All client-specific functionality now remains in the ClientResources
class, while the base class Resources (in libdoomsday) handles
everything common to both the client and the server.