Age | Commit message (Expand) | Author |
2012-12-04 | Introduce Entity::hit() callback, prevent projectiles from doing no damage. | Stijn Buys |
2012-11-25 | Added entity minimum speed threshold. | Stijn Buys |
2012-11-25 | Moved core::EntityGlobe into a separate file, | Stijn Buys |
2012-11-18 | ADded support for enitty information printing, print current armor values for... | Stijn Buys |
2012-11-14 | Add more Slot properties, corrected a bug in EntityControlable control flags ... | Stijn Buys |
2012-11-11 | Cleaned up core::EntyControlable client-side and server-side proprties API. | Stijn Buys |
2012-10-10 | Provided bullet physics collision callback methods. | Stijn Buys |
2012-10-08 | added zone flags, | Stijn Buys |
2012-10-07 | Updated code comments, added zone information record. | Stijn Buys |
2012-04-22 | Initial support for per-entity weapon slots. | Stijn Buys |
2012-03-03 | Added core::Slots class template, replaced Entity::set_inventory() with Entit... | Stijn Buys |
2011-07-12 | Removed Entity::Complex flag: collision models will be used if availble, | Stijn Buys |
2011-05-11 | Review of the main loop timer, converted timers from float to unsigned long, | Stijn Buys |
2011-05-06 | Always use a btCompoundShape for complex collision, | Stijn Buys |
2011-05-05 | Initial support for btCompoundShape and the infrastructure required to accomo... | Stijn Buys |
2011-02-10 | Corrected physics on dynamic entities like cargo pods. | Stijn Buys |
2011-02-08 | Corrected triangle loading of collision model, added 'complex' flag to ships.ini | Stijn Buys |
2011-01-21 | Support structures for complex entity collision, | Stijn Buys |
2010-11-24 | Actually add entities in the intro to their zone, | Stijn Buys |
2010-11-13 | corrected a bug where ship names got erased, | Stijn Buys |
2010-11-12 | moved global entity info type to core::Entity::infotype(), | Stijn Buys |
2010-11-12 | made core::Entity::entity_shape a private attribute | Stijn Buys |
2010-10-26 | updated network protocol version to 20, implemented invemtory depletion, unif... | Stijn Buys |
2010-10-20 | removes Static and Solid entity flags, corrects EntityDynamic motionstate sync | 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-17 | moved bullet objets to core::Entity, | Stijn Buys |
2010-10-17 | core bullet physics support, | Stijn Buys |
2010-10-15 | added 'eject cargo' game command | Stijn Buys |
2010-09-18 | trade updates | Stijn Buys |
2010-09-17 | Initial inventory loading, ships docking ships | Stijn Buys |
2010-09-17 | Initial support for players docking other players' ships. | Stijn Buys |
2010-09-16 | map info support, initial trade window | Stijn Buys |
2010-09-15 | updated comments, updated buy menu, info support for map window, added const ... | Stijn Buys |
2009-11-15 | added entity request network message | Stijn Buys |
2009-11-15 | added core::Info id, changed network info message, updated entity network mes... | Stijn Buys |
2009-11-14 | made core::Entity and core::Zone child classes from core::Label | Stijn Buys |
2009-11-12 | initial commodities and entity inventory, bump network proto version to 18 | Stijn Buys |
2009-08-18 | astyle cleanup, corrects not loading of material textures | Stijn Buys |
2009-08-16 | more constness, initial patchDef2 support in MapFile, reverse engine disables... | Stijn Buys |
2009-08-15 | API cleanups, const optimizations, submodel lights/flares/particles import | Stijn Buys |
2009-07-07 | moved speed() property from core:EntityDynamic to core::Entity | Stijn Buys |
2009-03-07 | renamed Entity::eventstate() to Entity::state(), | Stijn Buys |
2009-02-24 | Replaced 'The Osirion Project' with 'Project::OSiRioN' in messages, | Stijn Buys |
2008-12-28 | generic docking API, | Stijn Buys |
2008-12-21 | entity set_color mutators | Stijn Buys |
2008-11-15 | entity extensions | Stijn Buys |
2008-11-10 | adds jumpgate, station, ship dealer | Stijn Buys |
2008-11-09 | docking menus | Stijn Buys |
2008-11-08 | docking, bumps network protocol version | Stijn Buys |