Commit Graph

823 Commits

Author SHA1 Message Date
Luan Nico
c7c7deab4a Address comments 2020-09-27 11:39:44 -04:00
Luan Nico
359d2b3aa6 Address comments on PR 2020-09-27 11:39:44 -04:00
Luan Nico
096a151e1e Add docs and comments 2020-09-27 11:39:44 -04:00
Luan Nico
86ca1990cc selector 2020-09-27 11:39:04 -04:00
Luan Nico
adb4cc2336 . 2020-09-27 11:39:04 -04:00
Luan Nico
aba93237a0 layers 2020-09-27 11:39:04 -04:00
Luan Nico
fd9d69e7d5 Isometric rendering 2020-09-27 11:39:04 -04:00
Luan Nico
7b8b489d6e Trying out an isometric map component 2020-09-27 11:39:04 -04:00
Erick Zanardo
6d36521c20 Fixing linter on develop 2020-09-26 11:58:54 -03:00
Erick
a3786f7689 Merge branch 'develop' into hastebrot.mouse-scroll 2020-09-25 09:50:34 -03:00
Erick Zanardo
2ea5001506 Adding images on Game, auto clear on game detach, fixing some examples 2020-09-23 22:21:56 -03:00
Lukas Klingsbo
30460f2f00 isRelative should default to false 2020-09-23 16:10:02 +02:00
Lukas Klingsbo
3b0cb95ed6 Formatting and changelog 2020-09-23 16:07:08 +02:00
Lukas Klingsbo
d39701ac50 Add isRelative to some effects 2020-09-23 16:06:40 +02:00
Erick
41f44d830c Merge branch 'develop' into fps-improvement 2020-09-22 19:17:03 -03:00
Luan Nico
5cddecd7f6 Merge pull request #468 from flame-engine/luan.fix-436
Fixes #436 and improve Bgm code a bit
2020-09-22 10:25:45 -04:00
Lukas Klingsbo
f7ef447933 Remove unused import 2020-09-21 22:35:18 +02:00
Lukas Klingsbo
2a4cc9cb57 Use one parameter per line and trailing comma 2020-09-21 22:33:45 +02:00
Lukas Klingsbo
b4473584c4 Use vector functions for scaling 2020-09-21 21:52:22 +02:00
Lukas Klingsbo
4115afcebb Use vector2 extension 2020-09-21 21:45:17 +02:00
Lukas Klingsbo
1714ad5872 Make use of extension methods 2020-09-21 21:41:36 +02:00
Lukas Klingsbo
7bc9c9a3a7 Create extensions for Size and Offset 2020-09-21 19:50:54 +02:00
Lukas Klingsbo
64d113c3ce Formatting 2020-09-21 13:18:21 +02:00
Lukas Klingsbo
385e60e554 setByPosition -> setPosition 2020-09-21 13:17:56 +02:00
Lukas Klingsbo
a04b1c11e9 Simplify resize in resizable 2020-09-21 13:02:11 +02:00
Lukas Klingsbo
e65a0d72ba Simplify anchor translate method 2020-09-21 12:59:02 +02:00
Lukas Klingsbo
c9da8541ba Refactor NineTileBox 2020-09-21 12:51:32 +02:00
Lukas Klingsbo
540e021d8b Rename vector2_extension to vector2 2020-09-21 12:17:21 +02:00
Luan Nico
62d45c0c0d Fix all imports (relative & ordering) 2020-09-20 22:00:03 -04:00
Luan Nico
ecd866bb1f Fixes #436 and improve Bgm code a bit 2020-09-20 21:10:39 -04:00
Erick Zanardo
585b440d0b Refactoring assets loading on Flame 2020-09-20 14:45:07 -03:00
Lukas Klingsbo
50f8ffce3b Vector2 extension 2020-09-20 17:30:58 +02:00
Lukas Klingsbo
99b2c91069 Remove usage of deprecated method and unused import 2020-09-18 00:12:32 +02:00
Lukas Klingsbo
1c929a7726 Don't export Vector2 from vector2f.dart 2020-09-18 00:03:38 +02:00
Lukas Klingsbo
c90f636136 Use delegate Vector2F class instead of Vector2 2020-09-18 00:00:13 +02:00
Benjamin Gudehus
25b0f403f7 Adding ScrollDetector 2020-09-14 22:38:25 +02:00
Lukas Klingsbo
9cad4381a7 Reformat 2020-09-12 21:13:32 +02:00
Erick Zanardo
3e4143a7ac Updating with PR suggestions 2020-09-12 11:47:32 -03:00
Lukas Klingsbo
c95c93b3cd VectorUtil -> Vector2Operations 2020-09-12 16:43:29 +02:00
Erick Zanardo
a4613f7be3 linting 2020-09-10 22:39:11 -03:00
Erick Zanardo
0d8c0b7b6c Adding HoverDetector 2020-09-10 22:33:51 -03:00
Lukas Klingsbo
c4da51cea2 Fix formatting 2020-09-10 21:49:55 +02:00
Lukas Klingsbo
1c6aa34885 No need for named imports in VectorUtil 2020-09-10 21:46:50 +02:00
Lukas Klingsbo
3e8a691b58 Update some inline docs 2020-09-10 21:42:56 +02:00
Lukas Klingsbo
8a8a6a7437 Use Vector2 in ParallaxComponent 2020-09-10 21:22:50 +02:00
Lukas Klingsbo
164af17881 Remove unused imports 2020-09-10 01:24:07 +02:00
Lukas Klingsbo
5edd5f0fbd Move from Position to Vector2 2020-09-10 01:16:25 +02:00
Jochum van der Ploeg
757069f496 Improved FPS accuracy by using Flutter's timings. 2020-09-09 23:53:01 +02:00
Erick Zanardo
113e0db074 Merge branch 'develop' into v1.0.0 2020-08-31 22:25:47 -03:00
Erick
0c38b33626 Merge branch 'develop' into erick.improving-image-autoloading 2020-08-29 11:54:21 -03:00