Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-24 | Merge pull request #5803 from jarfil/issue/origin5695-pr | Juan Linietsky | |
Fix tooltips blinking | |||
2016-07-19 | WIP bugfix for existing connections | Juan Linietsky | |
2016-07-19 | Hide tooltip if new mouse position's tooltip is empty | Jaroslaw Filiochowski | |
2016-07-19 | Don't start a new tooltip timer for the same tooltip | Jaroslaw Filiochowski | |
2016-07-18 | Properly transform sub-viewport input, closes #3580 | Juan Linietsky | |
2016-07-08 | Fix own world option of Viewport. | Franklin Sobrinho | |
It happens when the viewport has WorldEnviroment child with a valid Enviroment | |||
2016-07-07 | Remove unused variables (third pass) + dead code | Rémi Verschelde | |
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable | |||
2016-07-06 | Fix several bugs related to node duplication and signals, closes #5405 | Juan Linietsky | |
2016-07-06 | Only allow built-in scripts to be edited when the scene they belong to is ↵ | Juan Linietsky | |
loaded, closes #5403 | |||
2016-07-01 | Fixed the order of input, reverts #4384, closes #5361 | Juan Linietsky | |
2016-07-01 | Color picker was getting too much focus, made it get not as much focus. | Juan Linietsky | |
This abuse of focus was the original culprit of #5354 | |||
2016-07-01 | Invalidate key focus if not visible, fixes #5354 | Juan Linietsky | |
2016-07-01 | Improved drag&drop to work as n-piggeon wants to use, closes #5342 | Juan Linietsky | |
2016-06-29 | remove unnecesary warning, closes #5169 | Juan Linietsky | |
2016-06-28 | Change method of storing folding, solves problems with inheritance, closes #3395 | Juan Linietsky | |
2016-06-27 | Figured out a way to fix event propagation for shortcuts and some other ↵ | Juan Linietsky | |
cases so they properly stop shortcuts if a modal window is open, closes #4848 | |||
2016-06-27 | Add a small workaround to avoid modal tabs to be closed if they are spawned ↵ | Juan Linietsky | |
in the same frame, closes #3837 | |||
2016-06-27 | Properly deliver localized coordinates when passing gui events through ↵ | Juan Linietsky | |
parents, closes #4215 | |||
2016-06-23 | Make button aware of it being dragged and reset state, closes #4178 | Juan Linietsky | |
2016-06-21 | Make return type explicit. | Saracen | |
2016-06-20 | property remove parent owned nodes when using replace, fixes #4128 | Juan Linietsky | |
2016-06-20 | Fixed the order of events called by _input, closes #4384 | Juan Linietsky | |
2016-06-20 | Allow mouse wheel to go throuhgh so scroll containers work properly, fixes #4431 | Juan Linietsky | |
2016-06-20 | Make dure to only call drop_data if can_drop_data returned true, closes #4616 | Juan Linietsky | |
2016-06-18 | Drop empty files that are not used anywhere | Rémi Verschelde | |
Part of #5272 | |||
2016-06-18 | Add missing license headers in our source files (#5255) | Rémi Verschelde | |
Also removes a couple wrong Godot headers from third-party source files. | |||
2016-06-13 | Better error text when trying to add/remove/move child nodes in a busy ↵ | Juan Linietsky | |
parent, closes #4838 | |||
2016-06-13 | Merge pull request #5058 from neikeq/pr-issue-1461 | Juan Linietsky | |
Preserve signal connections when replacing target node | |||
2016-06-11 | do not allow picking in captured mode, closes #5134 | Juan Linietsky | |
2016-06-09 | fixes wrong bool return, closes #5037 | Juan Linietsky | |
2016-06-09 | Preserve signal connections when replacing the target node | Ignacio Etcheverry | |
2016-06-08 | Merge pull request #5007 from bojidar-bg/asset-store | Juan Linietsky | |
Update asset library editor plugin, adding a bit new functionality and fixes | |||
2016-06-07 | -Heavily improved editor startup and exit performance | Juan Linietsky | |
2016-06-07 | Update asset library editor plugin - new functionality and fixes | Bojidar Marinov | |
2016-06-07 | Fix indentation issues in last commits | Rémi Verschelde | |
Ping @reduz. | |||
2016-06-06 | Merge pull request #4101 from SaracenOne/listener | Juan Linietsky | |
Added New Listener Spatial Node. | |||
2016-06-06 | properly pass events to parent controls, closes #4701 | Juan Linietsky | |
2016-06-04 | -customizable shortcuts in editor | Juan Linietsky | |
-editor settings now save to .tres instead of .xml -buttons can now hold a shortcut | |||
2016-06-04 | Created a NodeDock with signals and groups | Juan Linietsky | |
2016-06-03 | Exposed a RESULT_DOWNLOAD_FILE_CANT_OPEN constant to docs and GDScript. | J08nY | |
2016-05-27 | Changed import workflow | Juan Linietsky | |
-Rearrange favorites in fs dock with drag and drop -Removed import -> sub-scene, moved to scenetree contextual menu -Removed import -> re-import , moved and integrated to FS dock -Added ability in FS dock to re-import more than one resource simultaneously -Added ability to drag from native filesystem explorer to Godot, only works on Windows though -Removed scene reimport merge options, never worked well. Eventually merging materials should be re-added -Added ability to set custom root node type when importing scenes -Re-Import is now automatic, can be configured back to manual in editor settings -Added resource previews in property list for many resource types | |||
2016-05-22 | Real-Time Remote Inspector support | Juan Linietsky | |
2016-05-21 | remove trailing whitespace | Hubert Jarosz | |
2016-05-21 | i18n: Proofreading of all strings | Rémi Verschelde | |
Done to ensure that no important identifiers are translatable, to fix compound strings using the new vformat() function, and some general English proofreading here and there. | |||
2016-05-20 | Fix for tooltip blinking (#4713) | captainwasabi | |
Moved where active tooltips are canceled to wait until the mouse actually moves off the control. | |||
2016-05-17 | -Added configuration warning system for nodes | Juan Linietsky | |
-Added a new "add" and "instance" buttons for scene tree -Added a vformat() function to ease translation work | |||
2016-05-13 | Node duplication positions under duplicated node, issue 964 | Paulb23 | |
2016-05-11 | -begun implementing drag & drop editor wide | Juan Linietsky | |
-filesystem dock dnd support -property list dnd support -scene tree dnd support | |||
2016-05-06 | Rotation APIs: Better exposure for degrees methods | Rémi Verschelde | |
Made public the various set/getters for rotations in degrees. For consistency, renamed the exposed method names to remove the leading underscore, and kept the old names with a deprecation warning. Fixes #4511. | |||
2016-05-04 | Fix wrong return and argument types in documentation | Ignacio Etcheverry | |