brancharcade/ovrcancel

1,415 Commits over 122 Days - 0.48cph!

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