Age | Commit message (Expand) | Author |
2013-01-01 | Turrets and cannons can only be mounted in an approriate slot. | Stijn Buys |
2013-01-01 | Initial support for turret-style weapons. | Stijn Buys |
2012-12-30 | Added support for weapons mouse aiming. | Stijn Buys |
2012-12-29 | Added sound effects for weapon mounting and target hitting, | Stijn Buys |
2012-12-28 | Support for rendering globes with rings, | Stijn Buys |
2012-12-25 | Release 0.2.3-svn1265. | Stijn Buys |
2012-12-16 | dded <cassert> include where required. | Stijn Buys |
2012-12-09 | Improved info text parsing, | Stijn Buys |
2012-12-08 | Corrected a problem where you end up too close to a planet when using goto. | Stijn Buys |
2012-12-08 | Corrected typographic errors. | Stijn Buys |
2012-12-08 | Added support for a projectile range key in weapons.ini. | Stijn Buys |
2012-12-04 | Introduce Entity::hit() callback, prevent projectiles from doing no damage. | Stijn Buys |
2012-12-02 | Added inventory mount indicator. | Stijn Buys |
2012-12-02 | Have mines always explode on collision. | Stijn Buys |
2012-12-01 | Documentation update. | Stijn Buys |
2012-11-30 | Save weapon slot positions. | Stijn Buys |
2012-11-25 | Removed game::Projectile, added initial support for ship health. | Stijn Buys |
2012-11-25 | Moved core::EntityGlobe into a separate file, | Stijn Buys |
2012-11-21 | Added get/set methods for the weapon-slot API. | Stijn Buys |
2012-11-18 | Log dedicated server console messages to server.log, | Stijn Buys |
2012-11-18 | Support for ownerid() on projectiles and spacemines, | Stijn Buys |
2012-11-18 | Improved death messages, | Stijn Buys |
2012-11-18 | Added support for projectile ownerid. | Stijn Buys |
2012-11-18 | Corrected a serious bug where spacemines and projectiles have the same module... | Stijn Buys |
2012-11-18 | ADded support for enitty information printing, print current armor values for... | Stijn Buys |
2012-11-18 | Implements server-side ship damage, | Stijn Buys |
2012-11-14 | Only allow gunfire if Ship::state() == Entity::Normal, | Stijn Buys |
2012-11-14 | Added initial weapon projectiles. | Stijn Buys |
2012-11-11 | Cleaned up core::EntyControlable client-side and server-side proprties API. | Stijn Buys |
2012-10-28 | Use spacemine template model for mines if the weapon model isn't defined. | Stijn Buys |
2012-10-28 | Correct a bug where a dropped mine was not removed from the inventory. | Stijn Buys |
2012-10-21 | Corrected loadgame to have the Unique and Unrestricted item properties set fr... | Stijn Buys |
2012-10-21 | Support the Item::Unrestricted flag, client allows to sell unrestricted items... | Stijn Buys |
2012-10-20 | Added func_drop, added spacemine template. | Stijn Buys |
2012-10-20 | Item id based inventory, support for weapon dealers. | Stijn Buys |
2012-10-14 | Improved Jumppoint::validate() warning messages. | Stijn Buys |
2012-10-14 | Corrected a bug that prevented savegame loading in multiplayer games. | Stijn Buys |
2012-10-14 | Add a stackable flag for weapons, load a default model for spacemines. | Stijn Buys |
2012-10-14 | Added "give weapon" function. | Stijn Buys |
2012-10-13 | Corrected bugs in the respawn command, detect ship collisions with planets an... | Stijn Buys |
2012-10-13 | Read weapons.ini. | Stijn Buys |
2012-10-13 | Draw zone colors and background texture on the galactic map. | Stijn Buys |
2012-10-11 | Moved handling of the physics reset for the Docked and Destroyed state from g... | Stijn Buys |
2012-10-10 | Made mines interact with any EntityDynamic or EntityControlable instead of ju... | Stijn Buys |
2012-10-10 | Added space mine proof of concept. | Stijn Buys |
2012-10-08 | Renamed Item::flag_is_set() to Item::has_flag(). | Stijn Buys |
2012-10-08 | Read showonmap key from zone ini files. | Stijn Buys |
2012-10-08 | added zone flags, | Stijn Buys |
2012-10-07 | Read info and locations keys from zone ini files. | Stijn Buys |
2012-04-22 | Load entity weapon slots, | Stijn Buys |