Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-07-28Added audio settings menu.Stijn Buys
2016-07-28Corrected ui widget spacing.Stijn Buys
2016-07-28Updated header documentation.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-23General ui code improvements, moved layout related variables to ui::UI,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
2016-07-14Added powersteering to AI flight controls.Stijn Buys
2016-07-14Base steering control values on mouse aim world space location.Stijn Buys
2016-07-12Added asserts to investigate a potential segfault.Stijn Buys
2016-07-12Corrected misleading indentation warnings.Stijn Buys
2016-03-25Fixed a bad pointer bug when a ship explodes and ejects a weapon. Thanks to T...Stijn Buys
2015-10-04Corrected a compiler warning when buildling without ncurses, reported by mega.Stijn Buys
2015-09-19Corrected a typo in the 'wingmen launch' command.Stijn Buys
2015-03-02Fixed a build problem where an SDL instead of SDL2 header was used.Stijn Buys
2015-02-28Do not draw world axis with r_axis enabled.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-28Added a repair option to the menu of carriers.Stijn Buys
2015-02-28Added abandon engine function to drop the current character.Stijn Buys
2015-02-28Reimplemented camera handling enabling 360-degree freelook.Stijn Buys
2015-02-22Fixed foot after shooting it.Stijn Buys
2015-02-22Small optimizations.Stijn Buys
2015-02-22Fixed valgrind warnings.Stijn Buys
2015-02-22Fixed valgrind warnings.Stijn Buys
2015-02-09Don't render slot indicators when the entity is outside fx range,Stijn Buys
2015-02-09Drop support for the 'infoname' entity ini key.Stijn Buys
2015-02-08Corrected a bug in the launching code where the axis of the wrong slot was used.Stijn Buys
2015-02-08Added a menu to configure key controls.Stijn Buys
2015-02-08Improved class documentation.Stijn Buys
2015-02-08Minor iterator corrections.Stijn Buys
2015-02-01Corrected a bug where submodel tags where not rotated according to the submod...Stijn Buys
2015-02-01Reduce drawing distance to 50km and fx distance to 20km.Stijn Buys
2015-02-01Parse the rgbgen directive in material files.Stijn Buys
2015-01-25Added support for default player characters when joining a game.Stijn Buys
2015-01-25Minor header file cleanup,Stijn Buys
2015-01-24Removed specialized globe distance function.Stijn Buys
2015-01-10Use a draw list for entities and globes.Stijn Buys
2015-01-10Print a message if the player tries to beam cargo and the cargo hold is full.Stijn Buys
2015-01-06Corrected an issue in the scrollbar mousewheel handling.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