brancharcade/ovrcancel

1,415 Commits over 122 Days - 0.48cph!

9 Years Ago
untracked Pngcs meta file
9 Years Ago
Temporary fix for error caused by packaging a C# game more than once (it was deleting a loaded assembly).
9 Years Ago
C# games can now be packaged from within the BBDK.
9 Years Ago
Some improved C# error and warning reporting, and hovering over lines in the console stops them from disappearing.
9 Years Ago
C# games can now be loaded directly from their source code in the BBDK.
9 Years Ago
Added some example docs.
9 Years Ago
Playing with outputting C# docs.
9 Years Ago
Updated SmashBloxXS submodules.
9 Years Ago
Removed SquaresJS.
9 Years Ago
JS and TS games are now packaged as part of the main build.
9 Years Ago
Gigantic refactor to make the BudgetBoy C# API a bit more sane (no more Game<TGame> where TGame : Game<TGame> etc).
9 Years Ago
Merge branch 'master' into deploy
9 Years Ago
Documentation directory is automatically created if it doesn't exist.
9 Years Ago
Now ignoring Documentation.
9 Years Ago
Removed Documentation submodule.
9 Years Ago
Some refactoring to prepare for allowing C# scripting.
9 Years Ago
Games can now be loaded from directories without a Resource subdirectory.
9 Years Ago
Merge branch 'master' into deploy
9 Years Ago
Fixed loading JS games chosen in the editor.
9 Years Ago
Merge branch 'master' into deploy
9 Years Ago
Now using Pngcs for image loading, indexed png files are now supported.
9 Years Ago
Merge branch 'master' into deploy
9 Years Ago
Game packages can now be loaded from files in the `Games` directory.
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' into deploy
9 Years Ago
Minor fix that allows games to be packaged
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
Merge branch 'master' of github.com:Facepunch/arcade
9 Years Ago
[ultimate_soldier] fixed out-of-bounds bug, more/cheaper friendly soldiers
9 Years Ago
Standalone build packaging is now performed elsewhere.
9 Years Ago
Added Build.WebPlayer() method.
9 Years Ago
[ultimate_soldier] fixed some money stuff
9 Years Ago
Merge branch 'master' of github.com:Facepunch/arcade
9 Years Ago
[ultimate_soldier] fixed civilian not loading base class sounds
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.
9 Years Ago
[ultimate_soldier] more sfx
9 Years Ago
[ultimate_soldier] starts with title screen again
9 Years Ago
[ultimate_soldier] cam shake when shooting
9 Years Ago
[ultimate_soldier] diff colored walls
9 Years Ago
[ultimate_soldier] player spawns in center of shop room
9 Years Ago
[ultimate_soldier] AI pick up the best closest gun they can see, instead of just the closest
9 Years Ago
[ultimate_soldier] floater text when saving civilian
9 Years Ago
[ultimate_soldier] a bit of fading, janky though
9 Years Ago
Merge branch 'master' of arcade