summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-04TileSetEditor: Expose to the user OneWayCollision+Margin properties. Fixes ↵Mariano Suligoy
#25817.
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-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
2019-03-04Update libpng (1.6.35 --> 1.6.36)Chaosus
2019-03-04glad: Sync with upstream 0.1.29Rémi Verschelde
2019-03-04Merge pull request #26573 from ↵Rémi Verschelde
godotengine/revert-26562-gdscript-no-implicit-cast Revert "Forbid implicit type conversion in GDScript"
2019-03-04Revert "Forbid implicit type conversion in GDScript"Rémi Verschelde
2019-03-04Merge pull request #26541 from clayjohn/noise_texture_scaleRémi Verschelde
Added bump_strength to NoiseTexture
2019-03-04Merge pull request #26562 from vnen/gdscript-no-implicit-castRémi Verschelde
Forbid implicit type conversion in GDScript
2019-03-04Merge pull request #26563 from vnen/gdscript-fixesRémi Verschelde
A couple of GDScript fixes
2019-03-04More style cleanup...Rémi Verschelde
2019-03-04Merge pull request #26511 from clayjohn/giprobe_gles2_warningRémi Verschelde
Add warning to GIProbe when using GLES2
2019-03-03GDScript: Fix issue when detecting file class in inner classGeorge Marques
2019-03-03GDScript: Forbid implicit type conversionGeorge Marques
Since types are not present in release builds, this could cause issues where a variable does not have the exact defined type.
2019-03-03GDScript: Allow `for` iterator to be rededefinedGeorge Marques
2019-03-03Add support for event accumlation (off by default, on for editor), fixes #26536Juan Linietsky
2019-03-03Merge pull request #26547 from vnen/gdscript-dependency-parseJuan Linietsky
Add a parse mode for GDScript which doesn't load dependencies
2019-03-03Implement a more coherent (and way less hack) way to block animation ↵Juan Linietsky
updates, fixes #24618
2019-03-03added bump_strength to noisetextureclayjohn
2019-03-03Ability to keep pumping messages while being debugged, may be a solution for ↵Juan Linietsky
#21431
2019-03-03Add a dependency search mode for GDScript parserGeorge Marques
- This mode avoids loading any other resource. - Search for class_name now uses this mode, to avoid loading in the scan thread. - Implement get_dependencies() for GDScript loader, now exporting dependencies only should include the preloaded resources.
2019-03-03Add function to get String from FileAccessGeorge Marques
2019-03-03Also take dof blur in consideration for using MRTs, fixes #26236Juan Linietsky