Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-21 | Merge pull request #10433 from djrm/pr_svg_support | Rémi Verschelde | |
SVG support | |||
2017-08-21 | Fixes for new two-dash long command line arguments | Rémi Verschelde | |
- Fixes some single-dash leftovers that were missed in the previous commit - Reorder the help output for clarity, and document missing options - Drop obsolete options: --noop, --pack, --editor-scene, --level, --import, --import-script, --no-quit - Improve error message on malformed arguments and do not display help on error - Always use long form of arguments when starting a new Godot process from C++, for clarity and easy grepping - Cleanup obsolete code here and there | |||
2017-08-21 | Tweak command-line arguments to make them more UNIX-like | Hugo Locurcio | |
Also improves the command-line help text readability. | |||
2017-08-20 | Added missing icon and svgs upscaling | Daniel J. Ramirez | |
2017-08-20 | Added pure vector theme, with dark icons variation | Daniel J. Ramirez | |
2017-08-20 | Merge pull request #10319 from neikeq/pr-engine-editor-hint | Juan Linietsky | |
Adds Engine::is_editor_hint() method | |||
2017-08-19 | Revert "Second take at making command-line arguments more UNIX-like + ↵ | Juan Linietsky | |
main.cpp and help cleanup" | |||
2017-08-19 | Fixes for new two-dash long command line arguments | Rémi Verschelde | |
- Fixes some single-dash leftovers that were missed in the previous commit - Reorder the help output for clarity, and document missing options - Drop obsolete options: --noop, --pack, --editor-scene, --level, --import, --import-script, --no-quit - Improve error message on malformed arguments and do not display help on error - Cleanup obsolete code here and there | |||
2017-08-19 | Tweak command-line arguments to make them more UNIX-like | Hugo Locurcio | |
Also improves the command-line help text readability. | |||
2017-08-19 | Merge pull request #10435 from endragor/export-quit | Rémi Verschelde | |
Quit after command-line export | |||
2017-08-19 | Quit after command-line export | Ruslan Mustakov | |
2017-08-19 | Removes editor_hint from SceneTree | Ignacio Etcheverry | |
2017-08-19 | Adds editor_hint to Engine class | Ignacio Etcheverry | |
2017-08-18 | Inspector re-edits edited object when dock moves, closes #9287 | Juan Linietsky | |
2017-08-16 | Merge pull request #10307 from Rubonnek/update-argument-names | Rémi Verschelde | |
Updated function argument names | |||
2017-08-16 | Rename layouts file to editor_layouts-3.cfg | Pedro J. Estébanez | |
To avoid conflicts with 2.x, in the same fashion as editor_settings-3.tres. | |||
2017-08-15 | Merge pull request #10337 from endragor/command-line-export | kubecz3k | |
Enable command-line export | |||
2017-08-15 | Small fix for problem of nodes losing type, this is not good enough to solve ↵ | Juan Linietsky | |
a core reimport problem, but so far fixes #8116 | |||
2017-08-15 | Fix Editor dimming. | Andreas Haas | |
Fixes #10353 | |||
2017-08-15 | Converting to MeshLibrary works again, fixes #8092 | Juan Linietsky | |
2017-08-14 | Enable command-line export | Ruslan Mustakov | |
The syntax is identical to what it was in 2.1, but now you specify preset name instead of platform name. | |||
2017-08-12 | Updated function argument names | Wilson E. Alvarez | |
2017-08-07 | Makes all Godot API's methods Lower Case | Indah Sylvia | |
2017-08-02 | -Added GLTF scene support (still missing animations and .glb extension) | Juan Linietsky | |
-Fixed bugs regarding tangent generation in SurfaceTool | |||
2017-08-02 | Revert "Tweak command-line arguments to make them more UNIX-like" | Juan Linietsky | |
2017-08-02 | Tweak command-line arguments to make them more UNIX-like | Hugo Locurcio | |
Also improves the command-line help text readability. | |||
2017-07-26 | Fix !save_each_scene saving scenes with no filename | Poommetee Ketson | |
When save_each_scene is false, only scenes that have been saved at least once are saved. But EditorNode tries to save scenes with no filename too (they're never saved), so it crashes. | |||
2017-07-24 | EditorNode: fix missing distraction-free tooltip | Poommetee Ketson | |
2017-07-23 | -Ability to set default import presets for type | Juan Linietsky | |
-More presets for scene importer -Option in scene importer to export root nodes as separate scenes -Fixed MeshInstance preview | |||
2017-07-23 | Suppress get_edited_scene_root error | Poommetee Ketson | |
2017-07-23 | Merge pull request #9790 from Noshyaar/pr-req | Rémi Verschelde | |
EditorNode: request_attn when behind other windows | |||
2017-07-23 | EditorNode: request_attn when behind other windows | Poommetee Ketson | |
The current version requests attention only when minimized which might not work as expected when it's not minimized but doesn't have focus. | |||
2017-07-23 | Move About dialog to editor_about.cpp | Poommetee Ketson | |
2017-07-21 | Enhanched About dialog, Add ItemList auto_height | Poommetee Ketson | |
Add set/has_auto_height for ItemList to automatically set minimum size by content. Add hash to About dialog. Resize About dialog so that dev list appears in 3 columns. | |||
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | |
-Added system for feature overrides, it's pretty cool :) | |||
2017-07-19 | Merge pull request #9565 from kubecz3k/tool-signals | Rémi Verschelde | |
Make more informations available for Tool Plugins about the editor | |||
2017-07-18 | Merge pull request #9695 from Noshyaar/pr-rcd | Rémi Verschelde | |
EditorNode: remove obsolete comments in constructor | |||
2017-07-18 | Make available more informations about editor for Tool Plugins | Jakub Grzesik | |
2017-07-18 | EditorNode: remove obsolete comments in constructor | Poommetee Ketson | |
2017-07-18 | Added separators using StyleBoxLine, some theme style fixes, added variant icon | Daniel J. Ramirez | |
2017-07-17 | -Reorganized all properties of project settings (Sorry, Again). | Juan Linietsky | |
(Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too) | |||
2017-07-16 | Improvements and fixes for the default theme. | Daniel J. Ramirez | |
Added customizable border size and window highlight. | |||
2017-07-15 | Script editor usability fixes | Juan Linietsky | |
2017-07-15 | Lots of work on Audio & Physics engine: | Juan Linietsky | |
-Added new 3D stream player node -Added ability for Area to capture sound from streams -Added small features in physics to be able to properly guess distance to areas for sound -Fixed 3D CollisionObject so shapes are added the same as in 2D, directly from children -Fixed KinematicBody API to make it the same as 2D. | |||
2017-07-12 | Added some missing icons, fixed some ui icons | Daniel J. Ramirez | |
2017-07-10 | ability to reposition scene tabs with drag & drop | Jakub Grzesik | |
2017-07-10 | Fix crash on closing [empty](*) scene tab | Poommetee Ketson | |
2017-07-08 | About: center valign copyright label | Poommetee Ketson | |
2017-07-06 | About: add thirdparty license info | Poommetee Ketson | |
2017-07-04 | About: Add License info | Poommetee Ketson | |