Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-14 | Small fixes to redundand code, copy paste bugs | qarmin | |
2019-10-05 | Make tooltips have the same scale as their Controls | Michael Alexsander | |
2019-10-01 | Merge pull request #30919 from nekomatata/timer-update-transform-fix | Rémi Verschelde | |
Fix GPU particle transform delay when created on SceneTree timer timeout | |||
2019-09-25 | Merge pull request #32047 from ↵ | Rémi Verschelde | |
codecustard/fix_scrollwheel_triggering_focus_change Fix scrollwheel triggering focus change | |||
2019-09-25 | Merge pull request #32051 from qarmin/some_error_explanation | Rémi Verschelde | |
Added some obvious errors explanations | |||
2019-09-25 | Added some obvious errors explanations | qarmin | |
2019-09-19 | Add new events and accompanying logic to notify when the app is paused and ↵ | fhuya | |
resumed on Android devices. | |||
2019-09-08 | Fix scrollwheel triggering focus change | Emmanuel Barroga | |
Clicking or using the scrollwheel outside of the focused control triggers a focus change. This makes sense for mouse clicks, but scrollwheeling outside the focuses control does not. This PR ignores scrollwheeling outside of the focused control. | |||
2019-09-05 | Merge pull request #31870 from JFonS/add_network_profiler | Fabio Alessandrelli | |
Add network profiler | |||
2019-09-05 | Add network profiler | jfons | |
2019-09-03 | Merge pull request #31844 from 2shady4u/TweenInSceneTree | Rémi Verschelde | |
Timer and Tween check if they are in SceneTree when starting | |||
2019-09-03 | Added is_inside_tree() check in both Timer and Tween | shaderbeast | |
Tween now throws error and doesnt even execute. | |||
2019-09-03 | Merge pull request #31389 from Calinou/add-node-comments | Rémi Verschelde | |
Add an `editor_description` property to Node for documentation purposes | |||
2019-09-03 | Merge pull request #31880 from nekomatata/joystick-ui-navigation | Rémi Verschelde | |
Fixed UI navigation using joy axis inputs | |||
2019-09-02 | Add autocomplete support for change_scene() | Tomasz Chabora | |
2019-09-02 | Fixed UI navigation using joy axis inputs | PouleyKetchoupp | |
Fixes #31879 | |||
2019-08-31 | HTTPRequest: include faulty URLs in error texts | merumelu | |
2019-08-26 | [macOS] Add methods to modify global and dock menus. Add ability to open ↵ | bruvzg | |
multiple editor/project manager instances, recent/favourite project list to project manager dock menu and opened scene list to editor dock menu. | |||
2019-08-23 | Add an `editor_description` property to Node for documentation purposes | Hugo Locurcio | |
It is implemented using editor-only metadata, in a way similar to edit locking or Position2D gizmo extents. This closes #2082. | |||
2019-08-17 | Improve the scene tree signals/groups tooltip | Hugo Locurcio | |
The tooltip now displays the number of connections and groups that are assigned to the hovered node. | |||
2019-08-12 | Remove redundant author doc comments | IAmActuallyCthulhu | |
2019-08-09 | Remove ERR_EXPLAIN from scene/* code | Tomasz Chabora | |
2019-08-08 | Merge pull request #31185 from mitchcurtis/get_path | Rémi Verschelde | |
Improve error message in Node::get_path() | |||
2019-08-08 | Merge pull request #31182 from mitchcurtis/remove_child | Rémi Verschelde | |
Improve error message in Node::remove_child() | |||
2019-08-08 | Improve error message in Node::remove_child() | Mitch Curtis | |
2019-08-07 | Improve error message in Node::get_path() | Mitch Curtis | |
2019-08-07 | Merge pull request #31122 from Muller-Castro/enhancement | Rémi Verschelde | |
Unnecessary reassignments | |||
2019-08-07 | Merge pull request #31077 from qarmin/coverity_bugs | Rémi Verschelde | |
Change some code proposed by Coverity and Cppcheck | |||
2019-08-07 | Add some code changes/fixes proposed by Coverity and Clang Tidy | qarmin | |
2019-08-06 | Removed unnecessary reassigns | Muller-Castro | |
Those assignments are duplicated since add_to_group() or remove_from_group() aren't changing the state of those members. | |||
2019-08-05 | Remove Editor dependency from SceneTree | merumelu | |
2019-07-29 | Update transforms after timers update to make sure changes are made before ↵ | PouleyKetchoupp | |
render Fixes #29952 | |||
2019-07-23 | Fix some code found by Coverity Scan and PVS Studio | qarmin | |
2019-07-20 | Merge pull request #30576 from qarmin/lgtm_coverage | Rémi Verschelde | |
Changed some code reported by LGTM and Coverity | |||
2019-07-20 | Changed some code showed in LGTM and Coverage | qarmin | |
2019-07-19 | Merge pull request #23270 from silvanocerza/remote_scene_tree_filter | Rémi Verschelde | |
Implemented remote scene tree filtering | |||
2019-07-12 | Merge pull request #30517 from kawa-yoiko/modal-freeze | Rémi Verschelde | |
Fix multiple popup freezing | |||
2019-07-11 | Merge pull request #30498 from bojidar-bg/30495-cannot-insert-key | Rémi Verschelde | |
Fix inability to insert keys via Insert Key context menu | |||
2019-07-11 | Fix #29478 multiple modals possibly freeze | Shiqing | |
2019-07-10 | Fix inability to insert keys via Insert Key context menu | Bojidar Marinov | |
Fixes #30495 | |||
2019-07-10 | Merge pull request #30455 from qarmin/const_reference | Rémi Verschelde | |
Pass by reference to const | |||
2019-07-10 | Merge pull request #30462 from sparkart/master | Rémi Verschelde | |
Fix issue with displaying empty tooltip hint | |||
2019-07-10 | Use reference to constant in functions | qarmin | |
2019-07-09 | Fix issue with displaying empty tooltip hint | Emmanuel Barroga | |
Closes #30448 | |||
2019-07-09 | Merge pull request #30315 from zaksnet/httprequest-add-timeout | Fabio Alessandrelli | |
Add optional timeout to HTTPRequest | |||
2019-07-09 | Adds timeout property for httprequest | Zak | |
2019-07-05 | Make 'size_override_stretch' a property in 'Viewport' | Michael Alexsander Silva Dias | |
2019-07-02 | Fix various memory leaks and errors | Bojidar Marinov | |
2019-07-01 | Merge pull request #29980 from Dentrax/directed-by-qarmin | Rémi Verschelde | |
Fix some editor crashes | |||
2019-07-01 | fix some crashes | Furkan Türkal | |