Age | Commit message (Expand) | Author |
2012-11-25 | Removed game::Projectile, added initial support for ship health. | Stijn Buys |
2012-11-25 | Moved core::EntityGlobe into a separate file, | Stijn Buys |
2012-11-21 | Added get/set methods for the weapon-slot API. | Stijn Buys |
2012-11-18 | Support for ownerid() on projectiles and spacemines, | Stijn Buys |
2012-11-18 | Improved death messages, | Stijn Buys |
2012-11-18 | ADded support for enitty information printing, print current armor values for... | Stijn Buys |
2012-11-18 | Implements server-side ship damage, | Stijn Buys |
2012-11-14 | Only allow gunfire if Ship::state() == Entity::Normal, | Stijn Buys |
2012-11-14 | Added initial weapon projectiles. | Stijn Buys |
2012-11-11 | Cleaned up core::EntyControlable client-side and server-side proprties API. | Stijn Buys |
2012-10-20 | Item id based inventory, support for weapon dealers. | Stijn Buys |
2012-10-13 | Corrected bugs in the respawn command, detect ship collisions with planets an... | Stijn Buys |
2012-10-11 | Moved handling of the physics reset for the Docked and Destroyed state from g... | Stijn Buys |
2012-04-22 | Load entity weapon slots, | Stijn Buys |
2012-03-03 | Added core::Slots class template, replaced Entity::set_inventory() with Entit... | Stijn Buys |
2012-01-22 | Implemented autosave for single player games. | Stijn Buys |
2011-07-13 | Actually remove ships from the bullet simulation while docked. | Stijn Buys |
2011-07-13 | Forcefully removed docked ships from the bullet simulation. | Stijn Buys |
2011-07-13 | Do not update ship position and axis while docked. | Stijn Buys |
2011-07-12 | Save and load player inventories, | Stijn Buys |
2011-07-11 | Initial support for saving player data in multiplayer games, | Stijn Buys |
2011-07-09 | Play jump completed sound when using the /jump cheat. | Stijn Buys |
2011-07-07 | Added a 2 second jump drive cooldown, added jump completed sound effect, rese... | Stijn Buys |
2011-05-11 | Review of the main loop timer, converted timers from float to unsigned long, | Stijn Buys |
2011-05-07 | Removed a number of unused variables to make gcc 4.6 happy. | Stijn Buys |
2011-03-08 | Restore previous thruster setting when dropping out of impulse speed. | Stijn Buys |
2011-03-08 | Replaced the func_impulse if-soup with a nice switch() block. | Stijn Buys |
2011-02-08 | Corrected triangle loading of collision model, added 'complex' flag to ships.ini | Stijn Buys |
2010-11-27 | Removed input lag from ship controles. | Stijn Buys |
2010-11-24 | Exposed ship physics damping factors through ships.ini and the specs command. | Stijn Buys |
2010-11-18 | Changed game::Ship::mass() default value to radius() * 100, updated the specs... | Stijn Buys |
2010-11-13 | don't set shipmodel info on world entities as this would make shipmodel info ... | Stijn Buys |
2010-11-13 | adds a ship key for world entities which applies ship model settings to a wor... | Stijn Buys |
2010-11-13 | corrected a bug where ship names got erased, | Stijn Buys |
2010-11-12 | enables entity model scaling, Entity::radius() gets precedence over Model::ra... | Stijn Buys |
2010-11-12 | moved global entity info type to core::Entity::infotype(), | Stijn Buys |
2010-11-12 | read factions.ini and add te ablity to apply faction colors to entities, | Stijn Buys |
2010-10-25 | renamed ship torque_force to turn_force, added ship roll_force | Stijn Buys |
2010-10-20 | removes Static and Solid entity flags, corrects EntityDynamic motionstate sync | Stijn Buys |
2010-10-20 | docking functions cleanup, jumpgates work again | Stijn Buys |
2010-10-20 | advanced ship physics specifications, specs game function | Stijn Buys |
2010-10-19 | bullet ship physics | Stijn Buys |
2010-10-18 | bullet ActionInterface for controlable entities, KeepAlive flag and g_keepalive | Stijn Buys |
2010-10-18 | local vstrafe support, initial ship collision, g_damping factor | Stijn Buys |
2010-10-18 | newline at end-of-file | Stijn Buys |
2010-10-17 | core bullet physics support, | Stijn Buys |
2010-10-09 | fix crash introduced with inventory transfer, buywindow credits indicator, | Stijn Buys |
2010-10-09 | removed physics references, transfer inventory on ship aquisition | Stijn Buys |
2010-10-03 | ui updates, removed impulse and jumpgte g_devel conditions, jumpdrive crash b... | Stijn Buys |
2010-09-19 | text rendering cleanups, inventory capacity & cargo volume | Stijn Buys |