brancharcade/v0.1.5493.25906cancel

26 Commits over 0 Days - ∞cph!

10 Years Ago
Fixed disposed game instances still being used when an attempt to switch to a new game fails.
10 Years Ago
Added a link to the Mono downloads page in the Getting Started tutorial.
10 Years Ago
Added a warning message when attempting to compile a game when no C# compiler is found. arcade-issues/issues/9
10 Years Ago
Removed workaround to avoid occasional hangs in b18.
10 Years Ago
[racer] Each AI controlled car now has randomized characteristics.
10 Years Ago
[racer] AI opponent is a bit more interesting.
10 Years Ago
[racer] Finished basic HUD, implemented race position logic.
10 Years Ago
Changed `PaletteBuilder.Add` and related methods to accept `Color24` values rather than `int`s (as `int` values can be implicitly casted to `Color24`s anyway).
10 Years Ago
[racer] Started working on the HUD.
10 Years Ago
All primitive rendering methods now accept `Vector2f` / `RectF` inputs.
10 Years Ago
Fixed image hotloading.
10 Years Ago
Changed `Graphics.DrawPoint[s]()` and `Graphics.DrawLine()` to take in `Vector2f` rather than `Vector2i`.
10 Years Ago
[racer] Transition tweak, added start line.
10 Years Ago
Fixed emission map being ignored in the screen reflection shader.
10 Years Ago
[racer] Fixed the game start transition.
10 Years Ago
[racer] Fixed there being a gap where the track loop starts / ends.
10 Years Ago
Fixed some artifacts in the new line mitering implementation.
10 Years Ago
[racer] Now using the new mitering implementation.
10 Years Ago
Changed `Graphics.DrawLines()` to accept `Vector2f` points.
10 Years Ago
Implemented basic mitering for calls to `Graphics.DrawLines()` with large thickness values.
10 Years Ago
Added `Vector2i.Normalized`.
10 Years Ago
Added `Vector2f.ManhattanLength`.
10 Years Ago
Refactored line clipping before rendering.
10 Years Ago
Added `RectF.IntersectsLine(start, end)`.
10 Years Ago
Added `RectI.IntersectsLine(start, end)`.
10 Years Ago
Added `Mathf.RandomVector()`.