brancharcade/ovrcancel

1,415 Commits over 122 Days - 0.48cph!

11 Years Ago
Removed Documentation submodule.
11 Years Ago
Now ignoring Documentation.
11 Years Ago
Documentation directory is automatically created if it doesn't exist.
11 Years Ago
Merge branch 'master' into deploy
11 Years Ago
Gigantic refactor to make the BudgetBoy C# API a bit more sane (no more Game<TGame> where TGame : Game<TGame> etc).
11 Years Ago
JS and TS games are now packaged as part of the main build.
11 Years Ago
Removed SquaresJS.
11 Years Ago
Updated SmashBloxXS submodules.
11 Years Ago
Playing with outputting C# docs.
11 Years Ago
Added some example docs.
11 Years Ago
C# games can now be loaded directly from their source code in the BBDK.
11 Years Ago
Some improved C# error and warning reporting, and hovering over lines in the console stops them from disappearing.
11 Years Ago
C# games can now be packaged from within the BBDK.
11 Years Ago
Temporary fix for error caused by packaging a C# game more than once (it was deleting a loaded assembly).
11 Years Ago
untracked Pngcs meta file
11 Years Ago
doc test
11 Years Ago
added docs to Stage.cs
11 Years Ago
added docs to Entity.cs
11 Years Ago
untracked Pngcs meta file
11 Years Ago
added docs for Sprite.cs
11 Years Ago
added docs for Text.cs
11 Years Ago
added docs to Graphics.cs and Graphics_Serialization.cs
11 Years Ago
more docs
11 Years Ago
added docs for Tilemap.cs
11 Years Ago
fix for C# games not running
11 Years Ago
some more docs
11 Years Ago
doc formatting tweak
11 Years Ago
Merge branch 'deploy'
11 Years Ago
Temporary fix for Vector3DTest not being found by premake.
11 Years Ago
Updated TypeScript submodule.
11 Years Ago
No more HTML documentation timestamps.
11 Years Ago
Removed unused build script.
11 Years Ago
Now builds the standalone by default.
11 Years Ago
Trying to fix webplayer builds.
11 Years Ago
Web player should compile now.
11 Years Ago
Started making Game/Resources not required, and so resources are loaded from each game's root directory.
11 Years Ago
a couple doc clarifications
11 Years Ago
Finished removing the need for a dedicated Resources directory for each game.
11 Years Ago
Merge branch 'resmove'
11 Years Ago
added a GetFrame accessor to Animation
11 Years Ago
added an IsPlaying property to Animation
11 Years Ago
added a JustBecameNonzero property to Axis2
11 Years Ago
changed IsPlaying to IsPaused
11 Years Ago
Doxygen should now see Markdown files.
11 Years Ago
Fixed game list in editor & the emulator standalone so that both prepackaged and loose versions of the same game can be seen and selected.
11 Years Ago
Updated TypeScript submodule.
11 Years Ago
Fixed compiling C# games on Windows.
11 Years Ago
Purged Jurassic.
11 Years Ago
Fixed errors when trying to load MemoryDungeon from sources due to the use of default parameters.
11 Years Ago
Removed Jurassic.dll.meta