Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use "enum class" for input enums | Aaron Franke | 2021-11-12 | 5 | -60/+60 |
| | |||||
* | Make OpenSimplex and VisualScript modules not depend on the editor | Aaron Franke | 2021-11-12 | 7 | -14/+15 |
| | |||||
* | Add a minimal template build to CI | Aaron Franke | 2021-11-12 | 1 | -0/+2 |
| | | | | Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | ||||
* | Modules: Make sure to include modules_enabled.gen.h where needed | Rémi Verschelde | 2021-11-12 | 8 | -6/+12 |
| | |||||
* | Show built-in script names in the debugger | kobewi | 2021-11-11 | 2 | -4/+13 |
| | |||||
* | [GDScript] Check string literals for Unicode direction control characters. | bruvzg | 2021-11-11 | 1 | -0/+9 |
| | |||||
* | Merge pull request #54840 from Calinou/mono-move-exception-policy-setting | Rémi Verschelde | 2021-11-10 | 1 | -1/+1 |
|\ | |||||
| * | Move Mono unhandled exception setting to be located within a subsection | Hugo Locurcio | 2021-11-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Settings that aren't within a subsection are difficult to reach when other settings do have a subsection. This also adds documentation for the project setting. | ||||
* | | Fix errors in CharacterBody when floor is destroyed or removed | PouleyKetchoupp | 2021-11-10 | 1 | -0/+9 |
|/ | | | | | | | | | | | | In all physics servers, body_get_direct_state() now silently returns nullptr when the body has been already freed or is removed from space, so the client code can detect this state and invalidate the body rid. In 2D, there is no change in behavior (just no more errors). In 3D, the Bullet server returned a valid direct body state when the body was removed from the physics space, but in this case it didn't make sense to use the information from the body state. | ||||
* | Merge pull request #54676 from Chaosus/gds_restrict_names | Rémi Verschelde | 2021-11-10 | 1 | -8/+76 |
|\ | |||||
| * | Prevent identifiers from naming as built-in funcs and global classes | Yuri Roubinsky | 2021-11-08 | 1 | -8/+76 |
| | | |||||
* | | Merge pull request #54358 from ↵ | Rémi Verschelde | 2021-11-10 | 1 | -0/+17 |
|\ \ | | | | | | | | | | Shawak/feature-allow-root-node-paths-without-quote | ||||
| * | | Allow using $/root node paths | Maximilian | 2021-11-09 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | format fix shadowing use match instead of comparison Update gdscript_parser.cpp | ||||
* | | | fix pingpong in math | Silc 'Tokage' Renew | 2021-11-10 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #53819 from TokageItLab/re-implement-ping-pong | Rémi Verschelde | 2021-11-09 | 5 | -24/+63 |
|\ \ \ | | | | | | | | | Reimplement ping-pong animation and reverse playback | ||||
| * | | | reimplement ping-pong | Silc 'Tokage' Renew | 2021-11-03 | 5 | -24/+63 |
| | | | | |||||
* | | | | Merge pull request #54653 from KoBeWi/built_in_scripts_deserved_that | Rémi Verschelde | 2021-11-09 | 1 | -11/+14 |
|\ \ \ \ | | | | | | | | | | | Improve save handling for built-in scripts | ||||
| * | | | | Improve save handling for built-in scripts | kobewi | 2021-11-07 | 1 | -11/+14 |
| | | | | | |||||
* | | | | | Merge pull request #54798 from Calinou/gdscript-opcode-no-hash | Rémi Verschelde | 2021-11-09 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Remove hash symbol in front of opcode error messages in GDScript | Hugo Locurcio | 2021-11-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | | | Merge pull request #47600 from qarmin/enable_mono_editor | Rémi Verschelde | 2021-11-09 | 2 | -24/+10 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Enable mono editor build in CI | qarmin | 2021-11-09 | 2 | -24/+10 |
| | | | | | | |||||
* | | | | | | Merge pull request #46721 from bruvzg/custom_word_break_punct | Rémi Verschelde | 2021-11-09 | 4 | -12/+88 |
|\ \ \ \ \ \ | |||||
| * | | | | | | [Text Server] Add support for user defined punctuation list, used for word ↵ | bruvzg | 2021-10-01 | 4 | -12/+88 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | breaking. | ||||
* | | | | | | | Merge pull request #54372 from bruvzg/text_edit_ui | Rémi Verschelde | 2021-11-09 | 4 | -0/+180 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | Add functions for getting name and font style from dynamic and bitmap fonts. | bruvzg | 2021-10-31 | 4 | -0/+180 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add font selection toolbar editor plugin. | ||||
* | | | | | | | Merge pull request #54473 from briansemrau/no-debug-functions-on-thread | Rémi Verschelde | 2021-11-08 | 2 | -5/+26 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | GDScript gracefully handle debug functions from separate thread | Brian Semrau | 2021-11-01 | 2 | -5/+26 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #54118 from ↵ | Rémi Verschelde | 2021-11-08 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | Pineapple/dont-ignore-type-mismatch-in-setter-master | ||||
| * | | | | | | | Don't ignore the type mismatch in setter function | Bartłomiej T. Listwon | 2021-10-22 | 1 | -0/+2 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #54663 from ↵ | Rémi Verschelde | 2021-11-08 | 1 | -11/+16 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gallilus/VisualScript-sync-and-improve-variable-anb-property | ||||
| * | | | | | | | | VisualScript-sync-and-improve-variable-and-property | David Cambré | 2021-11-06 | 1 | -11/+16 |
| | |_|_|_|/ / / | |/| | | | | | | |||||
* | | | | | | | | Fix LSP crash when parsing signal symbols. | Francois Belair | 2021-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 . | ||||
* | | | | | | | | Fix example in `NoiseTexture` doc | Yuri Roubinsky | 2021-11-06 | 1 | -2/+3 |
|/ / / / / / / | |||||
* | | | | | | | Fix Quaternion multiplication operator | Aaron Franke | 2021-11-04 | 1 | -16/+12 |
| | | | | | | | |||||
* | | | | | | | Add is_built_in() method to Resource | kobewi | 2021-11-04 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR` | Hugo Locurcio | 2021-11-03 | 15 | -29/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is consistent with other constants that include `NO`, such as `PROPERTY_HINT_COLOR_NO_ALPHA`. | ||||
* | | | | | | | Fixes copy-paste issue in the visual script editor | David Cambré | 2021-11-03 | 2 | -111/+132 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | | | | Merge pull request #54072 from KoBeWi/hrcr_is_ded | Rémi Verschelde | 2021-11-03 | 2 | -9/+9 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | Remove node_hrcr hack | kobewi | 2021-10-28 | 2 | -9/+9 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #54471 from rafallus/callable_area_monitor | Rémi Verschelde | 2021-11-02 | 4 | -18/+16 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Use `Callable` in Area monitor callback | rafallus | 2021-11-01 | 4 | -18/+16 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #54346 from mhilbrunner/used-what-instead-of-what | Rémi Verschelde | 2021-11-02 | 3 | -2/+10 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Improve GDScript indentation error message | Max Hilbrunner | 2021-10-28 | 3 | -2/+10 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #54494 from lyuma/fix_override_materials | Rémi Verschelde | 2021-11-02 | 4 | -1/+52 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | glTF: Fix override materials and non-empty arrays | ||||
| * | | | | | | | | glTF: Fix override materials and non-empty arrays | Lyuma | 2021-11-01 | 4 | -1/+52 |
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | | | | | Merge pull request #54490 from q66/ppc | Rémi Verschelde | 2021-11-01 | 2 | -2/+8 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Add support for PowerPC family | Daniel Kolesa | 2021-11-01 | 2 | -2/+8 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #54387 from ↵ | Rémi Verschelde | 2021-11-01 | 1 | -1/+3 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | Calinou/editor-translations-increase-zlib-compression-level | ||||
| * | | | | | | | Use maximum zlib compression when generating editor translation headers | Hugo Locurcio | 2021-10-29 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With comments stripped, this reduces the combined generated translation size from 28.7 MB to 28.4 MB (-240 KB). |