202,294 Commits over 4,171 Days - 2.02cph!
Added manage to switch in the test scene to a car to drive around the road you've created.
Implemented perspective independent anti aliasing on cabinet screens.
Implemented perspective independent anti aliasing on cabinet screens.
- Fixed an exploit related to running console commands through the chat
- Fixed crash issues with Player:Kick and Player:Ban
- Player:Ban's second argument is now a boolean, set it to true to automatically kick the player
Fixed gmad not compiling on Linux and OSX
All most recent DLL builds.
All most recent DLL builds.
Merge branch 'master' of arcade into js-scripting
Conflicts:
Resources/GameAPI.BudgetBoy.dll
Resources/GameAPI.dll
Resources/GamePackager.exe
Unity/Assets/Plugins/Editor/GameAPI.Editor.dll
Unity/Assets/Plugins/GameAPI.BudgetBoy.dll
Unity/Assets/Plugins/GameAPI.dll
Unity/Assets/Resources/Games/Test.bytes
Merge branch 'master' of arcade into js-scripting
Conflicts:
Resources/GameAPI.BudgetBoy.dll
Resources/GameAPI.dll
Resources/GamePackager.exe
Unity/Assets/Plugins/Editor/GameAPI.Editor.dll
Unity/Assets/Plugins/GameAPI.BudgetBoy.dll
Unity/Assets/Plugins/GameAPI.dll
Unity/Assets/Resources/Games/Test.bytes
screens are now replicated properly to all connections (only one screen at a time for now)
changed GameAPI to light up the screen when IsControlled and IsRemoteControlled
screens are now replicated properly to all connections (only one screen at a time for now)
changed GameAPI to light up the screen when IsControlled and IsRemoteControlled
Fixed some implicit truncations and a nonsense error during GLSL translation.
Fixed some implicit truncations and a nonsense error during GLSL translation.
Cabinet screen anti-aliasing fix.
Cabinet screen anti-aliasing fix.
Fixed screen brightness not changing when controlling a cabinet.
Fixed screen brightness not changing when controlling a cabinet.
Removed junk function from cabinet screen shader.
Removed junk function from cabinet screen shader.
added flinching to the player animation system
added flinching to the player mecanim; fixed the empty space between the player leg and burlap shoes/ tweaked the attack animations for some weapons.
crouchwalk/jogging animations for the player holding a pickaxe
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
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
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
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
fixed prefabs that got broken during merge
fixed prefabs that got broken during merge
fixed error when a cabinets game is set to None
fixed error when a cabinets game is set to None
almost done porting Mazing
almost done porting Mazing
Added rigidbody to player collision (fixes huge amounts of lag clientside)
Fixed level spawning UID's getting re-used (causing things to spawn as trees and shit)
Updated image effects to Unity 5
Added anim events to flinch anims
Changed blends on player controller anims
Tweaked UpdateCollisionBounds for performance
added the other enemy type
added the other enemy type