repoarcadecancel

3,393 Commits over 273 Days - 0.52cph!

9 Years Ago
[war] soldiers lose track of targets they cant see anymore
9 Years Ago
merge
9 Years Ago
Mid way through changing `GraphicsProvider.DrawMesh()` to accept a 4x4 matrix.
9 Years Ago
Quad geometry used for sprites is now explicitly defined, moved to be a unit square from (0,0) to (1,1).
9 Years Ago
Simplified the `BudgetBoySprite` shader.
9 Years Ago
Fixed transformation operation deserialization.
9 Years Ago
Fixed `Text` being rendered in the wrong position after being scaled or rotated.
9 Years Ago
[racer] Added drifting, needs some tweaks though.
9 Years Ago
Fixed `Sprite` culling.
9 Years Ago
Fixed `RectF.Center` and `RectI.Center` setters.
9 Years Ago
Fixed scaled `Text` rendering.
9 Years Ago
Fixed a few mistakes with `Transform.Inverse`, fixing `Tilemap` culling.
9 Years Ago
Fixed `Tilemap` scaling, vertical culling is a bit whack though.
9 Years Ago
Made vector type naming consistent with `RectF` and `RectI`.
9 Years Ago
Added setters for `RectI` properties `TopLeft`, `TopRight`, `BottomLeft`, `BottomRight`, `Size` and `Center`.
9 Years Ago
Added setters for `RectF` properties `TopLeft`, `TopRight`, `BottomLeft`, `BottomRight`, `Size` and `Center`.
9 Years Ago
Merge branch 'master' into transform-stack
9 Years Ago
Added `Graphics.WorldScissorBounds` property, using it for Tilemap culling.
9 Years Ago
Added `RectF.TransformedBounds()` method.
9 Years Ago
[war] various tweaks
9 Years Ago
[war] can spam right click to give more explicit instructions
9 Years Ago
[war] debug text when selecting single soldier
9 Years Ago
[war] tweaked gun throwing behaviour
9 Years Ago
[war] fixed soldiers not picking up guns
9 Years Ago
[war] refactored some of enemy AI
9 Years Ago
[racer] New car is working.
9 Years Ago
Fixed more issues with the transformation system.
9 Years Ago
Fixed a couple of issues with drawing primitives.
9 Years Ago
Attempting to fix a few issues with the transformation system.
9 Years Ago
Added `RectI.GetBounds()` and `RectF.GetBounds()`.
9 Years Ago
Fixed lines being rendered with an incorrect rotation.
9 Years Ago
Fixed sprites being rendered in the wrong position.
9 Years Ago
New transformation stack system implemented, although pretty broken.
9 Years Ago
Fleshed out a `GameAPI.Transform` class.
9 Years Ago
[war] soldiers can walk diagonally
9 Years Ago
[war] camera movement, can select and order soldiers to position
9 Years Ago
Started working on implementing a transformation stack.
9 Years Ago
Sprites now use `Vector2f` for positions rather than `Vector2i`.
9 Years Ago
[racer] Now using the new global transformation system to implement a moving camera.
9 Years Ago
Fixed a few bugs with the new global transformation system.
9 Years Ago
Fixed `TransformElementHeader.Scale` not being set.
9 Years Ago
Added `Graphics.Translation` and `Graphics.Offset`.
9 Years Ago
Documentation updated during deployment build a9171e3a-681b-4646-a4a4-a014cab16313.
9 Years Ago
Documentation updated during deployment build a9171e3a-681b-4646-a4a4-a014cab16313.
9 Years Ago
More documentation.
9 Years Ago
More documentation.
9 Years Ago
Started documenting the `ResourceLibrary` wrappers, resources now unambiguously are located with single strings rather than an array of path segments.
9 Years Ago
Documentation updated during deployment build f623b479-99b8-4c79-a271-642f10deddb9.
9 Years Ago
Documentation updated during deployment build f623b479-99b8-4c79-a271-642f10deddb9.
9 Years Ago
Merge branch 'master' into deploy