Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-25Added a core::Level type, added a level attribute to core::Entity and ↵Stijn Buys
core::Info, updated core::Player to use the new type.
2014-12-16Project::OSiRiON can now be built with Clang, use -Wno-overloaded-virtual.Stijn Buys
2014-12-13Use messagebox notifications when buying a ship.Stijn Buys
2013-11-09Removed shipmodel npcname support,Stijn Buys
made Patrols load NPC types instead of ship models, replaces patrol [ship] subsection with a [npc] subsection.
2013-11-04Added support for NPC patrol routes.Stijn Buys
2012-12-09Improved info text parsing,Stijn Buys
added specifications to the weapon info, expanded ship specifications info.
2012-11-18Implements server-side ship damage,Stijn Buys
adds a damage key to the weapons.ini file, configurable spacemine damage.
2011-07-12Removed Entity::Complex flag: collision models will be used if availble,Stijn Buys
removed a number of irrelevant comments.
2011-02-08Corrected triangle loading of collision model, added 'complex' flag to ships.iniStijn Buys
to enable collision models on player ships.
2010-11-24Exposed ship physics damping factors through ships.ini and the specs command.Stijn Buys
2010-11-13adds a ship key for world entities which applies ship model settings to a ↵Stijn Buys
world entity
2010-11-12moved global entity info type to core::Entity::infotype(),Stijn Buys
automatic generation of jumppoint and jumpgate names and descriptions, prepared game code for the seperation of Entity::radius() and Model::radius()
2010-11-12read factions.ini and add te ablity to apply faction colors to entities,Stijn Buys
read templates.ini and add te ablity to apply template settings to entities.
2010-10-25renamed ship torque_force to turn_force, added ship roll_forceStijn Buys
2010-10-20advanced ship physics specifications, specs game functionStijn Buys
2010-09-26moved trading definitions from station.ini to the zone.iniStijn Buys
2010-09-19text rendering cleanups, inventory capacity & cargo volumeStijn Buys
2010-09-18trade updatesStijn Buys
2010-09-17Initial support for players docking other players' ships. Stijn Buys
2010-03-13small OS X build fixesStijn Buys
ShipModel::search cleanup
2010-02-21network info messages bugfixesStijn Buys
2009-11-14update the info system, fixes network info exchangeStijn Buys
2009-11-13added core::InfoType, refactored game::ShipModel as core::Info subclass, ↵Stijn Buys
introduced core::Label
2009-11-12initial commodities and entity inventory, bump network proto version to 18Stijn Buys
2009-08-18astyle cleanup, corrects not loading of material texturesStijn Buys
2009-04-15added info registry, list_infoStijn Buys
added network info transfer added info based buy menu and related game changes
2008-12-25Improved list_zone, list_shipsStijn Buys
Ship price and cargo size
2008-11-10adds jumpgate, station, ship dealerStijn Buys
2008-11-09working jumpgatesStijn Buys
2008-09-28move base game module to new subdirectoryStijn Buys