192,957 Commits over 4,049 Days - 1.99cph!
Unit view setup/init cleanup, ragdoll logging
Finding item for crafting filters by none player command
[D11] Re-enabled opening Map screen - set to holding "Up" on dpad
Fixed crafting being impossible after an active crafter dies
Added UnitComponent.OnDeath method
Clear Unit.Ownership ownables on death (BEF-613: If your current crafter dies while using the station it's impossible for a new crafter to use the station)
Rebuilt all building prefabs to verify that the importer is not causing issues with placement (it isnt)
UnitSoundTypeDefinition now included in enum generator
Debug prefix fix
Fixed gang member dependency order
[D11] [UI] Removed debug exception from try/catch in PieMenuInfo.
[D11] Find/Join server now shows the server name
LOD generation for wearable world view prefabs
Fixed some issues with the building editor
[D11] Enabling new frontend/UI defines in Build.cs
added wearable importer LOD support
Blur toggler on fast forward button
[D11] Updating missing reference
[D11] [UI] re-added blur behind chat wheel and belt bar icons
[D11] Adding missing prefab from last update
[D11] [UI] Tweaked quick craft radial menu texture slightly to make ingredients band less opaque.
[D11] New in-game Options/Pause menu, with new button types
AssetMenu uses FormatAssetName instead of display name (some of our assets have the same display name and weren't getting their own menu item).
EntityConsumeValue can now prioritise certain interactions.
[D11] [UI] Updated Quick Craft radial menu textures and implementation to now correctly display the queue information. Temporarily disabled craft multiple logic until the limit can be increased.
User allies cache the ally list. Simplified player label updates and removed the need for the complicated event checking.
Fix criminal script on NPCs
[D11] frontend/bootstrap integration WIP. Missing bit of bootstrap.
Deleted a few more unused things
[D11] Get online id method added to the platform services interface, replaces the hard-coded unique id stuff on XBone if available. Made the XBox services available (for development) in the Editor to make it easier to work on.
Interaction Plan lists can now be sorted by time to dispense. This should fix people sometimes taking all when they should just take one.
Deleted a bunch of old assets and scripts.
[D11] Platform services interface, with XBox One user services official plugin integrated.
Fix for loading items list from bundles in editor
Added menu option to build the active config
Renamed AssetIterator to GetAssetImporters
Allow server.levelurl to be set to the empty string on the command line to override the default download location
Fixed UserStats not serializing
Updated scoreboard to use the new ReadyPlayerSelections synced to the client. Team selections aren't working though
Making PCUserAllies into an optional component script that only Whacky Races uses at the moment. Added ally checking methods to WiseguysUser, and a new IAllyComponent interface, so any IPlayerComponent can implement a custom ally system for a particular game mode.
SFX pitch shift, re-enabled unit audio in higher game speeds
tweak post process and offset avatar position to reduce flickering
Fixed crafting UI elements not being clickable
Removed duplicate head from gui game scene
Build button behaves & animates properly.
Fixed BEF-606: Clicking an order on the command bar, and then clicking it again to clear it, makes it impossible to select a building until you rightclick.