Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-12 | Merge pull request #21692 from Faless/sockets_rebase | Fabio Alessandrelli | |
New NetSocket interface with common BSD/Win implementation | |||
2018-09-12 | Merge pull request #21997 from akien-mga/fix-script-name | Rémi Verschelde | |
Fix default script name in ScriptCreateDialog | |||
2018-09-12 | Unify StreamPeerTCP/TCP_Server with NetSocket API | Fabio Alessandrelli | |
2018-09-12 | Merge pull request #21884 from RyanStein/feature-error-tree | Rémi Verschelde | |
Resurrect integrated error display for the Debugger. | |||
2018-09-12 | Merge pull request #21934 from groud/add_scale_mode | Rémi Verschelde | |
Add a scale mode to the 2D editor | |||
2018-09-12 | Merge pull request #21935 from goodyttoor/gltf_cubic | Rémi Verschelde | |
Fix cubic spline interpolation in glTF importer | |||
2018-09-12 | Fix default script name in ScriptCreateDialog | Rémi Verschelde | |
It would default either to '.gd' when created from the script editor, or to 'res:///NodeName.gd' (three '/') when created from the scene tree dock. | |||
2018-09-12 | Merge pull request #21878 from RyanStein/bugfix-14400 | Rémi Verschelde | |
Make `_sort_list_on_update` true before opening files, fixes 14400 | |||
2018-09-12 | Merge pull request #21984 from groud/fix_2D_selection | Rémi Verschelde | |
Fix 2D selection | |||
2018-09-12 | Merge pull request #21985 from Calinou/fix-osx-open-editor-path | Rémi Verschelde | |
Fix project and editor data paths not being opened correctly on macOS | |||
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | |
This allows more consistency in the manner we include core headers, where previously there would be a mix of absolute, relative and include path-dependent includes. | |||
2018-09-11 | Fix 2D selection | groud | |
2018-09-11 | Fix project and editor data paths not being opened correctly on macOS | Hugo Locurcio | |
This closes #21904. | |||
2018-09-11 | Add a scale mode to the 2D editor | groud | |
2018-09-11 | Drop obsolete PropertyEditor and SectionedPropertyEditor code | Rémi Verschelde | |
Replaced by EditorInspector. | |||
2018-09-11 | Replace last occurrences of PropertyEditor by EditorInspector | Rémi Verschelde | |
Updates the following plugins: - ConnectionsDialog - ScriptEditorDebugger - ItemListEditorPlugin Also drop now unnecessary compatibility methods. | |||
2018-09-11 | Merge pull request #21971 from scayze/window_title_update | Rémi Verschelde | |
Update window title when switching scenes | |||
2018-09-11 | update window title when switching scenes | Manuel Strey | |
2018-09-11 | Revert "Fix selection of spatial nodes after selecting a non-spatial one." | Rémi Verschelde | |
2018-09-10 | Merge pull request #21911 from groud/fix_locked_nodes | Rémi Verschelde | |
Fixes 2D nodes lock not working | |||
2018-09-10 | Merge pull request #21907 from JFonS/concave_collision_gizmo | Rémi Verschelde | |
Fix SoftBody gizmo slowness, add ConcaveShape wireframe | |||
2018-09-10 | Merge pull request #21871 from DualMatrix/recent_select | Rémi Verschelde | |
Fixed favorites and recent nodes selecting wrong node | |||
2018-09-10 | Fixed favorites and recent nodes selecting wrong node | DualMatrix | |
Fixed favorites and recent nodes selecting wrong node and fixed a typo. Fixes #6535 | |||
2018-09-10 | Merge pull request #21886 from RyanStein/bugfix-15509 | Rémi Verschelde | |
Check for double-colon on open recent script. | |||
2018-09-10 | Merge pull request #21879 from willnationsdev/script-name-empty | Rémi Verschelde | |
Fix ScriptCreateDialog passing script w/ no filename | |||
2018-09-10 | Merge pull request #21835 from DualMatrix/save_branch | Rémi Verschelde | |
Prevent overwriting open scenes when saving | |||
2018-09-10 | Merge pull request #21831 from JFonS/fix_13849 | Rémi Verschelde | |
Fix selection of spatial nodes after selecting a non-spatial one. | |||
2018-09-10 | Fix cubic spline interpolation in glTF importer | Vivatchai Kaveeta | |
Should solve #21001 #14636 | |||
2018-09-09 | Fixes 2D nodes lock not working | groud | |
2018-09-09 | Fix SoftBody gizmo slowness, add ConcaveShape wireframe | JFonS | |
2018-09-08 | Merge debugger's error and stack trace lists into one tree interface. | Ryan Stein | |
2018-09-08 | Check for double-colon on open recent script. | Ryan Stein | |
2018-09-08 | Fix ScriptCreateDialog passing script w/ no filename | willnationsdev | |
2018-09-08 | Make `_sort_list_on_update` true before opening new help or script files in ↵ | Ryan Stein | |
the ScriptEditor. | |||
2018-09-07 | Prevent overwriting open scenes when saving | DualMatrix | |
Prevent overwriting open scenes when saving, this fixes #17628 | |||
2018-09-07 | Fix selection of spatial nodes after selecting a non-spatial one. | JFonS | |
Fixes #13849 | |||
2018-09-05 | Merge pull request #21707 from JFonS/fix_instanced_selection | Rémi Verschelde | |
Fix selection of instanced scenes in 3D | |||
2018-09-05 | Merge pull request #21767 from volzhs/expand-collapse-all | Rémi Verschelde | |
Make expand/collapse all properties menu working | |||
2018-09-05 | Merge pull request #21766 from volzhs/bitmask-color | Rémi Verschelde | |
Make better look for bitmask | |||
2018-09-05 | Make expand/collapse all properties menu working | volzhs | |
2018-09-05 | Make better look for bitmask | volzhs | |
2018-09-04 | Move ParticlesMaterial code to its own resource file | Rémi Verschelde | |
It's shared by both 2D and 3D particles (+ CPU ones), so it makes sense to have as a common resource. It also allowed to disable compilation of Particles (3D) when using 'disable_3d'. Also cleaned up includes in SpatialEditorGizmos and some other places, as well as dropped dead code in material_editor_plugin.cpp. | |||
2018-09-02 | Fix selection of instanced scenes in 3D | JFonS | |
2018-09-02 | [Texture Import] Fix invert color | Guilherme Felipe | |
2018-09-02 | Fix the project manager window size on hiDPI displays on macOS | Hugo Locurcio | |
This closes #21525. | |||
2018-09-01 | Merge pull request #21636 from akien-mga/docdata-variant | Rémi Verschelde | |
DocData: Fix return type listed as "var" instead of "Variant" | |||
2018-09-01 | Merge pull request #21663 from Calinou/fix-editor-shortcut-defaults | Rémi Verschelde | |
Fix some editor shortcuts' default values not being set properly | |||
2018-09-01 | Fix some editor shortcuts' default values not being set properly | Hugo Locurcio | |
This also changes the uppercase/lowercase/capitalize shortcuts to Shift+F4, Shift+F5 and Shift+F6 respectively to avoid conflicts with the new Find Next shortcut. This closes #21612. | |||
2018-09-01 | Removed some unneeded generated headers from the editor directory SCsub. | Ibrahn Sahir | |
These headers are currently built in (and included from) the core directory. Removing the editor directory versions to avoid confusion. | |||
2018-08-31 | Make "Search Classes" dialog have relationship lines if the setting is enabled | Michael Alexsander Silva Dias | |