Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |||
2020-08-11 | Fix RichTextLabel center alignment bug | Umang Kalra | |
Fixes #40207. | |||
2020-08-11 | [Windows] Attach to parent console instead of creating new one. | bruvzg | |
2020-08-11 | Merge pull request #40961 from BrainBlasted/update-platform-metadata | Rémi Verschelde | |
platform: Update metadata for export platforms | |||
2020-08-11 | Merge pull request #40935 from hoontee/master-3 | Rémi Verschelde | |
Transform CSGShape collision when necessary | |||
2020-08-11 | Merge pull request #40919 from hoontee/master-2 | Rémi Verschelde | |
Properly handle empty CSGCombiners | |||
2020-08-11 | Merge pull request #41052 from Calinou/improve-readme | Rémi Verschelde | |
Improve the project README | |||
2020-08-11 | Merge pull request #41128 from Xrayez/premature-tests | Rémi Verschelde | |
Properly detect `--test` command-line argument | |||
2020-08-11 | Merge pull request #41130 from totlmstr/missing-svg | Rémi Verschelde | |
Add missing #ifdef MODULE_SVG_ENABLED | |||
2020-08-11 | Merge pull request #41139 from nekomatata/text-edit-disable-vk | Rémi Verschelde | |
Add option to disable virtual keyboard for TextEdit | |||
2020-08-11 | Merge pull request #41172 from naithar/fix/iphone-os-values | Rémi Verschelde | |
[iOS] [4.0] Simplify OS value retrieval | |||
2020-08-11 | Merge pull request #41181 from Calinou/mime-type-fix-indentation | Rémi Verschelde | |
Fix inconsistent indentation in the FreeDesktop MIME type XML | |||
2020-08-10 | Improve the project README | Hugo Locurcio | |
- Use the SVG version of the logo. - Mention console support in the first paragraph. - Point contributors to the `#godotengine-devel` IRC channel. - Improve formatting for better readability. - Add more links when needed. - Fix warnings reported by markdownlint. | |||
2020-08-10 | Fix inconsistent indentation in the FreeDesktop MIME type XML | Hugo Locurcio | |
2020-08-10 | Merge pull request #41043 from ShivamMukherjee/fix-variant-call | Rémi Verschelde | |
Fix Vector3i and Vector2i AXIS_* constants | |||
2020-08-10 | Merge pull request #41163 from raulsntos/default-env-formatting | Rémi Verschelde | |
Create default_env.tres with the same format used to save it | |||
2020-08-10 | Merge pull request #40445 from hinlopen/project-settings-editor | Rémi Verschelde | |
Rewrite ProjectSettings editor header | |||
2020-08-10 | Rewrite ProjectSettings editor advanced options | Stijn Hinlopen | |
- New layout: advanced options hidden by default, error labels added. - Disallow adding invalid new settings, or overwriting built-in settings. | |||
2020-08-10 | iOS: simplify OS value retrieval | Sergey Minakov | |
2020-08-10 | Create default_env.tres with the same format used to save it | Raul Santos | |
2020-08-09 | Fix 2D Particle velocity with directed emission mask | PouleyKetchoupp | |
Changed CPU velocity calculation for EMISSION_SHAPE_DIRECTED_POINTS to follow the same logic as in the GPU version: mat2 rotm; rotm[0] = texelFetch(emission_texture_normal, emission_tex_ofs, 0).xy; rotm[1] = rotm[0].yx * vec2(1.0, -1.0); VELOCITY.xy = rotm * VELOCITY.xy; Now both CPUParticles2D & CPUParticles3D (z disabled) show the same results as their GPU counterparts and take the initial velocity settings into account. | |||
2020-08-09 | Merge pull request #41124 from Paulb23/colour_region_blank_lines | George Marques | |
Fix colour region continuation over blank lines | |||
2020-08-09 | Add option to disable virtual keyboard for TextEdit | PouleyKetchoupp | |
Adding support for disabling virtual keyboard on mobile platforms, in order to make it consistent with LineEdit. It allows implementing a custom virtual keyboard. | |||
2020-08-08 | Add missing #ifdef MODULE_SVG_ENABLED | totlmstr | |
2020-08-08 | Properly detect `--test` command-line argument | Andrii Doroshenko (Xrayez) | |
Do not prematurely parse anything which beings with `--test` to run doctest. This allows other commands to be run, such as `--test-gdscript` or other custom arguments. | |||
2020-08-08 | Fix colour region continuation over blank lines, issue 41120 | Paulb23 | |
2020-08-08 | Merge pull request #40673 from ThakeeNathees/gdscript-op-eval-validation | George Marques | |
GDScript operator evaluation validation bug fix | |||
2020-08-08 | Merge pull request #40951 from bruvzg/gds_cleanup | George Marques | |
[GDScript] Add static HashMap cleanup. | |||
2020-08-06 | Merge pull request #41062 from ↵ | George Marques | |
ThakeeNathees/unsafe-arithmatic-assignment-bug-fix GDScript: unsafe arithmetic assignment bug fix | |||
2020-08-06 | GDScript: unsafe arithmetic assignment bug fix | Thakee Nathees | |
Fix: #41051 | |||
2020-08-05 | Adding error message for empty grouping expression | Stephen Nichols | |
2020-08-05 | Fixing null callee crash. | Stephen Nichols | |
2020-08-05 | Merge pull request #40989 from madmiraal/fix-40739 | Andrea Catania | |
Reload Bullet space override modifier even when RigidBody is inactive. | |||
2020-08-05 | Merge pull request #41040 from qarmin/fixes_leak_bulet | Andrea Catania | |
Fixes leak when creating bullet shape | |||
2020-08-05 | Fix Vector3i and Vector2i AXIS_* constants | Vivraan | |
2020-08-05 | Fixes leak when creating bullet shape | Rafał Mikrut | |
2020-08-04 | Merge pull request #40992 from vnen/fix-input-call | George Marques | |
Fix _input being mistakenly called twice on script | |||
2020-08-03 | Merge pull request #40690 from ↵ | George Marques | |
ThakeeNathees/arithmetic-assign-type-check-bug-fix GDScript arithmetic assignment type check bug fix | |||
2020-08-03 | Merge pull request #40986 from Anutrix/grammer-fix | George Marques | |
Fixed tiny grammar issues in error messages |