Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.10.0 #28

Merged
merged 52 commits into from
Mar 22, 2022
Merged

0.10.0 #28

merged 52 commits into from
Mar 22, 2022

Conversation

phughesmcr
Copy link
Owner

0.10.0

  • Fixed query candidate checking
  • Fixed typed array offset calculation for component storage
  • Add proxy's to allow for simpler component property editing
  • Add .changed to component instances that reveals which entities have been modified since last refresh (only counts modifications via .proxy
  • Added hasComponent, withComponents, and mergeQueries utility functions
  • Added isDirty property to Query instances. A query instances becomes "dirty" if a new archetype was added since last world.refresh()
  • Lots of refactoring for cleaner code
  • Performance improvements by reducing the amount of object freezing and spreading

This is to accommodate the rounding that happens in buffer.ts
# 0.10.0

- Fixed query candidate checking
- Fixed typed array offset calculation for component storage
- Add proxy's to allow for simpler component property editing
- Add `.changed` to component instances that reveals which entities have been modified since last refresh (only counts modifications via `.proxy`
- Added `hasComponent`, `withComponents`, and `mergeQueries` utility functions
- Added `isDirty` property to Query instances. A query instances becomes "dirty" if a new archetype was added since last `world.refresh()`
- Lots of refactoring for cleaner code
- Performance improvements by reducing the amount of object freezing and spreading
@phughesmcr phughesmcr merged commit 137230b into master Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant