Lukas Klingsbo
|
9e704bd2bb
|
Remove Box2D dependency
|
2020-09-22 20:44:28 +02: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
|
8bbb0431b8
|
Merge pull request #459 from flame-engine/spydon.vector2d-unification2
Use new vector2 extension
|
2020-09-22 16:25:19 +02:00 |
|
Luan Nico
|
cdb207b72b
|
Update CHANGELOG.md
|
2020-09-22 10:10:57 -04:00 |
|
Luan Nico
|
dd3bc93073
|
Merge pull request #469 from flame-engine/luan.fix-all-imports
Fix all imports (relative & ordering)
|
2020-09-22 10:10:03 -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
|
181d292861
|
Fix imports
|
2020-09-21 19:39:40 +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
|
9eb8ff2a0e
|
Vector2F -> Vector2
|
2020-09-21 12:22:29 +02:00 |
|
Lukas Klingsbo
|
540e021d8b
|
Rename vector2_extension to vector2
|
2020-09-21 12:17:21 +02:00 |
|
Lukas Klingsbo
|
86ceea1382
|
Added changelog line about removing Position
|
2020-09-21 12:15:36 +02:00 |
|
Luan Nico
|
62d45c0c0d
|
Fix all imports (relative & ordering)
|
2020-09-20 22:00:03 -04:00 |
|
Luan Nico
|
d7639a6e0d
|
Add to changelog
|
2020-09-20 21:11:48 -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
|
619dcc89f4
|
Renamed vector2 test
|
2020-09-20 17:44:09 +02:00 |
|
Lukas Klingsbo
|
50f8ffce3b
|
Vector2 extension
|
2020-09-20 17:30:58 +02:00 |
|
Luan Nico
|
8682c334fb
|
Merge pull request #466 from flame-engine/luan.fix-cleanup
Fix cleanup script to access nested examples
|
2020-09-19 20:09:30 -04:00 |
|
Luan Nico
|
4794a96489
|
Makes the cleanup script clean nested examples as well
|
2020-09-19 15:32:59 -04:00 |
|
Lukas Klingsbo
|
99b2c91069
|
Remove usage of deprecated method and unused import
|
2020-09-18 00:12:32 +02:00 |
|
Lukas Klingsbo
|
da18aefd10
|
Fix formatting
|
2020-09-18 00:04:04 +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 |
|
Lukas Klingsbo
|
b5a0b3d675
|
Use setByPosition instead of size.x/y
|
2020-09-16 21:09:50 +02:00 |
|
Benjamin Gudehus
|
25b0f403f7
|
Adding ScrollDetector
|
2020-09-14 22:38:25 +02:00 |
|
Erick
|
da6c9f3567
|
Merge pull request #461 from flame-engine/erick.mouse-hover
Adding HoverDetector
|
2020-09-13 15:27:38 -03:00 |
|
Lukas Klingsbo
|
0de63bebca
|
Rename vector package
|
2020-09-12 21:27:16 +02:00 |
|
Lukas Klingsbo
|
9cad4381a7
|
Reformat
|
2020-09-12 21:13:32 +02:00 |
|
Erick Zanardo
|
15d9210b72
|
More lints fixes
|
2020-09-12 11:54:53 -03:00 |
|
Erick Zanardo
|
a35c2e397c
|
Updating changelog and fixing format
|
2020-09-12 11:50:30 -03: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
|
f2141276a2
|
Add changelog entry for Vector2 unification
|
2020-09-10 21:52:04 +02: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
|
12bb0ac19d
|
Fix position test
|
2020-09-10 01:47:29 +02:00 |
|
Lukas Klingsbo
|
164af17881
|
Remove unused imports
|
2020-09-10 01:24:07 +02:00 |
|