Skip to content

Commit

Permalink
Merge branch 'main' into debugger-sort-systems
Browse files Browse the repository at this point in the history
  • Loading branch information
jackTabsCode authored Oct 15, 2024
2 parents 764ac49 + 72d2249 commit 988aee9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ The format is based on [Keep a Changelog][kac], and this project adheres to

### Added

- Added `Loop:setWorlds({world})`. This is a breaking change and is now required for the Loop and Debugger to operate properly.
- Implemented a deferred command mode for the registry.
- The Loop turns deferring on for all worlds given to it.
- The `Loop` turns deferring on for all worlds given to it.
- The command buffer is flushed between systems.
- Iterator invalidation is now only prevented in deferred mode.
- The debugger now supports `Loop` parameters of any kind.
- For example, you can now have a single `Loop` state table that contains your World, and the debugger will display it properly.
- Added a button to the Debugger's system list to sort by run time.

### Deprecated
Expand Down

0 comments on commit 988aee9

Please sign in to comment.