userJames Kingcancel
repoarcadecancel

859 Commits over 153 Days - 0.23cph!

11 Years Ago
Valid resource type names now have automatically created alias variables.
11 Years Ago
Valid resource type names now have automatically created alias variables.
11 Years Ago
Fixed ObjectInstance.PopulateFunctions() ignoring inherited members.
11 Years Ago
Fixed ObjectInstance.PopulateFunctions() ignoring inherited members.
11 Years Ago
Exposed some more members of types in the API.
11 Years Ago
Exposed some more members of types in the API.
11 Years Ago
Added overloaded operator bindings generation for structs.
11 Years Ago
Added overloaded operator bindings generation for structs.
11 Years Ago
Added the ability to reference other JS source files that must be evaluated prior to the current one using hints: //! require "source1.js" "somedir/source2.js" "../etc.js"
11 Years Ago
Added the ability to reference other JS source files that must be evaluated prior to the current one using hints: //! require "source1.js" "somedir/source2.js" "../etc.js"
11 Years Ago
Merge branch 'master' of arcade into js-scripting
11 Years Ago
Merge branch 'master' of arcade into js-scripting
11 Years Ago
Replaced TestJS with SmashBloxJS
11 Years Ago
Replaced TestJS with SmashBloxJS
11 Years Ago
Fixed line drawing using degrees when radians are expected.
11 Years Ago
Fixed line drawing using degrees when radians are expected.
11 Years Ago
Replaced Vector2f.Magnitude() references with Vector2f.Length.
11 Years Ago
Replaced Vector2f.Magnitude() references with Vector2f.Length.
11 Years Ago
Ensured Animation.Frame will never be less than 0.
11 Years Ago
Ensured Animation.Frame will never be less than 0.
11 Years Ago
Exposed Vector2f binary operators.
11 Years Ago
Exposed Vector2f binary operators.
11 Years Ago
Refactored Controls, started work on a cursor axis.
11 Years Ago
Refactored Controls, started work on a cursor axis.
11 Years Ago
Finished cursor controls, SmashBlox now uses the cursor position to move the paddle.
11 Years Ago
Finished cursor controls, SmashBlox now uses the cursor position to move the paddle.
11 Years Ago
Added left and right click as alternate binds for A and B respectively.
11 Years Ago
Added left and right click as alternate binds for A and B respectively.
11 Years Ago
SmashBlox paddle now has a limited movement speed.
11 Years Ago
SmashBlox paddle now has a limited movement speed.
11 Years Ago
Added Controls.CursorPosition for convenience.
11 Years Ago
Added Controls.CursorPosition for convenience.
11 Years Ago
Merge branch 'master' of arcade
11 Years Ago
Merge branch 'master' of arcade
11 Years Ago
Clamped cursor positions.
11 Years Ago
Clamped cursor positions.
11 Years Ago
Revamped the cabinet test scene.
11 Years Ago
Revamped the cabinet test scene.
11 Years Ago
Merge branch 'master' of arcade into Unity5 Conflicts: Unity/Assets/Prefabs/LegacyCabinet.prefab Unity/Assets/Scenes/GameTest.unity Unity/Assets/Scenes/Test.unity Unity/Assets/Scripts/ClickToPlayTest.cs Unity/Assets/Scripts/Events/PlayerJoinRequest.asset Unity/Assets/Scripts/GameManager.cs Unity/Assets/Scripts/Networking/SharedCallbacks.cs Unity/Assets/bolt/assemblies/bolt.dll Unity/Assets/bolt/assemblies/bolt.dll.mdb Unity/Assets/bolt/assemblies/editor/bolt.editor.dll Unity/Assets/bolt/assemblies/editor/bolt.editor.dll.mdb Unity/Assets/bolt/assemblies/udpkit/udpkit.dll Unity/Assets/bolt/assemblies/udpkit/udpkit.dll.mdb Unity/Assets/bolt/scenes/BoltDebugScene.unity premake5.lua
11 Years Ago
Merge branch 'master' of arcade into Unity5 Conflicts: Unity/Assets/Prefabs/LegacyCabinet.prefab Unity/Assets/Scenes/GameTest.unity Unity/Assets/Scenes/Test.unity Unity/Assets/Scripts/ClickToPlayTest.cs Unity/Assets/Scripts/Events/PlayerJoinRequest.asset Unity/Assets/Scripts/GameManager.cs Unity/Assets/Scripts/Networking/SharedCallbacks.cs Unity/Assets/bolt/assemblies/bolt.dll Unity/Assets/bolt/assemblies/bolt.dll.mdb Unity/Assets/bolt/assemblies/editor/bolt.editor.dll Unity/Assets/bolt/assemblies/editor/bolt.editor.dll.mdb Unity/Assets/bolt/assemblies/udpkit/udpkit.dll Unity/Assets/bolt/assemblies/udpkit/udpkit.dll.mdb Unity/Assets/bolt/scenes/BoltDebugScene.unity premake5.lua
11 Years Ago
Fixed premake5.lua to include Unity binary location resolution.
11 Years Ago
Fixed premake5.lua to include Unity binary location resolution.
11 Years Ago
Fixed premake5.lua looking for Unity binaries in the wrong location.
11 Years Ago
Fixed premake5.lua looking for Unity binaries in the wrong location.
11 Years Ago
Included Diogo's fixed BudgetBoySprite.shader that splits a matrix varying into component vectors.
11 Years Ago
Included Diogo's fixed BudgetBoySprite.shader that splits a matrix varying into component vectors.
11 Years Ago
Merge branch 'master' of arcade into Unity5
11 Years Ago
Merge branch 'master' of arcade into Unity5
11 Years Ago
Fixed a warning in UnityAudioProvider.cs
11 Years Ago
Fixed a warning in UnityAudioProvider.cs