Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-02Copy currently mounted weapons onto wingmen.Stijn Buys
2013-10-20Improved autopilot roll control in formation flight.Stijn Buys
2013-10-20Make wingmen follow you through jumpgates.Stijn Buys
2013-10-20Allow docking even if ControlFlagOverride is set.Stijn Buys
2013-10-17Remove the bullet physics body from destroyed ships,Stijn Buys
do not delete the entity to make sure explosions are shown.
2013-10-16Added support for autopilot formation flight and docking.Stijn Buys
2013-10-15Added ship autopilot, removed entity_controlflags, added goto ui button.Stijn Buys
2013-10-14Separated autopilot from AI code, added basic formation flying.Stijn Buys
2013-10-13Added initial NPC class, added 'wingmen' engine function.Stijn Buys
2013-01-19Corrected an error where the weapon cone was doubled.Stijn Buys
2013-01-19Convert slot cone angle to radians.Stijn Buys
2013-01-06Increased projectile size to 0.025f.Stijn Buys
2013-01-01Turrets and cannons can only be mounted in an approriate slot.Stijn Buys
2013-01-01Initial support for turret-style weapons.Stijn Buys
2012-12-30Added support for weapons mouse aiming.Stijn Buys
2012-12-29Added sound effects for weapon mounting and target hitting,Stijn Buys
enabled projectile soundname transfer in networked games, resolved an issue where a ship was able to shoot itself, bumped network protocol to 26,
2012-12-28Support for rendering globes with rings,Stijn Buys
removed hardcoded 'corona' prefix for corona textures, added support for projectile fire sounds.
2012-12-16dded <cassert> include where required.Stijn Buys
2012-12-04Introduce Entity::hit() callback, prevent projectiles from doing no damage.Stijn Buys
2012-12-01Documentation update.Stijn Buys
2012-11-25Removed game::Projectile, added initial support for ship health.Stijn Buys
2012-11-25Moved core::EntityGlobe into a separate file,Stijn Buys
added various methods to core::Item and core::Slot, added r_slots cvar to draw entity slots and docks, added game methods for mounting and umounting of weapons, added playerlist to chat window.
2012-11-21Added get/set methods for the weapon-slot API.Stijn Buys
2012-11-18Support for ownerid() on projectiles and spacemines,Stijn Buys
show assassin name in death messages.
2012-11-18Improved death messages,Stijn Buys
shoot colored projectiles.
2012-11-18ADded support for enitty information printing, print current armor values ↵Stijn Buys
for ships, print death messages
2012-11-18Implements server-side ship damage,Stijn Buys
adds a damage key to the weapons.ini file, configurable spacemine damage.
2012-11-14Only allow gunfire if Ship::state() == Entity::Normal,Stijn Buys
do not activate impulse engines during ImpulseInitiate
2012-11-14Added initial weapon projectiles.Stijn Buys
2012-11-11Cleaned up core::EntyControlable client-side and server-side proprties API.Stijn Buys
2012-10-20Item id based inventory, support for weapon dealers.Stijn Buys
2012-10-13Corrected bugs in the respawn command, detect ship collisions with planets ↵Stijn Buys
and stars.
2012-10-11Moved handling of the physics reset for the Docked and Destroyed state from ↵Stijn Buys
game tp core.
2012-04-22Load entity weapon slots,Stijn Buys
prevent the game from crashing when launching after obtaining a ship through 'give' while docked.
2012-03-03Added core::Slots class template, replaced Entity::set_inventory() with ↵Stijn Buys
Entity::add_inventory().
2012-01-22Implemented autosave for single player games.Stijn Buys
2011-07-13Actually remove ships from the bullet simulation while docked.Stijn Buys
2011-07-13Forcefully removed docked ships from the bullet simulation.Stijn Buys
2011-07-13Do not update ship position and axis while docked.Stijn Buys
2011-07-12Save and load player inventories,Stijn Buys
corrected a typo in saving the forward vector of the ship axis.
2011-07-11Initial support for saving player data in multiplayer games,Stijn Buys
have ships remember their docks and spawns.
2011-07-09Play jump completed sound when using the /jump cheat.Stijn Buys
2011-07-07Added a 2 second jump drive cooldown, added jump completed sound effect, ↵Stijn Buys
reset keyboard modifiers when resetting the video subsystem.
2011-05-11Review of the main loop timer, converted timers from float to unsigned long,Stijn Buys
corrected a number of timing bugs, improved client framerate stability.
2011-05-07Removed a number of unused variables to make gcc 4.6 happy.Stijn Buys
2011-03-08Restore previous thruster setting when dropping out of impulse speed.Stijn Buys
2011-03-08Replaced the func_impulse if-soup with a nice switch() block.Stijn Buys
2011-02-08Corrected triangle loading of collision model, added 'complex' flag to ships.iniStijn Buys
to enable collision models on player ships.
2010-11-27Removed input lag from ship controles.Stijn Buys
2010-11-24Exposed ship physics damping factors through ships.ini and the specs command.Stijn Buys