summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-04Make sure ResurceLoader.exists works on imported files, fixes #23555Juan Linietsky
2019-03-05Merge pull request #26599 from MarianoGnu/fix_25817Rémi Verschelde
TileSetEditor: Expose to the user OneWayCollision+Margin properties.
2019-03-04Merge pull request #26612 from akien-mga/mkdir-system-data-pathRémi Verschelde
Fix creating editor data, config and cache paths
2019-03-04Ensure shader is not set if code did not changeJuan Linietsky
2019-03-04Fix creating editor data, config and cache pathsRémi Verschelde
We used to abort if the system-specific data folder (e.g. `~/.local` or `%APPDATA%`) is missing, but the next code chunk actually creates it with `make_dir_recursive` if missing. Fixes #26598.
2019-03-04Merge pull request #26587 from KoBeWi/undo_visibility_AABBRémi Verschelde
Add UndoRedo for Generate Visibility AABB (Particles)
2019-03-04Merge pull request #26607 from ptrojahn/translationescapeRémi Verschelde
Unescape translations in CSV importer
2019-03-04Merge pull request #26608 from dragmz/fix22231Rémi Verschelde
Calculate inputs count from arg types instead of names
2019-03-04calculate inputs count from arg types instead of namesMarcin Zawiejski
2019-03-04Some clean up to previous commit.Juan Linietsky
2019-03-04Unescape translations in CSV importerPaul Trojahn
Fixes #25361
2019-03-04Add UndoRedo for Generate AABB (Particles)Tomasz Chabora
2019-03-04Remove the "Open Editor" button, it will open automatically.Juan Linietsky
2019-03-04Merge pull request #26592 from clayjohn/noisetexture_strengthRémi Verschelde
Changed default noisetexture strength
2019-03-04Merge pull request #26604 from bojidar-bg/25889-vs-parameters-emptyRémi Verschelde
Fix default values not being read correctly in VisualScript
2019-03-04Fix and restore text, material and mesh previewers.Juan Linietsky
2019-03-04Fix default values not being read correctly in VisualScriptBojidar Marinov
Fixes #25889
2019-03-04Merge pull request #26591 from neikeq/oiRémi Verschelde
Mono: Add option to print MSBuild output and improve out of sync error
2019-03-04TileSetEditor: Expose to the user OneWayCollision+Margin properties. Fixes ↵Mariano Suligoy
#25817.
2019-03-04changed default noisetexture strengthclayjohn
2019-03-04Merge pull request #26590 from Chaosus/fix_sprite_region_crashRémi Verschelde
Fix editor crash when converting sprite to 2D mesh
2019-03-04Merge pull request #26567 from clayjohn/pixel_snap_artifactRémi Verschelde
Fixed pixel snap precision artifact
2019-03-04Merge pull request #26586 from akien-mga/tinyexr-65f9859Rémi Verschelde
tinyexr: Sync with upstream 65f9859
2019-03-04fixed pixel snap precision artifactclayjohn
2019-03-04Merge pull request #26585 from akien-mga/pcre2-10.32Rémi Verschelde
pcre2: Sync with upstream 10.32
2019-03-04Mono: Add option to print MSBuild output and improve out of sync errorIgnacio Etcheverry
2019-03-04Fix editor crash when converting sprite to 2D meshChaosus
2019-03-04Merge pull request #26584 from akien-mga/nanosvg-c1f6e20Rémi Verschelde
nanosvg: Sync with upstream c1f6e20
2019-03-04Merge pull request #26583 from akien-mga/stb-truetype-1.21-vorbis-1.15Rémi Verschelde
stb: Update to upstream stb_truetype 1.21 and stb_vorbis 1.15
2019-03-04Merge pull request #26532 from aqnuep/texture_array_fixesRémi Verschelde
Fixed TextureArray and Texture3D issues
2019-03-04Better warnings when resources can't be saved. Fixes #26531Juan Linietsky
2019-03-04Merge pull request #26581 from xDGameStudios/undo_visibility_rectRémi Verschelde
Add UndoRedo for Generate Visibility Rect (Particles2D)
2019-03-04Updates to thirdparty README and COPYRIGHTRémi Verschelde
Notably, we now track stable Bullet 2.88, so distros can unbundle it again.
2019-03-04tinyexr: Sync with upstream 65f9859Rémi Verschelde
2019-03-04Update focus mask only if there is a focused control, fixes #26524Juan Linietsky
2019-03-04pcre2: Sync with upstream 10.32Rémi Verschelde
2019-03-04Warn about plane shape usage, closes #26503Juan Linietsky
2019-03-04nanosvg: Sync with upstream c1f6e20Rémi Verschelde
2019-03-04stb: Update to upstream stb_truetype 1.21 and stb_vorbis 1.15Rémi Verschelde
2019-03-04Close file handles after use of new get_as_utf8_strings, fixes #26578Juan Linietsky
2019-03-04Further clarify docs for #26545Juan Linietsky
2019-03-04Specifically error when users try to use sync to physics and move and slide, ↵Juan Linietsky
closes #26545
2019-03-04Merge pull request #26513 from cart/mono-log-profilerIgnacio Etcheverry
Add mono log profiler support
2019-03-04Merge pull request #26577 from akien-mga/webp-1.0.2Rémi Verschelde
libwebp: Sync with upstream 1.0.2
2019-03-04Add UndoRedo on Generate Visibility Rect (Particles2D)xDGameStudios
2019-03-04Merge pull request #26576 from akien-mga/glad-0.1.29Rémi Verschelde
glad: Sync with upstream 0.1.29
2019-03-04Merge pull request #26574 from Chaosus/update_libpngRémi Verschelde
Update libpng (1.6.35 --> 1.6.36)
2019-03-04Merge pull request #26580 from Chaosus/iccp_spam_fixRémi Verschelde
Silences annoying "iCCP: known incorrect sRGB profile" spam in the editor
2019-03-04Silences annoying "iCCP: known incorrect sRGB profile" spamChaosus
2019-03-04libwebp: Sync with upstream 1.0.2Rémi Verschelde