Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-31Added reset_controls function to revert to the default keyboard configuration,Stijn Buys
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
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
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 for...Stijn Buys
2015-01-03Minor cleanup of client::Action and client::Keyboard code,Stijn Buys
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 the...Stijn Buys
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
2014-07-11Support material layer blending.Stijn Buys
2014-07-09Initial support for multi-layered materials, requires shaders files in the ne...Stijn Buys
2013-12-17Added a preserve_attribute option to the ui::Paint::print_bitmap() functions ...Stijn Buys
2013-12-15Added --enable-static-libc option to the configure script,Stijn Buys
2013-11-25Corrected comment.Stijn Buys
2013-11-23Play sounds when getting hit.Stijn Buys
2013-11-23Support for EntityDynamic explosion sounds, minor SoundExt cleanups.Stijn Buys
2013-11-17Added support for explosion sounds,Stijn Buys
2013-11-12Support for player autopilot terget next to mission target,Stijn Buys
2013-11-10Removed debug message.Stijn Buys
2013-11-10Corrected a resize issue with reputation bars of the listview scrollbar appears.Stijn Buys
2013-11-10Adjust reputation on NPC kills,Stijn Buys