Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-01Corrected a comment typo.Stijn Buys
2021-11-21Added connect menu prototype.Stijn Buys
2021-11-21Small cleanup of the load/save menu layout.Stijn Buys
2020-07-19Add target indicators and tooltips to the map.Stijn Buys
2020-07-19Don't show the galaxy and zone map buttons simultaneously.Stijn Buys
2020-07-19Corrected a typo in key bindings.Stijn Buys
2020-07-18Corrected a tooltip bug in the savegame menu.Stijn Buys
2020-07-18Added standard close button widget class, added tooltips where approriate.Stijn Buys
2016-07-31Added reset_controls function to revert to the default keyboard configuration,Stijn Buys
don't override unbound keys with default binds.
2016-07-30Tweaked HUD off-screen target colors.Stijn Buys
2016-07-29Added graphics settings menu.Stijn Buys
2016-07-29Added checkbox to enable/disable sound doppler effect.Stijn Buys
2016-07-28Renamed 'Input Controls' menu to just 'Controls'.Stijn Buys
2016-07-28Added audio settings menu.Stijn Buys
2016-07-28Corrected ui widget spacing.Stijn Buys
2016-07-28Fixed the snd_engines cvar being ignored.Stijn Buys
2016-07-23Made the map widgets catch mouse release events,Stijn Buys
preventing events from trickling through to the HUD.
2016-07-23Removed freelook mouse position offset.Stijn Buys
2016-07-23Corrected comment.Stijn Buys
2016-07-23Added player settings menu.Stijn Buys
2016-07-20Renamed UI::elementmargin to IU::spacing, added UI::margin.Stijn Buys
2016-07-18Disable quickload in multiplayer games.Stijn Buys
2016-07-18Corrected a bug where you could not unbind keys with modifiers.Stijn Buys
2015-02-28Corrected HUD autopilot button status once more.Stijn Buys
2015-02-28Disable mouse control while the camera is in freelook.Stijn Buys
2015-02-28Corrected HUD autopilot button status.Stijn Buys
2015-02-28Reimplemented camera handling enabling 360-degree freelook.Stijn Buys
2015-02-08Added a menu to configure key controls.Stijn Buys
2015-02-08Improved class documentation.Stijn Buys
2015-01-06Corrected savegame screenshots on win32.Stijn Buys
2015-01-06Resolved a minor issue with the control lock button.Stijn Buys
2015-01-06Fixed @goto and @dock buttons.Stijn Buys
2015-01-06Fixed target selection in the map window.Stijn Buys
2015-01-06Corrected a window resize issue.Stijn Buys
2015-01-06SDL2 support in previous commit,Stijn Buys
corrected a segfault when pressing a key with an unknown scancode, renamed camera related actions to +lookleft +lookright +lookup +lookdown, bind +freelook to left shift by default.
2015-01-06Added separate event handlers for mouse button clicks and mouse wheel movement.Stijn Buys
2015-01-03Added freelook support. added +freelook action and set it as default bind ↵Stijn Buys
for the left mouse button.
2015-01-03Minor cleanup of client::Action and client::Keyboard code,Stijn Buys
added Action::FreeLook defintions.
2015-01-03Draw the HUD lock button in red.Stijn Buys
2014-12-24Added autopilot and control lock HUD buttons.Stijn Buys
2014-12-22Fixed a bug where the lad/savegame dialog wouldn't show the screenshot of ↵Stijn Buys
the first selected savegame, minor code cleamups in material handling.
2014-12-16Project::OSiRiON can now be built with Clang, use -Wno-overloaded-virtual.Stijn Buys
2014-12-13Minro cleanup, added Model::add_layer() method.Stijn Buys
2014-12-13Use messagebox notifications when buying a ship.Stijn Buys
2014-12-13Suppressed client::Dialog as it has been superceded by client::Messagebox.Stijn Buys
2014-12-07Implemented 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.
2014-07-11Support material layer blending.Stijn Buys
2014-07-09Initial support for multi-layered materials, requires shaders files in the ↵Stijn Buys
new format.
2013-12-17Added a preserve_attribute option to the ui::Paint::print_bitmap() functions ↵Stijn Buys
and the ui::Bitmap class, preserve aspect ratio on the loader screen image and the main menu background.
2013-12-15Added --enable-static-libc option to the configure script,Stijn Buys
automake syntax updates, starsystem roadmap updates.