summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | Fix Vector ConstIterator constructor.AndreaCatania2021-08-221-1/+1
* | | | Try other resolved IPs if one fails to connectHaoyu Qiu2021-08-302-3/+24
* | | | [Net] Rename RPC "puppet" to "auth" (authority). Drop "master".Fabio Alessandrelli2021-08-302-13/+8
| |/ / |/| |
* | | Merge pull request #51788 from Faless/mp/4.x_replicator_syncFabio Alessandrelli2021-08-304-10/+336
|\ \ \
| * | | Data structure optimizations as per review.Fabio Alessandrelli2021-08-262-3/+9
| * | | [Net] Add state sync to replicator.Fabio Alessandrelli2021-08-184-10/+330
* | | | Merge pull request #52180 from timothyqiu/config-file-propHugo Locurcio2021-08-281-1/+1
|\ \ \ \
| * | | | Quote and escape ConfigFile keys when necessaryHaoyu Qiu2021-08-281-1/+1
* | | | | Merge pull request #47406 from mashumafi/master-Array-insert-rcMax Hilbrunner2021-08-282-4/+4
|\ \ \ \ \
| * | | | | Array::insert consistent with Pool*Array::insertmashumafi2021-03-272-4/+4
* | | | | | Merge pull request #43522 from qarmin/divide_by_zero_in_vectoriMax Hilbrunner2021-08-282-4/+100
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix crash when dividing by 0 in Vector2/3iRafał Mikrut2021-08-152-4/+100
* | | | | | Merge pull request #52122 from V-Sekai/autoload_listK. S. Ernest (iFire) Lee2021-08-272-3/+4
|\ \ \ \ \ \
| * | | | | | Use OrderedHashMap for autoloads to preserve orderLyuma2021-08-262-3/+4
* | | | | | | Merge pull request #52090 from balloonpopper/bug52060Max Hilbrunner2021-08-271-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Correct null and boolean values being capitalised by the str commandBalloonpopper2021-08-261-2/+2
* | | | | | | | Add a SafeList data structure for future audio server usage.Ellen Poe2021-08-271-0/+375
* | | | | | | | Merge pull request #52110 from nekomatata/fix-segment-intersectionCamille Mohr-Daurat2021-08-271-3/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix segment intersection consistency in Geometry2DPouleyKetchoupp2021-08-251-3/+17
| |/ / / / / / /
* | | | | | | | Add an `Array.pop_at()` method to pop an element at an arbitrary indexHugo Locurcio2021-08-273-3/+30
* | | | | | | | Merge pull request #52121 from groud/fix_localvector_insertJuan Linietsky2021-08-261-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix LocalVector crash on insert.Gilles Roudière2021-08-261-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #52107 from timothyqiu/overridenJuan Linietsky2021-08-262-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix misspelled "overriden"Haoyu Qiu2021-08-262-3/+3
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #51928 from reduz/extension-loaderJuan Linietsky2021-08-265-7/+27
|\ \ \ \ \ \ \ \
| * | | | | | | | Implement Extension Loaderreduz2021-08-205-7/+27
* | | | | | | | | Merge pull request #52077 from reduz/error-ret-docJuan Linietsky2021-08-264-0/+57
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Implement error return documetationreduz2021-08-244-0/+57
| | |/ / / / / / | |/| | | | | |