Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)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
2021-11-21Added small icon size constant.Stijn Buys
2021-11-07Increase subdivision for patches and spheres.Stijn Buys
2021-03-13Fixes a compiler warning in debianStijn Buys
2020-07-20Added forgotten cassert header.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-19Show tooltips under the mouse cursor instead of under the parent widget.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-18Draw tooltips below the mouse cursor instead of below parent widget.Stijn Buys
2020-07-18Always draw tooltips on top of the widget stack.Stijn Buys
2020-07-18Added standard close button widget class, added tooltips where approriate.Stijn Buys
2020-07-18Completed ui library tooltip implementation.Stijn Buys
2020-07-17Added Widget::tooltip() support. Minor cleanups.Stijn Buys
2020-07-16Read collision meshes from OBJ files. Do not read meshes if the material has ...Stijn Buys
2017-07-09Iterator cleanups.Stijn Buys
2017-07-09Fixed a gcc 7 warning.Stijn Buys
2016-08-21Added aim lead to platform and station weapons.Stijn Buys
2016-08-21Removed unnecessary cast.Stijn Buys
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-29Moved 'wingman add' functionality to 'give wingmen',Stijn Buys
2016-07-29Added graphics settings menu.Stijn Buys
2016-07-29Added checkbox to enable/disable sound doppler effect.Stijn Buys
2016-07-29Minor code cleanups.Stijn Buys
2016-07-29Added checkbox widget.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-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