Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-26 | Merge pull request #19257 from volzhs/edit-visual-script | Rémi Verschelde | |
Open internal visual script editor while use external editor is on | |||
2018-07-26 | Merge pull request #19758 from kyledayton/feature/spatial-viewport-lock-rotation | Rémi Verschelde | |
Add lock rotation feature to spatial editor viewport | |||
2018-07-25 | Add lock rotation feature to spatial editor viewport | Kyle Dayton | |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam | |
This commit makes operator[] on Vector const and adds a write proxy to it. From now on writes to Vectors need to happen through the .write proxy. So for instance: Vector<int> vec; vec.push_back(10); std::cout << vec[0] << std::endl; vec.write[0] = 20; Failing to use the .write proxy will cause a compilation error. In addition COWable datatypes can now embed a CowData pointer to their data. This means that String, CharString, and VMap no longer use or derive from Vector. _ALWAYS_INLINE_ and _FORCE_INLINE_ are now equivalent for debug and non-debug builds. This is a lot faster for Vector in the editor and while running tests. The reason why this difference used to exist is because force-inlined methods used to give a bad debugging experience. After extensive testing with modern compilers this is no longer the case. | |||
2018-07-25 | Fix crash on doc right click, issue 20429 | Paulb23 | |
2018-07-25 | Open internal visual script editor while use external editor is on | volzhs | |
2018-07-24 | Merge pull request #19225 from Paulb23/open_all_files_in_script_editor | Max Hilbrunner | |
Open all files in script editor | |||
2018-07-24 | Fixed Bucket Fill tool | Marcelo Fernandez | |
2018-07-24 | Tilemap editor: Fix crash introduced in #17582 | Max Hilbrunner | |
2018-07-24 | Merge pull request #20328 from ordigdug/fix-grid-missing-lines | Rémi Verschelde | |
Fix grid missing lines. Fixes: #20246 | |||
2018-07-24 | Removed unnecessary assignments | Wilson E. Alvarez | |
2018-07-23 | Merge pull request #12678 from AndreaCatania/soft | Juan Linietsky | |
Soft body | |||
2018-07-23 | Implemented Soft body | AndreaCatania | |
- Soft Body Physics node - Soft Body Rendering - Soft body Editor - Soft body importer | |||
2018-07-23 | Fix issues with CPUParticles and related conversion from Particles. Closes ↵ | Juan Linietsky | |
#20126 | |||
2018-07-22 | Allow opening and editing of any utf_8 file in script editor | Paulb23 | |
2018-07-22 | Refactored text manipulation into CodeTexteditor | Paulb23 | |
2018-07-22 | Fix grid missing lines #20246 | ordigdug | |
2018-07-20 | Add editor highlight for type-safe lines | George Marques | |
The line number is hightlighted to indicate that the line contains only type-safe code. | |||
2018-07-20 | Fix #20171. | Nufflee | |
2018-07-18 | Merge pull request #20185 from volzhs/audio-preview | Rémi Verschelde | |
Add audio preview to Inspector dock | |||
2018-07-17 | Merge pull request #18535 from sketchyfun/new_mirror_path_handles | Max Hilbrunner | |
Added curve in/out (tangent) handle mirroring | |||
2018-07-17 | Add audio stream preview to Inspector dock | volzhs | |
2018-07-17 | Merge pull request #20176 from Chaosus/vs_namefixes | Rémi Verschelde | |
Several name fixes for visual shaders | |||
2018-07-16 | Merge pull request #20169 from Chaosus/rightclick_vs | Thomas Herzog | |
Visual shaders - make "Add node" menu showed by right click | |||
2018-07-16 | Merge pull request #20167 from Chaosus/fix_vshader_bug | Thomas Herzog | |
Fix display scale bug in visual shaders | |||
2018-07-15 | Global class names (and GDScript support for it) | Juan Linietsky | |
2018-07-15 | Several name fixes for visual shader | Chaosus | |
2018-07-15 | Visual shaders - make "Add node" menu showed by right click | Chaosus | |
2018-07-15 | Fix display scale bug in visual shaders | Chaosus | |
2018-07-14 | Visual Shaders are back. | Juan Linietsky | |
2018-07-07 | Add option to convert Particles to CPUParticles | Juan Linietsky | |
2018-07-06 | Support for CPU based particles, which aids compatibility with OpenGL ES 2.0 | Juan Linietsky | |
2018-07-05 | Merge pull request #19475 from YeldhamDev/animplayer_cosmetic | Max Hilbrunner | |
Minor changes to the AnimationPlayer editor | |||
2018-07-05 | Merge pull request #19498 from guilhermefelipecgs/fix_regression | Max Hilbrunner | |
Fix "find and replace" initializing with wrong size | |||
2018-07-04 | Merge pull request #19941 from guilhermefelipecgs/fix_animation_key | Max Hilbrunner | |
Fix animation key icon not show on inspector | |||
2018-07-04 | Merge pull request #19824 from JFonS/fix_orthogonal_select | Rémi Verschelde | |
Fix selection in 3D orthogonal view | |||
2018-07-03 | Fix animaiton key icon not show on inspector | Guilherme Felipe | |
2018-07-03 | Merge pull request #19881 from khairul169/popupmenu_animedit | Max Hilbrunner | |
Fix error msg when selecting popupmenu if there is no animation selected | |||
2018-07-03 | Merge pull request #17582 from Ovnuniarchos/TMapEditorMultiSel | Max Hilbrunner | |
Tile randomizer for tilemap editor. | |||
2018-07-03 | Merge pull request #18634 from groud/fix_control_child_of_node2d | Max Hilbrunner | |
Fixes the bad calculation of margin & anchors when child of Node2D | |||
2018-07-03 | Merge pull request #19166 from Grula/issue-18779 | Max Hilbrunner | |
Changed "Syntax Menu" into radio Menu | |||
2018-07-03 | Merge pull request #19156 from volzhs/fix-remove-split | Max Hilbrunner | |
Fix unable to remove split on Polygon 2D editor after restarting editor | |||
2018-07-03 | Merge pull request #19251 from YeldhamDev/script_templates_changes | Max Hilbrunner | |
Small changes to the comments in the script templates | |||
2018-07-03 | Merge pull request #19634 from guilhermefelipecgs/fix_shortcut_conflict | Max Hilbrunner | |
Remove shortcut conflict | |||
2018-07-01 | -Fix in animationplayback, sound would be cut on loop | Juan Linietsky | |
-Fix on scene importer, keeping changes to animation tracks was not working | |||
2018-07-01 | Tile randomizer for tilemap editor. | Ovnuniarchos | |
2018-07-01 | Fix error msg when selecting popupmenu if there is no animation | khairul169 | |
2018-06-30 | Minor changes to the AnimationPlayer editor. | Michael Alexsander Silva Dias | |
2018-06-28 | Fix selection in 3D orthogonal view | JFonS | |
2018-06-27 | Changes to how node paths are selected from property, allowing setting a hint. | Juan Linietsky | |