Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-24 | Fix `inst2dict` calling to getters to retrieve value | Andrii Doroshenko (Xrayez) | |
Use `GDScriptInstance` to iterate through all members directly instead. This is similar to how `dict2inst` works and makes the serialization behaviour more consistent. | |||
2019-10-23 | Merge pull request #33014 from nekomatata/remote-load-sub-resource | Rémi Verschelde | |
Fixed variables with built-in resource in remote inspector | |||
2019-10-23 | Fixed variables with built-in resource in remote inspector | PouleyKetchoupp | |
Now loading the base resource first in ScriptEditorDebugger, the same way it's done in ScriptEditorPlugin. Fixes #33013 | |||
2019-10-23 | Merge pull request #33009 from ebert83/fix_editor_save_layout | Rémi Verschelde | |
Fix layout saving error | |||
2019-10-23 | Merge pull request #33001 from Faless/js/http_run_server | Rémi Verschelde | |
Implement HTTP server for HTML5 "run" export | |||
2019-10-23 | Fix layout saving error | Thomas Ebert Hansen | |
As a result of commit b49226e085 FileAccess::open no longer returns ERR_CANT_OPEN if the file cannot be found/opened. Instead check against ERR_FILE_NOT_FOUND or ERR_FILE_CANT_OPEN. | |||
2019-10-23 | Implement HTTP server for HTML5 export | Fabio Alessandrelli | |
Since most browsers no longer allow making async requests from a page loaded from `file://`, we now need a proper HTTP server to load the exported HTML5 game. This should also allow us to get the debugger to work over a WebSocket connection. | |||
2019-10-23 | Improve EditorExportPlatform interface. | Fabio Alessandrelli | |
Convert all get_device* methods to get_option* and normalize their usage as icon, label, tooltip. | |||
2019-10-23 | Fix EditorNode.get_editor_theme | Fabio Alessandrelli | |
EditorNode was not correctly setting the class memeber when creating the theme, using a local variable instead. Theme is now created before registering exporters (as they might need it). | |||
2019-10-23 | Merge pull request #32998 from rxlecky/theme-refactor | Rémi Verschelde | |
Theme code refactoring | |||
2019-10-23 | Merge pull request #32600 from cagdasc/3.2-auto-permission-manager | Rémi Verschelde | |
Add request defined permissions in AndroidManifest.xml | |||
2019-10-23 | Merge pull request #32972 from codecustard/fix_spinbox_not_releasingfocus | Rémi Verschelde | |
Fixes spinbox not releasing focus on value change | |||
2019-10-23 | Merge pull request #32992 from KoBeWi/AUTOVECTORZ | Rémi Verschelde | |
Auto-increment frame_coords when keying | |||
2019-10-23 | Merge pull request #32954 from argentite/new-extend-script | Rémi Verschelde | |
Add separate menu entries for extending and replacing scripts | |||
2019-10-23 | Merge pull request #32999 from Eoin-ONeill-Yokai/rich-text-label-shadow | Rémi Verschelde | |
Shadows Now Properly Translate by RichTextEffect Offset. | |||
2019-10-22 | Shadows Now Properly Translate by RichTextEffect offset. | Eoin O'Neill | |
Bugfix 32981. | |||
2019-10-23 | Merge pull request #32994 from Calinou/http-document-body-length-caveats | Rémi Verschelde | |
Mention body length getter caveats in HTTPClient and HTTPRequest | |||
2019-10-23 | Theme code refactoring | SeleckyErik | |
- Move GDScript-exposed function definitions from header to source file - Add null check to functions taking list pointers as parameters - Call clear() in copy_theme() if null is passed | |||
2019-10-22 | Merge pull request #32924 from ajweeks/add-ruler-arcs | Rémi Verschelde | |
Draw arcs to indicate angles being measured by ruler | |||
2019-10-22 | Merge pull request #32796 from Paulb23/set_text_caret | Rémi Verschelde | |
Changed `set_text` to place caret at start of the text. | |||
2019-10-22 | Merge pull request #32976 from DavidSichma/type_eval | Rémi Verschelde | |
Fixed evaluation for types | |||
2019-10-23 | Add clear menu entries for extending and replacing scripts | Anubhab Ghosh | |
2019-10-22 | Add request permission automatically at android | Cagdas | |
2019-10-22 | Merge pull request #32940 from nekomatata/text-edit-clear-colors | Rémi Verschelde | |
TextEdit syntax highlighting fixes | |||
2019-10-22 | Merge pull request #32965 from volzhs/richtextlabel-scroll-active | Rémi Verschelde | |
Fix scrolling RichTextLabel with scroll_active=false | |||
2019-10-22 | Merge pull request #32991 from Chaosus/fix_bug2 | Rémi Verschelde | |
Fix gridmap error spam at startup | |||
2019-10-22 | Mention body length getter caveats in HTTPClient and HTTPRequest | Hugo Locurcio | |
2019-10-22 | Auto-increment frame_coords when keying | Tomasz Chabora | |
2019-10-22 | Merge pull request #32977 from bruvzg/mingw_clang | Rémi Verschelde | |
Add "llvm/thinlto" options to the MinGW build. | |||
2019-10-22 | Merge pull request #32973 from KoBeWi/sprite_gps | Rémi Verschelde | |
Show preview of frame_coords in AnimationPlayer | |||
2019-10-22 | Merge pull request #32989 from nekomatata/fix-crash-rename-state | Rémi Verschelde | |
Fixed crashes when renaming a state in AnimationNodeStateMachineEditor | |||
2019-10-22 | Merge pull request #32969 from Nehluxhes/palette_vanish | Rémi Verschelde | |
Fix gridmap palette remaining invisible | |||
2019-10-22 | Merge pull request #32985 from Chaosus/fix_bug | Rémi Verschelde | |
Prevents segfault on _class_desc_resized at exit | |||
2019-10-22 | Fix gridmap error spam at startup | Yuri Roubinsky | |
2019-10-22 | Fixed crashes when renaming a state in AnimationNodeStateMachineEditor | PouleyKetchoupp | |
Recursive calls to Control::_modal_stack_remove could cause a crash because of the list element not being invalidated while being erased from the list. It happens in the state machine case by hiding a line edit control when it loses focus. Fixes #23808 | |||
2019-10-22 | Merge pull request #32927 from Muller-Castro/ShapeCenteredFix | Rémi Verschelde | |
Fixed TouchScreenButton::shape_centered having no effect | |||
2019-10-22 | Prevents segfault on _class_desc_resized at exit | Yuri Roubinsky | |
2019-10-22 | Merge pull request #32842 from LikeLakers2/animation-idx-to-track-idx | Rémi Verschelde | |
Changes the name of all parameters referring to track indices within Animation, to `track_idx` | |||
2019-10-22 | Merge pull request #32944 from Klowner/gdscript-editorspinslider | Rémi Verschelde | |
expose EditorSpinSlider to GDScript | |||
2019-10-22 | Merge pull request #32902 from nekomatata/auto-indent-bracket-fix | Rémi Verschelde | |
Auto-indent after opening bracket and parenthesis in the script editor | |||
2019-10-22 | Merge pull request #32921 from nekomatata/fix-cpu-particle-delay | Rémi Verschelde | |
Fixed delay when CPUParticles & CPUParticles2D start being emitted | |||
2019-10-22 | Merge pull request #32922 from nekomatata/fix-scene-timer-yield-leak | Rémi Verschelde | |
Fixed leak on exit when using yield with SceneTreeTimer | |||
2019-10-22 | Merge pull request #32919 from vnen/gdscript-unused-args | Rémi Verschelde | |
Fix wrong counting of function argument usage | |||
2019-10-22 | Merge pull request #32858 from m4gr3d/expand_singleton_base_api | Rémi Verschelde | |
Add `View SingletonBase#onMainCreateView(Activity activity)` api | |||
2019-10-22 | Merge pull request #32903 from madmiraal/fix-27649-part9 | Rémi Verschelde | |
Remove duplicate valid value check in gdscript_tokenizer.cpp. | |||
2019-10-22 | Merge pull request #32878 from EbbDrop/no_autocompletion_for_singeltons | Rémi Verschelde | |
Fixes auto completion for singletons | |||
2019-10-22 | Merge pull request #32904 from bruvzg/mac_vol_list | Rémi Verschelde | |
[macOS] Various volume list fixes | |||
2019-10-22 | Merge pull request #32864 from nekomatata/rich-text-image-size | Rémi Verschelde | |
Support for resized images in RichTextLabel | |||
2019-10-22 | Merge pull request #32893 from Nehluxhes/delete_gridmap | Rémi Verschelde | |
Disable gridmap selection actions when nothing is selected | |||
2019-10-22 | Merge pull request #32896 from nekomatata/joint-reset-collision | Rémi Verschelde | |
Properly reset collision exception when releasing Joint2D |