repoarcadecancel

3,393 Commits over 273 Days - 0.52cph!

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
Exposed Vector2f binary operators.
11 Years Ago
Exposed Vector2f binary operators.
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
Replaced Vector2f.Magnitude() references with Vector2f.Length.
11 Years Ago
Replaced Vector2f.Magnitude() references with Vector2f.Length.
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
[ultimate_soldier] movement and some aiming
11 Years Ago
[ultimate_soldier] movement and some aiming
11 Years Ago
added NumFrames getter to Animation
11 Years Ago
added NumFrames getter to Animation
11 Years Ago
made Animation _progress a public property
11 Years Ago
made Animation _progress a public property
11 Years Ago
added Magnitude method to Vector2f
11 Years Ago
added Magnitude method to Vector2f
11 Years Ago
implemented a set for Animation.Frame
11 Years Ago
implemented a set for Animation.Frame
11 Years Ago
Replaced TestJS with SmashBloxJS
11 Years Ago
Replaced TestJS with SmashBloxJS
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
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
Added overloaded operator bindings generation for structs.
11 Years Ago
Added overloaded operator bindings generation for structs.
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
Fixed ObjectInstance.PopulateFunctions() ignoring inherited members.
11 Years Ago
Fixed ObjectInstance.PopulateFunctions() ignoring inherited members.
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
Added an OnReceiveBindingInstance() virtual method to Bindable, and made Bindable to ObjectInstance translation automatic.
11 Years Ago
Added an OnReceiveBindingInstance() virtual method to Bindable, and made Bindable to ObjectInstance translation automatic.
11 Years Ago
Added bindings for resource loading, started work on a JS port of SmashBlox.
11 Years Ago
Added bindings for resource loading, started work on a JS port of SmashBlox.
11 Years Ago
[memory_dungeon] message box tweaks
11 Years Ago
[memory_dungeon] message box tweaks
11 Years Ago
[memory_dungeon] cursor shows # of remaining moves in the turn
11 Years Ago
[memory_dungeon] cursor shows # of remaining moves in the turn
11 Years Ago
[memory_dungeon] player turn timing re-structured
11 Years Ago
[memory_dungeon] player turn timing re-structured
11 Years Ago
[memory_dungeon] damage floaters
11 Years Ago
[memory_dungeon] damage floaters
11 Years Ago
Replaced Mathf.Max(int, int) with Math.Max.
11 Years Ago
Replaced Mathf.Max(int, int) with Math.Max.
11 Years Ago
Merge branch 'master' of arcade into js-scripting Conflicts: GameAPI/Mathf.cs
11 Years Ago
Merge branch 'master' of arcade into js-scripting Conflicts: GameAPI/Mathf.cs