Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-06 | Added separate event handlers for mouse button clicks and mouse wheel movement. | Stijn Buys | |
2014-12-07 | Implemented messageboxes and the ability for the game module to send them to ↵ | Stijn Buys | |
remote clients, send a messagebox if the player's ship is destroyed, this fixes having to press the respawn button twice. added messageboxes on network connection failures. | |||
2013-11-08 | Added player reputation window, | Stijn Buys | |
minor cosmetic user interface changes. | |||
2012-11-18 | Log dedicated server console messages to server.log, | Stijn Buys | |
print version number and command line to console on startup. | |||
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 | |
added loadgame/savegame function prototypes | |||
2011-09-04 | Moved main menu infrastructure into client namespace, | Stijn Buys | |
removed ui::Container and ui::Menu classes. | |||
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 | |
corrected a number of timing bugs, improved client framerate stability. | |||
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 ↵ | Stijn Buys | |
messages can be send with the shout command. Removed NonSolid flag fro race objects, have race use the local chat channel. Updated to network protocol version 22. Updated developer documentation. | |||
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 | |
moved sound code from client/targets.cc to client/soundext.cc, added master volume cvar snd_volume | |||
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 | |
added network info transfer added info based buy menu and related game changes | |||
2009-01-28 | use srand() instead of srandom() | Stijn Buys | |
2009-01-28 | seed random generator on startup, | Stijn Buys | |
show loader frame on r_restart, initial collision detection hooks | |||
2009-01-27 | moves docking menus from ui to client, | Stijn Buys | |
allow map and chat window while docked | |||
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 | |
palette text colors, cleanups | |||
2008-12-21 | unload sounds on zone change | Stijn Buys | |
2008-12-07 | add system map, | Stijn Buys | |
prepare source tree for dataset reorganization | |||
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 | |