244,385 Commits over 3,898 Days - 2.61cph!
Added updated template scene
Fixed duplicate biome var in BiomeManager
Removed Season class and related editor scripts. Seasons now a part of the Biome class.
- Some PlayerController debug switch fixes, again.
- Couple of extra checks in SeasonManager to make sure transitions work (needs wizardly refactoring)
- Enabled wind randomisation again
Removed useless name variable from FoliageGroup
- FoliageGroup implemented. Zones are now assigned a Biome, which controls terrain and foliage tinting across Seasons.
- Tree prefabs updated to to use 2 materials for leaves/branches.
Added dev.culling <layername> <distance>
Added FoliageGroup ScriptableObject, not quite finished
Some small fixes to sit on me.
Tidied up Biome to make Pal paranoid
Biome ColorGroup must be a class, not a struct, to play ball with this editor button thing (fixed).
Renamed Season files because OCD and removed redundant foliage settings folder
Added Biome ScriptableObject, moved SeasonManager over to Biome specific asset tinting.
SHIT BE BROKE.
Putting tom's keypad on the code lock
Fixed so that multiple sleep slots work with the campfire (or any other SO with slots).
Fixed bug where agents never would smoothly snap into place when approaching a bench to sit on, or a campfire to sleep by.
Show warning overlay if EAC isn't running (for the people running from the exe)
Made UNITY_STANDALONE_X double-check for !UNITY_EDITOR (bug or feature?)
Moved branding overlay to uui
Removed wood piles from the spawn list (chop them trees, people)
.. now with less debug output
New, simpler melee vs building block damage procificency system (unbalanced)
Post-build deployment, GUID: 472afe33-86cc-4b78-b997-e7a16b736b55
Merge branch 'deploy' of ssh://github.com/Facepunch/arcade
Fixed anomalous area outside the BBDK game display.
Balanced metabolism - can now stave to death again
Hammering blocks now increases health or demolishes faster
Added input.holdtime - the amount of seconds to hold E down for it to count as a hold and not a press
Fix for when a game is scaled to less than 100%
Fixed NRE in SetupPlayerFootstep
Fixed NRE in chat system
Added server.globalchat convar
Post-build deployment, GUID: 1e7a78d5-74da-4396-88a6-022f220d3492
Merge branch 'deploy' of ssh://github.com/Facepunch/arcade
Games are now scaled by an integer amount in the BBDK / embedded player.
Merge branch 'deploy' of ssh://github.com/Facepunch/arcade
Fix for the volume dial position when the embedded play is small.
Documentation updated during deployment build 334de175-42e5-425d-8e1e-24ac144a765d.
Documentation updated during deployment build 334de175-42e5-425d-8e1e-24ac144a765d.
Merge branch 'deploy' of ssh://github.com/Facepunch/arcade
Another couple of corrections to the embedding tutorial.