summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ignore thread models when compiling with NO_THREADFabio Alessandrelli2020-09-233-0/+12
* Merge pull request #42178 from Faless/js/sync_fs_size_handlersRémi Verschelde2020-09-2311-690/+751
|\
| * JS synchronous start, better persistent FS sync.Fabio Alessandrelli2020-09-235-73/+107
| * Make canvas resize optional in HTML5.Fabio Alessandrelli2020-09-232-2/+9
| * Better HiDPI support in HTML5.Fabio Alessandrelli2020-09-232-7/+19
| * Window event listener do not use capture.Fabio Alessandrelli2020-09-231-2/+5
| * Small refactor to JavaScript handlers.Fabio Alessandrelli2020-09-232-19/+51
| * Expose request_quit method to JS in HTML5 export.Fabio Alessandrelli2020-09-231-0/+17
| * [HTML5] Add override keyword, cleanup methods.Fabio Alessandrelli2020-09-184-110/+82
| * Fix RasterizerDummy, override, cleanup.Fabio Alessandrelli2020-09-181-483/+467
* | Merge pull request #42173 from nekomatata/popup-menu-click-delayRémi Verschelde2020-09-232-14/+8
|\ \
| * | Fix popup menu item selected when opening the menuPouleyKetchoupp2020-09-182-14/+8
* | | Merge pull request #42260 from kotelifelif/42255Rémi Verschelde2020-09-232-2/+2
|\ \ \
| * | | Fixes updating CPUParticles emmision shape valuesbooer2020-09-232-2/+2
* | | | Merge pull request #42181 from Leleat/document-open-open_script_create_dialogRémi Verschelde2020-09-231-0/+1
|\ \ \ \
| * | | | add description for ScriptEditor.open_script_create_dialog()Leleat2020-09-191-0/+1
* | | | | Merge pull request #42187 from m4gr3d/main_android_subview_init_updateRémi Verschelde2020-09-231-2/+22
|\ \ \ \ \
| * | | | | Add overridable init method for the Godot fragment instance.Fredia Huya-Kouadio2020-09-181-2/+22
| |/ / / /
* | | | | Merge pull request #42195 from extrawurst/patch-1Rémi Verschelde2020-09-231-0/+1
|\ \ \ \ \
| * | | | | add iOS Simulator platform Stephan Dilly2020-09-191-0/+1
| |/ / / /
* | | | | Merge pull request #42196 from Calinou/fix-file-access-zip-crashRémi Verschelde2020-09-231-1/+1
|\ \ \ \ \
| * | | | | Fix crash when opening a ZIP data packHugo Locurcio2020-09-191-1/+1
| |/ / / /
* | | | | Merge pull request #42203 from rcorre/physicsmat_hintRémi Verschelde2020-09-231-2/+2
|\ \ \ \ \
| * | | | | Fix hints on PhysicsMaterial bounce/friction.Ryan Roden-Corrent2020-09-191-2/+2
| |/ / / /
* | | | | Merge pull request #42217 from Calinou/doc-richtextlabel-append-bbcode-no-closeRémi Verschelde2020-09-231-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Document `RichTextLabel.append_bbcode()` not closing previously open tagsHugo Locurcio2020-09-201-1/+2
* | | | | Merge pull request #42254 from Chaosus/vs_fix_expressionsYuri Roubinsky2020-09-223-44/+44
|\ \ \ \ \
| * | | | | Fix expressions nodes in visual shadersYuri Roubinsky2020-09-223-44/+44
|/ / / / /
* | | | | Merge pull request #41912 from skyace65/NavigationMeshRémi Verschelde2020-09-221-0/+10
|\ \ \ \ \
| * | | | | Document some properties of NavigationMeshskyace652020-09-091-0/+10
* | | | | | Merge pull request #42215 from Chaosus/forbid_invalid_varyingsRémi Verschelde2020-09-221-0/+8
|\ \ \ \ \ \
| * | | | | | Forbids varying declaration in particles and sky shadersYuri Roubinsky2020-09-221-0/+8
* | | | | | | Merge pull request #41430 from Lunatoid/no-icon-resizeRémi Verschelde2020-09-221-1/+8
|\ \ \ \ \ \ \
| * | | | | | | Fixes DefaultProjectIcon scaling with editor scaleLunatoid2020-09-221-1/+8
|/ / / / / / /
* | | | | | | Merge pull request #42171 from Pineapple/fix-custom-modules-vs-masterRémi Verschelde2020-09-221-19/+21
|\ \ \ \ \ \ \
| * | | | | | | Fix custom modules in Visual StudioBartłomiej T. Listwon2020-09-181-19/+21
* | | | | | | | Merge pull request #42243 from Chaosus/vs_fix_bugYuri Roubinsky2020-09-222-8/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix UniformRef invalid updating when LineEdit focus outYuri Roubinsky2020-09-222-8/+11
|/ / / / / / / /
* | | | | | | | Merge pull request #42225 from Chaosus/vs_fix_bugsYuri Roubinsky2020-09-216-92/+270
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix some bugs in visual shader editorYuri Roubinsky2020-09-216-92/+270
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #42227 from Calinou/doc-array-fix-typoRémi Verschelde2020-09-211-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix a typo in the Array class documentationHugo Locurcio2020-09-211-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #42226 from Calinou/doc-rect2-aabbRémi Verschelde2020-09-213-3/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Cross-reference AABB and Rect2 in the class referenceHugo Locurcio2020-09-213-3/+6
|/ / / / / / /
* | | | | | | Merge pull request #42211 from Calinou/doc-javascript-build-time-disableRémi Verschelde2020-09-201-0/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Document that the JavaScript singleton may be disabled at build-timeHugo Locurcio2020-09-201-0/+1
|/ / / / / /
* | | | | | Merge pull request #41426 from madmiraal/fix-bullet-zero-scaleRémi Verschelde2020-09-201-5/+54
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Check and correct for zero scaling when unscaling Bullet basis.Marcel Admiraal2020-08-221-5/+54
* | | | | | Merge pull request #42174 from akien-mga/zstd-1.4.5Rémi Verschelde2020-09-1857-1478/+2893
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | zstd: Update to upstream version 1.4.5Rémi Verschelde2020-09-1857-1478/+2893
|/ / / / /