userJames Kingcancel
repoarcadecancel

859 Commits over 153 Days - 0.23cph!

9 Years Ago
Removed a file that should not have been added to source control.
9 Years Ago
[racer] Can now leave the title screen.
9 Years Ago
[racer] More details for the title animation.
9 Years Ago
[racer] Title screen is now animated.
9 Years Ago
Fixed a bug with easing functions.
9 Years Ago
Added an `Ease` class with some basic easing functions.
9 Years Ago
[racer] Started work on title screen.
9 Years Ago
Added `Animation.IsPlaying` to compliment `Animation.IsPaused`.
9 Years Ago
Fixed a column or row of pixels being missing for rotated sprites with an odd width / height.
9 Years Ago
Fixed 90 and 270 degree sprite rotations being the wrong way round.
9 Years Ago
Fixed sprite rotations.
9 Years Ago
Fix for exception in web player builds due to the use of a Regex.
9 Years Ago
Merge branch 'deploy' of arcade Conflicts: Platforms/GameAPI.BudgetBoy/Entity.cs
9 Years Ago
Fixed entities not loading graphics.
9 Years Ago
Added some missing documentation for the Entity class.
9 Years Ago
Entity now implements IEnumerable<Sprite> so that collection initializers can be used, and ensured that sprites are ordered correctly.
9 Years Ago
Updated .gitignore
9 Years Ago
Failsafe fix for error in embedded player.
9 Years Ago
Possible fix for error in embedded player.
9 Years Ago
Added support for specifying a game to load from the command line.
9 Years Ago
Merge branch 'resmove'
9 Years Ago
Finished removing the need for a dedicated Resources directory for each game.
9 Years Ago
Merge branch 'deploy' of arcade
9 Years Ago
Merge branch 'master' of arcade
9 Years Ago
Fix for copying console lines to clipboard.
9 Years Ago
Merge branch 'master' of arcade
9 Years Ago
Attempting to remove a renderable from a stage it is not added to now just silently fails.
9 Years Ago
Standalone build packaging is now performed elsewhere.
9 Years Ago
Added Build.WebPlayer() method.
9 Years Ago
Fucked with player and quality settings for the BBDK.
9 Years Ago
Graph is now coloured again.
9 Years Ago
Fixed a possible exception when removing entities.
9 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.