userJames Kingcancel
brancharcade/main2cancel

411 Commits over 61 Days - 0.28cph!

10 Years Ago
Premake script now requests the location of unity assemblies when first executed.
10 Years Ago
Updated .gitignore
10 Years Ago
Removed Unity DLL files from source control.
10 Years Ago
Automatically generated bindings are now functioning in Unity.
10 Years Ago
Property generation for interfaces implemented.
10 Years Ago
Started work on a new approach to bindings generation.
10 Years Ago
Fixed project dependencies by correcting a bug with premake.
10 Years Ago
PreGen projects are now generated for each project flagged for binding generation.
10 Years Ago
Started implementing project parsing for bindings generation, will probably try a different approach.
10 Years Ago
Added BindingsGenerator project.
10 Years Ago
Renamed solution from GameAPI to Arcade.
10 Years Ago
Merge branch 'master' of arcade
10 Years Ago
Updated README.md
10 Years Ago
Complete fix for gmake not recognizing changes to game resources.
10 Years Ago
Temporary fix for resource file updates not triggering a rebuild with make.
10 Years Ago
Fixed a mistake in premake5.lua that apparently didn't break anything somehow.
10 Years Ago
Updated premake5 script to automatically detect platforms.
10 Years Ago
Moved GameAPI.BudgetBoy (because why the hell not)
10 Years Ago
Merge branch 'master' of arcade into js-scripting
10 Years Ago
Split solution into groups.
10 Years Ago
Fixed unreliable API assembly resolution.
10 Years Ago
Apparently Jurassic is fixed to work with Mono now.
10 Years Ago
Updated premake5 script to allow the use of unsafe code in Jurassic.
10 Years Ago
Updated .gitignore
10 Years Ago
Added Jurassic source.
10 Years Ago
Fixed unreliability of paused games.
10 Years Ago
Fix for assemblies not being resolved within unity.
10 Years Ago
Refactored game packaging / loading to resolve assemblies automatically.
10 Years Ago
Added ResourceLibrary project
10 Years Ago
GameCabinet.Pause now accepts a byte array containing the last frame to display, or null to display an empty frame.
10 Years Ago
GameCabinet.EndLocalControl now uses a PausedEventArgs, which holds the last frame rendered and serialized game state if the game supports it.
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
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
Almost ready to start testing JS.
10 Years Ago
Merge branch 'master' of arcade into js-scripting
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
Some refactoring to prepare for scripted games.
10 Years Ago
Added countdown display to SmashBlox when paused.
10 Years Ago
Replaced ClearScript with Jurassic.
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 CRT pixel effect to the cabinet screen shader.
10 Years Ago
Merge branch 'master' of arcade into js-scripting
10 Years Ago
Fixed screens in edit mode.
10 Years Ago
Merge branch 'js-scripting' of arcade
10 Years Ago
Fixed screens going black after refocusing.