summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2020-08-11[Windows] Attach to parent console instead of creating new one.bruvzg
2020-08-11Merge pull request #40961 from BrainBlasted/update-platform-metadataRémi Verschelde
platform: Update metadata for export platforms
2020-08-11Merge pull request #40935 from hoontee/master-3Rémi Verschelde
Transform CSGShape collision when necessary
2020-08-11Merge pull request #40919 from hoontee/master-2Rémi Verschelde
Properly handle empty CSGCombiners
2020-08-11Merge pull request #41052 from Calinou/improve-readmeRémi Verschelde
Improve the project README
2020-08-11Merge pull request #41128 from Xrayez/premature-testsRémi Verschelde
Properly detect `--test` command-line argument
2020-08-11Merge pull request #41130 from totlmstr/missing-svgRémi Verschelde
Add missing #ifdef MODULE_SVG_ENABLED
2020-08-11Merge pull request #41139 from nekomatata/text-edit-disable-vkRémi Verschelde
Add option to disable virtual keyboard for TextEdit
2020-08-11Merge pull request #41172 from naithar/fix/iphone-os-valuesRémi Verschelde
[iOS] [4.0] Simplify OS value retrieval
2020-08-11Merge pull request #41181 from Calinou/mime-type-fix-indentationRémi Verschelde
Fix inconsistent indentation in the FreeDesktop MIME type XML
2020-08-10Improve the project READMEHugo 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-10Fix inconsistent indentation in the FreeDesktop MIME type XMLHugo Locurcio
2020-08-10Merge pull request #41043 from ShivamMukherjee/fix-variant-callRémi Verschelde
Fix Vector3i and Vector2i AXIS_* constants
2020-08-10Merge pull request #41163 from raulsntos/default-env-formattingRémi Verschelde
Create default_env.tres with the same format used to save it
2020-08-10Merge pull request #40445 from hinlopen/project-settings-editorRémi Verschelde
Rewrite ProjectSettings editor header
2020-08-10Rewrite ProjectSettings editor advanced optionsStijn Hinlopen
- New layout: advanced options hidden by default, error labels added. - Disallow adding invalid new settings, or overwriting built-in settings.
2020-08-10iOS: simplify OS value retrievalSergey Minakov
2020-08-10Create default_env.tres with the same format used to save itRaul Santos
2020-08-09Merge pull request #41124 from Paulb23/colour_region_blank_linesGeorge Marques
Fix colour region continuation over blank lines
2020-08-09Add option to disable virtual keyboard for TextEditPouleyKetchoupp
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-08Add missing #ifdef MODULE_SVG_ENABLEDtotlmstr
2020-08-08Properly detect `--test` command-line argumentAndrii 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-08Fix colour region continuation over blank lines, issue 41120Paulb23
2020-08-08Merge pull request #40673 from ThakeeNathees/gdscript-op-eval-validationGeorge Marques
GDScript operator evaluation validation bug fix
2020-08-08Merge pull request #40951 from bruvzg/gds_cleanupGeorge Marques
[GDScript] Add static HashMap cleanup.
2020-08-06Merge pull request #41062 from ↵George Marques
ThakeeNathees/unsafe-arithmatic-assignment-bug-fix GDScript: unsafe arithmetic assignment bug fix
2020-08-06GDScript: unsafe arithmetic assignment bug fixThakee Nathees
Fix: #41051
2020-08-05Merge pull request #40989 from madmiraal/fix-40739Andrea Catania
Reload Bullet space override modifier even when RigidBody is inactive.
2020-08-05Merge pull request #41040 from qarmin/fixes_leak_buletAndrea Catania
Fixes leak when creating bullet shape
2020-08-05Fix Vector3i and Vector2i AXIS_* constantsVivraan
2020-08-05Fixes leak when creating bullet shapeRafał Mikrut
2020-08-04Merge pull request #40992 from vnen/fix-input-callGeorge Marques
Fix _input being mistakenly called twice on script
2020-08-03Merge pull request #40690 from ↵George Marques
ThakeeNathees/arithmetic-assign-type-check-bug-fix GDScript arithmetic assignment type check bug fix
2020-08-03Merge pull request #40986 from Anutrix/grammer-fixGeorge Marques
Fixed tiny grammar issues in error messages
2020-08-03Fix _input being mistakenly called twice on scriptGeorge Marques
Instead it calls both the script and the native method.
2020-08-03Reload Bullet space override modifier even when RigidBody is inactive.Marcel Admiraal
2020-08-03Fixed tiny grammar issues in error messagesunknown
2020-08-01platform: Update metadata for export platformsChristopher Davis
Updates the logos of for macOS, Android, and iOS; Also changes "Mac OSX" to "macOS" Addresses https://github.com/godotengine/godot-proposals/issues/1161
2020-08-02Stringify `Variant` compatible types for doctest outputAndrii Doroshenko (Xrayez)
2020-08-01[GDScript] Add static HashMap cleanup.bruvzg
2020-08-01Port Basis tests to use doctest.K. S. Ernest (iFire) Lee
2020-08-01Merge pull request #40927 from 27thLiz/dinput-idRémi Verschelde
DirectInput: Use correct joypad id
2020-08-01Transform CSGShape collision when necessaryhoontee
2020-07-31Merge pull request #40930 from Xrayez/fix-leak-test-argsRémi Verschelde
Fix memory leak in test args
2020-07-31Merge pull request #40929 from KoBeWi/starhackRémi Verschelde
Properly disambiguate unsaved scripts