Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-09 | Fixes 2D nodes lock not working | groud | |
2018-09-09 | Fix SoftBody gizmo slowness, add ConcaveShape wireframe | JFonS | |
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-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 | |
2018-08-31 | DocData: Fix return type listed as "var" instead of "Variant" | Rémi Verschelde | |
2018-08-31 | emit more detailed type information for signal parameters | Kelly Thomas | |
2018-08-31 | ExportDialog: Validate path before allowing export | Rémi Verschelde | |
Otherwise one could quite easily end up with the exported game being hidden files named ".x86_64" and ".pck" for example. Also improved the default filename logic a bit to also include extension, and never fallback to an empty string. Also fixed being able to click "Export project" without selecting a preset. | |||
2018-08-30 | Fix Script Classes not instancing with custom name. | Will Nations | |
2018-08-30 | Fix regression #21262 in Path Gizmo | JFonS | |
closes #21262 | |||
2018-08-29 | Add missing copyright headers | Rémi Verschelde | |
2018-08-29 | Merge pull request #21578 from volzhs/font-hindi | Rémi Verschelde | |
Add Hindi font for editor | |||
2018-08-30 | Add Hindi font for editor | volzhs | |
2018-08-29 | Ported CPU particles to 2D | Juan Linietsky | |
2018-08-29 | Merge pull request #21516 from elasota/fix-bptc | Rémi Verschelde | |
Fix BPTC regressions | |||
2018-08-29 | Unexpose TileMap set_celld | Marcelo Fernandez | |
2018-08-29 | Merge pull request #21539 from yurchor/master | Rémi Verschelde | |
Fix minor typos and word puzzles | |||
2018-08-29 | Fix vformat(), minor typos and word puzzles | Yuri Chornoivan | |
2018-08-29 | BuildSystem: Sort input file lists | Bernhard M. Wiedemann | |
so that godot package builds reproducibly in spite of indeterministic filesystem readdir order and http://bugs.python.org/issue30461 See https://reproducible-builds.org/ for why this is good. Sort font input file list, so that builtin_fonts.gen.h is created in a reproducible way Sort list of platforms, so that editor/register_exporters.gen.cpp is created in a reproducible way Sort list of source files, so that .a files and resulting godot binaries are created in a reproducible way | |||
2018-08-29 | BuildSystem: Fix font list | Bernhard M. Wiedemann | |
We want to add the individual strings to the list and not add a list object to the list. Without this patch, sorting failed because "str < list" is not a valid operation in python. | |||
2018-08-29 | Merge pull request #21485 from JFonS/fix_selection | Rémi Verschelde | |
Saner selection code for instanced scenes in 3D, should close #21447 | |||
2018-08-29 | Fix z-fighting on origin grid lines in spatial editor | Rémi Verschelde | |
Fixes #21264. | |||
2018-08-28 | Fix making _editor_icon meta during CLEAR_SCRIPT | Will Nations | |
2018-08-28 | Scale the Item List Editor window size with the editor scale | Tommi Komulainen | |
Makes the dialog bigger and more usable on HiDPI screens. Fixes #21520 |