userJames Kingcancel

8,201 Commits over 3,837 Days - 0.09cph!

10 Years Ago
Fixed a column or row of pixels being missing for rotated sprites with an odd width / height.
10 Years Ago
Fixed 90 and 270 degree sprite rotations being the wrong way round.
10 Years Ago
Fixed sprite rotations.
10 Years Ago
Fix for exception in web player builds due to the use of a Regex.
10 Years Ago
Merge branch 'deploy' of arcade Conflicts: Platforms/GameAPI.BudgetBoy/Entity.cs
10 Years Ago
Fixed entities not loading graphics.
10 Years Ago
Added some missing documentation for the Entity class.
10 Years Ago
Entity now implements IEnumerable<Sprite> so that collection initializers can be used, and ensured that sprites are ordered correctly.
10 Years Ago
Updated .gitignore
10 Years Ago
Failsafe fix for error in embedded player.
10 Years Ago
Possible fix for error in embedded player.
10 Years Ago
Added support for specifying a game to load from the command line.
10 Years Ago
Merge branch 'resmove'
10 Years Ago
Finished removing the need for a dedicated Resources directory for each game.
10 Years Ago
Merge branch 'deploy' of arcade
10 Years Ago
Merge branch 'master' of arcade
10 Years Ago
Fix for copying console lines to clipboard.
10 Years Ago
Merge branch 'master' of arcade
10 Years Ago
Attempting to remove a renderable from a stage it is not added to now just silently fails.
10 Years Ago
Standalone build packaging is now performed elsewhere.
10 Years Ago
Added Build.WebPlayer() method.
10 Years Ago
Fucked with player and quality settings for the BBDK.
10 Years Ago
Graph is now coloured again.
10 Years Ago
Fixed a possible exception when removing entities.
10 Years Ago
Added a couple of convenient scripts to call premake5.
10 Years Ago
Fixed a typo in premake5.lua
10 Years Ago
Merge branch 'master' of arcade
10 Years Ago
Fix for exception when no documentation output path is specified.
10 Years Ago
Hopeful fix for bindable instance wrappers that inherit from other wrappers not having all members bound.
10 Years Ago
Attempting to get script hotloading working, but the file system watcher seems to be ignoring everything.
10 Years Ago
Attempting to get script hotloading working, but the file system watcher seems to be ignoring everything.
10 Years Ago
Added conversion bindings between RectX and Vector2X structs.
10 Years Ago
Added conversion bindings between RectX and Vector2X structs.
10 Years Ago
Fixed redundant redefinition of _GLOSSYENV_BOX_PROJECTION in ScreenReflect.shader
10 Years Ago
Fixed redundant redefinition of _GLOSSYENV_BOX_PROJECTION in ScreenReflect.shader
10 Years Ago
Removed reflection probes as they are unused.
10 Years Ago
Removed reflection probes as they are unused.
10 Years Ago
Main cabinet chassis now reflects screens.
10 Years Ago
Main cabinet chassis now reflects screens.
10 Years Ago
Experimental realtime screen reflections for cabinet details.
10 Years Ago
Experimental realtime screen reflections for cabinet details.
10 Years Ago
Added a bit of bloom, raised cabinets so their feet are exposed.
10 Years Ago
Added a bit of bloom, raised cabinets so their feet are exposed.
10 Years Ago
Added uniformly curved screen overlay mesh.
10 Years Ago
Added uniformly curved screen overlay mesh.
10 Years Ago
Reflection probes, smoother screen model, image effects tweak.
10 Years Ago
Reflection probes, smoother screen model, image effects tweak.
10 Years Ago
Fixed SingleGameTest's screen.
10 Years Ago
Fixed SingleGameTest's screen.
10 Years Ago
Added "pan" argument to audio playing methods to simulate locational sounds.