summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #65264 from MewPurPur/all-hail-icon-annotationRémi Verschelde2022-09-021-11/+0
|\
| * Remove old syntax for custom class iconVolTer2022-09-021-11/+0
* | Merge pull request #59589 from Calinou/rename-or-lesser-range-property-hintRémi Verschelde2022-09-022-3/+3
|\ \
| * | Rename `or_lesser` range property hint to `or_less`Hugo Locurcio2022-09-022-3/+3
* | | Fixed build failing when REAL_T double and dotnet enabledAlmighty Laxz2022-09-031-9/+9
|/ /
* | Merge pull request #65170 from KoBeWi/your_argument_is_TypedArrayRémi Verschelde2022-09-0214-35/+35
|\ \
| * | Change Array arguments to TypedArraykobewi2022-09-0114-35/+35
* | | Add `is_zero_approx` methods to `Vector2`, `3`, and `4`Jonathan Nicholl2022-09-021-1/+1
* | | Merge pull request #65212 from Faless/net/4.x_simplify_ext_bindingsRémi Verschelde2022-09-016-284/+50
|\ \ \
| * | | Simplify network GDExtension bindings using EXBIND macros.Fabio Alessandrelli2022-09-016-284/+50
| | |/ | |/|
* | | Merge pull request #63479 from DarkKilauea/nav-linkRémi Verschelde2022-09-0110-46/+568
|\ \ \
| * | | Added node for Navigation linksJosh Jones2022-08-2610-46/+568
* | | | Merge pull request #65135 from reduz/export-customization-pluginsRémi Verschelde2022-09-011-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Add support for scene/resource customization in export pluginsJuan Linietsky2022-09-011-0/+2
* | | | Merge pull request #65168 from raulsntos/dotnet/float64Ignacio Roldán Etcheverry2022-09-0112-53/+42
|\ \ \ \
| * | | | C#: Assume 64-bit types when type has no metaRaul Santos2022-09-0112-53/+42
| | |_|/ | |/| |
* | | | Merge pull request #64173 from smix8/navigation_debug_gridmap_edgeconnections...Rémi Verschelde2022-09-012-1/+187
|\ \ \ \
| * | | | Add Navigation Debug for GridMap edge connectionssmix82022-08-132-1/+187
* | | | | Merge pull request #65163 from MewPurPur/reuse-function-logic-for-global-funcsRémi Verschelde2022-09-011-3/+13
|\ \ \ \ \
| * | | | | Fixed a case for global function highlightingVolTer2022-08-311-3/+13
| | |/ / / | |/| | |
* | | | | Merge pull request #64444 from timothyqiu/action-completionRémi Verschelde2022-09-011-2/+7
|\ \ \ \ \
| * | | | | Fix action name completion for `Input`Haoyu Qiu2022-08-151-2/+7
* | | | | | Merge pull request #65175 from bruvzg/fix_lcd_gl_idxRémi Verschelde2022-09-012-38/+38
|\ \ \ \ \ \
| * | | | | | [TextServer] Fix LCD AA fonts reading wrong glyphs.bruvzg2022-09-012-38/+38
* | | | | | | Merge pull request #63751 from clayjohn/physical_light_unitsRémi Verschelde2022-09-013-2/+8
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Implement Physical Light Units as an optional setting.clayjohn2022-08-313-2/+8
| | |/ / / / | |/| | | |
* / | | | | C#: Fix Vector4 in godot_variant and missing marshalingIgnacio Roldán Etcheverry2022-08-318-44/+72
|/ / / / /
* | | | | Merge pull request #63411 from Calinou/improve-null-object-dictionary-printRémi Verschelde2022-08-314-4/+4
|\ \ \ \ \
| * | | | | Improve null and object printing to avoid confusion with arraysHugo Locurcio2022-08-314-4/+4
* | | | | | Merge pull request #64130 from A-Lamia/root_uri_decodeRémi Verschelde2022-08-311-3/+3
|\ \ \ \ \ \
| * | | | | | fix: add uri_decode to root_uri #63388Lamia2022-08-311-3/+3
* | | | | | | Merge pull request #65065 from Atlinx/fix/65010_enum-doesnt-show-upRémi Verschelde2022-08-311-0/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Fix inferred GDScript enum values not appearing in inspectorAtlinx2022-08-301-0/+1
* | | | | | | Merge pull request #63394 from Calinou/curve-gradient-rename-interpolateRémi Verschelde2022-08-311-8/+8
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Rename Curve/Curve2D/Curve3D/Gradient `interpolate()` to `sample()`Hugo Locurcio2022-08-301-8/+8
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #65098 from bruvzg/msdf_modulateRémi Verschelde2022-08-302-4/+4
|\ \ \ \ \ \
| * | | | | | Fix MSDF fonts color modulation.bruvzg2022-08-302-4/+4
| |/ / / / /
* | | | | | Merge pull request #65094 from Faless/web/4.x_templates_refactorRémi Verschelde2022-08-301-7/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | [Web] Require threads, rtti, allow optimize=speed.Fabio Alessandrelli2022-08-301-7/+1
* | | | | | Merge pull request #65061 from paulloz/dotnet/fix-godot_variants-with-empty-t...Ignacio Roldán Etcheverry2022-08-301-13/+13
|\ \ \ \ \ \
| * | | | | | C#: godot_variant should always have a valid typePaul Joannon2022-08-301-13/+13
| | |/ / / / | |/| | | |
* | | | | | Add `String.to_{camel,pascal,snake}_case` methodsDanil Alexeev2022-08-303-0/+63
* | | | | | Merge pull request #65066 from aaronfranke/str-path-joinRémi Verschelde2022-08-3014-80/+80
|\ \ \ \ \ \
| * | | | | | Rename String `plus_file` to `path_join`Aaron Franke2022-08-2914-80/+80
| |/ / / / /
* | | | | | Merge pull request #65052 from MewPurPur/fix-number-highlighting-followupRémi Verschelde2022-08-301-14/+15
|\ \ \ \ \ \
| * | | | | | Follow-up fixes to number highlightingVolTer2022-08-291-14/+15
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #64977 from aaronfranke/gltfRémi Verschelde2022-08-307-182/+278
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Move GLTF camera conversion code into GLTFCameraAaron Franke2022-08-284-68/+119
| * | | | | Move GLTF light conversion code into GLTFLightAaron Franke2022-08-284-114/+159
* | | | | | Merge pull request #65049 from paulloz/dotnet/win10-exportIgnacio Roldán Etcheverry2022-08-291-2/+2
|\ \ \ \ \ \