Age | Commit message (Expand) | Author |
2012-11-18 | Log dedicated server console messages to server.log, | Stijn Buys |
2012-02-13 | Corrected loadgame/savegame function documentation. | Stijn Buys |
2012-01-22 | Implemented autosave for single player games. | Stijn Buys |
2012-01-15 | Implement the savegame and loadgame console functions. | Stijn Buys |
2012-01-08 | Corrected a material cleanup bug in the disconnect cycle, | Stijn Buys |
2011-09-04 | Moved main menu infrastructure into client namespace, | Stijn Buys |
2011-07-29 | Renamed various user interface classes, somewhat improved inventory window. | Stijn Buys |
2011-07-26 | renamed client::WorldView to client::MainWindow | Stijn Buys |
2011-07-09 | Cleanup of the messaging interface. | Stijn Buys |
2011-05-11 | Review of the main loop timer, converted timers from float to unsigned long, | Stijn Buys |
2011-05-09 | Refactored the sys::localtime routines. | Stijn Buys |
2011-02-10 | Added a local chat channel. The say command defaults to zone chat, global mes... | Stijn Buys |
2010-11-29 | Parse command line options after engine initialization. | Stijn Buys |
2010-11-29 | Added 'testmodel' function, enabled autoscaling on ui::ModelView | Stijn Buys |
2010-10-25 | directory prefix is no required for ini files, merge ui.ini and menu.ini | Stijn Buys |
2010-10-01 | Initial inventory window | Stijn Buys |
2010-02-25 | added initial support for model sound tags, | Stijn Buys |
2009-08-18 | astyle cleanup, corrects not loading of material textures | Stijn Buys |
2009-06-07 | fixed a few widget order problems, changed map targetting behaviour | Stijn Buys |
2009-04-15 | added info registry, list_info | Stijn Buys |
2009-01-28 | use srand() instead of srandom() | Stijn Buys |
2009-01-28 | seed random generator on startup, | Stijn Buys |
2009-01-27 | moves docking menus from ui to client, | Stijn Buys |
2009-01-26 | removed View class | Stijn Buys |
2009-01-25 | enhanced loader screen | Stijn Buys |
2009-01-12 | Improved loader message | Stijn Buys |
2009-01-11 | initial loader frame | Stijn Buys |
2009-01-10 | hud widget, drawing code reorganization | Stijn Buys |
2008-12-26 | default player settings in player.ini, | Stijn Buys |
2008-12-21 | unload sounds on zone change | Stijn Buys |
2008-12-07 | add system map, | Stijn Buys |
2008-11-23 | clean module consturction/destruction | Stijn Buys |
2008-11-15 | entity extensions | Stijn Buys |
2008-11-11 | cleanups | Stijn Buys |
2008-11-09 | docking menus | Stijn Buys |
2008-11-08 | finalized renaming from server namespace to dedicated | Stijn Buys |
2008-11-08 | adds rcon, rconpassword and sv_password | Stijn Buys |
2008-11-08 | docking, join menu | Stijn Buys |
2008-11-08 | docking, bumps network protocol version | Stijn Buys |
2008-11-03 | minor bugfixes | Stijn Buys |
2008-10-21 | moved client console into libui | Stijn Buys |
2008-10-19 | ui_chat and ui_chatsmall | Stijn Buys |
2008-10-19 | on-screen notifications | Stijn Buys |
2008-10-19 | scrollpane widget, updated chatbox | Stijn Buys |
2008-10-16 | various user interface related updates | Stijn Buys |
2008-10-15 | moved client console into a Widget | Stijn Buys |
2008-10-12 | container widget | Stijn Buys |
2008-10-12 | user interface updates, work-in-progress | Stijn Buys |
2008-10-11 | zonechange events, menu previous command | Stijn Buys |
2008-10-10 | adds KeyPress, DevInfo and Stats widgets | Stijn Buys |