Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/game
AgeCommit message (Collapse)Author
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
removed a number of irrelevant comments.
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
corrected a typo in saving the forward vector of the ship axis.
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
have ships remember their docks and spawns.
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, ↵Stijn Buys
reset keyboard modifiers when resetting the video subsystem.
2011-07-01Corrected the signature of the RaceTrack::frame() function which prevented ↵Stijn Buys
it from beeing executed.
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-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 ↵Stijn Buys
messages can be send with the shout command. Removed NonSolid flag fro race objects, have race use the local chat channel. Updated to network protocol version 22. Updated developer documentation.
2011-02-08Corrected triangle loading of collision model, added 'complex' flag to ships.iniStijn Buys
to enable collision models on player ships.
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
removed core::EntityControlable::movement(), cleaned up core::EntityGlobe, adds support for a per-globe corona, adds core::EntityControlable::control_flags(), bumps network protocol version to 21
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, ↵Stijn Buys
instead of in front of him.
2010-11-18Removed warning color from docking messages.Stijn Buys
2010-11-18Changed game::Ship::mass() default value to radius() * 100, updated the ↵Stijn Buys
specs game function.
2010-11-16cleaned up autoconf/automake project files, this should solve build order ↵Stijn Buys
and dependency issues
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
radius related bugs
2010-11-13don't set shipmodel info on world entities as this would make shipmodel info ↵Stijn Buys
editable through zone.ini
2010-11-13set ship entity infoStijn Buys
2010-11-13adds a ship key for world entities which applies ship model settings to a ↵Stijn Buys
world entity
2010-11-13fixed broken model sizes in introStijn Buys
2010-11-13corrected a bug where ship names got erased,Stijn Buys
made core::Entity::info() const, added core::Info::find() to get non-const *core::Info pointers
2010-11-13fixed broken game::RaceTrack docking, made race entities NonSolidStijn Buys
2010-11-12enables entity model scaling, Entity::radius() gets precedence over ↵Stijn Buys
Model::radius(), corrected bullet motionstate transfer bug in Entity::reset(), minor cleanups