summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-18GDScript: for loop override stack variable bug fixThakee Nathees
Fix: #42050
2020-09-10Merge pull request #41945 from capnm/upstream-prsRémi Verschelde
git: Ignore clangd cache folder
2020-09-10Merge pull request #41944 from madmiraal/remove-unused-importsRémi Verschelde
Remove unused Python imports.
2020-09-10git: Ignore clangd cache folderMartin Capitanio
2020-09-10Remove unused Python imports.Marcel Admiraal
2020-09-10Merge pull request #41795 from Hassan-A/tilemap-rotate-fixRémi Verschelde
Fix tilemap tile preview on horizontal/vertical flips.
2020-09-10Merge pull request #41890 from YeldhamDev/tabs_previousRémi Verschelde
Add 'get_previous_tab()' to 'Tabs'
2020-09-10Merge pull request #41935 from Chaosus/vs_texture3dRémi Verschelde
Added Texture3D to visual shaders
2020-09-10Merge pull request #41940 from madmiraal/remove-duplicate-definitionsRémi Verschelde
Remove duplicate or unnecessary Python definitions.
2020-09-10Merge pull request #41920 from Chaosus/fix_colorpickerRémi Verschelde
Fix ColorPickerButton to apply changes after picker popup closed
2020-09-10Remove duplicate or unnecessary Python definitions.Marcel Admiraal
2020-09-10Merge pull request #41937 from madmiraal/remove-unused-variableRémi Verschelde
Remove unused variable in fixed-size.html.
2020-09-10Remove unused variable in fixed-size.html.Marcel Admiraal
2020-09-10Merge pull request #41928 from akien-mga/tinyexr-1.0.0Rémi Verschelde
tinyexr: Sync with upstream 1.0.0
2020-09-10Merge pull request #41932 from clayjohn/VULKAN-3dtexture-repeatRémi Verschelde
Set repeat in all 3 dimensions in 3d textures
2020-09-10Added Texture3D to visual shadersYuri Roubinsky
2020-09-09Set repeat in all 3 dimensions in 3d texturesclayjohn
2020-09-09Merge pull request #41926 from Calinou/rename-shortcut-sentence-caseRémi Verschelde
Rename ShortCut to Shortcut which is more grammatically correct
2020-09-09Merge pull request #41925 from reduz/improve-exr-loadingJuan Linietsky
Make EXR import format support all depths and channel configurations
2020-09-09tinyexr: Sync with upstream 1.0.0Rémi Verschelde
2020-09-09Rename ShortCut to Shortcut which is more grammatically correctHugo Locurcio
See https://github.com/godotengine/godot/issues/16863#issuecomment-685236980.
2020-09-09Make EXR import format support all depths and channel configurationsreduz
2020-09-09Merge pull request #41922 from Chaosus/fix_build_warningRémi Verschelde
Fix build warning in visual_shader_editor
2020-09-09Merge pull request #41921 from akien-mga/stb_vorbis-increase-max-allocRémi Verschelde
stb_vorbis: Increase max alloc buffer size for big Vorbis comments
2020-09-09Fix build warning in visual_shader_editorYuri Roubinsky
2020-09-09stb_vorbis: Increase max alloc buffer size for big Vorbis commentsRémi Verschelde
The previous max worked OK for audio data, but stb_vorbis recently gained support for Vorbis comments, which can embed up to 2^32-1 bytes of data (e.g. cover art encoded as base64). We use 2^30 as max which should be sufficient for most files. Fixes #41913.
2020-09-09Fix ColorPickerButton to apply changes after picker popup closedYuri Roubinsky
2020-09-09Merge pull request #41918 from reduz/implement-3d-texturesJuan Linietsky
Implement 3D textures as import and resource format.
2020-09-09Implement 3D textures as import and resource format.reduz
2020-09-09Merge pull request #41916 from Chaosus/vs_performance_fix2Yuri Roubinsky
Improve performance for Show/Hide port preview in visual shaders
2020-09-09Improve performance for Show/Hide port preview in visual shadersYuri Roubinsky
2020-09-09Merge pull request #41914 from madmiraal/add-missing-semicolonsRémi Verschelde
Explicitly add implicitly added JavaScript semicolons.
2020-09-09Explicitly add implicitly added semicolons.Marcel Admiraal
2020-09-09Merge pull request #41904 from akien-mga/fix-clang6-compat-mutexlockRémi Verschelde
GDScript: Fix MutexLock usage, fixes Clang 6 compat
2020-09-09Merge pull request #41812 from Calinou/doc-array-errorsRémi Verschelde
Improve documentation related to Array error handling
2020-09-09Merge pull request #41894 from aaronfranke/ineq-exactRémi Verschelde
Change vector inequality comparison operators to use exact equality
2020-09-09Improve documentation related to Array error handlingHugo Locurcio
This closes https://github.com/godotengine/godot-docs/issues/3834.
2020-09-09GDScript: Fix MutexLock usage, fixes Clang 6 compatRémi Verschelde
Fixes #41852.
2020-09-09Merge pull request #41898 from Chaosus/vs_performance_fixRémi Verschelde
Improve performance of Undo:change node position in visual shader
2020-09-09Improve performance of Undo:change node position in visual shaderYuri Roubinsky
2020-09-08Change inequality comparison operators to use exact equalityAaron Franke
2020-09-08Add 'get_previous_tab()' to 'Tabs'Michael Alexsander
2020-09-08Merge pull request #41709 from ThakeeNathees/dictionary-indexing-bug-fixRémi Verschelde
Fixed parser error when indexing a dictionary.
2020-09-08Merge pull request #41888 from neikeq/sln-bomRémi Verschelde
C#: Use BOM when creating a solution
2020-09-08Merge pull request #41886 from neikeq/issue-40001Rémi Verschelde
C#: Fix endless reload loop if project has unicode chars
2020-09-08C#: Use BOM when creating a solutionIgnacio Etcheverry
At least on Windows there seems to be issues if the solution has no BOM and contains a project with cyrillic chars.
2020-09-08C#: Fix endless reload loop if project has unicode charsIgnacio Etcheverry
The assembly modified time wasn't picked properly as the path was treated as latin-1, so the file watcher was constantly firing the event.
2020-09-08Update AUTHORS and DONORS listRémi Verschelde
New contributor added to AUTHORS: @EricEzaM Thanks to all contributors and donors for making Godot possible!
2020-09-08i18n: Sync translations with WeblateRémi Verschelde
Add translators comment for the two 'Project Manager' strings, and fix some of the translations. (cherry picked from commit c5f6d2097bcbe1826b9111774ed0f8deb5839060)
2020-09-08Merge pull request #41879 from madmiraal/fix-40505Rémi Verschelde
Initialise Basis elements with a default Basis in the declaration.