summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-27Merge pull request #25340 from akien-mga/gdnative-gcc-ice-armv7hlRémi Verschelde
Workaround GCC 6 & 7 ICE on armv7hl
2019-01-27Merge pull request #25356 from muiroc/bug_web_comp_texRémi Verschelde
Fix S3TC texture loading for WebGL
2019-01-26Add a check to help find transforms that are passes invalid.Juan Linietsky
2019-01-26Fix code style issuesRémi Verschelde
2019-01-26i18n: Sync translation template with current sourceRémi Verschelde
2019-01-26fix s3tc support detection for webglmuiroc
2019-01-26i18n: Sync translations with WeblateRémi Verschelde
2019-01-26doc: Sync classref with current sourceRémi Verschelde
2019-01-26Merge pull request #25354 from Ranoller/patch-5Rémi Verschelde
Profiler list functions from max to less expensive
2019-01-26Merge pull request #25300 from neikeq/improve-thread-idRémi Verschelde
Improve custom thread numbering for POSIX
2019-01-26Avoid crash in import (though model still does not work well), fixes #19346Juan Linietsky
2019-01-26doc: Add caveat for File.file_exists for imported resourcesRémi Verschelde
Fixes #25347.
2019-01-26Profiler list functions from max to less expensiveRanoller
Solves https://github.com/godotengine/godot/issues/25328 and partially https://github.com/godotengine/godot/issues/5682
2019-01-26Warn of invalid pointer when converting object to RID, closes #19023Juan Linietsky
2019-01-26Rewrite how font oversampling is updated more carefully, fixes #24338Juan Linietsky
2019-01-26Fix compilation on UWPHein-Pieter van Braam
It appears that MSVC and Mingw disagree about what conversions are legal here. We just use the 'wide' version of the call and use our native CharType instead of TCHAR.
2019-01-26Further fixes to avoid memory corruption, closes #25336Juan Linietsky
2019-01-26Workaround GCC 6 & 7 ICE on armv7hlRémi Verschelde
Fixes #16100.
2019-01-26Merge pull request #25338 from DualMatrix/search_inaccurateRémi Verschelde
Fixed Recent/Favorite in Create Node dialog not selecting right node
2019-01-26Fixed Recent/Favorite in Create Node dialog not selecting right nodeDualMatrix
Fixes #6535
2019-01-26Merge pull request #24923 from groud/add_color_audio_buses_buttonsRémi Verschelde
Adds color to the audio buses buttons
2019-01-26Merge pull request #25335 from aqnuep/issue-24971Rémi Verschelde
Changed ImageTexture image cache type to the correct one, fixes #24971
2019-01-26Changed ImageTexture image cache type to the correct one, fixes #24971Daniel Rakos
The original attempt to fix the issue was accidentally using the wrong type for the image cache. This change fixes that.
2019-01-26Merge pull request #25237 from eska014/pjmgr-rasterizerselectRémi Verschelde
Add renderer selection to New Project dialog
2019-01-25Properly dispose of custom shaders, closes #19300Juan Linietsky
2019-01-25Implement missing autorestart in oneshot node, closes #22238Juan Linietsky
2019-01-25Stop preview generator before reimporting resources with different type.Juan Linietsky
2019-01-25Properly warn about the effects of changing an import type, as well as force ↵Juan Linietsky
editor restart. Fixes #23874
2019-01-25Do not use depth prepass if effects are disabled, fixes #25267Juan Linietsky
2019-01-25Make sub-inspectors not listen to node removals, since they never edit ↵Juan Linietsky
nodes. Fixes #23554
2019-01-25Ability to keep images in ImageTexture cached while using editor, fixes #25243Juan Linietsky
2019-01-25Merge pull request #25322 from godotengine/revert-25319-fix_contact_shadow_502Rémi Verschelde
Revert "Fix GLES3 error 502 on iOS"
2019-01-26Revert "Fix GLES3 error 502 on iOS"Bastiaan Olij
2019-01-25Add "Apple" to the list of GPU vendors where depth prepass is disabled.Juan Linietsky
2019-01-25Ensure contact shadows are only used when lights use them.Juan Linietsky
2019-01-25Merge pull request #25319 from BastiaanOlij/fix_contact_shadow_502Juan Linietsky
Fix GLES3 error 502 on iOS
2019-01-26Fix GLES3 error 502 on iOSBastiaan Olij
2019-01-25Merge pull request #25306 from DualMatrix/no_showupRémi Verschelde
Fixed function names of built-in scripts not showing up in debugger
2019-01-25Ensure get script method list also checks base classes, fixes #23384Juan Linietsky
2019-01-25Fix depth prepass in GLES2, closes #23321Juan Linietsky
2019-01-25Avoid crashing in #23302Juan Linietsky
2019-01-25Fixed function names of built-in scripts not showing up in debuggerDualMatrix
Fixes #25198
2019-01-25Merge pull request #25308 from supagu/theme-fixRémi Verschelde
Added copy_theme and fixed bugs in copy theme introduced by #2e0a94e
2019-01-25Merge pull request #25302 from eska014/html5-startupfsRémi Verschelde
Allow requesting full screen during start-up in HTML5 platform
2019-01-25Added copy_theme and fixed bugs in copy theme introduced by #2e0a94eFabian
2019-01-25Add renderer selection to New Project dialogLeon Krause
2019-01-25Improve custom thread numbering for POSIXIgnacio Etcheverry
We lazily assign new IDs to threads that do not have one. This is the case for threads not created by the Godot API.
2019-01-24Merge pull request #25298 from groud/fix_separation_updateRémi Verschelde
Updates containers minimum size when some constants are modified
2019-01-24Merge pull request #25294 from groud/fix_2D_selectionRémi Verschelde
Fixes Node2D selection not adapting to editor zoom level
2019-01-24Adds color to the audio buses buttonsgroud