summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2023-01-06Merge pull request #68429 from KoBeWi/PropertySettingsRémi Verschelde
2023-01-06Merge pull request #70995 from reduz/do-not-bind-variant-immutableRémi Verschelde
2023-01-06Unbind Variant methods that change immutable types.Juan Linietsky
2023-01-06Fix jumping in `AStarGrid2D` when `DIAGONAL_MODE_NEVER` is enabledYuri Rubinsky
2023-01-06Merge pull request #64253 from heppocogne/Fix-native-enum-release-1Rémi Verschelde
2023-01-06Merge pull request #70547 from TokageItLab/pingpong-wrapRémi Verschelde
2023-01-05One Copyright Update to rule them allRémi Verschelde
2023-01-03Merge pull request #67694 from aaronfranke/its-timeRémi Verschelde
2023-01-03Merge pull request #70482 from bruvzg/ios_pencilRémi Verschelde
2023-01-03Merge pull request #70702 from vnen/gdscript-error-on-assign-voidRémi Verschelde
2023-01-02Merge pull request #67853 from Zylann/fix_lods_with_doublesClay John
2023-01-01Optimize `wrapf` function a bitYuri Rubinsky
2022-12-30GDScript: Error when assigning return value of void functionGeorge Marques
2022-12-30Register native base class name of enum types when release buildheppocogne
2022-12-26Remove duplicate Month and Weekday enumsAaron Franke
2022-12-25Fix pingpong with loop wrap is not workingSilc Renew
2022-12-24Divide `AStarGrid2D::default_heuristic` into two different heuristicsYuri Rubinsky
2022-12-23[iOS] Add Apple Pencil pressure and tilt support.bruvzg
2022-12-21Merge pull request #62029 from Maran23/optional-default-value-project-settingsRémi Verschelde
2022-12-21Added the possibility to define a default value in ProjectSettings.get_settin...Marius Hanl
2022-12-21Merge pull request #70403 from rburing/fix_edge_map_capacityRémi Verschelde
2022-12-21Merge pull request #70355 from Chaosus/gds_fix_loopsRémi Verschelde
2022-12-21Fix edge map capacity in convex hull computerRicardo Buring
2022-12-21Fix crashed when compressing empty image data.stmSi
2022-12-21Merge pull request #70350 from Chaosus/stringname_operatorRémi Verschelde
2022-12-20Add `get_point_position` method to `AStarGrid2D`Yuri Rubinsky
2022-12-20Fix empty zero assigners for the variant typesYuri Rubinsky
2022-12-20Add missing != operator to `StringName`Yuri Rubinsky
2022-12-20Merge pull request #70339 from Chaosus/astargrid2d_weight_scaleRémi Verschelde
2022-12-20Merge pull request #65376 from reduz/astc-supportRémi Verschelde
2022-12-20Implement basic ASTC supportJuan Linietsky
2022-12-20Restore weight scale for `AStarGrid2D` (partially)Yuri Rubinsky
2022-12-19Merge pull request #65990 from touilleMan/gdextension-expose-builtins-members...Rémi Verschelde
2022-12-17Remove Disable Touch debug project settingHugo Locurcio
2022-12-16Merge pull request #70116 from Calinou/vibrate-handheld-silence-warningRémi Verschelde
2022-12-16Fix String::word_wrap() for long wordsHaoyu Qiu
2022-12-16Silence `Input.vibrate_handheld()` warning as it's already documentedHugo Locurcio
2022-12-15[RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.bruvzg
2022-12-15Fix "p_zfar" to "p_znear" in Projection.create_orthogonalHei
2022-12-15Expose in builtins' members internal type & size (on top of offset) in extens...Emmanuel Leblond
2022-12-15Merge pull request #69709 from RandomShaper/refactor_spirv_reflectionRémi Verschelde
2022-12-14Extension header: amend const correctness of `p_args` parametersJan Haller
2022-12-13Improve logic around using Ref<T> with GDExtension virtual functionsBastiaan Olij
2022-12-12VariantParser make readahead optionallawnjelly
2022-12-12Sync controller mappings DB with SDL2 community repoRémi Verschelde
2022-12-12Add default, zeroing constructor to BitFieldPedro J. Estébanez
2022-12-12Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextensionRémi Verschelde
2022-12-12Rename all gdnative occurences to gdextensionGilles Roudière
2022-12-11Add PropertyInfo overload for GLOBAL_DEFkobewi
2022-12-11Merge pull request #69538 from mihe/feature-tag-doubleRémi Verschelde