Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-01Added libtools's m4 directory to .gitignore.HEADmasterStijn Buys
2023-10-01Corrected a comment typo.Stijn Buys
2023-10-01Added libtoolize and m4 things for autoconf.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-07Added Arch linux PKGBUILD prototype.Stijn Buys
2021-11-07Increase subdivision for patches and spheres.Stijn Buys
2021-03-14Small cleanups in the configure scriptStijn 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
the Ignore flag set.
2019-10-26Use -lopenal instead of -lopenal32 on win32.Stijn Buys
2017-07-09Iterator cleanups.Stijn Buys
2017-07-09Fixed a gcc 7 warning.Stijn Buys
2016-12-07Staying one step ahead of the grammar nazis.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
don't override unbound keys with default binds.
2016-07-30release-0.2.8Stijn Buys
2016-07-30Tweaked HUD off-screen target colors.Stijn Buys
2016-07-29Moved 'wingman add' functionality to 'give wingmen',Stijn Buys
minor code cleanups.
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
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-23General ui code improvements, moved layout related variables to ui::UI,Stijn Buys
added ColorPicker widget.
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-15Added git hash for 0.2.7 to ChangeLogStijn Buys