200,687 Commits over 4,171 Days - 2.00cph!
Made Alex's converted jog animation use our new rig's avatar
Added quick test of the ground clutter to forests
Added spawn probability script that can be added to resources
Added procedural test scene (no networking, smaller terrain)
Moved procedural map scene to release folder
Added object clustering to spawn handler
Added soft blending and option to ignore directional lights to our custom particle shader
Updated cave test scene , assets, mats.
Changed loot system to accomodate looting players (with 3 inventories)
Added BaseEntityChild - so child components that aren't childen can defer to their parents (player models)
Aded AtomicInvoke - will only invoke if not already
Added ability to loot other players (is mostly broken)
Changed inventory to use inventory UIDs instead of enums
Fixed not being able to interact with hotbar, because context layer was blocking
Added InvokeEvent - like a regular csharp event but calls InvokeAtomic on your MonoBehaviour
Added gameobject.ToBaseEntity - which will resolve a go to a BaseEntity properly
Fixed compile errors
Protocol++
commiting batch 1 of re-exported anims on new rig.
Added scripts folder.
Added scripts for updating the player rig & exporting a clean skeleton with no meshes or erroneous nodes.
Added PointEntity (derive from for entities that are always networked to players, regardless of position)
Added EnvSync entity (syncs time of day)
Players not correctly always subscribed to nw group 0
Added net_env to procedural map
Cave root asset. SimpleVertexAO shader, mataerial updates.
Heightmap and spec on all the ground textures.
improved the running animation; fixed some weighting issues on the wolf; adding some new animations
Added ParticleScaler third party. Added new shader for rocks. Testing parallax with cave shaders.
Tried to make water less terrible. Really need to get it fogging properly.
Cliff shader update, and merge prep.
Water, cliff shader and snow scene tweak
Re-added terrain generator test scene
Fixed terrain generator test scene not loading (whoops)
Tweaked terrain material UV mixing parameters
Added PlayerBlueprints component
Now sending list of craftable blueprints to HTML (wip)
Added triangle-shaped grass meshes to sparse-coverage areas
Menu shows blueprints
Menu indicates whether you can craft blueprint
Sort by craftablility
Craft on click
Time of Day update to 2.1.0 prerelease 3
Craft notifications
Craft cancelling
Craft progress
Added min and max cluster size to spawn handler
Merge from main again (to keep Unity from reimporting shitloads of shaders every time I switch branch)
Renamed Version to BuildVersion due to System.Version name conflict
Add inventory notifications to the previous update
Show active crafts in blueprint list
Merge from main again (version class update)
Renamed ContextMenu to ContextMenuUI (name conflict)
Merge from main again (context menu class update)