7,938 Commits over 3,745 Days - 0.09cph!
Replaced ClearScript with Jurassic.
Replaced ClearScript with Jurassic.
Tweaked CRT pixel brightness when fully zoomed in.
Tweaked CRT pixel brightness when fully zoomed in.
Added a higher resolution CRT pixel image.
Added a higher resolution CRT pixel image.
Added CRT pixel effect to the cabinet screen shader.
Added CRT pixel effect to the cabinet screen shader.
Merge branch 'master' of arcade into js-scripting
Merge branch 'master' of arcade into js-scripting
Fixed screens in edit mode.
Fixed screens in edit mode.
Merge branch 'js-scripting' of arcade
Merge branch 'js-scripting' of arcade
Fixed screens going black after refocusing.
Fixed screens going black after refocusing.
Fixed multiplayer test cabinet prefabs.
Fixed multiplayer test cabinet prefabs.
Added Debug configuration, fixed major performance issue.
Added Debug configuration, fixed major performance issue.
Fixed NullReferenceException in ControlsBase.
Fixed NullReferenceException in ControlsBase.
Audio and some parts of the graphics system seem to be working now.
Audio and some parts of the graphics system seem to be working now.
Everything compiles again, time to test.
Everything compiles again, time to test.
Audio and Controls providers implemented, just Graphics to go.
Audio and Controls providers implemented, just Graphics to go.
Finished abstracting away everything Unity related from GameAPI.BudgetBoy.
Finished abstracting away everything Unity related from GameAPI.BudgetBoy.
Graphics, audio and controls abstracted. GameAPI now compiles.
Graphics, audio and controls abstracted. GameAPI now compiles.
Finished abstracting audio.
Finished abstracting audio.
Started massive refactor to move all Unity stuff to GameAPI.Unity
Started massive refactor to move all Unity stuff to GameAPI.Unity
Added GameAPI.Unity project.
Added GameAPI.Unity project.
Merge branch 'master' of arcade into js-scripting
Conflicts:
GameAPI.BudgetBoy/GameAPI.BudgetBoy.csproj
GameAPI/GameAPI.csproj
Merge branch 'master' of arcade into js-scripting
Conflicts:
GameAPI.BudgetBoy/GameAPI.BudgetBoy.csproj
GameAPI/GameAPI.csproj
Scissor rectangles now work.
Scissor rectangles now work.
Implemented setting / clearing scissor rects (they don't do anything yet).
Implemented setting / clearing scissor rects (they don't do anything yet).
Renamed Bounds to RectF and added a RectI struct.
Renamed Bounds to RectF and added a RectI struct.
Renamed Graphics.WidthPixels / Graphics.HeightPixels to just Graphics.Width / Graphics.Height.
Renamed Graphics.WidthPixels / Graphics.HeightPixels to just Graphics.Width / Graphics.Height.