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-01-01Initial support for turret-style weapons.Stijn Buys
2012-11-25Cleaned up slots API.Stijn Buys
2012-11-21Added get/set methods for the weapon-slot API.Stijn Buys
2012-11-18Suppress slots loading debug message.Stijn Buys
2012-11-14Add more Slot properties, corrected a bug in EntityControlable control flags ↵Stijn Buys
handling.
2012-05-01Disabled slot loading debug message.Stijn Buys
2012-04-22Initial support for per-entity weapon slots.Stijn Buys
2012-03-03Added core::Slots class template, replaced Entity::set_inventory() with ↵Stijn Buys
Entity::add_inventory().