forked from bvschaik/julius
-
Notifications
You must be signed in to change notification settings - Fork 121
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
Dynamic scenario objects #1169
Merged
Merged
Dynamic scenario objects #1169
+10,022
−5,126
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
…os/julius into dynamic-scenario-objects
Also some code refactoring
- Add form validation - Color "remove item" button - Add "Cancel" button
Event conditions can now be grouped. If any condition in a group is met, the entire group is set as met. All groups, as well as all ungrouped conditions, must be met for an event to trriger an action. Also start improving the event editor UI (still WIP).
Add "Set selected to group" button
Add array_pack macro
…vent action Remove buildings that can't be counted, like roads and bridges, from the "count buildings" condition Improve xml import compatibility with files from before the current PR changes Also a small code refactor
Also fix some bugs with the xml exporter Also update cv2pdb
Fix bug where the event "repeat type" could be wrongly set
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.
This PR adds many changes to the map editor.
Most notable changes:
This needs a lot of testing. Also, backup your important savefiles as there may be unforseen issues.