Age | Commit message (Expand) | Author |
2011-05-07 | Removed a number of unused variables to make gcc 4.6 happy. | Stijn Buys |
2011-02-24 | Applied Thorn's unknown spelling purification patch. | Stijn Buys |
2011-02-16 | Removed console messages about entity radius beeing set. | Stijn Buys |
2010-11-29 | Corrected message in the 'give cargo' command. | Stijn Buys |
2010-11-27 | Corrected 'specs strafe' message, thanks Thorn | Stijn Buys |
2010-11-25 | Have the spec command report individual specifications if no value is provided. | Stijn Buys |
2010-11-24 | Actually add entities in the intro to their zone, | Stijn Buys |
2010-11-24 | Exposed ship physics damping factors through ships.ini and the specs command. | Stijn Buys |
2010-11-18 | Have the goto engine function make your ship appear above another player, ins... | Stijn Buys |
2010-11-18 | Removed warning color from docking messages. | Stijn Buys |
2010-11-18 | Changed game::Ship::mass() default value to radius() * 100, updated the specs... | Stijn Buys |
2010-11-13 | apply ship templates to stations | Stijn Buys |
2010-11-13 | added jumppoint and jumpgate templates, corrected a number of potentional | 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 | fixed broken game::RaceTrack docking, made race entities NonSolid | 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-11-11 | added initial faction support, entities can receive faction colors | 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-25 | renamed ship torque_force to turn_force, added ship roll_force | Stijn Buys |
2010-10-25 | directory prefix is no required for ini files, merge ui.ini and menu.ini | 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-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 | beam / eject cargo updates | 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-07 | fixes crash on 'give ship' when the player hasn't joined yet | Stijn Buys |
2010-10-04 | eliminate compiler warnings about float to int conversion | Stijn Buys |
2010-10-04 | corrected a crashbug, added cargo listing for give cargo | Stijn Buys |
2010-10-04 | home button while docked, give cargo cheat | Stijn Buys |
2010-09-26 | show the correct amount of ships loaded into a station inventory | Stijn Buys |
2010-09-26 | moved trading definitions from station.ini to the zone.ini | Stijn Buys |
2010-09-19 | player can only sell cargo on bases that allow it, trademenu layout updates | Stijn Buys |
2010-09-18 | trade updates | Stijn Buys |
2010-09-18 | trade updates | Stijn Buys |
2010-09-17 | game launch code bugfix | 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-03-13 | small OS X build fixes | 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 |