-
-
Notifications
You must be signed in to change notification settings - Fork 21.9k
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
Fixed Tileset save causing crash #12708 #12732
Closed
CalebMRichardson
wants to merge
28
commits into
godotengine:master
from
CalebMRichardson:bug_checking
Closed
Changes from 5 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
4045bc1
Fix "Invalid outputs" error when calling a void method from visual sc…
bojidar-bg b7fd065
Fix crash when guessing type of variable declared to itself
bojidar-bg 0b7ae36
Fix tilemap undo/redo
Zylann 7c85446
Fixed issue #12708 Empty Scene Tileset causing crash
967b3db
Fixed issue #12708 Empty Scene Tileset causing crash.
b37e277
Fixing bad index used in Space2DSW
MateusMP 48adeac
Merge branch 'bug_checking' of https://github.com/CalebMRichardson/go…
57256ce
Merge branch 'bug_checking' of https://github.com/CalebMRichardson/go…
2e7dd7b
Merge branch 'bug_checking' of https://github.com/CalebMRichardson/go…
09a1d01
[DOCS] Object
NathanWarden b87a7df
Merge pull request #12733 from NathanWarden/document_object
cbscribe 7e0e415
Merge pull request #12755 from Zylann/fix_tilemap_undo
akien-mga 355c8fd
Merge pull request #12752 from bojidar-bg/10972-recusion-completion
akien-mga 5f805de
Merge pull request #12751 from bojidar-bg/11851-invalid-returns-count
akien-mga 05fc741
Merge pull request #12757 from MateusMP/bugfix/11695
akien-mga 7664a0f
unified headers fix
rraallvv e25b6bf
fix dictionary constant access crash
karroffel c7cd89c
Merge pull request #12780 from karroffel/dictionary-crash
akien-mga 423f299
Enable asset store for godot 3.0
Chaosus d7add01
Merge pull request #12778 from Chaosus/enableassetstore
akien-mga e4effb4
Merge pull request #12746 from rraallvv/unified_headers_fix
akien-mga 7957bbf
add missing distutils.version.LooseVersion import
rraallvv d09160a
Make video mode initialization more intuitive, fixes #12022
reduz 2507818
Merge pull request #12782 from rraallvv/unified_headers_fix
akien-mga 5cb1d06
fixes to initialization order
reduz 98e6d8c
Fixed issue #12708 Empty Scene Tileset causing crash
74663ba
Merge branch 'bug_checking' of https://github.com/CalebMRichardson/go…
966885d
Fixed Tileset Save Causing Crash #12708 (Fix to respect Clang)
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unnecessary indentation here (empty line), that's why Travis rejects it.