Age | Commit message (Expand) | Author |
2023-10-01 | Corrected a comment typo. | Stijn Buys |
2021-11-21 | Added connect menu prototype. | Stijn Buys |
2021-11-21 | Small cleanup of the load/save menu layout. | Stijn Buys |
2020-07-19 | Add target indicators and tooltips to the map. | Stijn Buys |
2020-07-19 | Don't show the galaxy and zone map buttons simultaneously. | Stijn Buys |
2020-07-19 | Corrected a typo in key bindings. | Stijn Buys |
2020-07-18 | Corrected a tooltip bug in the savegame menu. | Stijn Buys |
2020-07-18 | Added standard close button widget class, added tooltips where approriate. | Stijn Buys |
2016-07-31 | Added reset_controls function to revert to the default keyboard configuration, | Stijn Buys |
2016-07-30 | Tweaked HUD off-screen target colors. | Stijn Buys |
2016-07-29 | Added graphics settings menu. | Stijn Buys |
2016-07-29 | Added checkbox to enable/disable sound doppler effect. | Stijn Buys |
2016-07-28 | Renamed 'Input Controls' menu to just 'Controls'. | Stijn Buys |
2016-07-28 | Added audio settings menu. | Stijn Buys |
2016-07-28 | Corrected ui widget spacing. | Stijn Buys |
2016-07-28 | Fixed the snd_engines cvar being ignored. | Stijn Buys |
2016-07-23 | Made the map widgets catch mouse release events, | Stijn Buys |
2016-07-23 | Removed freelook mouse position offset. | Stijn Buys |
2016-07-23 | Corrected comment. | Stijn Buys |
2016-07-23 | Added player settings menu. | Stijn Buys |
2016-07-20 | Renamed UI::elementmargin to IU::spacing, added UI::margin. | Stijn Buys |
2016-07-18 | Disable quickload in multiplayer games. | Stijn Buys |
2016-07-18 | Corrected a bug where you could not unbind keys with modifiers. | Stijn Buys |
2015-02-28 | Corrected HUD autopilot button status once more. | Stijn Buys |
2015-02-28 | Disable mouse control while the camera is in freelook. | Stijn Buys |
2015-02-28 | Corrected HUD autopilot button status. | Stijn Buys |
2015-02-28 | Reimplemented camera handling enabling 360-degree freelook. | Stijn Buys |
2015-02-08 | Added a menu to configure key controls. | Stijn Buys |
2015-02-08 | Improved class documentation. | Stijn Buys |
2015-01-06 | Corrected savegame screenshots on win32. | Stijn Buys |
2015-01-06 | Resolved a minor issue with the control lock button. | Stijn Buys |
2015-01-06 | Fixed @goto and @dock buttons. | Stijn Buys |
2015-01-06 | Fixed target selection in the map window. | Stijn Buys |
2015-01-06 | Corrected a window resize issue. | Stijn Buys |
2015-01-06 | SDL2 support in previous commit, | Stijn Buys |
2015-01-06 | Added separate event handlers for mouse button clicks and mouse wheel movement. | Stijn Buys |
2015-01-03 | Added freelook support. added +freelook action and set it as default bind for... | Stijn Buys |
2015-01-03 | Minor cleanup of client::Action and client::Keyboard code, | Stijn Buys |
2015-01-03 | Draw the HUD lock button in red. | Stijn Buys |
2014-12-24 | Added autopilot and control lock HUD buttons. | Stijn Buys |
2014-12-22 | Fixed a bug where the lad/savegame dialog wouldn't show the screenshot of the... | Stijn Buys |
2014-12-16 | Project::OSiRiON can now be built with Clang, use -Wno-overloaded-virtual. | Stijn Buys |
2014-12-13 | Minro cleanup, added Model::add_layer() method. | Stijn Buys |
2014-12-13 | Use messagebox notifications when buying a ship. | Stijn Buys |
2014-12-13 | Suppressed client::Dialog as it has been superceded by client::Messagebox. | Stijn Buys |
2014-12-07 | Implemented messageboxes and the ability for the game module to send them to ... | Stijn Buys |
2014-07-11 | Support material layer blending. | Stijn Buys |
2014-07-09 | Initial support for multi-layered materials, requires shaders files in the ne... | Stijn Buys |
2013-12-17 | Added a preserve_attribute option to the ui::Paint::print_bitmap() functions ... | Stijn Buys |
2013-12-15 | Added --enable-static-libc option to the configure script, | Stijn Buys |