userJames Kingcancel
repoarcadecancel

859 Commits over 153 Days - 0.23cph!

10 Years Ago
Javascript games can now be packaged, basic communication with the Javascript engine is functional.
10 Years Ago
Updated premake5.lua to generate packaging scripts for JS games.
10 Years Ago
Updated premake5.lua to generate packaging scripts for JS games.
10 Years Ago
Merge branch 'master' of arcade into js-scripting Conflicts: Unity/Assets/Materials/CabinetScreen.mat
10 Years Ago
Merge branch 'master' of arcade into js-scripting Conflicts: Unity/Assets/Materials/CabinetScreen.mat
10 Years Ago
Merge branch 'master' of arcade into js-scripting Conflicts: Unity/Assets/Materials/CabinetScreen.mat
10 Years Ago
Merge branch 'master' of arcade into js-scripting Conflicts: Unity/Assets/Materials/CabinetScreen.mat
10 Years Ago
Fixed scissoring being unreliable, added new constructors to RectX structs: RectX(Vector2x origin, Vector2x size).
10 Years Ago
Fixed scissoring being unreliable, added new constructors to RectX structs: RectX(Vector2x origin, Vector2x size).
10 Years Ago
Almost ready to start testing JS.
10 Years Ago
Almost ready to start testing JS.
10 Years Ago
Merge branch 'master' of arcade into js-scripting
10 Years Ago
Merge branch 'master' of arcade into js-scripting
10 Years Ago
Tweaked SmashBlox countdown animation.
10 Years Ago
Tweaked SmashBlox countdown animation.
10 Years Ago
Merge branch 'master' of arcade into js-scripting Conflicts: Games/SmashBlox/Main.cs
10 Years Ago
Merge branch 'master' of arcade into js-scripting Conflicts: Games/SmashBlox/Main.cs
10 Years Ago
Some refactoring to prepare for scripted games.
10 Years Ago
Some refactoring to prepare for scripted games.
10 Years Ago
Added countdown display to SmashBlox when paused.
10 Years Ago
Added countdown display to SmashBlox when paused.
10 Years Ago
Replaced ClearScript with Jurassic.
10 Years Ago
Replaced ClearScript with Jurassic.
10 Years Ago
Tweaked CRT pixel brightness when fully zoomed in.
10 Years Ago
Tweaked CRT pixel brightness when fully zoomed in.
10 Years Ago
Added a higher resolution CRT pixel image.
10 Years Ago
Added a higher resolution CRT pixel image.
10 Years Ago
Added CRT pixel effect to the cabinet screen shader.
10 Years Ago
Added CRT pixel effect to the cabinet screen shader.
10 Years Ago
Merge branch 'master' of arcade into js-scripting
10 Years Ago
Merge branch 'master' of arcade into js-scripting
10 Years Ago
Fixed screens in edit mode.
10 Years Ago
Fixed screens in edit mode.
10 Years Ago
Merge branch 'js-scripting' of arcade
10 Years Ago
Merge branch 'js-scripting' of arcade
10 Years Ago
Fixed screens going black after refocusing.
10 Years Ago
Fixed screens going black after refocusing.
10 Years Ago
Fixed multiplayer test cabinet prefabs.
10 Years Ago
Fixed multiplayer test cabinet prefabs.
10 Years Ago
Added Debug configuration, fixed major performance issue.
10 Years Ago
Added Debug configuration, fixed major performance issue.
10 Years Ago
Fixed rendering.
10 Years Ago
Fixed rendering.
10 Years Ago
Fixed NullReferenceException in ControlsBase.
10 Years Ago
Fixed NullReferenceException in ControlsBase.
10 Years Ago
Audio and some parts of the graphics system seem to be working now.
10 Years Ago
Audio and some parts of the graphics system seem to be working now.
10 Years Ago
Everything compiles again, time to test.
10 Years Ago
Everything compiles again, time to test.
10 Years Ago
Audio and Controls providers implemented, just Graphics to go.