-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
feat: Complete Rewrite #183
Open
makspll
wants to merge
17
commits into
main
Choose a base branch
from
staging
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+44,486
−46,270
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There is potential to make the book both a reference and source of integration tests for the various languages |
* chore: release v0.9.0-alpha.2 * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Maksymilian Mozolewski <[email protected]>
Now released as 0.9.0-alpha.2 |
* fix: bugs to do with multiple languages being initialized * rhai re-implementation WIP * feat: switch vscode to xtask * re-write lua tests to use common integration test framework * setup rhai tests * add assertions * start writing marshalling code for rhai * move world pointers to thread locals * move namespace stuff into core * chore(codegen): update bevy bindings (#195) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * refactor function interface, reduce amount of string cloning, happy cows * remove extra import, fix lua to_string * clean up comments * remove rhai and rune support for now * correct for changed features in xtasks * Add note in readme about removal of features * start adding documentation for new languages * format * fix failing test utils test * generate matrix from xtask --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore: make CI/CD compile * update commit parsers for release plz * print the output * fix line issues * Print a bit more * fix jq command * fix command * Improve display names for actions and fix short name for subcommand * fix invalid default feature, and remove short option for subcommand * don't print matrix anymore * remove short options * try build docker image * fix tag * leave docker for now * fix into command not taking into account features * fix various problems * fix luau compile error * fix luau and try docker again * typo * try without windows platform * move docker image creation to its own action
…afe_lua_modules into a conditional default feature
* chore: sort functions in bevy_api_gen * chore(codegen): update bevy bindings (#201) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * chore: trigger ci --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* feat: add more functionality to the script registry * add global namespace alias * register global functions in lua
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix: functions referencing test time dependencies
* Add more information to docs * add information on world containers * add edit url to mdbook
chore: fix edit url
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Todo: