summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-16Add Linux sanitizer build to github workspaceRafał Mikrut
2020-08-15Merge pull request #41258 from YeldhamDev/projsettings_header_fixesRémi Verschelde
Fix and tweak the new header in "Project Settings"
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
Make the editor's 'CheckButton' icon be smaller
2020-08-14Merge pull request #41114 from Cheeseness/indent_fixRémi Verschelde
Skip indentation of empty lines when indenting a selection.
2020-08-14Skip indentation of empty lines when indenting a selection.Cheeseness
2020-08-14Make the editor's 'CheckButton' icon be smallerMichael Alexsander
2020-08-14Merge pull request #41116 from EricEzaM/signal-list-filterRémi Verschelde
Added search box to signals dock.
2020-08-14Merge pull request #41249 from javidcf/tile_set_editor_flat_buttonsRémi Verschelde
Made toolbar buttons in tile set editor flat
2020-08-14Merge pull request #41242 from geekrelief/folder_reimportRémi Verschelde
Modified FileSystemDock so folders can be selected for reimport.
2020-08-14Merge pull request #41121 from Calinou/doc-slider-range-signalsRémi Verschelde
Reference Range signals in the Slider class documentations
2020-08-14Merge pull request #41117 from 3akev/masterRémi Verschelde
Port OrderedHashMap tests to doctest
2020-08-14Merge pull request #37769 from HellonLegs/masterRémi Verschelde
solved ctrl + alt + special character Issue #6851
2020-08-14Made toolbar buttons in tile set editor flatJavier Dehesa
2020-08-14Merge pull request #38223 from EricEzaM/spinbox-update-lineedit-after-bad-inputRémi Verschelde
Fixed bug where spinbox would not update to it's actual value after non-numeric input
2020-08-14Modified FileSystemDock so folders can be selected for reimport.geekrelief
2020-08-13Merge pull request #41240 from reduz/fogClay John
Restored fog (non volumetric).
2020-08-13Restored fog (non volumetric).Juan Linietsky
Uses a simpler and more intuitive implementation based on density. Its less flexible than before, but its easier to get nice results.
2020-08-14Update AUTHORS and DONORS listRémi Verschelde
New contributors added to AUTHORS: @hinlopen, @naithar, @rrcore, @SkyLucilfer, @TwistedTwigleg Thanks to all contributors and donors for making Godot possible! --- Also changes to relevant code that parses the DONORS.md to match the new tiers.
2020-08-13Merge pull request #41229 from madmiraal/fix-csgRémi Verschelde
Don't attempt to insert points into degenerate triangles when creating CSG shapes.
2020-08-13Don't attempt to insert points into degenerate triangles.Marcel Admiraal
Use a simpler degenerate triangle check that calculates area.
2020-08-13Merge pull request #41213 from reduz/volumetric-fogJuan Linietsky
Added volumetric fog effect.
2020-08-13Added volumetric fog effect.Juan Linietsky
2020-08-13Merge pull request #41228 from RevoluPowered/patch-3Juan Linietsky
Rename javascript_builds.yml to javascript_builds.disabled
2020-08-13Rename javascript_builds.yml to javascript_builds.disabledGordon MacPherson
2020-08-13Merge pull request #41224 from ThakeeNathees/fix-ctrl+click-not-workingGeorge Marques
Fix: ctrl + click not working on script member
2020-08-13Fix: ctrl + click not workingThakee Nathees
2020-08-13Merge pull request #41216 from ThakeeNathees/doc-JSON.printRémi Verschelde
Documentation: clarify the indent parameter of JSON.print
2020-08-13Merge pull request #41219 from akien-mga/gles2-takes-holidaysRémi Verschelde
Remove obsolete GLES2 backend code
2020-08-13Merge pull request #41207 from KoBeWi/you_got_errorRémi Verschelde
Mention that Array.front/back throw error if empty
2020-08-13Merge pull request #41198 from hazarek/masterRémi Verschelde
grow_mask() description added
2020-08-13Merge pull request #41203 from KoBeWi/post_mortem_xdRémi Verschelde
Expose NOTIFICATION_POST_ENTER_TREE
2020-08-13Merge pull request #41199 from madmiraal/fix-38001Rémi Verschelde
Mark the first shape as inside, not the second shape, when CSG shapes are co-planer.
2020-08-13Remove obsolete GLES2 backend codeRémi Verschelde
This code currently isn't compiled (and cannot compile). We plan to re-add OpenGL ES-based renderer(s) in Godot 4.0 alongside Vulkan (probably ES 3.0, possibly also a low-end ES 2.0), but the code will be quite different so it's not relevant to keep this old Godot 3.2 code. The `drivers/gles2` code from the `3.2` branch can be used as a reference for a potential new implementation.
2020-08-13Merge pull request #41206 from RevoluPowered/use_scons_compile_databaseRémi Verschelde
Scons 4.0.0 - use the compile db tool provided by the upstream scons
2020-08-13Documentation: clarify the indent parameter of JSON.printThakee Nathees
2020-08-12Mention that Array.front/back throw error if emptyTomasz Chabora
2020-08-12update to use scons compile db toolGordon MacPherson
2020-08-12Merge pull request #41104 from vnen/gdscript-assignment-tidyGeorge Marques
Tidy up assignment operator check
2020-08-12Expose NOTIFICATION_POST_ENTER_TREETomasz Chabora
2020-08-12Merge pull request #41166 from somnathsarkar/gradient-fixRémi Verschelde
Sort points in a Gradient for color and offset updates.
2020-08-12grow_mask() description addedHazar
Description; > Applies morphological dilation to the bitmap. The first argument is the dilation amount, Rect2 is the area where the dilation will be applied.
2020-08-12Mark the first shape as inside, not the second shape, when CSG shapes areMarcel Admiraal
co-planer.
2020-08-12Sort points in a Gradient for color and offset updates.Somnath Sarkar
2020-08-11Merge pull request #41025 from Faless/gdscript/fix_class_nameRémi Verschelde
Remap script path when registering class.
2020-08-11Merge pull request #41032 from mrushyendra/tilemap_previewRémi Verschelde
Fix tile placement preview for rotated, skewed or scaled TileMaps
2020-08-11Merge pull request #41008 from KoBeWi/∠Rémi Verschelde
Improve Vector2.angle() description
2020-08-11Merge pull request #41002 from AlphaOneProject/issue-40879Rémi Verschelde
Modify the scene only when color changed
2020-08-11Merge pull request #41000 from amanj120/forward_port_bundle_pr_exportRémi Verschelde
Add 'Export App Bundle' to Android Export Options
2020-08-11Merge pull request #40941 from Sauermann/TorqueWakeupRémi Verschelde
Wake up RigidBody 2D after applying torque