| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make `property_list_changed_notify` protected in `Object` | Andrii Doroshenko (Xrayez) | 2020-12-10 | 1 | -2/+1 |
| | | | | | | | | Alternative to `_change_notify()` to be called from within C++ classes. Achieves low-level consistency with scripting, where this method is exposed for updating the editor (inspector) with new values. | ||||
| * | Merge pull request #44233 from YeldhamDev/popupmenu_circle_back | Rémi Verschelde | 2020-12-10 | 1 | -2/+2 |
| |\ | | | | | Re-add circle back scrolling to 'PopupMenu' | ||||
| | * | Re-add circle back scrolling to 'PopupMenu' | Michael Alexsander | 2020-12-09 | 1 | -2/+2 |
| | | | |||||
| * | | Merge pull request #44248 from Nickswoboda/fix-dragging-0-items | Rémi Verschelde | 2020-12-10 | 1 | -2/+2 |
| |\ \ | | | | | | | Fix scene being modified when arrows are pressed with no node selected | ||||
| | * | | Fix scene being modified when arrows are pressed with no node selected | Nick Swoboda | 2020-12-09 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge pull request #44070 from YeldhamDev/popupmenu_separator_font_color | Rémi Verschelde | 2020-12-10 | 4 | -1/+8 |
| |\ \ \ | | | | | | | | | Add "font_color_separator" theme property to 'PopupMenu' | ||||
| | * | | | Add "font_color_separator" theme property to 'PopupMenu' | Michael Alexsander | 2020-12-03 | 4 | -1/+8 |
| | | | | | |||||
| * | | | | Merge pull request #43920 from Calinou/doc-videoplayer-no-remapping | Rémi Verschelde | 2020-12-10 | 1 | -0/+1 |
| |\ \ \ \ | | | | | | | | | | | Document the lack of localization remapping support in VideoPlayer | ||||
| | * | | | | Document the lack of localization remapping support in VideoPlayer | Hugo Locurcio | 2020-11-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | See #43917. | ||||
| * | | | | | Merge pull request #44234 from jeffuntildeath/master | Rémi Verschelde | 2020-12-10 | 1 | -5/+17 |
| |\ \ \ \ \ | | | | | | | | | | | | | fix for snap to floor editor crash bug | ||||
| | * | | | | | fix for snap to floor editor crash bug | jeffuntildeath | 2020-12-09 | 1 | -5/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix for issue #44231: snap_selected_nodes_to_floor() results in an editor crash when a child collisionshape has invalid shape object | ||||
| * | | | | | | Merge pull request #44197 from Faless/fix/4.x_easing | Rémi Verschelde | 2020-12-10 | 1 | -12/+23 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix some easing equations' undefined behaviours. | ||||
| | * | | | | | | Fix some easing equations' undefined behaviours. | Fabio Alessandrelli | 2020-12-08 | 1 | -12/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Spotted via -Wunsequenced. Easing equations had different behaviours depending on the toolchain due to its abusing of inline assignments. | ||||
| * | | | | | | | Merge pull request #44016 from KoBeWi/emit_me_senpai | Rémi Verschelde | 2020-12-10 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Mention that 'changed' signal needs manual emit | ||||
| | * | | | | | | | Mention that 'changed' signal needs manual emit | Tomasz Chabora | 2020-12-03 | 1 | -0/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #44124 from volzhs/tabs-in-front | Rémi Verschelde | 2020-12-10 | 3 | -2/+34 |
| |\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | Add option to draw all tabs in front | ||||
| | * | | | | | | | Add option to draw all tabs in front | volzhs | 2020-12-10 | 3 | -2/+34 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #44221 from Faless/js/4.x_editor_beta | Rémi Verschelde | 2020-12-09 | 8 | -32/+348 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [HTML5] Editor style, audio fixes | ||||
| | * | | | | | | | | [HTML5] Fix errors when Mic is not allowed. | Fabio Alessandrelli | 2020-12-09 | 3 | -12/+20 |
| | | | | | | | | | | |||||
| | * | | | | | | | | [HTML5] Improve platform buildsystem. | Fabio Alessandrelli | 2020-12-09 | 1 | -7/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check emcc version requirements when building GDNative. Add more build options (sanitizers, initial memory). | ||||
| | * | | | | | | | | [HTML5] Add logo and favicon to editor html. | Fabio Alessandrelli | 2020-12-09 | 3 | -0/+227 |
| | | | | | | | | | | |||||
| | * | | | | | | | | [HTML5] Improve the editor HTML template. | Hugo Locurcio | 2020-12-09 | 1 | -12/+49 |
| | | | | | | | | | | |||||
| | * | | | | | | | | [HTML5] Editor also persists cache. | Fabio Alessandrelli | 2020-12-09 | 1 | -2/+3 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Sync RasterizerDummy changes. | Fabio Alessandrelli | 2020-12-09 | 1 | -0/+2 |
| | | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Will also need to be renamed. | ||||
| * | | | | | | | | Merge pull request #44229 from YeldhamDev/audiostreammp3_icon | Rémi Verschelde | 2020-12-09 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add icon for 'AudioStreamMP3' resource | ||||
| | * | | | | | | | | Add icon for 'AudioStreamMP3' resource | Michael Alexsander | 2020-12-09 | 1 | -0/+1 |
| | |/ / / / / / / | |||||
| * | | | | | | | | Merge pull request #44223 from mbrlabs/assetlib-scroll-up | Rémi Verschelde | 2020-12-09 | 1 | -0/+4 |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Asset Library: Scroll up the ScrollContainer after page load | ||||
| | * | | | | | | | Asset Library: Scroll up the ScrollContainer after page load | Marcus Brummer | 2020-12-09 | 1 | -0/+4 |
| |/ / / / / / / | |||||
| * | | | | | | | LSP: Fix iterator in enum API dump | Rémi Verschelde | 2020-12-09 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Update AUTHORS and DONORS list | Rémi Verschelde | 2020-12-09 | 2 | -29/+74 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to all contributors and donors for making Godot possible! | ||||
| * | | | | | | | Merge pull request #44218 from aaronfranke/grid-inst-err | Rémi Verschelde | 2020-12-09 | 1 | -4/+0 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix trying to set grid visibility on an invalid instance | ||||
| | * | | | | | | | Fix trying to set grid visibility on an invalid instance | Aaron Franke | 2020-12-09 | 1 | -4/+0 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #44128 from KoBeWi/🧹 | Rémi Verschelde | 2020-12-09 | 56 | -615/+4 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Cleanup unused engine code | ||||
| | * | | | | | | | | Cleanup unused engine code | Tomasz Chabora | 2020-12-09 | 56 | -615/+4 |
| | | |_|_|/ / / / | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #44217 from akien-mga/fix-signals-after-renames | Rémi Verschelde | 2020-12-09 | 3 | -5/+5 |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | Fix connections to CanvasItem and Tabs signals | ||||
| | * | | | | | | | Fix connections to CanvasItem and Tabs signals | Rémi Verschelde | 2020-12-09 | 3 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Follow-up to #44188 and #44189. | ||||
| * | | | | | | | | Merge pull request #44215 from Faless/fix/fa_buffered_remove_android | Rémi Verschelde | 2020-12-09 | 6 | -294/+3 |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Remove unused FileAccessJAndroid. | ||||
| | * | | | | | | | Remove unused FileAccessJAndroid. | Fabio Alessandrelli | 2020-12-09 | 6 | -294/+3 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #43931 from bruvzg/ctl_comp_font | Rémi Verschelde | 2020-12-09 | 4 | -3/+122 |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | [Complex Text Layouts] Add compatibility for legacy Font resources. | ||||
| | * | | | | | | | [Complex Text Layouts] Add compatibility for legacy Font resources. | bruvzg | 2020-12-03 | 4 | -3/+122 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #44199 from bruvzg/pvs_fixes_1 | Rémi Verschelde | 2020-12-09 | 27 | -85/+25 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | PVS-Studio static analyzer fixes | ||||
| | * | | | | | | | | Static analyzer fixes: | bruvzg | 2020-12-09 | 27 | -85/+25 |
| | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes unused code in OS. Fixes return types. Fixes few typos. | ||||
| * | | | | | | | | Merge pull request #44161 from Faless/fix/fa_buffered_remove | Rémi Verschelde | 2020-12-09 | 7 | -388/+1 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Remove unused FileAccessBuffered | ||||
| | * | | | | | | | | Remove now unused FileAccessBuffered. | Fabio Alessandrelli | 2020-12-06 | 7 | -387/+1 |
| | | | | | | | | | | |||||
| | * | | | | | | | | [HTML5] Use regular unix FileAccess implementation. | Fabio Alessandrelli | 2020-12-06 | 1 | -1/+0 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #44206 from Calinou/physical-sky-increase-dithering | Rémi Verschelde | 2020-12-09 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Increase dithering in the PhysicalSkyMaterial shader to combat banding | ||||
| | * | | | | | | | | | Increase dithering in the PhysicalSkyMaterial shader to combat banding | Hugo Locurcio | 2020-12-09 | 1 | -1/+1 |
| | | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Banding should now be much less visible when using the default PhysicalSkyMaterial settings. | ||||
| * | | | | | | | | | Merge pull request #44203 from thebestnom/fix/Android-Capture-Mouse | Rémi Verschelde | 2020-12-09 | 1 | -1/+0 |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | Android: fix mouse capture relative wrong | ||||
| | * | | | | | | | | Android: fix mouse capture relative wrong | thebestnom | 2020-12-08 | 1 | -1/+0 |
| |/ / / / / / / / | |||||
| * | | | | | | | | Merge pull request #43249 from thebestnom/captured-mouse-android-support | Rémi Verschelde | 2020-12-08 | 12 | -13/+209 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Android: Allow Mouse Capture | ||||
