Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-13 | Add scrollwheel input to spin slider | Emmanuel Barroga | |
Adds the ability to adjust the editor's spin slider using the mouse scrollwheel. | |||
2019-08-13 | Merge pull request #31335 from Xenoamor/bugfix/GridMapListTextCutoff | Rémi Verschelde | |
Fix GridMap list text not expanding when palette is resized | |||
2019-08-13 | Merge pull request #31334 from m-r-hunt/EditorPlugin-doc-improvement | Rémi Verschelde | |
Improve documentation of EditorPlugin.add_tool_submenu_item method | |||
2019-08-13 | Merge pull request #31330 from Mellondill/rt_env_call_main | Rémi Verschelde | |
HTML5: this.rtenv.callMain is not a function when using latest-upstream backend | |||
2019-08-13 | Merge pull request #31317 from sparkart/master | Rémi Verschelde | |
Fix Right-Click Menu Deselecting Edits Content | |||
2019-08-13 | Merge pull request #31292 from iwek7/fixDebuggerInspectionForNodes | Rémi Verschelde | |
Fixes issue with debug inspecing of nodes that are not in the scene tree | |||
2019-08-13 | Merge pull request #31254 from YeldhamDev/text_editor_find_files | Rémi Verschelde | |
Add "Find in Files..." to the text editor | |||
2019-08-12 | Fix GridMap list text not expanding when palette is resized | Xenoamor | |
This is to close #31304 | |||
2019-08-12 | Merge pull request #31327 from neikeq/csharp-lang-icon | Rémi Verschelde | |
Add C# language editor icon | |||
2019-08-12 | Improve documentation of EditorPlugin.add_tool_submenu_item method | Max Hunt | |
2019-08-12 | https://github.com/godotengine/godot/issues/31297 - HTML5: ↵ | mellondill | |
this.rtenv.callMain is not a function when using latest-upstream backend Added needed changed for normal compiling with emscripten 1.38.41 and later | |||
2019-08-12 | Add C# language editor icon | Ignacio Etcheverry | |
2019-08-12 | Fixes issue when inspecting nodes that are not in the tree | miwanczuk | |
2019-08-12 | Merge pull request #31322 from neikeq/mono-gitignore-override-sln | Ignacio Roldán Etcheverry | |
Make git no longer ignore solution files inside the mono module | |||
2019-08-12 | Add "Find in Files..." to the text editor | Michael Alexsander Silva Dias | |
2019-08-12 | Merge pull request #31319 from Xrayez/script-lang-icons | Rémi Verschelde | |
Display language icons in script create dialog | |||
2019-08-12 | Make git no longer ignore solution files inside the mono module | Ignacio Etcheverry | |
2019-08-12 | Merge pull request #31235 from akien-mga/clean-cache-after-export | Rémi Verschelde | |
Export: Remove temp files from cache after export | |||
2019-08-12 | Display language icons in script create dialog | Andrii Doroshenko (Xrayez) | |
2019-08-12 | Export: Remove temp files from cache after export | Rémi Verschelde | |
So far we left most temporary files lying around, so this attempts to fix that. I added a helper method to DirAccess to factor out the boilerplate of creating a DirAccess, checking if the file exists, remove it or print an error on failure. | |||
2019-08-12 | Merge pull request #31228 from aaronfranke/identity-constants | Rémi Verschelde | |
Add Basis constants and format Transform constants | |||
2019-08-12 | Fix Right-Click Menu Deselecting Edits Content | Emmanuel Barroga | |
Right-clicking a property to open the context menu deselects the text field. This causes the context menu to be useless because it doesn't have anything to edit. | |||
2019-08-12 | Merge pull request #31315 from fstiewitz/fix-find-in-files-crash | Rémi Verschelde | |
Fix crash on right click in "Find in Files" panel | |||
2019-08-12 | Merge pull request #31314 from BastiaanOlij/fix_api_struct_gen | Rémi Verschelde | |
Fix self reference issue in core structures for GDNative plugins | |||
2019-08-12 | Fix self reference issue in core structures for GDNative plugins | Bastiaan Olij | |
2019-08-12 | Merge pull request #31179 from KoBeWi/code_editor_magic | Rémi Verschelde | |
Add Evaluate Selection option to Script Editor | |||
2019-08-12 | Merge pull request #31286 from profan/fix/err-explain-rest-modules | Rémi Verschelde | |
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/' | |||
2019-08-12 | fix(find_in_files): crash when selecting with RMB | Fabian Stiewitz | |
in replace mode, if no search result has been selected and RMB is pressed on a checkbox, the editor crashes in editor/find_in_files.cpp:712 because item is NULL | |||
2019-08-12 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/' | Robin Hübner | |
2019-08-12 | Merge pull request #31290 from nekomatata/fix-test-regex-disabled | Rémi Verschelde | |
Fixed link errors when building in debug with RegEx module disabled | |||
2019-08-12 | Merge pull request #31251 from YeldhamDev/text_editor_goto_full | Rémi Verschelde | |
Move "Go to Line..." from "Edit" to "Go To" in text editor | |||
2019-08-12 | Merge pull request #31249 from Calinou/tweak-multiline-text-popup-size | Rémi Verschelde | |
Tweak the size of the multiline text edit popup dialog | |||
2019-08-12 | Merge pull request #31247 from YeldhamDev/theme_editor_fixup | Rémi Verschelde | |
Minor fixups to the theme editor | |||
2019-08-12 | Merge pull request #31310 from SaracenOne/record_fix | Rémi Verschelde | |
Fix recording bus regression. | |||
2019-08-12 | Merge pull request #31270 from nekomatata/fix-vertex-color-init-gles3 | Rémi Verschelde | |
Fixed vertex color initialization with default value in GLES3 | |||
2019-08-12 | Fix recording bus regression. | Saracen | |
2019-08-12 | Merge pull request #31277 from drougge/fvwmfix | Rémi Verschelde | |
Work around Editor hangs and makes Xorg take up 100% cpu [fvwm] | |||
2019-08-12 | Merge pull request #31274 from nekomatata/doc-hint-range | Rémi Verschelde | |
Updated doc for PROPERTY_HINT_RANGE (or_greater/or_lesser) | |||
2019-08-12 | Merge pull request #31271 from raphael10241024/gles2_shader | Rémi Verschelde | |
Fix GLES2 canvas shader uniform error | |||
2019-08-12 | Merge pull request #31269 from ↵ | Rémi Verschelde | |
IAmActuallyCthulhu/pr/remove-old-image-loader-doc-comments Remove old doc comments in image_loader header | |||
2019-08-12 | Merge pull request #31258 from creikey/fix-redefine | Rémi Verschelde | |
Show that identifier found in function names | |||
2019-08-11 | Merge pull request #31259 from clayjohn/gles2-depth-allocation | Rémi Verschelde | |
Check for unsigned_short support for gles2 depth buffer allocation | |||
2019-08-11 | Prevent editor compilation with regex module disabled, which is not supported | PouleyKetchoupp | |
2019-08-11 | Fixed vertex color initialization with default value in gles3 | PouleyKetchoupp | |
Fixes #30275, #31250 | |||
2019-08-11 | Fixed link errors when building in debug with option module_regex_enabled=no | PouleyKetchoupp | |
2019-08-10 | OS_X11::set_window_maximized gives up after 0.5s | Carl Drougge | |
Spinning forever is clearly worse, especially since this happens on at least FVWM even though the window actually is maximized. | |||
2019-08-10 | Updated doc for PROPERTY_HINT_RANGE (or_greater/or_lesser instead of ↵ | PouleyKetchoupp | |
allow_greater/allow_lesser) | |||
2019-08-10 | check for unsigned_short support for gles2 depth buffer allocation | clayjohn | |
2019-08-10 | fix gles2 canvas shader uniform error,close #31201 | RaphaelHunter | |
2019-08-10 | Remove old doc comments in image_loader header | IAmActuallyCthulhu | |