Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-07Cleanup of the slots code, unified model weapon and dock tags into a single ↵Stijn Buys
slots list, load dock tags into entity slots, represent entity slot locations in entity coordinate space, have r_slots render fixed-size slot indicators regardless of model scale.
2013-11-10Made NPCs only fire weapons on enemies within weapon range.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-28Support for rendering globes with rings,Stijn Buys
removed hardcoded 'corona' prefix for corona textures, added support for projectile fire sounds.
2012-12-09Improved info text parsing,Stijn Buys
added specifications to the weapon info, expanded ship specifications info.
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-21Added get/set methods for the weapon-slot API.Stijn Buys
2012-11-18Implements server-side ship damage,Stijn Buys
adds a damage key to the weapons.ini file, configurable spacemine damage.
2012-10-20Added func_drop, added spacemine template.Stijn Buys
2012-10-20Item id based inventory, support for weapon dealers.Stijn Buys
2012-10-14Add a stackable flag for weapons, load a default model for spacemines.Stijn Buys
2012-10-13Read weapons.ini.Stijn Buys