193,608 Commits over 4,079 Days - 1.98cph!
Remove [RequireComponent(typeof(SmartObject))] from Item
Merged from main branch, that I work on latest changes.
Added Blood materials and textures
Unit animation and item related fixes
Tribe no longer creates a TribeStockpile component (retired until potential later use)
Added Unit.UnitEvent and changed OnUnitDeath to a UnitEvent
Reapplied delayed stability refresh after load
Removed deprecated amplify motion code
workshop skin organisation
Fixed blueprint header
Weapon skin capabilities
New Blood Impact FX's
New Stab decals
Fixed infinite loop in RainSurfaceAmbience
Roads are now fully textured.
Added better debug control
Disabled Lobby
▉▄▄▇██▆▄▄▄ ▊▉▅▅▉▇▋▍ ▇▌▇▍▆ ▆▌▉▇▄ (▍█▋▋▆▋█ ▌▅▆▊▅▆▅)
Added ActionChainData that the ActionChain forwards into all Actions, rather than just pushing in the Entity reference. This lets Actions "communicate" indirectly, where one Action can store some specific data, and the next Action in the chain can "act" on that data.
Added Find Item Of Type Action to the mix, letting Cavemen find weapons when preparing for the hunt.
Switched skins to use categories for rareness/price, instead of setting each individually
tweaked some prefab settings for the addons
finished the prefabs for all of the military addons
Moving some sounds around
GC allocation reduction in Sound and Ambience systems
Use a coroutine to stop/recycle sounds instead of invokes
Added "version" console command http://files.facepunch.com/garry/2015/October/07/2015-10-07_23-41-59.png
Added "sysinfo" console command
Added memory usage functions to native (cuz it doesn't work from Unity)
Fixed warnings, spelling errors
Bug reporter passed used memory stats
Fixed GetMemoryUsedPrivate