| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Ignore thread models when compiling with NO_THREAD | Fabio Alessandrelli | 2020-09-23 | 3 | -0/+12 |
| * | Merge pull request #42178 from Faless/js/sync_fs_size_handlers | Rémi Verschelde | 2020-09-23 | 11 | -690/+751 |
| |\ | |||||
| | * | JS synchronous start, better persistent FS sync. | Fabio Alessandrelli | 2020-09-23 | 5 | -73/+107 |
| | * | Make canvas resize optional in HTML5. | Fabio Alessandrelli | 2020-09-23 | 2 | -2/+9 |
| | * | Better HiDPI support in HTML5. | Fabio Alessandrelli | 2020-09-23 | 2 | -7/+19 |
| | * | Window event listener do not use capture. | Fabio Alessandrelli | 2020-09-23 | 1 | -2/+5 |
| | * | Small refactor to JavaScript handlers. | Fabio Alessandrelli | 2020-09-23 | 2 | -19/+51 |
| | * | Expose request_quit method to JS in HTML5 export. | Fabio Alessandrelli | 2020-09-23 | 1 | -0/+17 |
| | * | [HTML5] Add override keyword, cleanup methods. | Fabio Alessandrelli | 2020-09-18 | 4 | -110/+82 |
| | * | Fix RasterizerDummy, override, cleanup. | Fabio Alessandrelli | 2020-09-18 | 1 | -483/+467 |
| * | | Merge pull request #42173 from nekomatata/popup-menu-click-delay | Rémi Verschelde | 2020-09-23 | 2 | -14/+8 |
| |\ \ | |||||
| | * | | Fix popup menu item selected when opening the menu | PouleyKetchoupp | 2020-09-18 | 2 | -14/+8 |
| * | | | Merge pull request #42260 from kotelifelif/42255 | Rémi Verschelde | 2020-09-23 | 2 | -2/+2 |
| |\ \ \ | |||||
| | * | | | Fixes updating CPUParticles emmision shape values | booer | 2020-09-23 | 2 | -2/+2 |
| * | | | | Merge pull request #42181 from Leleat/document-open-open_script_create_dialog | Rémi Verschelde | 2020-09-23 | 1 | -0/+1 |
| |\ \ \ \ | |||||
| | * | | | | add description for ScriptEditor.open_script_create_dialog() | Leleat | 2020-09-19 | 1 | -0/+1 |
| * | | | | | Merge pull request #42187 from m4gr3d/main_android_subview_init_update | Rémi Verschelde | 2020-09-23 | 1 | -2/+22 |
| |\ \ \ \ \ | |||||
| | * | | | | | Add overridable init method for the Godot fragment instance. | Fredia Huya-Kouadio | 2020-09-18 | 1 | -2/+22 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #42195 from extrawurst/patch-1 | Rémi Verschelde | 2020-09-23 | 1 | -0/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | add iOS Simulator platform | Stephan Dilly | 2020-09-19 | 1 | -0/+1 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #42196 from Calinou/fix-file-access-zip-crash | Rémi Verschelde | 2020-09-23 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix crash when opening a ZIP data pack | Hugo Locurcio | 2020-09-19 | 1 | -1/+1 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #42203 from rcorre/physicsmat_hint | Rémi Verschelde | 2020-09-23 | 1 | -2/+2 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix hints on PhysicsMaterial bounce/friction. | Ryan Roden-Corrent | 2020-09-19 | 1 | -2/+2 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #42217 from Calinou/doc-richtextlabel-append-bbcode-no-close | Rémi Verschelde | 2020-09-23 | 1 | -1/+2 |
| |\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| | * | | | | Document `RichTextLabel.append_bbcode()` not closing previously open tags | Hugo Locurcio | 2020-09-20 | 1 | -1/+2 |
| * | | | | | Merge pull request #42254 from Chaosus/vs_fix_expressions | Yuri Roubinsky | 2020-09-22 | 3 | -44/+44 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix expressions nodes in visual shaders | Yuri Roubinsky | 2020-09-22 | 3 | -44/+44 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #41912 from skyace65/NavigationMesh | Rémi Verschelde | 2020-09-22 | 1 | -0/+10 |
| |\ \ \ \ \ | |||||
| | * | | | | | Document some properties of NavigationMesh | skyace65 | 2020-09-09 | 1 | -0/+10 |
| * | | | | | | Merge pull request #42215 from Chaosus/forbid_invalid_varyings | Rémi Verschelde | 2020-09-22 | 1 | -0/+8 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Forbids varying declaration in particles and sky shaders | Yuri Roubinsky | 2020-09-22 | 1 | -0/+8 |
| * | | | | | | | Merge pull request #41430 from Lunatoid/no-icon-resize | Rémi Verschelde | 2020-09-22 | 1 | -1/+8 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Fixes DefaultProjectIcon scaling with editor scale | Lunatoid | 2020-09-22 | 1 | -1/+8 |
| |/ / / / / / / | |||||
| * | | | | | | | Merge pull request #42171 from Pineapple/fix-custom-modules-vs-master | Rémi Verschelde | 2020-09-22 | 1 | -19/+21 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Fix custom modules in Visual Studio | Bartłomiej T. Listwon | 2020-09-18 | 1 | -19/+21 |
| * | | | | | | | | Merge pull request #42243 from Chaosus/vs_fix_bug | Yuri Roubinsky | 2020-09-22 | 2 | -8/+11 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Fix UniformRef invalid updating when LineEdit focus out | Yuri Roubinsky | 2020-09-22 | 2 | -8/+11 |
| |/ / / / / / / / | |||||
| * | | | | | | | | Merge pull request #42225 from Chaosus/vs_fix_bugs | Yuri Roubinsky | 2020-09-21 | 6 | -92/+270 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Fix some bugs in visual shader editor | Yuri Roubinsky | 2020-09-21 | 6 | -92/+270 |
| | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #42227 from Calinou/doc-array-fix-typo | Rémi Verschelde | 2020-09-21 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Fix a typo in the Array class documentation | Hugo Locurcio | 2020-09-21 | 1 | -1/+1 |
| | |/ / / / / / / | |||||
| * | | | | | | | | Merge pull request #42226 from Calinou/doc-rect2-aabb | Rémi Verschelde | 2020-09-21 | 3 | -3/+6 |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| | * | | | | | | | Cross-reference AABB and Rect2 in the class reference | Hugo Locurcio | 2020-09-21 | 3 | -3/+6 |
| |/ / / / / / / | |||||
| * | | | | | | | Merge pull request #42211 from Calinou/doc-javascript-build-time-disable | Rémi Verschelde | 2020-09-20 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
| | * | | | | | | Document that the JavaScript singleton may be disabled at build-time | Hugo Locurcio | 2020-09-20 | 1 | -0/+1 |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #41426 from madmiraal/fix-bullet-zero-scale | Rémi Verschelde | 2020-09-20 | 1 | -5/+54 |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| | * | | | | | Check and correct for zero scaling when unscaling Bullet basis. | Marcel Admiraal | 2020-08-22 | 1 | -5/+54 |
| * | | | | | | Merge pull request #42174 from akien-mga/zstd-1.4.5 | Rémi Verschelde | 2020-09-18 | 57 | -1478/+2893 |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| | * | | | | | zstd: Update to upstream version 1.4.5 | Rémi Verschelde | 2020-09-18 | 57 | -1478/+2893 |
| |/ / / / / | |||||
