summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-13Remove outdated information from skeleton class referenceskyace65
2019-09-13Fix int overflow in EditorResourcePreview::_preview_readyqarmin
2019-09-13Mention that AnimatedTexture doesn't support atlasesTomasz Chabora
2019-09-13Mention that look_at() expects global coordinatesTomasz Chabora
2019-09-13Mention constructor arguments in duplicate() docTomasz Chabora
2019-09-13Add an "hover" style to items in the project managerHugo Locurcio
2019-09-12Fix ambiguous method description regarding `body_test_motion` in 2DAndrii Doroshenko (Xrayez)
2019-09-11Fix Sanitization BugEoin O'Neill
2019-09-11Properly remove GridMap node from editor on undoTomasz Chabora
2019-09-11Improve the node deletion confirmation messageHugo Locurcio
2019-09-11GDScript: add an optional message parameter to assert()Mitch Curtis
2019-09-11[X11] set PID as window attributethomas.herzog
2019-09-11Allow for constant deceleration to be detected inherited scripts above the im...Saracen
2019-09-10Fix right click crash in Locales FilterlupoDharkael
2019-09-10Preserve folding when sub-scene is changedTomasz Chabora
2019-09-09Optimized variant reference function.Valentin Zagura
2019-09-08Fix Remote Tree Navigate to InspectedEmmanuel Barroga
2019-09-08Merge pull request #32045 from neikeq/fix-cannot-create-mono-log-fileRémi Verschelde
2019-09-08Mono: Fix unable to create log file due to str_format bugIgnacio Etcheverry
2019-09-08Adds fuzzy search for help search dialogGuilherme Felipe
2019-09-08Find the previous match in the editor help when pressing Shift + EnterHugo Locurcio
2019-09-08Improve the SoftBody node editor iconHugo Locurcio
2019-09-07Merge pull request #31993 from Calinou/improve-string-humanize-sizeFabio Alessandrelli
2019-09-07Merge pull request #32022 from neikeq/fix-mono-export-windows-backslashIgnacio Roldán Etcheverry
2019-09-07Merge pull request #32023 from neikeq/issue-31854Ignacio Roldán Etcheverry
2019-09-07Add some missing iconsMichael Alexsander Silva Dias
2019-09-07Implemented get_path() & get_path_absolute() for FileAccessEncryptedPouleyKetchoupp
2019-09-07Fixed resource loading when editing built-in script from resourcePouleyKetchoupp
2019-09-07Preserve group order in scene fileslupoDharkael
2019-09-07Add Ability to Enable/Disable Shortcuts for LineEdit/TextEditEmmanuel Barroga
2019-09-07Fix missing method for internal_MonoWindowsInstallRootIgnacio Etcheverry
2019-09-07Mono: Fix PCK assembly paths when exporting from WindowsIgnacio Etcheverry
2019-09-07Implement snapping in the audio bus editorHugo Locurcio
2019-09-06Display audio buses' current volume in a tooltip when hovering sliderHugo Locurcio
2019-09-06Create shadow_vec for altering shadow computationazagaya
2019-09-06Produce an error when a class has the same name as a SingletonMitch Curtis
2019-09-06Make editor inspector easing lines use the accent color when draggedHugo Locurcio
2019-09-06Animation Bezier Editor : fix double inserts on undoValentin Zagura
2019-09-06SpriteFramesEditor improvements around deleting animationsPouleyKetchoupp
2019-09-06fix gles3 shader uniform vec3 error, close #30930RaphaelHunter
2019-09-05Fixes OptionButton Not Updating if Current Selection Already SelectedEmmanuel Barroga
2019-09-05Add ability to reorder animation frames via drag and dropEmmanuel Barroga
2019-09-05Improve the `String::humanize_size()` methodHugo Locurcio
2019-09-05Merge pull request #31989 from sparkart/revert-30833-fix_inspector_clear_remo...Rémi Verschelde
2019-09-05Merge pull request #31870 from JFonS/add_network_profilerFabio Alessandrelli
2019-09-05Revert "Fix Clearing Inspector for Remote Node"Emmanuel Barroga
2019-09-05Input actions can be reordered by drag and drop.J-Camilleri
2019-09-05Add network profilerjfons
2019-09-05Merge pull request #31979 from Eoin-ONeill-Yokai/bugfix-31973Rémi Verschelde
2019-09-05Removed useless code from Switch in visual shader (#31984)Yuri Roubinsky