Age | Commit message (Expand) | Author |
2011-02-09 | added sv_collisionmargin Cvar and applied the value to mesh collisions, | Stijn Buys |
2011-02-08 | Corrected triangle loading of collision model, added 'complex' flag to ships.ini | Stijn Buys |
2011-02-06 | Mark an EntityDynamic as dirty when required. | Stijn Buys |
2011-02-04 | Made time(), timestamp() and related methods non-virtual, corrects a crash when | Stijn Buys |
2011-01-27 | Fix a segmentation fault when disconnecting from a server. | Stijn Buys |
2011-01-27 | Moved material loading from render to core, make sure the dedicated server re... | Stijn Buys |
2011-01-27 | Added net_selecttimeout cvar and changed the default timeout to 10,000 micros... | Stijn Buys |
2011-01-26 | Corrected the origin alignment of collision mesh bodies. | Stijn Buys |
2011-01-21 | Support structures for complex entity collision, | Stijn Buys |
2010-11-29 | Parse command line options after engine initialization. | Stijn Buys |
2010-11-28 | Added nonsolid to core::Parser. | Stijn Buys |
2010-11-25 | Corrected core::EntityControlable::control_flags network transmission. | Stijn Buys |
2010-11-24 | Actually add entities in the intro to their zone, | Stijn Buys |
2010-11-18 | Have core::Parser handle axis rotations in the same manner as model::MapFile. | Stijn Buys |
2010-11-17 | Removed core::Info.model(), info record models must be referenced through Inf... | Stijn Buys |
2010-11-16 | cleaned up autoconf/automake project files, this should solve build order and... | Stijn Buys |
2010-11-13 | corrected a bug where ship names got erased, | Stijn Buys |
2010-11-13 | do not enable physics on entities with the NonSolid flag set | 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 | made core::Entity::entity_shape a private attribute | Stijn Buys |
2010-11-11 | added static compare function to core::Label | Stijn Buys |
2010-11-08 | fixes crash on jumpgate usage, streamlined keepalive/upkeep frame cycle | Stijn Buys |
2010-11-08 | moved clear() from game::Game~ to core::GameServer~ (solves FIXME), | Stijn Buys |
2010-10-26 | updated network protocol version to 20, implemented invemtory depletion, unif... | Stijn Buys |
2010-10-24 | keepalive optimizations, r_lights engine variable, OpenGL VBO support | Stijn Buys |
2010-10-20 | removes Static and Solid entity flags, corrects EntityDynamic motionstate sync | Stijn Buys |
2010-10-19 | corrects a bullet segfault when deleteing an EntityControlable | 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 | added newline at end-of-file | Stijn Buys |
2010-10-17 | corrects segfault in ~Entity | 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-10-09 | removed physics references, transfer inventory on ship aquisition | Stijn Buys |
2010-10-06 | replaces skydomes with skyboxes | Stijn Buys |
2010-09-30 | Correct r_restart bug where models didn't get reloaded as it should | Stijn Buys |
2010-09-27 | documentation updates, initial chat window playerlist, trade menu ESC key | Stijn Buys |
2010-09-26 | moved trading definitions from station.ini to the zone.ini | Stijn Buys |
2010-09-25 | trading bugfixes: corrects client side screen update issues | Stijn Buys |
2010-09-22 | full trading support for networked games | Stijn Buys |
2010-09-20 | corrected trading inconsistencies, improved trade window, initial slider widget | Stijn Buys |
2010-09-19 | player can only sell cargo on bases that allow it, trademenu layout updates | Stijn Buys |
2010-09-19 | text rendering cleanups, inventory capacity & cargo volume | Stijn Buys |
2010-09-18 | trade updates | Stijn Buys |
2010-09-18 | trade updates | Stijn Buys |
2010-09-18 | cosmetic updates in engine list functions, trade menu 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 |