summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #71000 from reduz/callable-bind-from-arrayRémi Verschelde2023-01-073-0/+16
|\
| * Allow binding Callable arguments from an arrayJuan Linietsky2023-01-063-0/+16
* | Merge pull request #68429 from KoBeWi/PropertySettingsRémi Verschelde2023-01-066-23/+24
|\ \
| * | Add PropertyInfo overload for GLOBAL_DEFkobewi2022-12-116-23/+24
* | | Merge pull request #70995 from reduz/do-not-bind-variant-immutableRémi Verschelde2023-01-061-3/+1
|\ \ \
| * | | Unbind Variant methods that change immutable types.Juan Linietsky2023-01-061-3/+1
| | |/ | |/|
* / | Fix jumping in `AStarGrid2D` when `DIAGONAL_MODE_NEVER` is enabledYuri Rubinsky2023-01-061-12/+4
|/ /
* | Merge pull request #64253 from heppocogne/Fix-native-enum-release-1Rémi Verschelde2023-01-061-14/+5
|\ \
| * | Register native base class name of enum types when release buildheppocogne2022-12-301-14/+5
* | | Merge pull request #70547 from TokageItLab/pingpong-wrapRémi Verschelde2023-01-061-2/+2
|\ \ \
| * | | Fix pingpong with loop wrap is not workingSilc Renew2022-12-251-2/+2
* | | | One Copyright Update to rule them allRémi Verschelde2023-01-05345-9976/+10006
* | | | Merge pull request #67694 from aaronfranke/its-timeRémi Verschelde2023-01-036-106/+67
|\ \ \ \
| * | | | Remove duplicate Month and Weekday enumsAaron Franke2022-12-266-106/+67
| |/ / /
* | | | Merge pull request #70482 from bruvzg/ios_pencilRémi Verschelde2023-01-033-1/+58
|\ \ \ \
| * | | | [iOS] Add Apple Pencil pressure and tilt support.bruvzg2022-12-233-1/+58
* | | | | Merge pull request #70702 from vnen/gdscript-error-on-assign-voidRémi Verschelde2023-01-031-0/+2
|\ \ \ \ \
| * | | | | GDScript: Error when assigning return value of void functionGeorge Marques2022-12-301-0/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #67853 from Zylann/fix_lods_with_doublesClay John2023-01-022-0/+23
|\ \ \ \ \
| * | | | | Fix usages of mesh simplification functions in float=64 buildsMarc Gilleron2022-11-122-0/+23
* | | | | | Optimize `wrapf` function a bitYuri Rubinsky2023-01-011-2/+8
| |/ / / / |/| | | |
* | | | | Divide `AStarGrid2D::default_heuristic` into two different heuristicsYuri Rubinsky2022-12-242-13/+29
| |/ / / |/| | |
* | | | Merge pull request #62029 from Maran23/optional-default-value-project-settingsRémi Verschelde2022-12-212-4/+8
|\ \ \ \
| * | | | Added the possibility to define a default value in ProjectSettings.get_settin...Marius Hanl2022-12-212-4/+8
* | | | | Merge pull request #70403 from rburing/fix_edge_map_capacityRémi Verschelde2022-12-211-2/+1
|\ \ \ \ \
| * | | | | Fix edge map capacity in convex hull computerRicardo Buring2022-12-211-2/+1
| |/ / / /
* | | | | Merge pull request #70355 from Chaosus/gds_fix_loopsRémi Verschelde2022-12-211-14/+14
|\ \ \ \ \
| * | | | | Fix empty zero assigners for the variant typesYuri Rubinsky2022-12-201-14/+14
* | | | | | Fix crashed when compressing empty image data.stmSi2022-12-211-0/+2
* | | | | | Merge pull request #70350 from Chaosus/stringname_operatorRémi Verschelde2022-12-212-0/+5
|\ \ \ \ \ \
| * | | | | | Add missing != operator to `StringName`Yuri Rubinsky2022-12-202-0/+5
| |/ / / / /
* / / / / / Add `get_point_position` method to `AStarGrid2D`Yuri Rubinsky2022-12-202-0/+8
|/ / / / /
* | | | | Merge pull request #70339 from Chaosus/astargrid2d_weight_scaleRémi Verschelde2022-12-202-1/+24
|\ \ \ \ \
| * | | | | Restore weight scale for `AStarGrid2D` (partially)Yuri Rubinsky2022-12-202-1/+24
| |/ / / /
* | | | | Merge pull request #65376 from reduz/astc-supportRémi Verschelde2022-12-202-8/+65
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Implement basic ASTC supportJuan Linietsky2022-12-202-8/+65
* | | | | Merge pull request #65990 from touilleMan/gdextension-expose-builtins-members...Rémi Verschelde2022-12-191-62/+148
|\ \ \ \ \
| * | | | | Expose in builtins' members internal type & size (on top of offset) in extens...Emmanuel Leblond2022-12-151-62/+148
* | | | | | Remove Disable Touch debug project settingHugo Locurcio2022-12-171-1/+0
* | | | | | Merge pull request #70116 from Calinou/vibrate-handheld-silence-warningRémi Verschelde2022-12-162-5/+1
|\ \ \ \ \ \
| * | | | | | Silence `Input.vibrate_handheld()` warning as it's already documentedHugo Locurcio2022-12-162-5/+1
* | | | | | | Fix String::word_wrap() for long wordsHaoyu Qiu2022-12-162-32/+0
* | | | | | | [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.bruvzg2022-12-152-0/+2
* | | | | | | Fix "p_zfar" to "p_znear" in Projection.create_orthogonalHei2022-12-151-1/+1
|/ / / / / /
* | | | | | Merge pull request #69709 from RandomShaper/refactor_spirv_reflectionRémi Verschelde2022-12-151-0/+1
|\ \ \ \ \ \
| * | | | | | Add default, zeroing constructor to BitFieldPedro J. Estébanez2022-12-121-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Extension header: amend const correctness of `p_args` parametersJan Haller2022-12-142-17/+17
* | | | | | Improve logic around using Ref<T> with GDExtension virtual functionsBastiaan Olij2022-12-133-0/+32
* | | | | | VariantParser make readahead optionallawnjelly2022-12-122-4/+23
* | | | | | Sync controller mappings DB with SDL2 community repoRémi Verschelde2022-12-121-32/+88