Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/game
AgeCommit message (Expand)Author
2012-01-08Added tracktor beam sound effect.Stijn Buys
2012-01-08Implemented zone ambient color usage in renderer.Evan Goers
2012-01-06Read the "ambient" key from zone ini files.Stijn Buys
2011-12-31Recalculate inventory capacity after loading player data.Stijn Buys
2011-10-02Corrected a bug where setting the jumpgate template radius wouldn't work.Stijn Buys
2011-10-02Added a print() method to list individual templates through the list_template...Stijn Buys
2011-08-28Updated trader and ship dealer menu descriptions.Stijn Buys
2011-08-07Point an ejected cargopod's info to the cargo info.Stijn Buys
2011-08-07Add zone label to the entity info label.Stijn Buys
2011-07-29Corrected mass in the shipmodel info.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-12Removed Entity::Complex flag: collision models will be used if availble,Stijn Buys
2011-07-12Interpret the Item::Tradeable flag when loading savegames.Stijn Buys
2011-07-12Force saving of player data on dock and launch.Stijn Buys
2011-07-12Save and load player inventories,Stijn Buys
2011-07-12Corrected a segfault when launching in a newly purchased shipStijn Buys
2011-07-11Corrected a typo in the racetrack messages.Stijn Buys
2011-07-11Load previously saved player data.Stijn Buys
2011-07-11Initial support for saving player data in multiplayer games,Stijn Buys
2011-07-11Made jumpgates respect the cooldown timeStijn Buys
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, rese...Stijn Buys
2011-07-01Corrected the signature of the RaceTrack::frame() function which prevented it...Stijn Buys
2011-05-11Review of the main loop timer, converted timers from float to unsigned long,Stijn Buys
2011-05-07Removed a number of unused variables to make gcc 4.6 happy.Stijn Buys
2011-03-30Corrected a segfault in Jumpgate::validate() if it had an invalid destination.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-24Applied Thorn's unknown spelling purification patch.Stijn Buys
2011-02-16Removed console messages about entity radius beeing set.Stijn Buys
2011-02-10Added a local chat channel. The say command defaults to zone chat, global mes...Stijn Buys
2011-02-08Corrected triangle loading of collision model, added 'complex' flag to ships.iniStijn Buys
2010-11-29Corrected message in the 'give cargo' command.Stijn Buys
2010-11-27Removed input lag from ship controles.Stijn Buys
2010-11-27Corrected 'specs strafe' message, thanks ThornStijn Buys
2010-11-25Have the spec command report individual specifications if no value is provided.Stijn Buys
2010-11-24Actually add entities in the intro to their zone,Stijn Buys
2010-11-24apply model radius to enties in intro.ini.Stijn Buys
2010-11-24Added support for generic [entity] sections to intro.ini.Stijn Buys
2010-11-24Exposed ship physics damping factors through ships.ini and the specs command.Stijn Buys
2010-11-18Have the goto engine function make your ship appear above another player, ins...Stijn Buys
2010-11-18Removed warning color from docking messages.Stijn Buys
2010-11-18Changed game::Ship::mass() default value to radius() * 100, updated the specs...Stijn Buys
2010-11-16cleaned up autoconf/automake project files, this should solve build order and...Stijn Buys
2010-11-13apply ship templates to stationsStijn Buys
2010-11-13corrected a bug where faction or template secondary color was not appliedStijn Buys
2010-11-13added jumppoint and jumpgate templates, corrected a number of potentionalStijn Buys
2010-11-13don't set shipmodel info on world entities as this would make shipmodel info ...Stijn Buys