Revision ffa78959
Added by skyjake almost 12 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- client
- client.pro (diff)
- include
- con_main.h (diff)
- de_console.h (diff)
- de_system.h (diff)
- gl
- render
- sys_console.h
- ui
- b_main.h (diff)
- canvas.h (diff)
- canvaswindow.h (diff)
- consolewindow.h
- dd_input.h (diff)
- sys_input.h (diff)
- window.h (diff)
- src
- audio
- con_config.cpp (diff)
- con_main.cpp (diff)
- dd_init.cpp (diff)
- dd_loop.cpp (diff)
- dd_main.cpp (diff)
- dd_pinit.cpp (diff)
- dd_plugin.cpp (diff)
- library.cpp (diff)
- m_misc.cpp (diff)
- map
- render
- resource
- sys_system.cpp (diff)
- ui
- unix
- sys_console.cpp
- updater
- windows
- sys_console.cpp
- libshell
- server
- client
Client|Server: Dropped GUI/input dependencies in server binary
The server has no input devices, and therefore needs no bindings either.
Both the input and bindings subsystems were dropped from the server.
The text-mode console was dropped altogether from both client and
server builds (to be replaced with the Shell).
The window manager was dropped from the server, which is now a TextApp.