243,515 Commits over 3,898 Days - 2.60cph!
Added particles to SmashBlox to test Graphics.DrawPoints
Added particles to SmashBlox to test Graphics.DrawPoints
Implemented Graphics.RenderPointsFromStream
Implemented Graphics.RenderPointsFromStream
added lean left/right animations for all of the player holding weapon animations.
Reverted Alex's broken burlap shirt commit
Started work on deathscreen
Fade into deathscreen (wip)
Randomly drop held item when killed
Switch to third person when killed, rotate around ragdoll
Hide viewmodel when dead
Fixed local player ragdoll being crazy fucked up on spawn because of their local collider
Tried to fix ragdoll LODS, but I don't think it's working that great - will revisit
Implemented Graphics.FillRect
Implemented Graphics.FillRect
Merge branch 'master' of arcade
Merge branch 'master' of arcade
Implemented Graphics.DrawLine(s)
Implemented Graphics.DrawLine(s)
Going home.
Still doing containable and snappable shit to re add procgen.
Added server side saving of highscores to file. Game machines are sent the servers current highscore state on init. HighscoreSubmitted event now sets the highscore for all game machines of the same game type.
Added server side saving of highscores to file. Game machines are sent the servers current highscore state on init. HighscoreSubmitted event now sets the highscore for all game machines of the same game type.
Implemented Graphics.DrawPoint(s)
Implemented Graphics.DrawPoint(s)
Made some more nature assets use the new standard shader
Deleted some old unused assets
Split BudgetBoy.Graphics into several files.
Split BudgetBoy.Graphics into several files.
Auto saved runtime scenes now go into Scenes/Runtime/Islands to match the working directory structure. Updated readme.
Added collider property to TerrainMeta
Fixed TerrainCollisionTrigger gizmo
Added readme for scenes folder
Added trigger to ignore terrain collision to TestLevel
Reorganised scene folders. Added SceneSaveHook.cs to handle runtime scene saving and cleanup and build scenes management.
updated burlap LOD0 torso to include neck geometry
Started work on adding methods to render various primitives.
Started work on adding methods to render various primitives.
Implemented Arc AABB creation and roadsections are now IContainable.
Need to make Arc intersections tests.
Need to handle updates.
Need to make them all ISnappable.
Fixed dead players not leaving the server when disconnected
Fixed player still visible when ragdoll is created
Made animals forest-only again (let's balance forest sizes etc instead now that we're on Unity 5)
Adjusted animal sense parameters
Tweaked AI ticking (not horrible anymore, but not perfect either - performance testing)
Made behaviour tree actions no longer instant
Ignored behaviour tree frequency (load balancing now exclusively being done by AI handler)
Added more profiler samples to AI
Global message "ClientDisconnect" is send to everything when client is disconnecting from server
Added @garry 's ScenesToPrefabs script.
[memory_dungeon] color tweak
[memory_dungeon] color tweak
Fixed NRE in BaseCorpse.Save
Added BaseEntity.IsValid
Fixed NRE in Builder module
[memory_dungeon] not much, just card flipping
[memory_dungeon] not much, just card flipping
Ore resource nodes now all give varying levels of stone/metal/sulfur (instead of just one)
Merge branch 'master' of arcade
Merge branch 'master' of arcade
Fixed AI profiler samples not showing up in the profiler
Updated to latest Amplify* (from Rust repo) and latest TOD from Dropbox.