225,135 Commits over 3,714 Days - 2.53cph!

10 Years Ago
Implemented demo playback.
10 Years Ago
Implemented demo playback.
10 Years Ago
Adding culling/LODing to floor/foundation/wall
10 Years Ago
Added record button bindings.
10 Years Ago
Added record button bindings.
10 Years Ago
Animal collision perf fix
10 Years Ago
Show server name in branding
10 Years Ago
Fixed generation bugs and callback order bug
10 Years Ago
Scene updates
10 Years Ago
Implemented basic gameplay recording to base64 string.
10 Years Ago
Implemented basic gameplay recording to base64 string.
10 Years Ago
Updated water to Unity 5
10 Years Ago
Fixed city zone creation error
10 Years Ago
These files shouldn't have ever been committed
10 Years Ago
Fixed players not animating in @unity3d 4.5.3 http://goo.gl/Zjbybw
10 Years Ago
base.OnUpdate() now no longer needs to be called in Entity extending classes for coroutines to work.
10 Years Ago
base.OnUpdate() now no longer needs to be called in Entity extending classes for coroutines to work.
10 Years Ago
added the other enemy type
10 Years Ago
added the other enemy type
10 Years Ago
Tweaked UpdateCollisionBounds for performance
10 Years Ago
Changed blends on player controller anims
10 Years Ago
Added anim events to flinch anims
10 Years Ago
Updated image effects to Unity 5
10 Years Ago
Fixed level spawning UID's getting re-used (causing things to spawn as trees and shit)
10 Years Ago
Added rigidbody to player collision (fixes huge amounts of lag clientside)
10 Years Ago
almost done porting Mazing
10 Years Ago
almost done porting Mazing
10 Years Ago
fixed error when a cabinets game is set to None
10 Years Ago
fixed error when a cabinets game is set to None
10 Years Ago
fixed prefabs that got broken during merge
10 Years Ago
fixed prefabs that got broken during merge
10 Years Ago
Merge branch 'master' into networking Conflicts: GameAPI/GameCabinet.cs Unity/Assets/Plugins/Editor/GameAPI.Editor.dll Unity/Assets/Plugins/GameAPI.BudgetBoy.dll Unity/Assets/Plugins/GameAPI.dll Unity/Assets/Prefabs/Cabinet.prefab
10 Years Ago
Merge branch 'master' into networking Conflicts: GameAPI/GameCabinet.cs Unity/Assets/Plugins/Editor/GameAPI.Editor.dll Unity/Assets/Plugins/GameAPI.BudgetBoy.dll Unity/Assets/Plugins/GameAPI.dll Unity/Assets/Prefabs/Cabinet.prefab
10 Years Ago
screens are networked and displayed on the correct cabinet now, had to give cabinets their own ids because all ids in bolt are not shared across client and server
10 Years Ago
screens are networked and displayed on the correct cabinet now, had to give cabinets their own ids because all ids in bolt are not shared across client and server
10 Years Ago
added Abs to Mathf
10 Years Ago
added Abs to Mathf
10 Years Ago
crouchwalk/jogging animations for the player holding a pickaxe
10 Years Ago
added flinching to the player mecanim; fixed the empty space between the player leg and burlap shoes/ tweaked the attack animations for some weapons.
10 Years Ago
added flinching to the player animation system
bot
10 Years Ago
LinuxDS Build 67
bot
10 Years Ago
OSX Build 159
bot
10 Years Ago
Windows Build 107
bot
10 Years Ago
Linux Build 183
10 Years Ago
Removed junk function from cabinet screen shader.
10 Years Ago
Removed junk function from cabinet screen shader.
10 Years Ago
Sync with GitHub
10 Years Ago
Fixed screen brightness not changing when controlling a cabinet.
10 Years Ago
Fixed screen brightness not changing when controlling a cabinet.
10 Years Ago
Cabinet screen anti-aliasing fix.