Revision 5cd33529
Added by skyjake over 10 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- distrib
- doomsday
- client
- client.pro (diff)
- include
- src
- api_uri.cpp (diff)
- audio
- s_logic.cpp
- s_main.cpp (diff)
- s_wav.cpp
- dualstring.cpp
- uri.cpp (diff)
- dep_doomsday.pri
- dep_legacy.pri (diff)
- dep_shell.pri (diff)
- doomsday.pro (diff)
- libdoomsday
- postbuild
- server
- tools
- client
Refactor: Added libdoomsday, relocated some files
libdoomsday is the common denominator between the client and the
server applications.
Unlike liblegacy, it is intended to be a permanent and central part
of the architecture. All shared functionality that exists both in
the client and the server (but not at a more general level) should be
relocated there, after appropriate refactoring.
Relocated the following:
- logical sound manager
- old WAV parser
- base mobj struct declaration
- DualString