Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-14 | Modified FileSystemDock so folders can be selected for reimport. | geekrelief | |
2020-08-13 | Merge pull request #41240 from reduz/fog | Clay John | |
Restored fog (non volumetric). | |||
2020-08-13 | Restored 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-14 | Update AUTHORS and DONORS list | Ré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-13 | Merge pull request #41229 from madmiraal/fix-csg | Rémi Verschelde | |
Don't attempt to insert points into degenerate triangles when creating CSG shapes. | |||
2020-08-13 | Don't attempt to insert points into degenerate triangles. | Marcel Admiraal | |
Use a simpler degenerate triangle check that calculates area. | |||
2020-08-13 | Merge pull request #41213 from reduz/volumetric-fog | Juan Linietsky | |
Added volumetric fog effect. | |||
2020-08-13 | Added volumetric fog effect. | Juan Linietsky | |
2020-08-13 | Merge pull request #41228 from RevoluPowered/patch-3 | Juan Linietsky | |
Rename javascript_builds.yml to javascript_builds.disabled | |||
2020-08-13 | Rename javascript_builds.yml to javascript_builds.disabled | Gordon MacPherson | |
2020-08-13 | Merge pull request #41224 from ThakeeNathees/fix-ctrl+click-not-working | George Marques | |
Fix: ctrl + click not working on script member | |||
2020-08-13 | Fix: ctrl + click not working | Thakee Nathees | |
2020-08-13 | Merge pull request #41216 from ThakeeNathees/doc-JSON.print | Rémi Verschelde | |
Documentation: clarify the indent parameter of JSON.print | |||
2020-08-13 | Merge pull request #41219 from akien-mga/gles2-takes-holidays | Rémi Verschelde | |
Remove obsolete GLES2 backend code | |||
2020-08-13 | Merge pull request #41207 from KoBeWi/you_got_error | Rémi Verschelde | |
Mention that Array.front/back throw error if empty | |||
2020-08-13 | Merge pull request #41198 from hazarek/master | Rémi Verschelde | |
grow_mask() description added | |||
2020-08-13 | Merge pull request #41203 from KoBeWi/post_mortem_xd | Rémi Verschelde | |
Expose NOTIFICATION_POST_ENTER_TREE | |||
2020-08-13 | Merge pull request #41199 from madmiraal/fix-38001 | Rémi Verschelde | |
Mark the first shape as inside, not the second shape, when CSG shapes are co-planer. | |||
2020-08-13 | Remove obsolete GLES2 backend code | Ré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-13 | Merge pull request #41206 from RevoluPowered/use_scons_compile_database | Rémi Verschelde | |
Scons 4.0.0 - use the compile db tool provided by the upstream scons | |||
2020-08-13 | Documentation: clarify the indent parameter of JSON.print | Thakee Nathees | |
2020-08-12 | Mention that Array.front/back throw error if empty | Tomasz Chabora | |
2020-08-12 | update to use scons compile db tool | Gordon MacPherson | |
2020-08-12 | Merge pull request #41104 from vnen/gdscript-assignment-tidy | George Marques | |
Tidy up assignment operator check | |||
2020-08-12 | Expose NOTIFICATION_POST_ENTER_TREE | Tomasz Chabora | |
2020-08-12 | Merge pull request #41166 from somnathsarkar/gradient-fix | Rémi Verschelde | |
Sort points in a Gradient for color and offset updates. | |||
2020-08-12 | grow_mask() description added | Hazar | |
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-12 | Mark the first shape as inside, not the second shape, when CSG shapes are | Marcel Admiraal | |
co-planer. | |||
2020-08-12 | Sort points in a Gradient for color and offset updates. | Somnath Sarkar | |
2020-08-11 | Merge pull request #41025 from Faless/gdscript/fix_class_name | Rémi Verschelde | |
Remap script path when registering class. | |||
2020-08-11 | Merge pull request #41032 from mrushyendra/tilemap_preview | Rémi Verschelde | |
Fix tile placement preview for rotated, skewed or scaled TileMaps | |||
2020-08-11 | Merge pull request #41008 from KoBeWi/∠ | Rémi Verschelde | |
Improve Vector2.angle() description | |||
2020-08-11 | Merge pull request #41002 from AlphaOneProject/issue-40879 | Rémi Verschelde | |
Modify the scene only when color changed | |||
2020-08-11 | Merge pull request #41000 from amanj120/forward_port_bundle_pr_export | Rémi Verschelde | |
Add 'Export App Bundle' to Android Export Options | |||
2020-08-11 | Merge pull request #40941 from Sauermann/TorqueWakeup | Rémi Verschelde | |
Wake up RigidBody 2D after applying torque | |||
2020-08-11 | Merge pull request #40964 from DrRevert/debug-mesh-lines-const | Rémi Verschelde | |
Change Shape3D::get_debug_mesh_lines into const methods | |||
2020-08-11 | Merge pull request #41188 from bruvzg/fix_mac_fork_crash | Rémi Verschelde | |
[macOS] Fix crash on failed `fork`. | |||
2020-08-11 | Merge pull request #41189 from akien-mga/ci-stock-ubuntu-sources | Rémi Verschelde | |
CI: Properly exclude Azure repositories on Ubuntu | |||
2020-08-11 | CI: Properly exclude Azure repositories on Ubuntu | Rémi Verschelde | |
Nuke all the pre-defined repos, we just need stock Ubuntu. | |||
2020-08-11 | Merge pull request #41145 from nekomatata/cpu-particle-emission-mask-velocity | Rémi Verschelde | |
Fix 2D Particle velocity with directed emission mask | |||
2020-08-11 | [macOS] Fix crash on failed `fork`. | bruvzg | |
2020-08-11 | i18n: Sync classref translations with Weblate (again) | Rémi Verschelde | |
Missed some uncommitted changes from Weblate in the previous sync. | |||
2020-08-11 | i18n: Sync classref translation template with current docs | Rémi Verschelde | |
2020-08-11 | i18n: Sync classref translations with Weblate | Rémi Verschelde | |
2020-08-11 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 900949b31695d4deb21a9646b7288c4fcdf20daf) | |||
2020-08-11 | Merge pull request #41055 from snichols/null-callee-fix | Rémi Verschelde | |
Fix crash with null callee | |||
2020-08-11 | Merge pull request #40892 from theoway/center_align_bug | Rémi Verschelde | |
Fix RichTextLabel center alignment bug | |||
2020-08-11 | Merge pull request #41164 from bruvzg/win_attach_console | Rémi Verschelde | |
[Windows] Attach to parent console instead of creating new one. | |||
2020-08-11 | Merge pull request #40940 from fire/tests-port-basis | Rémi Verschelde | |
Port Basis tests to use doctest. | |||
2020-08-11 | Merge pull request #40945 from Xrayez/doctest-str-variant | Rémi Verschelde | |
Stringify `Variant` compatible types for doctest output |