243,692 Commits over 3,898 Days - 2.60cph!
Fixed wolf monument having some crazy offset relative to its root, clipping it into whatever is in its way
Removed garbage collect calls from terrain generator (I feel like we should have a policy to only call those from a single place)
Some lantern and light source related files.
Changed MeshToBoxCollider to SetupAIObstacle (no longer offers option to convert to box collider)
Made some preprocessing / parameter scripts auto-destroy on instantiate
cleaned up a bit, switched to character controller
Added simple controls test.
Textured sprite rendering now works, although pixels seem out of line.
Prefabbed the other animals
Made animal model sets share an avatar
Changed animal max texture size to 4096
Implemented basic untextured sprite rendering.
Fixed water not working proper
Fixed server compile error (minimal hotfix, there should probably be more of the view model code in #if CLIENT)
finished the remaining jog/run animations for the player holding the hatchet
Lower gun when running, jumping, swimming
Tweaked lower pvt runtime configs; sorted base map bug; added base shader to nature/terrain/diffuse-pvt
Changed TerrainAnchor to use interpolated terrain height
Fixed monuments aligning to terrain normal by default
Refactored & cleaned up decor spawn system
Fixed player model appearing to be falling when standing on edge
Should fix unofficial servers showing as official
Scene2Prefab: If only one root prefab in scene, make it the root of the prefab
Made monuments spawn on server as well
Fixed some decor system and spawn filter fuckups
Started work on using a pool of GameObjects to render sprites.
Reorganized the decor spawn systems
Added terrain anchor script that can be used to define terrain requirements for spawning a certain object
Added list decor spawn type to spawn all objects from a list once
Added test wolf monument to the procedural map
Can place foundations on rocks
Rendering basics implemented.
Quick script to set the prefabName on all prefab entities
Fixed grass footstep effects not being destroyed
Clear datatable before loading save
Trigger can now convert collider into interesting object
Remove all trigger entries on disable
Fixed not being able to shoot through building window/door
Added developer convar
Should now be able to deploy fire etc on buildings
Fixed constructvision becoming unresponsive when switching away and back
Triggers all have layer masks now
Added custom editor for GameBehaviour.
Added command line argument to packager to package without the GUI.
Games now load correctly from compiled packages.
Games are now compiled before being packaged, although loading assemblies from packages hasn't been implemented yet.
Fixed player not swimming in water
F2 tweak menu osx/linux debug
Added TerrainMath colormap getters
Fixed grass patches sometimes looking like someone's lawn (will miss those neat square patches)
Fixed some minor spawn filter things (mainly changed all getters to interpolated versions thereof)
Changed default time to 6 AM again (i.e. time after server restart)
Viewmodel metal shader, glass shader, rough early lantern prefab (no light yet) for world placement and a random tree prefab.
Added lantern item as deployable.
Fixed Furnace guide prefab having collisions.