summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #52693 from akien-mga/fixup-inputmap-macos-overrideRémi Verschelde2021-09-151-5/+5
|\
| * InputMap: Fixup `macos` feature tag overrides after #52291Rémi Verschelde2021-09-151-5/+5
* | --single-window is passed through project manager.Jacob Edie2021-09-152-0/+7
|/
* Merge pull request #52123 from lightspot21/fix-placement-new-warningRémi Verschelde2021-09-151-0/+10
|\
| * Fix placement new on zero-sized region warning on GCC 11.1Grigoris Pavlakis2021-09-151-0/+10
* | Merge pull request #52562 from BastiaanOlij/gd_extensions_register_driversRémi Verschelde2021-09-152-0/+3
|\ \
| * | Add driver types to GD extension initialisation levelsBastiaan Olij2021-09-132-0/+3
* | | Merge pull request #52291 from Calinou/inputmap-rename-osx-macosRémi Verschelde2021-09-151-26/+26
|\ \ \
| * | | Rename `osx` to `macos` in input map feature tag handlingHugo Locurcio2021-09-151-26/+26
* | | | Clean convex hull decomposition codePouleyKetchoupp2021-09-141-2/+4
|/ / /
* | | Merge pull request #52613 from V-Sekai/fix_custom_sync_commandsFabio Alessandrelli2021-09-141-2/+5
|\ \ \ | |_|/ |/| |
| * | Fix custom multiplayer sync commandsSaracenOne2021-09-121-2/+5
| |/
* | Merge pull request #52535 from e8newallm/52490-type_conversionRémi Verschelde2021-09-141-10/+10
|\ \
| * | Added explicit type conversionsMatthew Newall2021-09-131-10/+10
* | | Revert some URLs from the "Replace HTTP URLs with HTTPS" PRAaron Franke2021-09-132-2/+2
* | | Merge pull request #50375 from Paulb23/code_edit_unit_testsRémi Verschelde2021-09-132-0/+5
|\ \ \
| * | | Fix InputMap and display server not nulling singleton on freePaulb232021-09-012-0/+5
* | | | Merge pull request #52049 from theraot/masterRémi Verschelde2021-09-131-11/+27
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix get_base_dir windows top level directory logicTheraot2021-08-241-11/+27
* | | | Merge pull request #52406 from ellenhp/libvorbisJuan Linietsky2021-09-101-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Replace stb_vorbis with libogg+libvorbisEllen Poe2021-09-091-1/+1
* | | | Merge pull request #52229 from lawnjelly/basis_quat_warningMax Hilbrunner2021-09-101-1/+1
|\ \ \ \
| * | | | Improve Basis::get_quaternion error messagelawnjelly2021-08-301-1/+1
* | | | | Merge pull request #52408 from GiantBlargg/fix-string-castFabio Alessandrelli2021-09-081-4/+4
|\ \ \ \ \
| * | | | | fix invalid string castDaniel Doran2021-09-041-4/+4
* | | | | | Multiplayer networking renames/simplificationMax Hilbrunner2021-09-085-134/+134
| |_|/ / / |/| | | |
* | | | | Merge pull request #52097 from mortarroad/master-fix-convex-hull-double-edgesMax Hilbrunner2021-09-071-3/+14
|\ \ \ \ \
| * | | | | Fix emitting duplicate edges for convex hullsMorris Tabor2021-08-251-3/+14
* | | | | | Merge pull request #47391 from Calinou/platform-feature-tags-lowercaseJuan Linietsky2021-09-072-32/+40
|\ \ \ \ \ \
| * | | | | | Make platform feature tag names lowercaseHugo Locurcio2021-08-312-32/+40
* | | | | | | Merge pull request #52289 from Calinou/remove-old-msvc-support-ifdefMax Hilbrunner2021-09-071-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Remove `#ifdefs` for handling compilation with Visual Studio < 2015Hugo Locurcio2021-08-311-3/+3
| |/ / / / / /
* | | | | | | Merge pull request #52442 from Faless/mp/4.x_rpc_managerMax Hilbrunner2021-09-0714-610/+818
|\ \ \ \ \ \ \
| * | | | | | | [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-0714-610/+818
* | | | | | | | Implement properties arrays in the Inspector.Gilles Roudière2021-09-075-2/+23
|/ / / / / / /
* | | | | | | Merge pull request #51722 from TokageItLab/implement-set-read-only-in-extende...Gilles Roudière2021-09-051-0/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Apply set_read_only() to child classes of EditorProperty elementsSilc 'Tokage' Renew2021-09-051-0/+1
* | | | | | | Merge pull request #52309 from BastiaanOlij/add_extension_index_functionsBastiaan Olij2021-09-052-0/+162
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add functions for access members by index on packed array objectsBastiaan Olij2021-09-022-0/+162
* | | | | | | Fix _send_default_spawn_default function sending zero lengthSaracenOne2021-09-021-0/+2
|/ / / / / /
* | | | | | Merge pull request #52270 from KoBeWi/goodbye_polarGeorge Marques2021-09-011-11/+0
|\ \ \ \ \ \
| * | | | | | Remove cartesian2polar and polar2cartesiankobewi2021-08-311-11/+0
* | | | | | | Merge pull request #48237 from KoBeWi/they_came_from_angleGeorge Marques2021-09-013-0/+7
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Add Vector2.from_angle() methodkobewi2021-08-313-0/+7
| |/ / / / /
* | | | | | Merge pull request #52026 from Calinou/constiterator-fix-constHugo Locurcio2021-09-011-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix ConstIterator to allow `for` range loops on Packed*ArrayHugo Locurcio2021-08-231-1/+1
* | | | | | Merge pull request #52240 from Rubonnek/rename-rel-pathJuan Linietsky2021-08-307-14/+14
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez2021-08-297-14/+14
* | | | | | Revert " Improve collision generation usability in the new 3D scene import wo...Juan Linietsky2021-08-301-1/+1
* | | | | | Merge pull request #51985 from AndreaCatania/collCamille Mohr-Daurat2021-08-301-1/+1
|\ \ \ \ \ \