repoarcadecancel

3,393 Commits over 273 Days - 0.52cph!

10 Years Ago
removed UltimateSoldierJS
10 Years Ago
removed UltimateSoldierJS
10 Years Ago
Started porting the rest of SmashBlox to JS. Completed Ball and most of GameStage
10 Years Ago
Started porting the rest of SmashBlox to JS. Completed Ball and most of GameStage
10 Years Ago
Fixed crash in LoadPNG. file:// needed to be file:/// for WWW but decided to use Texture2D.LoadImage
10 Years Ago
Fixed crash in LoadPNG. file:// needed to be file:/// for WWW but decided to use Texture2D.LoadImage
10 Years Ago
emulator graph toggle state is saved in playerprefs
10 Years Ago
emulator graph toggle state is saved in playerprefs
10 Years Ago
Switched Play/Pause and Start/Stop Recording buttons to single toggles, partial implementation of Package Game button.
10 Years Ago
Switched Play/Pause and Start/Stop Recording buttons to single toggles, partial implementation of Package Game button.
10 Years Ago
Refactored game packaging to involve less repetition.
10 Years Ago
Refactored game packaging to involve less repetition.
10 Years Ago
Relocated game packaging to GameAPI.
10 Years Ago
Relocated game packaging to GameAPI.
10 Years Ago
Emulator can now load packaged games again.
10 Years Ago
Emulator can now load packaged games again.
10 Years Ago
Added a basic graphics bandwidth graph to the emulator.
10 Years Ago
Added a basic graphics bandwidth graph to the emulator.
10 Years Ago
Hideous fix for requiring System.Drawing in GameAPI.BudgetBoy.
10 Years Ago
Hideous fix for requiring System.Drawing in GameAPI.BudgetBoy.
10 Years Ago
Merge branch 'master' of arcade
10 Years Ago
Merge branch 'master' of arcade
10 Years Ago
Implemented resource hotloading.
10 Years Ago
Implemented resource hotloading.
10 Years Ago
[ultimate_soldier] minor tweak on visual gun kick
10 Years Ago
[ultimate_soldier] minor tweak on visual gun kick
10 Years Ago
JS games can now be loaded straight from a directory in the emulator.
10 Years Ago
JS games can now be loaded straight from a directory in the emulator.
10 Years Ago
Fixed ambiguous bindings being generated for RectF and RectI.
10 Years Ago
Fixed ambiguous bindings being generated for RectF and RectI.
10 Years Ago
Fixed emulated cabinet display not being correctly sized, which also fixes the cursor location being incorrect.
10 Years Ago
Fixed emulated cabinet display not being correctly sized, which also fixes the cursor location being incorrect.
10 Years Ago
Wall placement dragging now works correctly for both straight and diagonal drags in both directions
10 Years Ago
Wall placement dragging now works correctly for both straight and diagonal drags in both directions
10 Years Ago
Updated SmashBlox's demo to be one with directional audio.
10 Years Ago
Updated SmashBlox's demo to be one with directional audio.
10 Years Ago
Added buttons to start / stop recording a demo.
10 Years Ago
Added buttons to start / stop recording a demo.
10 Years Ago
Added some basic controls to pause / play / reset the game.
10 Years Ago
Added some basic controls to pause / play / reset the game.
10 Years Ago
Fixed emulator cursor position being incorrect when the display aspect ratio was higher than the game's.
10 Years Ago
Fixed emulator cursor position being incorrect when the display aspect ratio was higher than the game's.
10 Years Ago
Fixed emulator aspect ratio, now resizes to fit screen correctly. Added mouse support.
10 Years Ago
Fixed emulator aspect ratio, now resizes to fit screen correctly. Added mouse support.
10 Years Ago
Basic emulator is now functional.
10 Years Ago
Basic emulator is now functional.
10 Years Ago
Refactored GameCabinetEditor to extend a new CustomEditor abstract class, added CabinetEmulatorEditor.
10 Years Ago
Refactored GameCabinetEditor to extend a new CustomEditor abstract class, added CabinetEmulatorEditor.
10 Years Ago
Abstracted UnityAudioProvider, added CabinetAudioProvider and EmulatorAudioProvider.
10 Years Ago
Abstracted UnityAudioProvider, added CabinetAudioProvider and EmulatorAudioProvider.