248,556 Commits over 3,928 Days - 2.64cph!
GitSync + New fancy spawnicons
Fixed gesture animations playing by default.
Fixed NRE in DamageIndicator
Fixed defaulting to shitty quality
Fixed not being able to hit trees
Fixed network compression size threshold on broadcast
Quick fix for stuff trees etc notspawning on servers
Fixed naked player normal map glitch.
adjusted positioning of the 1st person eating animations
Fudged menubackground to avoid compiling GI (because it crashes the build server)
Fixed warnings
More Water shader updates. Updated river and lake assets for island_large1
Fixed compile error
Throw exception on compile error
Added player looting anim & set up clips
added player looting animation source
1st person eating animations
Small menu fix, and removing temp tree files.
Merging tree-sync-experiment to main
Added network compression
Fixed TerrainGenerator client / server init fuckup
Renamed materials. Will plastic track it?
Added gizmos to all terrain modifiers
Made all terrain modifier radii scale with the y object scale
Re-organised directory structure.
Merged TerrainColorModifier and TerrainSplatModifier as they should be used together
Added some rocks that set their underlying splat to dirt to test the whole thing (I know it still looks kinda horrible)
Fixed problems with bootstrapping
Manually added example build output.
Fixed Builds directory not being removed.
Added unix standalone builds.
Made terrain modifiers get applied in Awake()
Added TerrainColor and TerrainColorModifier
Refactored TerrainOverlayModifier and TerrainSplatModifier
Set up pickpocket mechanim states & added 'loot' parameter
Added 1st pass player 'pickpocket' anim & set up clips
baseNetworkable.networkOwner not used for anything
Don't delete the spawnhandler on a listen server
Tree layer (for perf tests)
Not moving trees into Network heirachy seems to fix group < errors
Changed network rotations to send as vectors
Don't send trees in every snapshot - only the first one
Don't send a full snapshot when spawning dead
updated player gesture source
Removing ExportedObj folder from plastic
Created bootstrapper stuff and a switch for it.
Moved tree stumps to their own prefabs
Hide prefabID in inspector
Added TreeEntity (so we can specifically optimize trees)
Replaced ent.sourcePrefab string with prefabID (a hash of the string)
Added ent.KookupSourcePrefab() (to get the prefab name as a string)
Updated prefabs with new ID
Reduced standalone zip compression level to compare build times.
[ultimate_soldier] fixed a crash for very small levels
Merge branch 'master' of arcade
Builds directory is now removed when a build starts.