Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2015-01-06Corrected SDL2 variable names in configure.Stijn Buys
2015-01-06Use sdl2-config in configure.Stijn Buys
2015-01-06SDL2 support in previous commit,Stijn Buys
corrected a segfault when pressing a key with an unknown scancode, renamed camera related actions to +lookleft +lookright +lookup +lookdown, bind +freelook to left shift by default.
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 ↵Stijn Buys
for the left mouse button.
2015-01-03Minor cleanup of client::Action and client::Keyboard code,Stijn Buys
added Action::FreeLook defintions.
2015-01-03Draw the HUD lock button in red.Stijn Buys
2014-12-25Corrected a number of imperfections in Entity::print(), ↵Stijn Buys
EntityDynamic::print() and Info::print().
2014-12-25Added a core::Level type, added a level attribute to core::Entity and ↵Stijn Buys
core::Info, updated core::Player to use the new type.
2014-12-25Corrected a number of const references in the ini stream reader.Stijn Buys
2014-12-25Split zone validation into two phases.Stijn Buys
2014-12-24Don't set thruster to 0 while docking.Stijn Buys
2014-12-24Projectiles don't need mass.Stijn Buys
2014-12-24Prevent projectiles from hitting the enity that fired it, prevent ↵Stijn Buys
projectiles from hitting each other.
2014-12-24Added autopilot and control lock HUD buttons.Stijn Buys
2014-12-22Added 'wingmen recall' engine function to make wingmen dock at a player's ↵Stijn Buys
carrier.
2014-12-22Wingmen will try to repair their ship when not in combat.Stijn Buys
2014-12-22Wingmen will try to repair their ship if the leader has a carrier and health ↵Stijn Buys
drops below 25%.
2014-12-22Prevent wingmen from getting destroyed when you buy a new ship or use the ↵Stijn Buys
'give ship' engine command.
2014-12-22Fixed a bug where the lad/savegame dialog wouldn't show the screenshot of ↵Stijn Buys
the first selected savegame, minor code cleamups in material handling.
2014-12-16Improved list_entity engine function.Stijn Buys
2014-12-16Currected a bug where the waypoint number would always be 1 in error ↵Stijn Buys
messages while parsing the [patrol] section.
2014-12-16Fixed a small bug where the repair messagebox would appear if you were at ↵Stijn Buys
full armor strength.
2014-12-16Project::OSiRiON can now be built with Clang, use -Wno-overloaded-virtual.Stijn Buys
2014-12-14Added #include <cassert> where mingw requires it.Stijn Buys
2014-12-13Added repair engine function and the ability to repair ships at bases.Stijn Buys
2014-12-13Minro cleanup, added Model::add_layer() method.Stijn Buys
2014-12-13Use messagebox notifications when buying a ship.Stijn Buys