Age | Commit message (Expand) | Author |
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 |
2010-09-17 | Bump network protocol version to 19, menudescriptions use the info infrastruc... | 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 |
2010-02-21 | network info messages bugfixes | 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-15 | add the forgotten file | Stijn Buys |
2009-11-14 | made core::Entity and core::Zone child classes from core::Label | Stijn Buys |
2009-11-14 | update the info system, fixes network info exchange | Stijn Buys |
2009-11-13 | added core::InfoType, refactored game::ShipModel as core::Info subclass, intr... | Stijn Buys |
2009-11-12 | initial commodities and entity inventory, bump network proto version to 18 | Stijn Buys |
2009-10-04 | minor core cleanups | Stijn Buys |
2009-08-18 | astyle cleanup, corrects not loading of material textures | Stijn Buys |
2009-08-17 | reload entity/info models on r_restart | Stijn Buys |
2009-08-16 | minor cleanups, corrected map widget | 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-08-15 | don't render entites behind the camera | Stijn Buys |
2009-08-14 | model API cleanup, render WORLDSCALE | Stijn Buys |
2009-08-11 | mandatory "maps/" prefix in .ini files | Stijn Buys |
2009-08-11 | misc_model support | Stijn Buys |