summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #51364 from bengtsts/masterCamille Mohr-Daurat2021-08-312-0/+28
|\
| * Documented soft body pinning methodsBengt Söderström2021-08-301-0/+23
| * Expose soft body pin methods to GDScriptBengt Söderström2021-08-301-0/+5
* | Merge pull request #52269 from fabriceci/change-platform-detectionGilles Roudière2021-08-313-13/+36
|\ \
| * | Change platform detection by allowing select layers by type (wall or floor)fabriceci2021-08-313-13/+36
|/ /
* | Merge pull request #49598 from Calinou/web-editor-improve-download-project-so...Fabio Alessandrelli2021-08-311-7/+25
|\ \
| * | Improve the generated ZIP archive name when using Download Project SourceHugo Locurcio2021-08-161-7/+25
* | | Merge pull request #52240 from Rubonnek/rename-rel-pathJuan Linietsky2021-08-3023-52/+52
|\ \ \
| * | | Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez2021-08-2923-52/+52
* | | | Merge pull request #43838 from lupoDharkael/cancel-memberJuan Linietsky2021-08-301-0/+1
|\ \ \ \
| * | | | Clear connection from/to empty after usedlupoDharkael2020-11-251-0/+1
* | | | | Merge pull request #52254 from godotengine/revert-51985-collJuan Linietsky2021-08-3012-495/+54
|\ \ \ \ \
| * | | | | Revert " Improve collision generation usability in the new 3D scene import wo...Juan Linietsky2021-08-3012-495/+54
|/ / / / /
* | | | | Merge pull request #51985 from AndreaCatania/collCamille Mohr-Daurat2021-08-3012-54/+495
|\ \ \ \ \
| * | | | | Improve collision generation usability in the new 3D scene import workflow.AndreaCatania2021-08-2811-53/+494
| * | | | | Fix Vector ConstIterator constructor.AndreaCatania2021-08-221-1/+1
* | | | | | Merge pull request #52245 from AndreaCatania/AndreaCatania-patch-4Juan Linietsky2021-08-301-2/+2
|\ \ \ \ \ \
| * | | | | | Update editor_properties.cppAndrea Catania2021-08-301-3/+1
| * | | | | | EditorPropertyText, pass changing variable false.Andrea Catania2021-08-301-3/+5
| |/ / / / /
* | | | | | Merge pull request #50365 from timothyqiu/ip-candidatesFabio Alessandrelli2021-08-304-9/+48
|\ \ \ \ \ \
| * | | | | | Try other resolved IPs if one fails to connectHaoyu Qiu2021-08-304-9/+48
|/ / / / / /
* | | | | | Merge pull request #51481 from Faless/mp/4.x_no_pupFabio Alessandrelli2021-08-3013-87/+58
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | [GDScript] [Net] Allow mixing rpc annotation paramters.Fabio Alessandrelli2021-08-301-21/+15
| * | | | | [Net] Rename RPC "puppet" to "auth" (authority). Drop "master".Fabio Alessandrelli2021-08-3013-67/+44
|/ / / / /
* | | | | Merge pull request #51788 from Faless/mp/4.x_replicator_syncFabio Alessandrelli2021-08-305-11/+389
|\ \ \ \ \
| * | | | | Data structure optimizations as per review.Fabio Alessandrelli2021-08-262-3/+9
| * | | | | [Net] Add state sync to replicator.Fabio Alessandrelli2021-08-185-11/+383
* | | | | | Merge pull request #30391 from KoBeWi/hiding_childrenJuan Linietsky2021-08-2921-88/+196
|\ \ \ \ \ \
| * | | | | | Add support for internal nodeskobewi2021-08-2821-88/+196
* | | | | | | Merge pull request #52235 from godotengine/revert-47635-node2d3d-transformJuan Linietsky2021-08-297-41/+9
|\ \ \ \ \ \ \
| * | | | | | | Revert "Display a matrix for Node2D and don't display a duplicate origin"Juan Linietsky2021-08-297-41/+9
|/ / / / / / /
* | | | | | | Merge pull request #47635 from aaronfranke/node2d3d-transformAaron Franke2021-08-297-9/+41
|\ \ \ \ \ \ \
| * | | | | | | Display a matrix for Node2D and don't display a duplicate originAaron Franke2021-08-297-9/+41
|/ / / / / / /
* | | | | | | Merge pull request #52180 from timothyqiu/config-file-propHugo Locurcio2021-08-282-3/+10
|\ \ \ \ \ \ \
| * | | | | | | Quote and escape ConfigFile keys when necessaryHaoyu Qiu2021-08-282-3/+10
* | | | | | | | Merge pull request #52198 from mhilbrunner/fix-array-docHugo Locurcio2021-08-281-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix Array class docs after #47406Max Hilbrunner2021-08-281-1/+1
* | | | | | | | | Merge pull request #52085 from williamd67/fix-await-without-argumentHugo Locurcio2021-08-281-1/+5
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Print error message when await is not followed by signal or coroutineWilliam Deurwaarder2021-08-281-1/+5
| |/ / / / / / /
* | | | | | | | Merge pull request #49664 from nekomatata/fix-editable-duplicatedMax Hilbrunner2021-08-281-1/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix loading packed scene with editable children at runtimePouleyKetchoupp2021-08-271-1/+8
* | | | | | | | | 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 #52164 from mhilbrunner/gd-style-fixupMax Hilbrunner2021-08-281-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | GDScript test style fixMax Hilbrunner2021-08-271-2/+2
* | | | | | | | | | | Merge pull request #43573 from lewiji/masterMax Hilbrunner2021-08-281-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix is_playing() method in AnimatedSprite3DLewis Pollard2020-11-161-1/+1
* | | | | | | | | | | | 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 #52176 from BastiaanOlij/fix_gl_size_paramMax Hilbrunner2021-08-283-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \