reporust_rebootcancel

98,546 Commits over 3,683 Days - 1.11cph!

10 Years Ago
Scene tweaks
10 Years Ago
added some new wolf animations; tweaked the walk animations.
10 Years Ago
Fade out water fog volume if far away from water
10 Years Ago
Fixed item inv not stacking different items properly
10 Years Ago
updated anim controller with anim for sleeping as well as a couple of missing jump anims. Jump anims will need some love once everythings in.
10 Years Ago
Commiting batch 2 of re-exported anims on new rig.
10 Years Ago
ContextMenuUI fix
10 Years Ago
Wolf now dies Wolf drops corpse (it's just a cube atm) Player drops a corpse (a naked ragdoll that is stick to the floor) Player corpse can be looted
10 Years Ago
Removed specularity from AI test scene grass
10 Years Ago
Let's give AstarPathfindingProject a try
10 Years Ago
Merge from main again (context menu class update)
10 Years Ago
Renamed ContextMenu to ContextMenuUI (name conflict)
10 Years Ago
Merge from main again (version class update)
10 Years Ago
Add inventory notifications to the previous update Show active crafts in blueprint list
10 Years Ago
Renamed Version to BuildVersion due to System.Version name conflict
10 Years Ago
Merge from main again (to keep Unity from reimporting shitloads of shaders every time I switch branch)
10 Years Ago
Added min and max cluster size to spawn handler
10 Years Ago
Craft notifications Craft cancelling Craft progress
10 Years Ago
Time of Day update to 2.1.0 prerelease 3
10 Years Ago
Merge from main
10 Years Ago
Phrase updates
10 Years Ago
Sort by craftablility Craft on click
10 Years Ago
Menu shows blueprints Menu indicates whether you can craft blueprint
10 Years Ago
Added triangle-shaped grass meshes to sparse-coverage areas
10 Years Ago
Added PlayerBlueprints component Now sending list of craftable blueprints to HTML (wip)
10 Years Ago
More water fuckery
10 Years Ago
Tweaked terrain material UV mixing parameters
10 Years Ago
Fixed terrain generator test scene not loading (whoops)
10 Years Ago
Re-added terrain generator test scene
10 Years Ago
Scene progress
10 Years Ago
Merge from main
10 Years Ago
Water, cliff shader and snow scene tweak
10 Years Ago
More cave updates.
10 Years Ago
Cliff shader update, and merge prep.
10 Years Ago
Tried to make water less terrible. Really need to get it fogging properly.
10 Years Ago
Backup commit
10 Years Ago
Added ParticleScaler third party. Added new shader for rocks. Testing parallax with cave shaders.
10 Years Ago
improved the running animation; fixed some weighting issues on the wolf; adding some new animations
10 Years Ago
Heightmap and spec on all the ground textures.
10 Years Ago
Metas. So many.
10 Years Ago
Cave root asset. SimpleVertexAO shader, mataerial updates.
10 Years Ago
Added net_env to procedural map
10 Years Ago
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
10 Years Ago
/re-adding jog.meta
10 Years Ago
/ deleting jog.meta
10 Years Ago
commiting batch 1 of re-exported anims on new rig.
10 Years Ago
Fixed compile errors Protocol++
10 Years Ago
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
10 Years Ago
Updated cave test scene , assets, mats.
10 Years Ago
Added soft blending and option to ignore directional lights to our custom particle shader