summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-19Document limitations related to centering text with RichTextLabelHugo Locurcio
2020-08-19Update GDScriptTranslationParserPlugin to use GDSriptParser instead of RegEx.SkyJJ
2020-08-19Updated Translation architecture to have TranslationPO, did some commit fixes...SkyJJ
2020-08-19Update POT generation to handle context and pluralsSkyJJ
2020-08-19Added plurals and context support to TranslationSkyJJ
2020-08-19Merge pull request #41362 from neikeq/fix-play-issues-after-ide-play-requestRémi Verschelde
2020-08-19Add a test suite for GradientHugo Locurcio
2020-08-19C#: Fix editor unable to play game after IDE PlayRequestIgnacio Etcheverry
2020-08-18Merge pull request #41352 from Calinou/bmp-loader-error-explanationsRémi Verschelde
2020-08-18Merge pull request #41359 from vnen/gdscript-2-fixesRémi Verschelde
2020-08-18GDScript: Allow enum values to be set to constant expressionsGeorge Marques
2020-08-18GDScript: Allow supertype objects to be assigned to a subtype variableGeorge Marques
2020-08-18Add more error explanations in the BMP image loaderHugo Locurcio
2020-08-18Merge pull request #41247 from EricEzaM/project-settings-fix-bugs-and-add-del...Rémi Verschelde
2020-08-18GDScript: Allow implicit type conversion when constructing variantsGeorge Marques
2020-08-18GDScript: Add script to cache on reloadGeorge Marques
2020-08-17GDScript: Allow empty files to be valid scriptsGeorge Marques
2020-08-17GDScript: Fix crash when superclass file is non-existentGeorge Marques
2020-08-17GDScript: Fix LSP getting wrong union value on unnamed enumsGeorge Marques
2020-08-17GDScript: Fix editor crash when writing @tool annotationGeorge Marques
2020-08-17GDSript: Prevent crash when completing unary operatorsGeorge Marques
2020-08-18Merge pull request #41330 from Calinou/doc-animatedtexture-atlasRémi Verschelde
2020-08-17GDScript: Allow "match" to be used as an identifierGeorge Marques
2020-08-18Fixed issues with adding custom project settings and added confirmation dialo...Eric M
2020-08-17GDScript: Fix wrong argument check for formatting operatorGeorge Marques
2020-08-17Make the lack of AtlasTexture support in AnimatedTexture more prominentHugo Locurcio
2020-08-17Merge pull request #41280 from Calinou/editor-3d-add-invert-x-optionRémi Verschelde
2020-08-17Merge pull request #41326 from bruvzg/win_tablet_modifiers4Rémi Verschelde
2020-08-17[Windows] Fix modifier keys when using tablet input.bruvzg
2020-08-16Merge pull request #41302 from Jlalond/divide-by-zeroRémi Verschelde
2020-08-16Update ResourceLoaderText::load to not update progress if resources are 0jjjlalonde@gmail.com
2020-08-16Merge pull request #40980 from Xrayez/port-classdb-testsRémi Verschelde
2020-08-16Port ClassDB tests to use doctestAndrii Doroshenko (Xrayez)
2020-08-16Merge pull request #40920 from qarmin/test_linux_sanitizersRémi Verschelde
2020-08-16Add Linux sanitizer build to github workspaceRafał Mikrut
2020-08-15Merge pull request #41223 from javidcf/sprite_frames_editor_zoomRémi Verschelde
2020-08-15Merge pull request #41285 from bruvzg/macos_on_top_4Rémi Verschelde
2020-08-15Merge pull request #41273 from RevoluPowered/fix_linker_flagsRémi Verschelde
2020-08-15Merge pull request #41265 from YeldhamDev/rename_diag_tweaksRémi Verschelde
2020-08-15Fix "on top" incorrectly set on init (all platforms).bruvzg
2020-08-15Merge pull request #41103 from Calinou/editor-improve-easing-inspectorRémi Verschelde
2020-08-15Merge pull request #41105 from Calinou/doc-dynamicfont-no-kerningRémi Verschelde
2020-08-15Add an editor setting to invert 3D pan/orbit on the X axisHugo Locurcio
2020-08-15fixed linker being slow on OSXGordon MacPherson
2020-08-15Merge pull request #41258 from YeldhamDev/projsettings_header_fixesRémi Verschelde
2020-08-14Minor visual improvements to the "Batch Rename" dialogMichael Alexsander
2020-08-14Fix and tweak the new header in "Project Settings"Michael Alexsander
2020-08-14Merge pull request #41256 from YeldhamDev/editor_checkbutton_smallRémi Verschelde
2020-08-14Merge pull request #41114 from Cheeseness/indent_fixRémi Verschelde
2020-08-14Skip indentation of empty lines when indenting a selection.Cheeseness