summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-24Fix incorrect text rendering with smaller display scalevolzhs
2019-10-24Merge pull request #33028 from bruvzg/mac_dock_proj_listRémi Verschelde
[macOS ] Project manager dock menu improvements.
2019-10-24Merge pull request #33012 from madmiraal/vmap-array-operatorRémi Verschelde
Initialise VMap and HashMap values to the default when they are created.
2019-10-24Update dock menu on project list changes, add favourites separator.bruvzg
2019-10-24Merge pull request #33023 from rxlecky/video-player-refactorRémi Verschelde
Refactor VideoPlayer and VideoStream
2019-10-24Merge pull request #33025 from akien-mga/travis-android-ndk-r20Rémi Verschelde
Travis: Update Android NDK to r20
2019-10-24Travis: Update Android NDK to r20Rémi Verschelde
Drop unused and outdated OSX setup.
2019-10-24Initialise VMap and HashMap values to the default when they are created.Marcel Admiraal
Assigns a default value in VMap and HashMap when new keys are created using the array operator so they are the same as the other Map classes. The non const version of the array operator can be used for both assigning a value and retrieving a writeable version. In the Map template classes the assign version is being used to create new keys, but sometimes not assigning a value when retrieving a writeable version. This does not address the problem that the default value may not be the correct one, and it does not address the problem that new keys probably should not be created when the array operator is used. These problems will be addressed in a separate commit.
2019-10-24Refactor VideoPlayer and VideoStreamSeleckyErik
VideoStream: - Fix const correctenss VideoPlayer: - Remove unused member variable last_frame - Move _mix_audios function definition to source file - Fix function parameter naming to match p_ convention - Fix const correctness - Add null checking
2019-10-23Merge pull request #33019 from volzhs/class_iconRémi Verschelde
Resize custom class icon
2019-10-23Merge pull request #32670 from aaronfranke/mono-planeRémi Verschelde
[Mono] Change Plane intersect methods to return nullable Vector3
2019-10-23Merge pull request #33006 from Chaosus/fix_billboard_bugRémi Verschelde
Allows change Sprite3D scale if Billboard mode is enabled
2019-10-24Resize custom class iconvolzhs
2019-10-23Merge pull request #33014 from nekomatata/remote-load-sub-resourceRémi Verschelde
Fixed variables with built-in resource in remote inspector
2019-10-23Fixed variables with built-in resource in remote inspectorPouleyKetchoupp
Now loading the base resource first in ScriptEditorDebugger, the same way it's done in ScriptEditorPlugin. Fixes #33013
2019-10-23Merge pull request #33009 from ebert83/fix_editor_save_layoutRémi Verschelde
Fix layout saving error
2019-10-23Merge pull request #33001 from Faless/js/http_run_serverRémi Verschelde
Implement HTTP server for HTML5 "run" export
2019-10-23Fix layout saving errorThomas 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-23Allows change Sprite3D scale if Billboard mode is enabledYuri Roubinsky
2019-10-23Implement HTTP server for HTML5 exportFabio 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-23Improve EditorExportPlatform interface.Fabio Alessandrelli
Convert all get_device* methods to get_option* and normalize their usage as icon, label, tooltip.
2019-10-23Fix EditorNode.get_editor_themeFabio 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-23Merge pull request #32998 from rxlecky/theme-refactorRémi Verschelde
Theme code refactoring
2019-10-23Merge pull request #32600 from cagdasc/3.2-auto-permission-managerRémi Verschelde
Add request defined permissions in AndroidManifest.xml
2019-10-23Merge pull request #32972 from codecustard/fix_spinbox_not_releasingfocusRémi Verschelde
Fixes spinbox not releasing focus on value change
2019-10-23Merge pull request #32992 from KoBeWi/AUTOVECTORZRémi Verschelde
Auto-increment frame_coords when keying
2019-10-23Merge pull request #32954 from argentite/new-extend-scriptRémi Verschelde
Add separate menu entries for extending and replacing scripts
2019-10-23Merge pull request #32999 from Eoin-ONeill-Yokai/rich-text-label-shadowRémi Verschelde
Shadows Now Properly Translate by RichTextEffect Offset.
2019-10-22Shadows Now Properly Translate by RichTextEffect offset.Eoin O'Neill
Bugfix 32981.
2019-10-23Merge pull request #32994 from Calinou/http-document-body-length-caveatsRémi Verschelde
Mention body length getter caveats in HTTPClient and HTTPRequest
2019-10-23Theme code refactoringSeleckyErik
- 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-22Merge pull request #32924 from ajweeks/add-ruler-arcsRémi Verschelde
Draw arcs to indicate angles being measured by ruler
2019-10-22Merge pull request #32796 from Paulb23/set_text_caretRémi Verschelde
Changed `set_text` to place caret at start of the text.
2019-10-22Merge pull request #32976 from DavidSichma/type_evalRémi Verschelde
Fixed evaluation for types
2019-10-23Add clear menu entries for extending and replacing scriptsAnubhab Ghosh
2019-10-22Add request permission automatically at androidCagdas
2019-10-22Merge pull request #32940 from nekomatata/text-edit-clear-colorsRémi Verschelde
TextEdit syntax highlighting fixes
2019-10-22Merge pull request #32965 from volzhs/richtextlabel-scroll-activeRémi Verschelde
Fix scrolling RichTextLabel with scroll_active=false
2019-10-22Merge pull request #32991 from Chaosus/fix_bug2Rémi Verschelde
Fix gridmap error spam at startup
2019-10-22Mention body length getter caveats in HTTPClient and HTTPRequestHugo Locurcio
2019-10-22Auto-increment frame_coords when keyingTomasz Chabora
2019-10-22Merge pull request #32977 from bruvzg/mingw_clangRémi Verschelde
Add "llvm/thinlto" options to the MinGW build.
2019-10-22Merge pull request #32973 from KoBeWi/sprite_gpsRémi Verschelde
Show preview of frame_coords in AnimationPlayer
2019-10-22Merge pull request #32989 from nekomatata/fix-crash-rename-stateRémi Verschelde
Fixed crashes when renaming a state in AnimationNodeStateMachineEditor
2019-10-22Merge pull request #32969 from Nehluxhes/palette_vanishRémi Verschelde
Fix gridmap palette remaining invisible
2019-10-22Merge pull request #32985 from Chaosus/fix_bugRémi Verschelde
Prevents segfault on _class_desc_resized at exit
2019-10-22Fix gridmap error spam at startupYuri Roubinsky
2019-10-22Fixed crashes when renaming a state in AnimationNodeStateMachineEditorPouleyKetchoupp
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-22Merge pull request #32927 from Muller-Castro/ShapeCenteredFixRémi Verschelde
Fixed TouchScreenButton::shape_centered having no effect
2019-10-22Prevents segfault on _class_desc_resized at exit Yuri Roubinsky