Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-15Updated changelog for 0.2.7, bumped version number.Stijn Buys
2016-07-15Corrected autotools issues on mingw-w64.Stijn Buys
2016-07-14Added autotools related files to .gitignore.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-25Use the short git hash in the version number.Stijn Buys
2016-03-25Fixed a bad pointer bug when a ship explodes and ejects a weapon. Thanks to ↵Stijn Buys
Thorn for finding it.
2016-03-09Removed double trademark notice.Stijn Buys
2016-03-06Updated README to be in sync with the about page on the website.Stijn Buys
2016-03-06Updated README.Stijn Buys
2016-03-05Replaced svn revision with the git hash in the version number.Stijn Buys
2016-03-05Homogenized documentation files throughout the different projects.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-06-14Reverted the previous change and renamde the --enable-static-libc configure ↵Stijn Buys
option to --enable-static-stdlib.
2015-06-14Split --enable-static-libc configure option into --enable-static-libc and ↵Stijn Buys
--enable-static-libstdc++
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
small optimization when drawing model lights.
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 ↵Stijn Buys
submodel axis.
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
add weapons to the player's ship when starting a new game.
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
2015-01-06Corrected a window resize issue.Stijn Buys