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.8.0 #25

Merged
merged 56 commits into from
Feb 21, 2022
Merged

0.8.0 #25

merged 56 commits into from
Feb 21, 2022

Conversation

phughesmcr
Copy link
Owner

Big improvements to the 0.7.0 codebase.

  • add createSystem
  • add basic serialization functions save & load
  • Restructure existing functions so that the world object is exporting most methods
  • Lots of dead/redundant code removed
  • Documentation and typescript typings improved throughout
  • Probably more...

Improve System type safety by providing a strictly typed createSystem function
Replace component.instance with world.getComponentInstance
Replace query.getResult with world.getQueryResult
Replace all instances of entityCapacity with capacity

Replace broken window.vacancies with window.getVacancyCount()
@phughesmcr phughesmcr merged commit 2d55386 into master Feb 21, 2022
@phughesmcr phughesmcr deleted the 0.8.0 branch March 12, 2022 01:03
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