summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #61319 from JFonS/taa_wipRémi Verschelde2022-06-072-0/+6
|\
| * Initial TAA implementationjfons2022-06-072-0/+6
* | Merge pull request #41568 from dalexeev/config_file_empty_sectRémi Verschelde2022-06-071-5/+8
|\ \
| * | Fix saving section-less keys in `ConfigFile`Danil Alexeev2022-06-071-5/+8
* | | Merge pull request #59786 from V-Sekai/ok_colorRémi Verschelde2022-06-074-0/+75
|\ \ \
| * | | Allow picking similar colours using OKHSL.K. S. Ernest (iFire) Lee2022-06-074-0/+75
| | |/ | |/|
* | | Bind vararg method flag in core constantssps11122022-06-071-0/+1
| |/ |/|
* | Merge pull request #61751 from KoBeWi/🐱‍👤Rémi Verschelde2022-06-072-6/+21
|\ \
| * | Add GLOBAL_DEF_INTERNAL to hide specific settingskobewi2022-06-072-6/+21
* | | Merge pull request #50349 from Calinou/array-add-some-everyRémi Verschelde2022-06-073-0/+48
|\ \ \ | |_|/ |/| |
| * | Add `any()` and `all()` methods to ArrayHugo Locurcio2022-05-253-0/+48
* | | Merge pull request #59883 from KoBeWi/merge_thisRémi Verschelde2022-06-063-0/+10
|\ \ \
| * | | Add Dictionary.merge()kobewi2022-05-313-0/+10
* | | | Improve architectures in OS::has_feature and make them work on MSVCAaron Franke2022-06-061-4/+27
| |_|/ |/| |
* | | [GDExtension] Expose Variant, NodePath and StringName hash functions.bruvzg2022-06-063-0/+19
* | | Merge pull request #61669 from fire-forge/inputRémi Verschelde2022-06-042-0/+9
|\ \ \
| * | | Make Input mouse_mode and use_accumulated_input propertiesFireForge2022-06-032-0/+9
* | | | Add array element type to `get_connected_joypads`Raul Santos2022-06-032-3/+4
* | | | Add StringName explicitly to Variant::hash_compareGeorge Marques2022-06-031-0/+4
* | | | Fix `String.uri_encode` on WindowsHaoyu Qiu2022-06-031-9/+6
|/ / /
* | | Merge pull request #60711 from nathanfranke/rpc-serverFabio Alessandrelli2022-06-022-2/+2
|\ \ \
| * | | finish renaming AUTH to AUTHORITYNathan Franke2022-05-252-2/+2
| | |/ | |/|
* | | Merge pull request #61339 from lyuma/streampeerssl_get_streamRémi Verschelde2022-06-022-0/+2
|\ \ \
| * | | Add StreamPeerSSL.get_stream() accessor.Lyuma2022-05-252-0/+2
| | |/ | |/|
* | | use ERR_FAIL_INDEX when preferredNathan Franke2022-05-251-2/+2
| |/ |/|
* | Merge pull request #61256 from reduz/callable-mp-staticRémi Verschelde2022-05-241-0/+82
|\ \
| * | Add callable_mp_staticreduz2022-05-221-0/+82
* | | Fix typos with codespellRémi Verschelde2022-05-232-2/+2
|/ /
* | Add a new HashSet templatereduz2022-05-2030-56/+537
* | Tweak 64-bit integer overflow message to mention that it's a signed typeHugo Locurcio2022-05-201-6/+6
|/
* Use range iterators for RBSet in most casesAaron Record2022-05-197-25/+25
* Add dedicated macros for property name extractionHaoyu Qiu2022-05-191-0/+10
* Implement read-only arraysGeorge Marques2022-05-173-1/+72
* Merge pull request #61110 from rburing/project_settings_use_rbmapRémi Verschelde2022-05-172-7/+7
|\
| * ProjectSettings: use RBMap again instead of HashMapRicardo Buring2022-05-172-7/+7
* | Merge pull request #61087 from reduz/readonly-dictionaryRémi Verschelde2022-05-173-5/+71
|\ \
| * | Implement read-only dictionaries.reduz2022-05-163-5/+71
* | | Create onready variables when dropping nodes and holding CtrlHaoyu Qiu2022-05-172-9/+27
| |/ |/|
* | Merge pull request #60126 from Calinou/image-improve-error-messagesRémi Verschelde2022-05-161-13/+33
|\ \ | |/ |/|
| * Improve error messages when creating Images from codeHugo Locurcio2022-04-111-13/+33
* | Replace most uses of Map by HashMapreduz2022-05-1671-357/+414
* | Add documentation comments for internationalization C++ macrosHugo Locurcio2022-05-121-3/+60
* | Merge pull request #60643 from clayjohn/GLES3-3DRémi Verschelde2022-05-121-8/+0
|\ \
| * | Basic 3D renderingclayjohn2022-05-121-8/+0
* | | Merge pull request #60972 from KoBeWi/display_portRémi Verschelde2022-05-121-0/+16
|\ \ \
| * | | Move Display settings higher in the listkobewi2022-05-121-0/+16
* | | | Fix signal completion in GDScript editorYuri Rubinsky2022-05-122-0/+2
|/ / /
* / / Add a new HashMap implementationreduz2022-05-1223-939/+718
|/ /
* | Merge pull request #60943 from bruvzg/fix_zipioRémi Verschelde2022-05-112-25/+39
|\ \
| * | Fix ZipIO crash when reused (and possible leaks).bruvzg2022-05-112-25/+39