Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-09 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono' | Ignacio Etcheverry | |
And 'CRASH_*_MSG' as well. Also make error messages puntuation and quotation more consistent. | |||
2019-08-08 | Merge pull request #31215 from IronicallySerious/patch-1 | Rémi Verschelde | |
Add Tree iteration instructions thorugh TreeItem | |||
2019-08-08 | Merge pull request #31042 from iwek7/fixColorPickerInEditor | Rémi Verschelde | |
Fixes color picker in code editor - it now only changes one color | |||
2019-08-08 | Merge pull request #31212 from YeldhamDev/script_editor_icon_update | Rémi Verschelde | |
Update icons in script editor when theme changes | |||
2019-08-09 | Add Tree iteration instructions thorugh TreeItem | Twarit Waikar | |
2019-08-08 | Merge pull request #31214 from Chaosus/vs_fix_search_bug | Yuri Roubinsky | |
Fix incorrect search member in visual shaders | |||
2019-08-08 | Fix incorrect search member in visual shaders | Yuri Roubinski | |
2019-08-08 | Fixes color picker in code editor - now it only changes one color | iwek7 | |
2019-08-08 | Update icons in script editor when theme changes | Michael Alexsander Silva Dias | |
2019-08-08 | Merge pull request #30714 from Calinou/invert-default-fog-height | Rémi Verschelde | |
Invert and adjust the default fog height values | |||
2019-08-08 | Merge pull request #30893 from profan/fix/err-explain | Rémi Verschelde | |
Implement error macros that come with an error message, replacing ERR_EXPLAIN. | |||
2019-08-08 | Merge pull request #31087 from Calinou/editor-improve-light-theme-colors | Rémi Verschelde | |
Improve light theme colors in the editor for better readability | |||
2019-08-08 | implement accompanying error macros that come with an error message, to ↵ | Robin Hübner | |
replace ERR_EXPLAIN usage. | |||
2019-08-08 | Merge pull request #30934 from santouits/debugg | Rémi Verschelde | |
Hopefully fix the random crashes with threads | |||
2019-08-08 | Merge pull request #31185 from mitchcurtis/get_path | Rémi Verschelde | |
Improve error message in Node::get_path() | |||
2019-08-08 | Merge pull request #31178 from Chaosus/vs_copy_between_graphs | Rémi Verschelde | |
Allow copy/paste nodes between vertex/fragment/light modes in vshaders | |||
2019-08-08 | Merge pull request #31195 from bojidar-bg/31143-funcref-call_funcv | Rémi Verschelde | |
Add FuncRef.call_funcv | |||
2019-08-08 | Merge pull request #31182 from mitchcurtis/remove_child | Rémi Verschelde | |
Improve error message in Node::remove_child() | |||
2019-08-08 | Merge pull request #31194 from bojidar-bg/29312-corrupt-initial-tilemap | Rémi Verschelde | |
Fix corrupted TileMap saves due to missing/wrong format | |||
2019-08-08 | Add FuncRef.call_funcv | Bojidar Marinov | |
Closes #31143 | |||
2019-08-08 | Merge pull request #31196 from bojidar-bg/31115-asset-library-save-error | Rémi Verschelde | |
Handle all download errors in the asset library | |||
2019-08-08 | Merge pull request #31198 from akien-mga/locale-match | Rémi Verschelde | |
Translation: Fix logic bug finding match for regional locales | |||
2019-08-08 | Translation: Fix logic bug finding match for regional locales | Rémi Verschelde | |
The match test was inverted. The rest of the changes are documentation and cleanup. Fixes #26346 and fixes #31192. | |||
2019-08-08 | Improve error message in Node::remove_child() | Mitch Curtis | |
2019-08-08 | Merge pull request #31189 from YeldhamDev/find_files_text_error | Rémi Verschelde | |
Fix error when going to a text file by clicking in a result from "Find in files" | |||
2019-08-08 | Merge pull request #30902 from creikey/update-manifest | Rémi Verschelde | |
Oculus requires apps with line when head tracking | |||
2019-08-08 | Handle all download errors in the asset library | Bojidar Marinov | |
Addresses part of #31115 | |||
2019-08-08 | Merge pull request #31047 from Zylann/save_exr | Rémi Verschelde | |
Add Image.save_exr() | |||
2019-08-08 | Fix corrupted TileMap saves due to missing/wrong format | Bojidar Marinov | |
Fixes #29312 | |||
2019-08-08 | Merge pull request #31191 from aaronfranke/serializable | Ignacio Roldán Etcheverry | |
[Mono] Make all structs seralizable | |||
2019-08-07 | Fix 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 seralizable | Aaron Franke | |
2019-08-07 | Add feature tag for hmd devices based on DOF | Cameron Reikes | |
- Necessary according to https://developers.google.com/vr/develop/android/3dof-to-6dof | |||
2019-08-07 | Add Image.save_exr() | Marc Gilleron | |
2019-08-07 | Improve error message in Node::get_path() | Mitch Curtis | |
2019-08-07 | Invert and adjust the default fog height values | Hugo Locurcio | |
This makes height fog appear at the bottom of the scene (instead of the top), which is generally the expected result. This also tweaks the fog height setting hint to be more flexible. This closes #30709. | |||
2019-08-07 | Merge pull request #31119 from KoBeWi/full_control | Rémi Verschelde | |
Complete the Control class documentation | |||
2019-08-07 | Allow copy/paste nodes between vertex/fragment/light modes in visual shaders | Yuri Roubinski | |
2019-08-07 | Complete the Control class documentation | Tomasz Chabora | |
2019-08-07 | Merge pull request #31122 from Muller-Castro/enhancement | Rémi Verschelde | |
Unnecessary reassignments | |||
2019-08-07 | Merge pull request #31099 from Chaosus/shader_local_const | Rémi Verschelde | |
Implemented local shader constants | |||
2019-08-07 | Merge pull request #31050 from sparkart/fix_tileset_shape_offset | Rémi Verschelde | |
Fix Wrong Shape Offsets in Tileset | |||
2019-08-07 | Merge pull request #31077 from qarmin/coverity_bugs | Rémi Verschelde | |
Change some code proposed by Coverity and Cppcheck | |||
2019-08-07 | Merge pull request #31127 from MuffinManKen/checkbox_implement_check_vadjust | Rémi Verschelde | |
Implemented check_vadjust in CheckBox & CheckButton. It was exposed to the editor, but not used. | |||
2019-08-07 | Merge pull request #30468 from SaracenOne/expose_audio_capture | Rémi Verschelde | |
Exposes capture methods to AudioServer + documentation | |||
2019-08-07 | Merge pull request #31174 from qarmin/thread_sanitizer | Rémi Verschelde | |
Added Thread Sanitizer | |||
2019-08-07 | Merge pull request #31163 from nekomatata/fix-state-machine-transition-priority | Rémi Verschelde | |
Fixed AnimationTreeStateMachine transition priority | |||
2019-08-07 | Merge pull request #27046 from KoBeWi/camera2d_brag_margins_stuff | Rémi Verschelde | |
Tweaks related to Camera2D drag margins | |||
2019-08-07 | Merge pull request #31175 from nekomatata/fix-collide-local-shape | Rémi Verschelde | |
Fixed KinematicCollision.get_local_shape() | |||
2019-08-07 | Allow comma prefix in visual shader's expression parser (#31176) | Yuri Roubinsky | |
Allow comma prefix in visual shader's expression parser |