brancharcade/ovrcancel

1,415 Commits over 122 Days - 0.48cph!

9 Years Ago
[platformer] further fixed falling on a downward moving block
9 Years Ago
[platformer] improved crush detection more, improved grabbing/landing on blocks moving away from player
9 Years Ago
[platformer] fixed some stuff, added blocks that move around clockwise
9 Years Ago
Merge branch 'master' of github.com:Facepunch/arcade
9 Years Ago
Merge branch 'deploy' of arcade Conflicts: Platforms/GameAPI.BudgetBoy/Entity.cs
9 Years Ago
Merge branch 'master' of github.com:Facepunch/arcade
9 Years Ago
Fixed entities not loading graphics.
9 Years Ago
Merge branch 'master' of github.com:Facepunch/arcade
9 Years Ago
Partial fix for 2 channel PNG files.
9 Years Ago
Some improved error reporting.
9 Years Ago
Classes extending Stage don't need to implement a constructor accepting a Game instance any more.
9 Years Ago
Fixed rendering and updating order in games.
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
Improved error reporting when loading or updating a game.
9 Years Ago
Merge branch 'master' of github.com:Facepunch/arcade
9 Years Ago
Games are now maximally scaled again.
9 Years Ago
Fixed compilation error messages not appearing when loading a game via command line.
9 Years Ago
Removed meta file for deleted DLL.
9 Years Ago
[platformer] improved crush detection
9 Years Ago
[platformer] player checks for being crushed
9 Years Ago
Merge branch 'deploy'
9 Years Ago
added janky platforming base
9 Years Ago
file untracked meta file
9 Years Ago
Vector2f.Normalized will now return a zero vector if the length of the original vector is too small for a non-NaN result.
9 Years Ago
Fixed clearing the console and a possible error while testing in-editor.
9 Years Ago
Added ability to clear the console by right-clicking on the toggle button.
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
Fixed anomalous area outside the BBDK game display.
9 Years Ago
Fix for when a game is scaled to less than 100%
9 Years Ago
Whoops
9 Years Ago
Games are now scaled by an integer amount in the BBDK / embedded player.
9 Years Ago
Fix for the volume dial position when the embedded play is small.
9 Years Ago
Another couple of corrections to the embedding tutorial.
9 Years Ago
fixed typo in tutorial
9 Years Ago
[ultimate_soldier] Fixed crosshair vanishing after the first level.
9 Years Ago
Hopefully fixed loading text.
9 Years Ago
Fixed standalone builds.
9 Years Ago
Added downloading text to embedded scene.
9 Years Ago
Finished draft of embedding tutorial.
9 Years Ago
Possibly fixed ReflectionTypeLoadException.
9 Years Ago
Attempt to fix ReflectionTypeLoadException when embedding games.
9 Years Ago
Started work on a tutorial about embedding games.
9 Years Ago
Fixed references to removed Mathf functions.
9 Years Ago
Hid some things from doxygen.
9 Years Ago
Comments for SwatchFlags.
9 Years Ago
Hidden some things from doxygen.