6fe517a0c2
ci: Added Spell checker in CI ( #2006 )
...
Added spell check in Github CI
2022-10-22 16:51:00 +02:00
a34f1df790
feat: Added toString method to all the drags events message handlers ( #2014 )
...
Added toString method to all Drag Event message Handlers in flame/lib/src/events/messages/ which were returning pure data objects and were not much meaningful
2022-10-14 10:49:25 +00:00
3b056c57c5
chore(release): publish packages
...
- flame@1.4.0
- flame_test@1.8.0
- flame_oxygen@0.1.6
- flame_bloc@1.8.0
- flame_flare@1.5.0
- flame_forge2d@0.12.3
- flame_lint@0.1.3
- flame_svg@1.6.0
- flame_tiled@1.8.0
- flame_rive@1.5.2
- flame_audio@1.3.2
- flame_fire_atlas@1.3.1
2022-10-01 15:22:41 +02:00
deccb4349d
feat: Add avoid_final_parameters, depend_on_referenced_packages, unnecessary_to_list_in_spreads ( #1927 )
...
Adds these three sensible rules:
avoid_final_parameters
depend_on_referenced_package
unnecessary_to_list_in_spreads
2022-09-20 21:23:43 +02:00
b96432d002
chore(release): publish packages ( #1852 )
2022-08-19 23:22:21 +02:00
c7c4480d79
chore(release): publish packages ( #1789 )
...
* chore(release): publish packages
- flame@1.2.1
- flame_audio@1.3.0
- flame_test@1.6.0
- flame_bloc@1.6.0
- flame_fire_atlas@1.2.0
- flame_flare@1.3.0
- flame_forge2d@0.12.1
- flame_lint@0.1.1
- flame_oxygen@0.1.4
- flame_rive@1.5.0
- flame_svg@1.4.0
- flame_tiled@1.6.0
* Update packages/flame/CHANGELOG.md
2022-07-08 13:41:14 +02:00
2a41d0d683
feat: Move to Flutter 3.0.0 and Dart 2.17.0 ( #1713 )
...
This upgrades all packages to Flutter 3.0.0 and fixes all analyze issues that came from that.
2022-06-08 06:04:40 +00:00
ad602ff963
chore: v1.2.0 changelogs ( #1712 )
...
* chore(release): publish packages
- flame@1.2.0
- flame_audio@1.1.0
- flame_bloc@1.5.0
- flame_fire_atlas@1.1.0
- flame_flare@1.2.0
- flame_forge2d@0.12.0
- flame_oxygen@0.1.3
- flame_rive@1.3.0
- flame_svg@1.3.0
- flame_test@1.5.0
- flame_tiled@1.5.0
2022-06-07 16:52:55 +02:00
49252f8ef2
feat: Add more lint rules ( #1703 )
...
Adds some more lint rules and fixes the issues those rules pointed out.
2022-06-06 19:23:25 +00:00
843ddc3624
refactor: Move to package imports ( #1625 )
...
* refactor: Move to package imports
* Fix local imports
* Removed unused imports
2022-05-15 15:04:35 +00:00
9935a5024c
chore: Add melos-action to cicd ( #1354 )
2022-02-10 22:49:40 +01:00
05f7a4c3d6
refactor: Remove Loadable, optional onLoads ( #1333 )
2022-01-24 23:23:12 +01:00
a0cf56ee0c
chore: Ensure unique names for all flame sub-packages ( #1214 )
...
Co-authored-by: Lukas Klingsbo <lukas.klingsbo@gmail.com>
2021-12-14 13:22:12 -03:00
f1ce650515
Update readme ( #1180 )
...
* Update readme
* Update with links
* Update links
* Update bridge packes list
* Update wording
* Update docs site text
* Apply suggestions from code review
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update README.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update README.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update README.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update README.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update tutorials/space_shooter/web/index.html
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Updated according to comments
* Updated links
* Update credits section
* Fix formatting
* Replace badges with black background
* Updated badges to 272727
* Update README.md
Co-authored-by: Erick <erickzanardoo@gmail.com>
* Update to Flutter-based
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
Co-authored-by: Erick <erickzanardoo@gmail.com>
2021-12-08 18:34:46 +01:00
0a7b87e202
Remove unnecessary super.render calls ( #1084 )
...
* Remove unnecessary super.render calls
* Update tutorial and docs
2021-11-11 11:50:01 +01:00
b76673946e
Adding a proposal for new tutorials ( #1006 )
...
* Adding a proposal for new tutorials
* fixing and improving the text a little bit
* formating and lints
* copy button and few improvements
* adding super.render on position component
* fixing dashbook dependency
* Apply suggestions from code review
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* pr suggestions
* Apply suggestions from code review
Co-authored-by: Lukas Klingsbo <lukas.klingsbo@gmail.com>
* suggestions
* fixing wrong merge
* reverting analysis options
* Update tutorials/space_shooter/lib/steps/1_getting_started/1_flame_game/code.dart
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update tutorials/space_shooter/lib/steps/1_getting_started/1_flame_game/step.dart
* Update tutorials/space_shooter/README.md
* Update tutorials/space_shooter/lib/steps/1_getting_started/2_input_and_graphics/tutorial.dart
* Update tutorials/space_shooter/lib/steps/1_getting_started/2_input_and_graphics/tutorial.dart
* Update tutorials/space_shooter/lib/steps/1_getting_started/2_input_and_graphics/tutorial.dart
* Update tutorials/space_shooter/lib/widgets/step_scaffold.dart
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update tutorials/space_shooter/lib/steps/1_getting_started/1_flame_game/step.dart
* Fix formatting
* Update to 0.1.5 dashbook
* Fix wrong class name RunningFlameStep
* Use magic flame_lint
* Fix paint and rect in player class description
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
Co-authored-by: Lukas Klingsbo <lukas.klingsbo@gmail.com>
Co-authored-by: Lukas Klingsbo (spydon) <me@lukas.fyi>
2021-10-28 16:46:19 +02:00
a1b6ffa04a
Game as a Component ( #906 )
...
* Game as a component
* Fix component stories
* Effects are now components
* Update effects docs
* Handle swap of parent
* Fix reAddChildren
* Wait for children to be added
* BaseComponent and PositionComponent to be non-abstract
* Simplify HasGameRef
* Revert so that onLoad can be null
* Fix example description
* Effects as components
* Remove gameRef from addChildren
* Fix hasGameRef
* Start migrating effects
* Updated comments of effect fields
* Fix comments
* Continue to fix sequence and combined effects
* Upgrade ordered_set
* Fix position_component_test
* BaseComponent -> Component
* Fix combined and sequence effects
* Await components to be added in tests
* Remove unnecessary game.update in tests
* Fix some tests related to composition
* BaseGame should be used in examples
* Fix CombinedEffect test
* Keyboard code to be based on Component
* Fix keyboard tests
* Fix analyze problems
* Fix sequence_effect
* Fix combined_effect_test
* Store peak state instead of end state
* Fix sequence_effect tests
* Update tutorial
* Fix tutorial 1
* Remove SimplePositionComponentEffect
* Remove unused test variable
* Update docs
* Removed onMount
* Remove onMount
* Add missing dartdoc
* Fix dart docs
* Add super.update where needed
* Move reAddChildren to component
* Reorganize method order in game widget
* preOffset -> initialDelay, postOffset -> peakDelay
* Introduce component.onParentChange
* Remove tests in wrong file
* Fix composed component test
* Add game lifecycle test
* Use BaseGame for mouse cursor test
* Oxygen should (?) not call super.update
* Use BaseGame in keyboard_test
* Fix onLoad to be properly cached
* Re-add unintentionally removed override
* Fix info for collision detection tests
* Add test for correct lifecycle on parent change
* Fix particles example
* Add component lifecycle diagram to the docs
* Add docs for the game lifecycle
* onRemove should be called when a game is removed from the widget
* Fix analyze errors
* prepare should be called from the component itself, not its parent
* Fix dartdoc
* onParentChange -> onMount
* onMount should have void as return type
* Simplify the loaderFuture in GameWidget
* Fix mock_canvas
* Fix rebase problem
* Remove asComponent
* Less complex _loaderFuture
* Add super.update to no_fcs parallax example
* Fix async tests
* Revert _loaderFuture
* Fix analyze issues
* await gameWithCollidables
* Keep epsilon small where it can be
* tappable methods should return bool
* Game lifecycle is now the same as for Component
* Remove mustCallSuper from component.update
* Make onLoadCache protected
* @internal on onLoadCache
* Cache/Memoize debugPaint and debugTextPaint
* Fix imports
* Fix comments
* Always call super.onLoad so that mixins can override it
* Add forgotten super.onLoad
* Bump coverage percentage
* HasCollidables should override update
* Fix Game comments
* Fix some dartdoc
* Apply suggestions from code review
Co-authored-by: Erick <erickzanardoo@gmail.com>
* Game + Loadable as mixins
* Update packages/flame/lib/src/game/game_widget/game_widget.dart
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update loadable docs
* Fix comments
* Move fps_counter
* Fix keyboard example
* Fix dartdoc
* Remove tutorials temporarily
* Fix game lowlevel graph
* Fix resize issue
Co-authored-by: Erick <erickzanardoo@gmail.com>
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
2021-09-15 00:17:49 +02:00
c833319c49
Feat: Add keyboard with focus node implementation ( #909 )
...
* Add keyboard with focus node implementation
* a
* format and make it stabel compatible
* Add mixin to game
* fixes
* add tests
* format
* docs
* more docs
* Update doc/keyboard-input.md
Co-authored-by: Erick <erickzanardoo@gmail.com>
* rename test
* Apply suggestions from code review
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* fix test
* Update tutorials/2_sprite_animations_gestures/README.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* docs
* Apply suggestions from code review
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* yo
Co-authored-by: Erick <erickzanardoo@gmail.com>
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
2021-08-31 19:38:21 -03:00
af6c75a63e
Changing where needed to reference Blue Fire instead of Fireslime ( #925 )
...
* Changing where needed to reference Blue Fire instead of Fireslime
* Fixing the remaining references
* Making LICENSE files 'real files'
* fixing references on the ES file
2021-08-23 10:37:32 -03:00
64a40ff641
Refactor joystick ( #876 )
...
* Refactor joystick
* Fix directional tests
* Joystick example
* Any PositionComponent can be used as knob and background
* Add MarginButtonComponent
* Fix JoystickExample
* Update joystick docs
* Fix joystick direction tests
* Fix effect tests
* Fix analyze issue
* Update docs
* Update docs
* Move joystick to input export
* Update packages/flame/lib/src/geometry/shape.dart
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Add test and description for screenAngle
* Update examples/lib/stories/controls/joystick_player.dart
Co-authored-by: Erick <erickzanardoo@gmail.com>
* Update doc/input.md
Co-authored-by: Erick <erickzanardoo@gmail.com>
* controls -> input in examples to align with export file
* controls -> input
* Add simple joystick example
* Fix imports
* velocity -> relativeDelta
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
Co-authored-by: Erick <erickzanardoo@gmail.com>
2021-07-15 12:00:41 +02:00
1e79a42161
Rename Tapable to Tappable ( #868 )
2021-07-07 10:48:58 +02:00
948f277e5d
Fix gestures when isHud = true and camera is transformed ( #843 )
...
* Fix gestures when isHud = true and camera is transformed
* Use Info instead of Event everywhere
2021-06-09 23:47:59 +02:00
08a9d680cd
Update tutorial/2_sprite_animations_gestures/README.md ( #805 )
...
* Update tutorial/2_sprite_animations_gestures/README.md
Removed the premature usage of the TapDetector mixin, which is addressed later in the tutorial.
* Update CHANGELOG.md
Added change to the changelog.
2021-05-21 22:49:59 +02:00
5a605385f8
Update for rc10 ( #782 )
...
* Test rendering
* Update to rc10
* Remove rc reference from tutorials
2021-05-04 23:41:30 +02:00
6b2f8032fe
Making Flame events aware of camera ( #755 )
...
* some initial refactoring
* Fixing examples and joystick component
* Fixing examples
* Addressing comments from PR
* Fixing tutorials
* Updating docs
* Fixing tests
* PR followup
* A big follow up
* linting
* doc nit
* Changelog and fix tutorial
* Addressing comments
* Fixing BaseGame project and scale offset methods
* Formatting
* doc suggestions
* Update packages/flame/lib/src/gestures/events.dart
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Hopefully, the last follow up
* Linting and adding dart-code-metrics again
* fixing tutorial
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
2021-04-15 15:28:46 -03:00
e5b1aa8407
Adding second tutorial about Sprites, Animations and Gestures ( #749 )
...
* some initial code
* Sprite and Animation section
* fixing snippet
* Finishing the other sections
* Update tutorials/2_sprite_animations_gestures/README.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update tutorials/2_sprite_animations_gestures/README.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update tutorials/2_sprite_animations_gestures/README.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update tutorials/2_sprite_animations_gestures/README.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update tutorials/2_sprite_animations_gestures/README.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update tutorials/2_sprite_animations_gestures/README.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update tutorials/2_sprite_animations_gestures/README.md
Co-authored-by: Lukas Klingsbo <lukas.klingsbo@gmail.com>
* Update tutorials/2_sprite_animations_gestures/README.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update tutorials/2_sprite_animations_gestures/README.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update tutorials/2_sprite_animations_gestures/README.md
Co-authored-by: Lukas Klingsbo <lukas.klingsbo@gmail.com>
* Update tutorials/2_sprite_animations_gestures/README.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update tutorials/2_sprite_animations_gestures/README.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update tutorials/2_sprite_animations_gestures/README.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update tutorials/2_sprite_animations_gestures/README.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update tutorials/2_sprite_animations_gestures/README.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update tutorials/2_sprite_animations_gestures/README.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update tutorials/2_sprite_animations_gestures/README.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update tutorials/2_sprite_animations_gestures/README.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update tutorials/2_sprite_animations_gestures/README.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update tutorials/2_sprite_animations_gestures/README.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update tutorials/2_sprite_animations_gestures/README.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update tutorials/2_sprite_animations_gestures/README.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update tutorials/2_sprite_animations_gestures/README.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Apply suggestions from code review
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update tutorials/2_sprite_animations_gestures/README.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Luan follow up
* Update tutorials/2_sprite_animations_gestures/README.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Some more adjustments from PR comments
* Apply suggestions from code review
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
Co-authored-by: Lukas Klingsbo <lukas.klingsbo@gmail.com>
2021-04-08 10:05:42 -03:00
5fa4ca1bc1
#753 - Update 1 basic square tutorial ( #754 )
...
* Update README.md
* #753 - updated CHANGELOG.md
2021-04-07 10:49:58 -03:00
2fcc40b5f2
Documentation update: other ( #732 )
...
* Update debug docs
* Fix widgets documentation
* Util documentation
* Documentation update: palette
* Documentation update: structure
* Documentation update: layers
* Documentation update: particles
* Documentation update: platforms
* Documentation update: game
* Remove gamepad docs, should be added in list of other packages
* Update game docs
* Update doc/debug.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update doc/debug.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update doc/debug.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update doc/debug.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update doc/debug.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update doc/game.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update doc/game.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update doc/game.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update doc/game.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update doc/game.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update doc/game.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update doc/palette.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update doc/palette.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update doc/palette.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update doc/palette.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update doc/palette.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update doc/game.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update doc/game.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update doc/game.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update doc/game.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update doc/game.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update doc/game.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* __ -> **
* Update doc/game.md
Co-authored-by: Erick <erickzanardoo@gmail.com>
* Update doc/palette.md
Co-authored-by: Erick <erickzanardoo@gmail.com>
* Update doc/palette.md
Co-authored-by: Erick <erickzanardoo@gmail.com>
* Update Palette
* Fix Ericks suggestion
* Added a note to Palette
* Update doc/palette.md
Co-authored-by: Erick <erickzanardoo@gmail.com>
* Update doc/platforms.md
Co-authored-by: Erick <erickzanardoo@gmail.com>
* Update doc/widgets.md
Co-authored-by: Erick <erickzanardoo@gmail.com>
* Update doc/debug.md
Co-authored-by: Erick <erickzanardoo@gmail.com>
* Update doc/palette.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update doc/palette.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update doc/palette.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update doc/platforms.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update doc/util.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update doc/util.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update doc/util.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Updated SpriteButton description
* Update doc/util.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update doc/platforms.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update platforms.md
* Update doc/util.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update doc/util.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update doc/util.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update util.md
* Wolfenrain hates "that"
* Update doc/platforms.md
Co-authored-by: Erick <erickzanardoo@gmail.com>
* Update doc/platforms.md
Co-authored-by: Erick <erickzanardoo@gmail.com>
* Update doc/platforms.md
Co-authored-by: Erick <erickzanardoo@gmail.com>
* Update doc/debug.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update doc/debug.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update doc/debug.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Fix comments
* Update doc/debug.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update doc/game.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update according to comments
* Update doc/layers.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update doc/palette.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update doc/palette.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update doc/palette.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update doc/palette.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update doc/platforms.md
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
* Update util
* Fix line length
* Fix text.md
* Fix text link
* Add entries to summary
* Update input.md
* Add CHANGELOG entry
* Update CONTRIBUTING.md
* Update readme
* Update FAQ
* Update links
* Update images.md
* Update layers.md
* Update palette
* Update tutorial
* Thanks to GendalfThePink for finding the typo
* Fix line length 100
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
Co-authored-by: Erick <erickzanardoo@gmail.com>
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
2021-03-30 19:02:39 -03:00
444375dd14
Transforming PaletteEntry#paint into a full method and adding more colors to BasicPalette ( #725 )
...
* Transforming PaletteEntry#paint into a full method
* Fixing some errors that went unoticed
* Update packages/flame/CHANGELOG.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Update packages/flame/CHANGELOG.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* followup
* format
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
2021-03-27 14:53:29 -03:00
2259587b04
Moving tutorials to the Flame main repository ( #720 )
...
* Moving tutorials to the Flame main repository
* Update README.md
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
* Upgraded scripts to support multi projects
* Removed comment out code
* Adding WIP disclaimer
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
2021-03-23 19:38:09 -03:00