Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | |||
2020-08-03 | Fix _input being mistakenly called twice on script | George Marques | |
Instead it calls both the script and the native method. | |||
2020-08-03 | Reload Bullet space override modifier even when RigidBody is inactive. | Marcel Admiraal | |
2020-08-03 | Fixed tiny grammar issues in error messages | unknown | |
2020-08-01 | [GDScript] Add static HashMap cleanup. | bruvzg | |
2020-08-01 | Merge pull request #40927 from 27thLiz/dinput-id | Rémi Verschelde | |
DirectInput: Use correct joypad id | |||
2020-07-31 | Merge pull request #40930 from Xrayez/fix-leak-test-args | Rémi Verschelde | |
Fix memory leak in test args | |||
2020-07-31 | Merge pull request #40929 from KoBeWi/starhack | Rémi Verschelde | |
Properly disambiguate unsaved scripts | |||
2020-07-31 | Fix memory leak in test args | Andrii Doroshenko (Xrayez) | |
2020-07-31 | Properly disambiguate unsaved scripts | Tomasz Chabora | |
2020-07-31 | Merge pull request #40922 from opl-/fix/x11-size-hints | Rémi Verschelde | |
Fix losing X11 window normal size hint properties | |||
2020-07-31 | Merge pull request #40928 from bruvzg/fix_test_heap_use_after_free | Rémi Verschelde | |
Fix heap use after free in the doctest "main". | |||
2020-07-31 | Merge pull request #40850 from Calinou/test-add-color | Rémi Verschelde | |
Add a test suite for Color | |||
2020-07-31 | Add a test suite for Color | Hugo Locurcio | |
2020-07-31 | Fix heap use after free in the doctest "main". | bruvzg | |
2020-07-31 | DirectInput: use correct joypad id | Andreas Haas | |
Previously `joypad_count` was used as the index into the d_joypads array when initializing a new gamepad. This caused the accidental override of an already connected device when a gamepad with a lower id was disconnected and connected again. fixes #17566 | |||
2020-07-31 | Merge pull request #40923 from opl-/fix/update-window-size | Rémi Verschelde | |
Fix window max_size acting as min_size | |||
2020-07-31 | Fix window max_size acting as min_size | opl- | |
2020-07-31 | Fix losing X11 window normal size hint properties | opl- | |
This was caused by `XSetWMNormalHints` being called multiple times, each time with different values. Calling the method replaces the old data completely, resulting in some of the settings being lost. Since the method was called 3 times before the window was mapped, this resulted in the position hint being lost and the window always getting opened at a position determined by the WM. | |||
2020-07-31 | Merge pull request #40613 from HaSa1002/multi-lang-docs | Rémi Verschelde | |
Add multiple programming language support to class reference | |||
2020-07-31 | Merge pull request #40915 from akien-mga/ci-pin-emscripten | Rémi Verschelde | |
CI: Pin Emscripten version for reproducible builds |