197,434 Commits over 4,110 Days - 2.00cph!
Building desire creation (untested due to billowe breaking the game)
PlayerComponent no longer inherits SingletonBehaviour
Map no longer using SceneToPrefab
backpack (grounded) / fbx/ prefab/ lods/materials/ textures
Loading screen no longer using SceneToPrefab
Deleted obsolete "wooden logs" loading steps from procedural map
added useable threshold to building debug
Changed lot spawner to RandomLotSpawner
Player component refactor;
- All PlayerComponents are now singletons
- Split input and building placement to their own components
- Added item placement component
- Audio listener follows the selected unit
- Fixed some issues related to map transition and building placement
- Cleaned up player camera transition game speed management
make useable threshold of buildings correspond to actual percentage of construction
Beautified skinnable loading API
Drugsell zone adding to list.
ClientInput stuff gone forever
removed Apex because it's not being used
removed a load of CIC stuff, most stuff now goes through the new merged cmd system
Move and Attack now use new cmd not cic
Support for placing manual cover points within a cover point volume.
end turn and surrender commands work again
DontDestroyOnLoad PlayerController building placement guide
EAC update (fix for "EAC Disconnected")
Cmds can now be set to be relayed or turn required, more cmd rework stuff
▊▆▄▄ ▉▅█▅▆▍▋▋▊ █▉ ▌_█▇▅▄▋▍▄▉▌ ▅/ ▍█▇▋▇ ▋▊▋▊▌▉▉▉ ▋▊▅█▊
removed CmdKillUnit, CmdSetTag, CmdSpawn
wip merging Cmd and ClientInputCmd to one thing
Fixed create party and invite to party accepting hostile tribe members (was only checking if the invitee was currently attacking)
Fixed crafting screen 3d preview image blocking buttons (bug 873)
Fixed several build compilation errors
CharacterState pooling work
Working on issues with CharacterState pooling
Sped up fixed delta time while at high speed, fixes some weird physics sleeping issues
Fixed static entities not actually being added to the grid when loading from a scene in the editor