Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-26 | Merge pull request #32009 from Xrayez/fs-editor-icons | Rémi Verschelde | |
Display editor icons for filesystem dock popup menu options | |||
2019-09-26 | Merge pull request #32017 from Calinou/editor-spin-slider-improve-ctrl-snapping | Rémi Verschelde | |
Improve Ctrl snapping in EditorSpinSlider | |||
2019-09-26 | Merge pull request #32230 from kawa-yoiko/oa-backward-shift | Rémi Verschelde | |
Implement backward shift deletion for OAHashMap | |||
2019-09-26 | Merge pull request #32337 from CorattiS86/fixing_#32262 | Rémi Verschelde | |
Fixed Show in file system should clear current search | |||
2019-09-26 | Merge pull request #32343 from jeffres/master | Rémi Verschelde | |
Fix import hints being ignored by glTF importer | |||
2019-09-26 | Merge pull request #32357 from YeldhamDev/connections_dialog_format | Rémi Verschelde | |
Format arguments in connections dialog in GDScript style | |||
2019-09-26 | Merge pull request #32353 from neikeq/yamero | Rémi Verschelde | |
Mono: Improve API assembly load error message on exported games | |||
2019-09-26 | Merge pull request #32352 from neikeq/issue-32237 | Rémi Verschelde | |
Mono: Don't use project settings for debugger agent on exported games | |||
2019-09-25 | Format arguments in connections dialog in GDScript style | Michael Alexsander Silva Dias | |
2019-09-26 | Merge pull request #32228 from damianday/patch-1 | Fabio Alessandrelli | |
TCP is_connected_to_host comparison error | |||
2019-09-25 | Update stream_peer_tcp.cpp | Damian Day | |
2019-09-25 | Mono: Improve API assembly load error message on exported games | Ignacio Etcheverry | |
2019-09-25 | Mono: Don't use project settings for debugger agent on exported games | Ignacio Etcheverry | |
2019-09-25 | Merge pull request #32325 from SaracenOne/add_mesh_bindings_fix | Rémi Verschelde | |
SpatialEditorGizmo add_mesh bindings fix | |||
2019-09-25 | Merge pull request #32350 from nekomatata/fix-bezier-curve-deselection-error | Rémi Verschelde | |
Fixed missing argument for clear_selection signal in Bezier Curve editor | |||
2019-09-25 | Merge pull request #32345 from nekomatata/fix-curve-delete-point-error | Rémi Verschelde | |
Reset hovered point in Curve when deleted to avoid errors on draw | |||
2019-09-25 | Fixed missing argument for clear_selection signal in Bezier Curve editor | PouleyKetchoupp | |
Also removed unused clear_selection signal in Animation Track editor (never emitted) Fixes #32348 | |||
2019-09-25 | Reset hovered point in Curve when deleted to avoid errors on draw | PouleyKetchoupp | |
Fixes #32344 | |||
2019-09-25 | Merge pull request #32341 from KoBeWi/be_gone | Rémi Verschelde | |
Clean snapping lines after resize | |||
2019-09-25 | Merge pull request #32340 from YeldhamDev/minitab_icon_substitution | Rémi Verschelde | |
Replace "GuiMiniTabMenu" with "GuiTabMenu" and tweak it | |||
2019-09-25 | Replace "GuiMiniTabMenu" with "GuiTabMenu" and tweak it | Michael Alexsander Silva Dias | |
2019-09-25 | Fix import hints being ignored by glTF importer | gladmin | |
This fixes a regression introduced in commit 72d2468 due to hyphens being removed from nodes names. | |||
2019-09-25 | Clean snapping lines after resize | Tomasz Chabora | |
2019-09-25 | Merge pull request #32291 from Dragoncraft89/add_load_resource_flag | Rémi Verschelde | |
Add flag to control the replacement of files by ProjectSettings.load_resource_pack | |||
2019-09-25 | Fixed Show in file system should clear current search | Stefano Coratti | |
2019-09-25 | Add flag to control the replacement of files by ↵ | Florian Kothmeier | |
ProjectSettings.load_resource_pack | |||
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 #32333 from akien-mga/debugger-error-cond | Rémi Verschelde | |
Show C++ error condition in script editor debugger | |||
2019-09-25 | Merge pull request #32119 from Calinou/unify-axis-colors | Rémi Verschelde | |
Use the same axis colors consistently in the 2D and 3D editors | |||
2019-09-25 | Merge pull request #32199 from starryalley/fix_seek | Rémi Verschelde | |
Fix VideostreamGDNative seek | |||
2019-09-25 | Merge pull request #32051 from qarmin/some_error_explanation | Rémi Verschelde | |
Added some obvious errors explanations | |||
2019-09-25 | Show C++ error condition in script editor debugger | Rémi Verschelde | |
This was removed by @RyanStein in #21884 in the case where an error message is provided, but this is actually useful information to have even when there is a custom error message. This PR makes it so that the "C++ Error" is shown whenever there is a custom error message provided. Also adds method name to the error item title, and re-adds the most relevant info in the tooltip for quick error checks without expanding. Renames C Error/Source to C++ Error/Source, since that's what it is. And fix untranslatable entry due to misuse of TTR(). And some more cleanup for readability. Cf. https://github.com/godotengine/godot/issues/32276#issuecomment-534119914 | |||
2019-09-25 | SpatialEditorGizmo add_mesh bindings fix | Saracen | |
2019-09-25 | Added some obvious errors explanations | qarmin | |
2019-09-25 | Merge pull request #32296 from ↵ | Rémi Verschelde | |
BenjaminRiley/save-original-scene-after-save-as-branch 'Save Branch as Scene' also saves original scene | |||
2019-09-25 | 'Save Branch as Scene' adds to undo history | Benjamin Riley | |
When saving a branch as a scene, can now undo replacing the original branch with the new branch scene. 'Save Branch as Scene' previously would not mark the original scene as changed, and therefore no prompt would appear if the scene was closed immediately after saving the branch. The new branch scene is not deleted when undo-ing. | |||
2019-09-25 | Merge pull request #32306 from hbina/unused_variable | Rémi Verschelde | |
Fixed incorrect usage of variables in querying values. | |||
2019-09-25 | Merge pull request #32319 from Calinou/optimize-svgs | Rémi Verschelde | |
Optimize editor icon SVGs using svgcleaner | |||
2019-09-25 | Merge pull request #32318 from Calinou/improve-audiostreamplayer3d-gizmo | Rémi Verschelde | |
Improve the AudioStreamPlayer3D gizmo | |||
2019-09-25 | Merge pull request #32327 from YeldhamDev/lineedit_icon_minsize | Rémi Verschelde | |
Make LineEdit's minimal size adapt to its icons | |||
2019-09-25 | Merge pull request #32329 from marstaik/gltf_32314 | Rémi Verschelde | |
glTF: Fixed mistake with root node calculation in skin_verify | |||
2019-09-25 | Merge pull request #32320 from vnen/gdscript-type-resolution | Rémi Verschelde | |
GDScript: Fix type resolution not being return in some cases | |||
2019-09-24 | glTF: Fixed mistake with root node calculation in skin_verify | Marios Staikopoulos | |
Was not actually grabbing the computed roots for comparison, but instead was grabbing the disjoint_set representatives. | |||
2019-09-25 | Make LineEdit's minimal size adapt to its icons | Michael Alexsander Silva Dias | |
2019-09-24 | GDScript: Fix type resolution not being return in some cases | George Marques | |
Some situations caused the parser node type to not being update when trying to resolve the type, returning invalid data and breaking the parsing when it shouldn't. This patch fix the behavior. | |||
2019-09-24 | Optimize editor icon SVGs using svgcleaner | Hugo Locurcio | |
This makes editor binaries about 230 KB smaller. The command used was: parallel svgcleaner --multipass {} {} ::: editor/icons/*.svg | |||
2019-09-24 | Fixed incorrect use of variables | Hanif Bin Ariffin | |
The previous committer mistakenly used the wrong variable to query some values. This commit simply changes it so that it queries the right Dict. | |||
2019-09-24 | Improve the AudioStreamPlayer3D gizmo | Hugo Locurcio | |
This adds more lines to the emission angle cone to give a better feel of depth in the 3D world. | |||
2019-09-24 | Merge pull request #32317 from KoBeWi/just_dont | Rémi Verschelde | |
Don't try to slice empty arrays | |||
2019-09-24 | Don't try to slice empty arrays | Tomasz Chabora | |