summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2020-08-11Merge pull request #40964 from DrRevert/debug-mesh-lines-constRémi Verschelde
Change Shape3D::get_debug_mesh_lines into const methods
2020-08-11Merge pull request #41188 from bruvzg/fix_mac_fork_crashRémi Verschelde
[macOS] Fix crash on failed `fork`.
2020-08-11Merge pull request #41189 from akien-mga/ci-stock-ubuntu-sourcesRémi Verschelde
CI: Properly exclude Azure repositories on Ubuntu
2020-08-11CI: Properly exclude Azure repositories on UbuntuRémi Verschelde
Nuke all the pre-defined repos, we just need stock Ubuntu.
2020-08-11Merge pull request #41145 from nekomatata/cpu-particle-emission-mask-velocityRémi Verschelde
Fix 2D Particle velocity with directed emission mask
2020-08-11[macOS] Fix crash on failed `fork`.bruvzg
2020-08-11i18n: Sync classref translations with Weblate (again)Rémi Verschelde
Missed some uncommitted changes from Weblate in the previous sync.
2020-08-11i18n: Sync classref translation template with current docsRémi Verschelde
2020-08-11i18n: Sync classref translations with WeblateRémi Verschelde
2020-08-11i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit 900949b31695d4deb21a9646b7288c4fcdf20daf)
2020-08-11Merge pull request #41055 from snichols/null-callee-fixRémi Verschelde
Fix crash with null callee
2020-08-11Merge pull request #40892 from theoway/center_align_bugRémi Verschelde
Fix RichTextLabel center alignment bug
2020-08-11Merge pull request #41164 from bruvzg/win_attach_consoleRémi Verschelde
[Windows] Attach to parent console instead of creating new one.
2020-08-11Merge pull request #40940 from fire/tests-port-basisRémi Verschelde
Port Basis tests to use doctest.
2020-08-11Merge pull request #40945 from Xrayez/doctest-str-variantRémi Verschelde
Stringify `Variant` compatible types for doctest output
2020-08-11Fix RichTextLabel center alignment bugUmang Kalra
Fixes #40207.