-
Notifications
You must be signed in to change notification settings - Fork 27
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
Merge 6.4 Beta to 6.4 Master (Stable) #420
Merged
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
Give more room to Plot Editor windows to allow text like plot descriptions etc.
Typing a double quote or single quote to start a string or name literal will insert the ending quote after the cursor. Typing a quote at the end of the literal will overwrite the existing one. Typing a left brace will insert a right brace after the cursor, and typing a newline in between them will format the block (each brace on its own line, indented, with the cursor on a line in-between them indented once more than the braces.). Additionally, the compiler is now better able to recover from syntax errors and continue parsing, so there should be fewer instances where syntax highlighting dissapears.
Currently only trims TerraFX.Interop.Windows.dll, due to that being 17mb untrimmed and 33kb trimmed. Could be expanded to other dlls fairly easily though. Trimming takes a couple minutes, so it's restricted to releases.
…w have a menuitem where you can add more switch outputs. Interpreter: Add Slider, Category for struct previews
…operty in property blocks, with warning.
…e current top level package if selected.
…ed to clone InterpData properly
This reverts commit fbf9fb5.
…e (where mod library path is not set).
…ion, rethrow the existing one.
…game-specific subclass.
Add multiple experiments to the Package, Dialogue, and Interp Editors
…files so game can properly print error messages to debug logger
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.
Merge all the things.