Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/game
AgeCommit message (Expand)Author
2011-02-10Added a local chat channel. The say command defaults to zone chat, global mes...Stijn Buys
2011-02-08Corrected triangle loading of collision model, added 'complex' flag to ships.iniStijn Buys
2010-11-29Corrected message in the 'give cargo' command.Stijn Buys
2010-11-27Removed input lag from ship controles.Stijn Buys
2010-11-27Corrected 'specs strafe' message, thanks ThornStijn Buys
2010-11-25Have the spec command report individual specifications if no value is provided.Stijn Buys
2010-11-24Actually add entities in the intro to their zone,Stijn Buys
2010-11-24apply model radius to enties in intro.ini.Stijn Buys
2010-11-24Added support for generic [entity] sections to intro.ini.Stijn Buys
2010-11-24Exposed ship physics damping factors through ships.ini and the specs command.Stijn Buys
2010-11-18Have the goto engine function make your ship appear above another player, ins...Stijn Buys
2010-11-18Removed warning color from docking messages.Stijn Buys
2010-11-18Changed game::Ship::mass() default value to radius() * 100, updated the specs...Stijn Buys
2010-11-16cleaned up autoconf/automake project files, this should solve build order and...Stijn Buys
2010-11-13apply ship templates to stationsStijn Buys
2010-11-13corrected a bug where faction or template secondary color was not appliedStijn Buys
2010-11-13added jumppoint and jumpgate templates, corrected a number of potentionalStijn Buys
2010-11-13don't set shipmodel info on world entities as this would make shipmodel info ...Stijn Buys
2010-11-13set ship entity infoStijn Buys
2010-11-13adds a ship key for world entities which applies ship model settings to a wor...Stijn Buys
2010-11-13fixed broken model sizes in introStijn Buys
2010-11-13corrected a bug where ship names got erased,Stijn Buys
2010-11-13fixed broken game::RaceTrack docking, made race entities NonSolidStijn Buys
2010-11-12enables entity model scaling, Entity::radius() gets precedence over Model::ra...Stijn Buys
2010-11-12moved global entity info type to core::Entity::infotype(),Stijn Buys
2010-11-12made core::Entity::entity_shape a private attributeStijn Buys
2010-11-12read factions.ini and add te ablity to apply faction colors to entities,Stijn Buys
2010-11-11added initial faction support, entities can receive faction colorsStijn Buys
2010-11-08moved clear() from game::Game~ to core::GameServer~ (solves FIXME),Stijn Buys
2010-10-26updated network protocol version to 20, implemented invemtory depletion, unif...Stijn Buys
2010-10-25renamed ship torque_force to turn_force, added ship roll_forceStijn Buys
2010-10-25directory prefix is no required for ini files, merge ui.ini and menu.iniStijn Buys
2010-10-20removes Static and Solid entity flags, corrects EntityDynamic motionstate sync Stijn Buys
2010-10-20docking functions cleanup, jumpgates work againStijn Buys
2010-10-20advanced ship physics specifications, specs game functionStijn Buys
2010-10-19bullet ship physicsStijn Buys
2010-10-19corrects a bullet segfault when deleteing an EntityControlableStijn Buys
2010-10-18bullet ActionInterface for controlable entities, KeepAlive flag and g_keepaliveStijn Buys
2010-10-18local vstrafe support, initial ship collision, g_damping factorStijn Buys
2010-10-18newline at end-of-fileStijn Buys
2010-10-18newline at end-of-fileStijn Buys
2010-10-17moved bullet objets to core::Entity,Stijn Buys
2010-10-17core bullet physics support,Stijn Buys
2010-10-15destroy cargo when ejecting while dockedStijn Buys
2010-10-15beam / eject cargo updatesStijn Buys
2010-10-15added 'eject cargo' game commandStijn Buys
2010-10-09fix crash introduced with inventory transfer, buywindow credits indicator, Stijn Buys
2010-10-09removed physics references, transfer inventory on ship aquisitionStijn Buys
2010-10-07fixes crash on 'give ship' when the player hasn't joined yetStijn Buys
2010-10-04eliminate compiler warnings about float to int conversionStijn Buys