summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Fix variable name 'max_size' to 'min_size' in aabbgreat902021-12-191-8/+8
* Fix font preview text color on light backgroundHaoyu Qiu2021-12-182-0/+5
* Sync controller mappings DB with SDL2 community repoRémi Verschelde2021-12-171-2/+2
* Merge pull request #55978 from slouken/fix-switch-controller-event-spamRémi Verschelde2021-12-161-1/+4
|\
| * Fixed event spam when using the Nintendo Switch controllerSam Lantinga2021-12-161-1/+4
* | Make `--doctool` locale awareHaoyu Qiu2021-12-163-0/+23
|/
* Merge pull request #55657 from MorganKF/patch-multiplayer-peer-extensionFabio Alessandrelli2021-12-151-1/+1
|\
| * Update MultiplayerPeerExtension class registration to non-virtualMorganKF2021-12-111-1/+1
* | Defer the call to 'popup_str' to the next cycle to let Godot Engine's editor ...Xavier Sellier2021-12-141-0/+7
* | Added check to get_all_locales to avoid adding duplicate locales to arrayraphaelazev2021-12-101-1/+4
* | Improve Directory content navigationTomasz Chabora2021-12-102-13/+67
* | Sync controller mappings DB with SDL2 community repoRémi Verschelde2021-12-101-179/+183
* | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-0931-106/+106
* | align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-093-46/+48
* | Merge pull request #35901 from nathanfranke/pool-byte-array-subarray-exclusiveRémi Verschelde2021-12-075-69/+43
|\ \
| * | PackedByteArray, Array slice end exclusive, rename subarray to sliceNathan Franke2021-11-265-69/+43
* | | Merge pull request #55603 from Calinou/add-os-crash-methodFabio Alessandrelli2021-12-062-0/+6
|\ \ \
| * | | Add an `OS.crash()` method for testing system crash handlerHugo Locurcio2021-12-032-0/+6
* | | | Merge pull request #55661 from KoBeWi/joys_of_connectionRémi Verschelde2021-12-061-1/+0
|\ \ \ \
| * | | | Unexpose joy_connection_changed methodkobewi2021-12-061-1/+0
| | |_|/ | |/| |
* | | | Merge pull request #34005 from aaronfranke/minmaxRémi Verschelde2021-12-069-31/+48
|\ \ \ \
| * | | | Expose max_axis_index and max_axis_index for Vector2(i)Aaron Franke2021-12-029-31/+48
* | | | | Merge pull request #47257 from timothyqiu/http-client-proxyRémi Verschelde2021-12-064-8/+111
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Adds proxy support for HTTPClientHaoyu Qiu2021-11-244-8/+111
* | | | | Make overridden properties link to parent definitionYuri Sizov2021-12-031-0/+1
| |_|/ / |/| | |
* | | | Merge pull request #55520 from pycbouh/docs-sort-group-newline-theme-and-enumsRémi Verschelde2021-12-031-1/+5
|\ \ \ \
| * | | | Sort and group theme properties in docs, improve formatting for theme and enumsYuri Sizov2021-12-011-1/+5
* | | | | Merge pull request #55470 from groud/move_godot_object_init_to_extensionRémi Verschelde2021-12-038-57/+49
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Change gdnative interface so that Godot object initialization should be trigg...Gilles Roudière2021-11-308-57/+49
| |/ / /
* | | | Merge pull request #55474 from akien-mga/copy-operators-no-referenceRémi Verschelde2021-12-029-37/+16
|\ \ \ \
| * | | | Don't return reference on copy assignment operatorsRémi Verschelde2021-11-309-37/+16
| |/ / /
* | | | Merge pull request #37626 from aaronfranke/rect2-warningsMax Hilbrunner2021-12-024-5/+137
|\ \ \ \
| * | | | Warn when using an AABB or Rect2 with a negative sizeAaron Franke2021-11-304-5/+137
| |/ / /
* | | | Merge pull request #47294 from sebastian-heinz/patch-1Rémi Verschelde2021-12-021-0/+8
|\ \ \ \
| * | | | allow variant construction in expressionssebastian-heinz2021-12-021-0/+8
* | | | | Merge pull request #38604 from Calinou/astar-rename-get-point-idsRémi Verschelde2021-12-022-7/+7
|\ \ \ \ \
| * | | | | Rename `AStar.get_points()` to `AStar.get_point_ids()` for clarityHugo Locurcio2021-11-302-7/+7
| | |/ / / | |/| | |
* / | | | Rename Vector parameters to be consistentRaul Santos2021-12-013-17/+17
|/ / / /
* | | / Enable sorting of operator methods in class documentation.Marcel Admiraal2021-11-291-10/+21
| |_|/ |/| |
* | | Fix wrong comparison with default valuesRicardo Subtil2021-11-261-1/+1
* | | Fix console colors on WindowsYuri Roubinsky2021-11-262-2/+2
* | | Don't show errors when getting nonexistent settingsAaron Franke2021-11-251-3/+3
* | | Move logic for saving project features to ProjectSettings save_customAaron Franke2021-11-252-5/+37
* | | Project feature warning systemAaron Franke2021-11-243-2/+88
* | | Merge pull request #52456 from kleonc/image-fill-rectRémi Verschelde2021-11-242-26/+55
|\ \ \
| * | | Image Use memcpy() in fill(), fill_rect(), _put_pixelb(), _get_pixelb()kleonc2021-11-232-30/+31
| * | | Add Image::fill_rect methodkleonc2021-11-232-6/+34
| | |/ | |/|
* / | Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-2321-47/+47
|/ /
* | Add Input.is_physical_key_pressed method.bruvzg2021-11-232-0/+16
* | Merge pull request #55223 from bruvzg/gde_dict_indexRémi Verschelde2021-11-232-0/+22
|\ \