Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-09 | Merge pull request #54798 from Calinou/gdscript-opcode-no-hash | Rémi Verschelde | |
2021-11-09 | Remove hash symbol in front of opcode error messages in GDScript | Hugo Locurcio | |
The hash symbol creates spurious issue references on GitHub if the message is posted outside a code block, which means some issues have a lot more references than originally intended. | |||
2021-11-09 | Merge pull request #47600 from qarmin/enable_mono_editor | Rémi Verschelde | |
2021-11-09 | Enable mono editor build in CI | qarmin | |
2021-11-09 | Merge pull request #46721 from bruvzg/custom_word_break_punct | Rémi Verschelde | |
2021-11-09 | Merge pull request #54372 from bruvzg/text_edit_ui | Rémi Verschelde | |
2021-11-08 | Merge pull request #54473 from briansemrau/no-debug-functions-on-thread | Rémi Verschelde | |
2021-11-08 | Merge pull request #54118 from ↵ | Rémi Verschelde | |
Pineapple/dont-ignore-type-mismatch-in-setter-master | |||
2021-11-08 | Merge pull request #54663 from ↵ | Rémi Verschelde | |
Gallilus/VisualScript-sync-and-improve-variable-anb-property | |||
2021-11-07 | Fix LSP crash when parsing signal symbols. | Francois Belair | |
If the number of parameters was less than the number of class members, the LSP would cause godot to crash because it was using the index for class members instead of the index for signal parameters. Fixes #54720 . | |||
2021-11-06 | Fix example in `NoiseTexture` doc | Yuri Roubinsky | |
2021-11-06 | VisualScript-sync-and-improve-variable-and-property | David Cambré | |
2021-11-04 | Fix Quaternion multiplication operator | Aaron Franke | |
2021-11-04 | Add is_built_in() method to Resource | kobewi | |
2021-11-03 | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR` | Hugo Locurcio | |
This is consistent with other constants that include `NO`, such as `PROPERTY_HINT_COLOR_NO_ALPHA`. | |||
2021-11-03 | Fixes copy-paste issue in the visual script editor | David Cambré | |
Moves copy and paste in their own functions so copy_nodes_request and paste_nodes_request are able to work. Applies paste offset to the last mouse clicked position. | |||
2021-11-03 | Merge pull request #54072 from KoBeWi/hrcr_is_ded | Rémi Verschelde | |
2021-11-02 | Merge pull request #54471 from rafallus/callable_area_monitor | Rémi Verschelde | |
2021-11-02 | Merge pull request #54346 from mhilbrunner/used-what-instead-of-what | Rémi Verschelde | |
2021-11-02 | Merge pull request #54494 from lyuma/fix_override_materials | Rémi Verschelde | |
glTF: Fix override materials and non-empty arrays | |||
2021-11-01 | glTF: Fix override materials and non-empty arrays | Lyuma | |
Keep track of MeshInstance and GeometryInstance override materials in the GLTFMesh object. Ensure all arrays are non-empty to conform with "minItems":1 in glTF spec. | |||
2021-11-01 | Use `Callable` in Area monitor callback | rafallus | |
2021-11-01 | Merge pull request #54490 from q66/ppc | Rémi Verschelde | |
2021-11-01 | Merge pull request #54387 from ↵ | Rémi Verschelde | |
Calinou/editor-translations-increase-zlib-compression-level | |||
2021-11-01 | Add support for PowerPC family | Daniel Kolesa | |
2021-11-01 | GDScript gracefully handle debug functions from separate thread | Brian Semrau | |
2021-10-31 | Merge pull request #53452 from aaronfranke/who-let-the-docs-out | Rémi Verschelde | |
2021-10-31 | Merge pull request #54448 from CakHuri/treshold-to-threshold | Rémi Verschelde | |
Repair mistyped of 'threshold' on several files. | |||
2021-10-31 | Merge pull request #54307 from Calinou/add-opengl-renderer-squash | Rémi Verschelde | |
Add OpenGL renderer (squashed) | |||
2021-10-31 | Repaired mistyped of 'threshold' on several files. | M. Huri | |
2021-10-31 | Add functions for getting name and font style from dynamic and bitmap fonts. | bruvzg | |
Add font selection toolbar editor plugin. | |||
2021-10-30 | Ensure C# script properties are added to the end | Raul Santos | |
Ensures that the `get_property_list` and `get_script_property_list` methods push the script properties to the end of the given list, this prevents the script property from appearing after the script variables. | |||
2021-10-30 | Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3 | Hugo Locurcio | |
- Use lowercase driver names for the `--rendering-driver` command line argument. | |||
2021-10-29 | Move the docs for constructors and operators out of methods section | Aaron Franke | |
2021-10-29 | Use maximum zlib compression when generating editor translation headers | Hugo Locurcio | |
With comments stripped, this reduces the combined generated translation size from 28.7 MB to 28.4 MB (-240 KB). | |||
2021-10-29 | Merge pull request #54361 from raulsntos/csharp-call-able-callable | Ignacio Roldán Etcheverry | |
Implement Call methods in C# Callable | |||
2021-10-29 | Merge pull request #54344 from mhilbrunner/rpc-error-msgs | Fabio Alessandrelli | |
Websockets: Fix buffer size checks in put_packet(), silent failures/connection hangs | |||
2021-10-29 | Websockets: Fix buffer size checks in put_packet() | Max Hilbrunner | |
Also check the error return value of wslay_event_queue_msg() | |||
2021-10-28 | Implement Call methods in C# Callable | Raul Santos | |
Implements Callable.Call and Callable.CallDeferred methods in C# | |||
2021-10-28 | Merge pull request #54350 from akien-mga/clang-format-dont-align-operands | Rémi Verschelde | |
2021-10-28 | clang-format: Enable `BreakBeforeTernaryOperators` | Rémi Verschelde | |
clang-format keeps breaking the way it handles break *after* ternary operators, so I give up and go with the only style they seem to actually test. | |||
2021-10-28 | Merge pull request #53526 from KoBeWi/super_print | Rémi Verschelde | |
2021-10-28 | clang-format: Various fixes to comments alignment from `clang-format` 13 | Rémi Verschelde | |
All reviewed manually and occasionally rewritten to avoid bad auto formatting. | |||
2021-10-28 | clang-format: Disable alignment of operands, too unreliable | Rémi Verschelde | |
Sets `AlignOperands` to `DontAlign`. `clang-format` developers seem to mostly care about space-based indentation and every other version of clang-format breaks the bad mismatch of tabs and spaces that it seems to use for operand alignment. So it's better without, so that it respects our two-tabs `ContinuationIndentWidth`. | |||
2021-10-28 | Improve GDScript indentation error message | Max Hilbrunner | |
2021-10-28 | Fix Macros -> Mactos typo in WEBSOCKETMACTOS_H | Max Hilbrunner | |
2021-10-28 | Implement TextServer `strip_diacritics` function. | bruvzg | |
2021-10-28 | ICU: Update to version 70.1 | bruvzg | |
2021-10-28 | Remove node_hrcr hack | kobewi | |
2021-10-26 | Merge pull request #54254 from mhilbrunner/ticks-msec-64 | Rémi Verschelde | |