summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-09Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", ↵Robin Hübner
"modules/gdnative", "modules/gdscript" directories.
2019-08-08Merge pull request #30893 from profan/fix/err-explainRémi Verschelde
Implement error macros that come with an error message, replacing ERR_EXPLAIN.
2019-08-08Merge pull request #31087 from Calinou/editor-improve-light-theme-colorsRémi Verschelde
Improve light theme colors in the editor for better readability
2019-08-08implement accompanying error macros that come with an error message, to ↵Robin Hübner
replace ERR_EXPLAIN usage.
2019-08-08Merge pull request #30934 from santouits/debuggRémi Verschelde
Hopefully fix the random crashes with threads
2019-08-08Merge pull request #31185 from mitchcurtis/get_pathRémi Verschelde
Improve error message in Node::get_path()
2019-08-08Merge pull request #31178 from Chaosus/vs_copy_between_graphsRémi Verschelde
Allow copy/paste nodes between vertex/fragment/light modes in vshaders
2019-08-08Merge pull request #31195 from bojidar-bg/31143-funcref-call_funcvRémi Verschelde
Add FuncRef.call_funcv
2019-08-08Merge pull request #31182 from mitchcurtis/remove_childRémi Verschelde
Improve error message in Node::remove_child()
2019-08-08Merge pull request #31194 from bojidar-bg/29312-corrupt-initial-tilemapRémi Verschelde
Fix corrupted TileMap saves due to missing/wrong format
2019-08-08Add FuncRef.call_funcvBojidar Marinov
Closes #31143
2019-08-08Merge pull request #31196 from bojidar-bg/31115-asset-library-save-errorRémi Verschelde
Handle all download errors in the asset library
2019-08-08Merge pull request #31198 from akien-mga/locale-matchRémi Verschelde
Translation: Fix logic bug finding match for regional locales
2019-08-08Translation: Fix logic bug finding match for regional localesRémi Verschelde
The match test was inverted. The rest of the changes are documentation and cleanup. Fixes #26346 and fixes #31192.
2019-08-08Improve error message in Node::remove_child()Mitch Curtis
2019-08-08Merge pull request #31189 from YeldhamDev/find_files_text_errorRémi Verschelde
Fix error when going to a text file by clicking in a result from "Find in files"
2019-08-08Merge pull request #30902 from creikey/update-manifestRémi Verschelde
Oculus requires apps with line when head tracking
2019-08-08Handle all download errors in the asset libraryBojidar Marinov
Addresses part of #31115
2019-08-08Merge pull request #31047 from Zylann/save_exrRémi Verschelde
Add Image.save_exr()
2019-08-08Fix corrupted TileMap saves due to missing/wrong formatBojidar Marinov
Fixes #29312
2019-08-08Merge pull request #31191 from aaronfranke/serializableIgnacio Roldán Etcheverry
[Mono] Make all structs seralizable
2019-08-07Fix error when going to a text file by clicking in a result from "Find in files"Michael Alexsander Silva Dias
2019-08-07[Mono] Make all structs seralizableAaron Franke
2019-08-07Add feature tag for hmd devices based on DOFCameron Reikes
- Necessary according to https://developers.google.com/vr/develop/android/3dof-to-6dof
2019-08-07Add Image.save_exr()Marc Gilleron
2019-08-07Improve error message in Node::get_path()Mitch Curtis
2019-08-07Merge pull request #31119 from KoBeWi/full_controlRémi Verschelde
Complete the Control class documentation
2019-08-07Allow copy/paste nodes between vertex/fragment/light modes in visual shadersYuri Roubinski
2019-08-07Complete the Control class documentationTomasz Chabora
2019-08-07Merge pull request #31122 from Muller-Castro/enhancementRémi Verschelde
Unnecessary reassignments
2019-08-07Merge pull request #31099 from Chaosus/shader_local_constRémi Verschelde
Implemented local shader constants
2019-08-07Merge pull request #31050 from sparkart/fix_tileset_shape_offsetRémi Verschelde
Fix Wrong Shape Offsets in Tileset
2019-08-07Merge pull request #31077 from qarmin/coverity_bugsRémi Verschelde
Change some code proposed by Coverity and Cppcheck
2019-08-07Merge pull request #31127 from MuffinManKen/checkbox_implement_check_vadjustRémi Verschelde
Implemented check_vadjust in CheckBox & CheckButton. It was exposed to the editor, but not used.
2019-08-07Merge pull request #30468 from SaracenOne/expose_audio_captureRémi Verschelde
Exposes capture methods to AudioServer + documentation
2019-08-07Merge pull request #31174 from qarmin/thread_sanitizerRémi Verschelde
Added Thread Sanitizer
2019-08-07Merge pull request #31163 from nekomatata/fix-state-machine-transition-priorityRémi Verschelde
Fixed AnimationTreeStateMachine transition priority
2019-08-07Merge pull request #27046 from KoBeWi/camera2d_brag_margins_stuffRémi Verschelde
Tweaks related to Camera2D drag margins
2019-08-07Merge pull request #31175 from nekomatata/fix-collide-local-shapeRémi Verschelde
Fixed KinematicCollision.get_local_shape()
2019-08-07Allow comma prefix in visual shader's expression parser (#31176)Yuri Roubinsky
Allow comma prefix in visual shader's expression parser
2019-08-07Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin
2019-08-07Allow comma prefix to visual shader's expression parserYuri Roubinski
2019-08-07Fixed KinematicCollision.get_local_shape() - the local shape id was never ↵PouleyKetchoupp
set during move_and_collide() Fixes #31144
2019-08-07Added Thread Sanitizerqarmin
2019-08-07Merge pull request #31173 from sparkart/search_in_tscnRémi Verschelde
Fix Find in Files Not Working Properly
2019-08-07Merge pull request #30804 from hbina/fix_issue_30160Rémi Verschelde
Fixed crash when making subresource unique in inspector dock
2019-08-06Fix Find in Files Not Working ProperlyEmmanuel Barroga
When using the "Find in Files" option to search in non-script files (e.g. .tscn), the search does not work properly.
2019-08-07Merge pull request #31161 from merumelu/default-theme-checkbuttonRémi Verschelde
Default theme: make toggle_off_disabled.png the same dimension as other CheckButton images
2019-08-07Merge pull request #31057 from Chaosus/vs_mix_improvementsRémi Verschelde
Some improvements to Mix visual shader function
2019-08-06add forgotten calls to inspector_dock->update(...).Hanif Bin Ariffin
I believe many calls to the said function was mistakenly left out leading to InspectorDock having a pointer to deleted values. As such, this commit introduces many such calls to inspector_dock where I believe is appropriate...