summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.mdown
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2022-01-03 07:34:38 -0500
committerrealtradam <[email protected]>2022-01-03 07:34:38 -0500
commit55f1db30e7a609cebd2fab27c55ece1da45be232 (patch)
tree286045c958877ea872c69990d289dbf4c44c3c32 /CHANGELOG.mdown
parent809028c3d89993b2bb0651076ba723c11734cf3c (diff)
downloadFelECS-55f1db30e7a609cebd2fab27c55ece1da45be232.tar.gz
FelECS-55f1db30e7a609cebd2fab27c55ece1da45be232.zip
.
Diffstat (limited to 'CHANGELOG.mdown')
-rw-r--r--CHANGELOG.mdown6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.mdown b/CHANGELOG.mdown
index 15f2392..e60824f 100644
--- a/CHANGELOG.mdown
+++ b/CHANGELOG.mdown
@@ -13,6 +13,8 @@
- Removed all ids as they were not used
![Changed](https://img.shields.io/badge/-Changed-yellow)
+- Scenes now have their own priority attribute
+ - Stages now sort and execute by Scenes, rather then the net Systems in the Scenes
- Component method `.attrs` was renamed to `.to_h`
- Renamed the `data` accessor to `._data`
- Various arrays are automatically compacted
@@ -22,12 +24,12 @@
- Convenience methods for accessing a single entity in a component(`@component.entity`) and accessing a single entity in a component(`@entity.component[@component_manager]`)
![Fixed](https://img.shields.io/badge/-Fixed-blue)
-- Replaced all instances of `sort_by!` with `sort_by` for compatibility with DragonRuby
+- Replaced all instances of `sort_by!` with `sort_by` for compatibility with mruby
- Minor optimizations such as less array duplication
## [3.0.0](https://github.com/realtradam/FelFlame/releases/tag/3.0.0) - 2021-07-12
![Changed](https://img.shields.io/badge/-Changed-yellow)
-- The Scene alias was changed from ```FelFlame::Sce``` to ```FelFlame::Scn``` as it is more intuitive.
+- The Scene alias was changed from ```FelFlame::Sce``` to ```FelFlame::Scn``` as it is more intuitive
## [2.0.0](https://github.com/realtradam/FelFlame/releases/tag/2.0.0) - 2021-07-10
![Changed](https://img.shields.io/badge/-Changed-yellow)