Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-03Added initial support for NPC patrol routes,Stijn Buys
added support for lawfull/unlawfull factions.
2013-10-17Recalculate inventory after dropping a mine, do not allow mine drops on ↵Stijn Buys
impulse speed.
2013-10-16Always send an autopilot formation notification.Stijn Buys
2013-10-16Added support for autopilot formation flight and docking.Stijn Buys
2013-10-15Added ship autopilot, removed entity_controlflags, added goto ui button.Stijn Buys
2013-10-13Added initial NPC class, added 'wingmen' engine function.Stijn Buys
2013-04-17Set item name on ejected cargo pods, do not set item model.Stijn Buys
2013-01-06Corrected an issue where weapons obtained through 'give' are not mountable.Stijn Buys
2013-01-06Set the item::Mountable flag where required,Stijn Buys
removed the Weapon::stackable() attribute.
2013-01-01Turrets and cannons can only be mounted in an approriate slot.Stijn Buys
2012-12-29Added sound effects for weapon mounting and target hitting,Stijn Buys
enabled projectile soundname transfer in networked games, resolved an issue where a ship was able to shoot itself, bumped network protocol to 26,
2012-12-08Corrected a problem where you end up too close to a planet when using goto.Stijn Buys
2012-12-02Added inventory mount indicator.Stijn Buys
2012-11-25Removed game::Projectile, added initial support for ship health.Stijn Buys
2012-11-25Moved core::EntityGlobe into a separate file,Stijn Buys
added various methods to core::Item and core::Slot, added r_slots cvar to draw entity slots and docks, added game methods for mounting and umounting of weapons, added playerlist to chat window.
2012-11-18Support for ownerid() on projectiles and spacemines,Stijn Buys
show assassin name in death messages.
2012-11-18ADded support for enitty information printing, print current armor values ↵Stijn Buys
for ships, print death messages
2012-11-18Implements server-side ship damage,Stijn Buys
adds a damage key to the weapons.ini file, configurable spacemine damage.
2012-10-28Correct a bug where a dropped mine was not removed from the inventory.Stijn Buys
2012-10-21Support the Item::Unrestricted flag, client allows to sell unrestricted ↵Stijn Buys
items anywhere.
2012-10-20Added func_drop, added spacemine template.Stijn Buys
2012-10-20Item id based inventory, support for weapon dealers.Stijn Buys
2012-10-14Corrected a bug that prevented savegame loading in multiplayer games.Stijn Buys
2012-10-14Added "give weapon" function.Stijn Buys
2012-10-13Corrected bugs in the respawn command, detect ship collisions with planets ↵Stijn Buys
and stars.
2012-10-13Read weapons.ini.Stijn Buys
2012-10-13Draw zone colors and background texture on the galactic map.Stijn Buys
2012-10-11Moved handling of the physics reset for the Docked and Destroyed state from ↵Stijn Buys
game tp core.
2012-10-10Added space mine proof of concept.Stijn Buys
2012-10-08Read showonmap key from zone ini files.Stijn Buys
2012-10-08added zone flags, Stijn Buys
renamed Entity::flag_is_set() to Entity::has_flag()
2012-10-07Read info and locations keys from zone ini files.Stijn Buys
2012-04-22Load entity weapon slots,Stijn Buys
prevent the game from crashing when launching after obtaining a ship through 'give' while docked.
2012-03-03Added core::Slots class template, replaced Entity::set_inventory() with ↵Stijn Buys
Entity::add_inventory().
2012-01-22Implemented autosave for single player games.Stijn Buys
2012-01-15Implemented game-specific load/save game methods.Stijn Buys
2012-01-14Moved server-side savegame functions into a separate class.Stijn Buys
2012-01-08Added tracktor beam sound effect.Stijn Buys
2012-01-06Read the "ambient" key from zone ini files.Stijn Buys
2011-12-31Recalculate inventory capacity after loading player data.Stijn Buys
2011-10-02Corrected a bug where setting the jumpgate template radius wouldn't work.Stijn Buys
2011-08-28Updated trader and ship dealer menu descriptions.Stijn Buys
2011-07-12Removed Entity::Complex flag: collision models will be used if availble,Stijn Buys
removed a number of irrelevant comments.
2011-07-12Interpret the Item::Tradeable flag when loading savegames.Stijn Buys
2011-07-12Force saving of player data on dock and launch.Stijn Buys
2011-07-12Save and load player inventories,Stijn Buys
corrected a typo in saving the forward vector of the ship axis.
2011-07-11Load previously saved player data.Stijn Buys
2011-07-11Initial support for saving player data in multiplayer games,Stijn Buys
have ships remember their docks and spawns.
2011-05-07Removed a number of unused variables to make gcc 4.6 happy.Stijn Buys
2011-02-24Applied Thorn's unknown spelling purification patch.Stijn Buys