summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #54798 from Calinou/gdscript-opcode-no-hashRémi Verschelde2021-11-091-1/+1
|\
| * Remove hash symbol in front of opcode error messages in GDScriptHugo Locurcio2021-11-091-1/+1
* | Merge pull request #47600 from qarmin/enable_mono_editorRémi Verschelde2021-11-092-24/+10
|\ \ | |/ |/|
| * Enable mono editor build in CIqarmin2021-11-092-24/+10
* | Merge pull request #46721 from bruvzg/custom_word_break_punctRémi Verschelde2021-11-094-12/+88
|\ \
| * | [Text Server] Add support for user defined punctuation list, used for word br...bruvzg2021-10-014-12/+88
* | | Merge pull request #54372 from bruvzg/text_edit_uiRémi Verschelde2021-11-094-0/+180
|\ \ \ | |_|/ |/| |
| * | Add functions for getting name and font style from dynamic and bitmap fonts.bruvzg2021-10-314-0/+180
* | | Merge pull request #54473 from briansemrau/no-debug-functions-on-threadRémi Verschelde2021-11-082-5/+26
|\ \ \
| * | | GDScript gracefully handle debug functions from separate threadBrian Semrau2021-11-012-5/+26
* | | | Merge pull request #54118 from Pineapple/dont-ignore-type-mismatch-in-setter-...Rémi Verschelde2021-11-081-0/+2
|\ \ \ \
| * | | | Don't ignore the type mismatch in setter functionBartłomiej T. Listwon2021-10-221-0/+2
* | | | | Merge pull request #54663 from Gallilus/VisualScript-sync-and-improve-variabl...Rémi Verschelde2021-11-081-11/+16
|\ \ \ \ \
| * | | | | VisualScript-sync-and-improve-variable-and-propertyDavid Cambré2021-11-061-11/+16
* | | | | | Fix LSP crash when parsing signal symbols.Francois Belair2021-11-071-1/+1
* | | | | | Fix example in `NoiseTexture` docYuri Roubinsky2021-11-061-2/+3
|/ / / / /
* | | | | Fix Quaternion multiplication operatorAaron Franke2021-11-041-16/+12
* | | | | Add is_built_in() method to Resourcekobewi2021-11-041-1/+1
* | | | | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-0315-29/+29
* | | | | Fixes copy-paste issue in the visual script editorDavid Cambré2021-11-032-111/+132
* | | | | Merge pull request #54072 from KoBeWi/hrcr_is_dedRémi Verschelde2021-11-032-9/+9
|\ \ \ \ \
| * | | | | Remove node_hrcr hackkobewi2021-10-282-9/+9
* | | | | | Merge pull request #54471 from rafallus/callable_area_monitorRémi Verschelde2021-11-024-18/+16
|\ \ \ \ \ \
| * | | | | | Use `Callable` in Area monitor callbackrafallus2021-11-014-18/+16
* | | | | | | Merge pull request #54346 from mhilbrunner/used-what-instead-of-whatRémi Verschelde2021-11-023-2/+10
|\ \ \ \ \ \ \
| * | | | | | | Improve GDScript indentation error messageMax Hilbrunner2021-10-283-2/+10
* | | | | | | | Merge pull request #54494 from lyuma/fix_override_materialsRémi Verschelde2021-11-024-1/+52
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | glTF: Fix override materials and non-empty arraysLyuma2021-11-014-1/+52
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #54490 from q66/ppcRémi Verschelde2021-11-012-2/+8
|\ \ \ \ \ \ \
| * | | | | | | Add support for PowerPC familyDaniel Kolesa2021-11-012-2/+8
| |/ / / / / /
* | | | | | | Merge pull request #54387 from Calinou/editor-translations-increase-zlib-comp...Rémi Verschelde2021-11-011-1/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Use maximum zlib compression when generating editor translation headersHugo Locurcio2021-10-291-1/+3
* | | | | | | Merge pull request #53452 from aaronfranke/who-let-the-docs-outRémi Verschelde2021-10-311-0/+2
|\ \ \ \ \ \ \
| * | | | | | | Move the docs for constructors and operators out of methods sectionAaron Franke2021-10-291-0/+2
* | | | | | | | Merge pull request #54448 from CakHuri/treshold-to-thresholdRémi Verschelde2021-10-312-8/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Repaired mistyped of 'threshold' on several files.M. Huri2021-10-312-8/+8
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #54307 from Calinou/add-opengl-renderer-squashRémi Verschelde2021-10-313-9/+9
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio2021-10-303-9/+9
* | | | | | | | Ensure C# script properties are added to the endRaul Santos2021-10-301-4/+15
|/ / / / / / /
* | | | | | | Merge pull request #54361 from raulsntos/csharp-call-able-callableIgnacio Roldán Etcheverry2021-10-293-0/+109
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Implement Call methods in C# CallableRaul Santos2021-10-283-0/+109
* | | | | | | Merge pull request #54344 from mhilbrunner/rpc-error-msgsFabio Alessandrelli2021-10-292-6/+9
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Websockets: Fix buffer size checks in put_packet()Max Hilbrunner2021-10-292-6/+9
| |/ / / / /
* | | | | | Merge pull request #54350 from akien-mga/clang-format-dont-align-operandsRémi Verschelde2021-10-2834-414/+319
|\ \ \ \ \ \
| * | | | | | clang-format: Enable `BreakBeforeTernaryOperators`Rémi Verschelde2021-10-285-37/+31
| * | | | | | clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-2814-206/+130
| * | | | | | clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-2820-185/+172
* | | | | | | Merge pull request #53526 from KoBeWi/super_printRémi Verschelde2021-10-281-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Change print_line() to use any number of Variantskobewi2021-10-071-1/+1
* | | | | | | Fix Macros -> Mactos typo in WEBSOCKETMACTOS_HMax Hilbrunner2021-10-281-3/+3
| |_|/ / / / |/| | | | |