27e4dcb65a
chore: Update usages of Dart UI Color to not use deprecated fields and methods [flame_3d] ( #3297 )
...
Update usages of Dart UI Color to not use deprecated fields and methods.
On latest main of Flutter these will cause lint errors, [as can be seen
here](https://github.com/flame-engine/flame/actions/runs/10814047130/job/29999530293?pr=3282 ).
Note: I will update the `flame_3d`-specific violations on a followup.
2024-12-11 14:26:29 -05:00
5b67b8f14a
fix: Remove deprecations for 1.10.0 ( #2809 )
...
Removed deprecations for 1.10.0 and fixes some small unreleased regressions found when going through the examples.
2023-10-11 15:57:25 +02:00
2d45d2be39
chore: Remove 1.8.0 deprecations ( #2538 )
...
Removes all the deprecated methods before 1.8.0 release.
2023-05-22 19:01:55 +02:00
ed452dd172
feat!: Raycasting and raytracing ( #1785 )
...
This PR implements raytracing and raycasting for the built-in hitboxes.
If you pass in your own collision detection system to the HasCollisionDetection mixin you have to change the signature of that to: CollisionDetection<ShapeHitbox>instead of CollisionDetection<Hitbox>.
2022-08-19 22:44:18 +02:00