Age | Commit message (Expand) | Author |
2012-10-13 | Draw zone colors and background texture on the galactic map. | Stijn Buys |
2012-10-08 | Do not draw hidden zones on the galaxy map. | Stijn Buys |
2012-10-08 | added zone flags, | Stijn Buys |
2012-10-07 | Add galactic map, make it possible to other zones on the map. | Stijn Buys |
2012-10-07 | Set localcontrol aaim while target tracking. | Stijn Buys |
2012-10-07 | Corrected code comment. | Stijn Buys |
2012-03-19 | Resolved a ModelView related segfault when opening the buy menu and a potenta... | Stijn Buys |
2012-03-03 | Added +fire action, default bind to mouse button 2. | Stijn Buys |
2012-02-15 | Adjusted map target modelview scaling, fixed a crash when targetting an entit... | Stijn Buys |
2012-02-13 | Removed quotes from confirm messages in the savegame window. | Stijn Buys |
2012-02-13 | Corrected loadgame/savegame function documentation. | Stijn Buys |
2012-02-13 | Show selected stars and planets in the map window. | Stijn Buys |
2012-01-29 | Realign prices in the trade menu. | Stijn Buys |
2012-01-29 | (no commit message) | Stijn Buys |
2012-01-28 | FS#21 Implemented savegame screenshot. | Stijn Buys |
2012-01-22 | Changed default key binds for the map and the inventory windows, | Stijn Buys |
2012-01-22 | Implemented autosave for single player games. | Stijn Buys |
2012-01-22 | Allow key binds to be processed while the main menu is visible. | Stijn Buys |
2012-01-22 | Bumped version number to 0.2.1, updated changelog, corrected a spectator cras... | Stijn Buys |
2012-01-22 | Added confirm dialogs for load/save/delete game menu actions. | Stijn Buys |
2012-01-15 | Create savegames/ directory if it doesn't exist. | Stijn Buys |
2012-01-15 | Implement the savegame and loadgame console functions. | Stijn Buys |
2012-01-15 | Added client-side savegame functionality. | Stijn Buys |
2012-01-15 | Hide the join menu in non-interactive games. | Stijn Buys |
2012-01-09 | Added save/load menu prototype. | Stijn Buys |
2012-01-09 | Changed 'not available' to 'none available' in the trade menu. | Stijn Buys |
2012-01-08 | Corrected a material cleanup bug in the disconnect cycle, | Stijn Buys |
2012-01-08 | Added eject cargo dialog | Stijn Buys |
2011-09-04 | Moved main menu infrastructure into client namespace, | Stijn Buys |
2011-09-04 | Fixed the close button on the chat window. | Stijn Buys |
2011-08-28 | Added client::ButtonMenu base class, refactored client::EntityMenu as a Butto... | Stijn Buys |
2011-08-28 | Improved chat window layout, added title and close button. | Stijn Buys |
2011-08-28 | Removed unnecessary class. | Stijn Buys |
2011-08-28 | New base classes for cient menus. | Stijn Buys |
2011-08-21 | Correct draw_clock modes, | Stijn Buys |
2011-08-07 | Update map window target info if the info timestamp has changed. | Stijn Buys |
2011-08-04 | Added provisionary close button to map, inventory and trade window, | Stijn Buys |
2011-07-31 | Improved map window, moved the actual map widget into a seperate class. | Stijn Buys |
2011-07-31 | Handle local mouse pointer in client::HUD, | Stijn Buys |
2011-07-30 | Improved trade menu. | Stijn Buys |
2011-07-30 | Added support for tiled ui materials, changed default widget backgrounds to u... | 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-07-07 | Added a 2 second jump drive cooldown, added jump completed sound effect, rese... | Stijn Buys |
2011-07-05 | Added support for a jump engine start sound, correted a typo in client.h. | Stijn Buys |
2011-07-02 | Dont' draw the player's ship in Cockpit view, | Stijn Buys |
2011-05-31 | Removed a forced recalculateLocalAabb for compound shapes, | 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 |