Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/game
AgeCommit message (Expand)Author
2013-01-27Support for particle ejector timeout value,Stijn Buys
2013-01-20Major overhaul of the particle system back-end, support multiple ejectors per...Stijn Buys
2013-01-19Corrected an error where the weapon cone was doubled.Stijn Buys
2013-01-19Do not print an error message if a savegame has no spawn set.Stijn Buys
2013-01-19Convert slot cone angle to radians.Stijn Buys
2013-01-06Increased projectile size to 0.025f.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
2013-01-01Turrets and cannons can only be mounted in an approriate slot.Stijn Buys
2013-01-01Initial support for turret-style weapons.Stijn Buys
2012-12-30Added support for weapons mouse aiming.Stijn Buys
2012-12-29Added sound effects for weapon mounting and target hitting,Stijn Buys
2012-12-28Support for rendering globes with rings,Stijn Buys
2012-12-25Release 0.2.3-svn1265.Stijn Buys
2012-12-16dded <cassert> include where required.Stijn Buys
2012-12-09Improved info text parsing,Stijn Buys
2012-12-08Corrected a problem where you end up too close to a planet when using goto.Stijn Buys
2012-12-08Corrected typographic errors.Stijn Buys
2012-12-08Added support for a projectile range key in weapons.ini.Stijn Buys
2012-12-04Introduce Entity::hit() callback, prevent projectiles from doing no damage.Stijn Buys
2012-12-02Added inventory mount indicator.Stijn Buys
2012-12-02Have mines always explode on collision.Stijn Buys
2012-12-01Documentation update.Stijn Buys
2012-11-30Save weapon slot positions.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
2012-11-21Added get/set methods for the weapon-slot API.Stijn Buys
2012-11-18Log dedicated server console messages to server.log,Stijn Buys
2012-11-18Support for ownerid() on projectiles and spacemines,Stijn Buys
2012-11-18Improved death messages,Stijn Buys
2012-11-18Added support for projectile ownerid.Stijn Buys
2012-11-18Corrected a serious bug where spacemines and projectiles have the same module...Stijn Buys
2012-11-18ADded support for enitty information printing, print current armor values for...Stijn Buys
2012-11-18Implements server-side ship damage,Stijn Buys
2012-11-14Only allow gunfire if Ship::state() == Entity::Normal,Stijn Buys
2012-11-14Added initial weapon projectiles.Stijn Buys
2012-11-11Cleaned up core::EntyControlable client-side and server-side proprties API.Stijn Buys
2012-10-28Use spacemine template model for mines if the weapon model isn't defined.Stijn Buys
2012-10-28Correct a bug where a dropped mine was not removed from the inventory.Stijn Buys
2012-10-21Corrected loadgame to have the Unique and Unrestricted item properties set fr...Stijn Buys
2012-10-21Support the Item::Unrestricted flag, client allows to sell unrestricted items...Stijn Buys
2012-10-20Added func_drop, added spacemine template.Stijn Buys
2012-10-20Item id based inventory, support for weapon dealers.Stijn Buys
2012-10-14Improved Jumppoint::validate() warning messages.Stijn Buys
2012-10-14Corrected a bug that prevented savegame loading in multiplayer games.Stijn Buys
2012-10-14Add a stackable flag for weapons, load a default model for spacemines.Stijn Buys
2012-10-14Added "give weapon" function.Stijn Buys
2012-10-13Corrected bugs in the respawn command, detect ship collisions with planets an...Stijn Buys
2012-10-13Read weapons.ini.Stijn Buys
2012-10-13Draw zone colors and background texture on the galactic map.Stijn Buys