Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-25Added support for default player characters when joining a game.Stijn Buys
2015-01-25Minor header file cleanup,Stijn Buys
2014-12-25Added a core::Level type, added a level attribute to core::Entity and core::I...Stijn Buys
2014-12-16Project::OSiRiON can now be built with Clang, use -Wno-overloaded-virtual.Stijn Buys
2014-12-13Added repair engine function and the ability to repair ships at bases.Stijn Buys
2014-12-13Use messagebox notifications when buying a ship.Stijn Buys
2013-11-09Removed shipmodel npcname support,Stijn Buys
2013-11-04Added support for NPC patrol routes.Stijn Buys
2013-10-08Improved ship info.Stijn Buys
2013-09-27Adds a default armor setting to ship templates.Stijn Buys
2013-01-01Initial support for turret-style weapons.Stijn Buys
2012-12-25Release 0.2.3-svn1265.Stijn Buys
2012-12-09Improved info text parsing,Stijn Buys
2012-11-25Moved core::EntityGlobe into a separate file,Stijn Buys
2012-11-18Implements server-side ship damage,Stijn Buys
2012-10-11Moved handling of the physics reset for the Docked and Destroyed state from g...Stijn Buys
2011-07-29Corrected mass in the shipmodel info.Stijn Buys
2011-07-12Removed Entity::Complex flag: collision models will be used if availble,Stijn Buys
2011-07-12Corrected a segfault when launching in a newly purchased shipStijn Buys
2011-02-24Applied Thorn's unknown spelling purification patch.Stijn Buys
2011-02-08Corrected triangle loading of collision model, added 'complex' flag to ships.iniStijn Buys
2010-11-24Exposed ship physics damping factors through ships.ini and the specs command.Stijn Buys
2010-11-18Changed game::Ship::mass() default value to radius() * 100, updated the specs...Stijn 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-13corrected a bug where ship names got erased,Stijn 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-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-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-20advanced ship physics specifications, specs game functionStijn Buys
2010-10-19corrects a bullet segfault when deleteing an EntityControlableStijn 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-09-26moved trading definitions from station.ini to the zone.iniStijn Buys
2010-09-20display correct cargo size in game::Shipmodel info, ui::Slider scrollwheel su...Stijn Buys
2010-09-18trade updatesStijn Buys
2010-09-18cosmetic updates in engine list functions, trade menu updatesStijn Buys
2010-09-17Initial support for players docking other players' ships. Stijn Buys
2010-03-13small OS X build fixesStijn Buys
2010-02-21network info messages bugfixesStijn Buys
2009-11-15added core::Info id, changed network info message, updated entity network mes...Stijn Buys
2009-11-14update the info system, fixes network info exchangeStijn Buys
2009-11-13added core::InfoType, refactored game::ShipModel as core::Info subclass, intr...Stijn Buys
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-06-07fixed a few widget order problems, changed map targetting behaviourStijn Buys