Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde | |
2018-08-24 | Merge pull request #21351 from akien-mga/print_verbose | Rémi Verschelde | |
Add print_verbose to print to stdout only in verbose mode | |||
2018-08-24 | Merge pull request #21359 from dragmz/fix-plot-clear-when-stopped | Rémi Verschelde | |
Fix clear button not clearing plot when stopped | |||
2018-08-24 | some checks for node removed, may fix #20863 | Juan Linietsky | |
2018-08-24 | Fix clear button not clearing plot when stopped | Marcin Zawiejski | |
Fixes the profiler Clear button that did not clear the profiler plot if the profiler was stopped. | |||
2018-08-24 | Add print_verbose to print to stdout only in verbose mode | Rémi Verschelde | |
Equivalent of the cumbersome: if (OS::get_singleton()->is_stdout_verbose()) print_line(msg); | |||
2018-08-23 | -Fix blend tree rename, closes #20210 | Juan Linietsky | |
-Fixed activity lines in blend tree | |||
2018-08-23 | Merge pull request #21316 from AlexHolly/fix-update-2d-view-scene-tree-selection | Rémi Verschelde | |
Fix update 2D view on selections in scene tree | |||
2018-08-23 | Change how path properties are presented, so they can be edited. Fixes #20709 | Juan Linietsky | |
2018-08-23 | i18n: Fix extract.py after #17440 | Rémi Verschelde | |
As discussed in https://github.com/godotengine/godot/pull/17440#discussion_r212277597 | |||
2018-08-23 | i18n: Merge translation catalogs with updated template | Rémi Verschelde | |
2018-08-23 | i18n: Sync translation template with current source | Rémi Verschelde | |
Finally unlocking translations for the master/3.1 branch on Weblate to prepare for the stable release. | |||
2018-08-23 | Fix update 2D view on selections in scene tree | Alexander Holland | |
2018-08-23 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit f16f9b2b8ae38b76e2a820c060561ebfc71644ab) Also adds initial Georgian and Latvian translations. | |||
2018-08-23 | Remove material errors after opening new project, fixes #21073 | JFonS | |
2018-08-23 | Merge pull request #21254 from YeldhamDev/tile_grid_map_side | Rémi Verschelde | |
Add option to move Tile/GridMap editors to another side | |||
2018-08-23 | Merge pull request #21290 from elasota/texture-import-options | Rémi Verschelde | |
Hide unused options when not using "Video RAM" compression mode | |||
2018-08-22 | Hide "no BPTC if RGB" and "HDR Mode" options when not using "Video RAM" import. | elasota | |
2018-08-22 | Add option to move Tile/GridMap editors to another side | Michael Alexsander Silva Dias | |
2018-08-22 | Merge pull request #21283 from YeldhamDev/gridmap_meshlib_rename | Rémi Verschelde | |
Rename instances of the word "theme" to "mesh_library" in GridMap and MeshLibrary editors | |||
2018-08-22 | Merge pull request #21150 from Calinou/more-window-placement-options | Rémi Verschelde | |
Add more project window placement options | |||
2018-08-22 | Rename instances of the word "theme" to "mesh_library" in GridMap and ↵ | Michael Alexsander Silva Dias | |
MeshLibrary editors | |||
2018-08-22 | Add more project window placement options | Hugo Locurcio | |
It is now possible to use the previous or next monitor (relative to the editor) to display running projects. If either end is reached, it will wrap around to the last or first monitor (respectively). This closes #20283. | |||
2018-08-22 | Display tile ID along with name | Mariano Javier Suligoy | |
Fixes #20895. | |||
2018-08-22 | Fix crash when previewing null AudioStream | Poommetee Ketson | |
2018-08-21 | BPTC support | elasota | |
2018-08-22 | Merge pull request #21274 from YeldhamDev/meshlib_editor_fixes | Rémi Verschelde | |
Fix MeshLibrary editor | |||
2018-08-22 | Add modulation of tiles from tileset in palette and editor draw | Laurent Van Acker | |
2018-08-21 | Fix MeshLibrary editor | Michael Alexsander Silva Dias | |
2018-08-21 | Merge pull request #21252 from vnen/remove-autoload-init | Rémi Verschelde | |
Disable scripting and physics early in EditorNode | |||
2018-08-21 | Merge pull request #21236 from dragmz/windows-graceful-close | Rémi Verschelde | |
Try closing gracefully before terminating process | |||
2018-08-21 | display some constants as hex | Juan Linietsky | |
2018-08-21 | Style: Fix issues that went past CI | Rémi Verschelde | |
2018-08-21 | Clipped camera implementation, a camera that avoids going into geometry. | Juan Linietsky | |
2018-08-20 | Disable scripting and physics early in EditorNode | George Marques | |
This avoids issues with scripts being instanced before this is set, like autoloads. | |||
2018-08-21 | Merge pull request #21241 from dragmz/reset-debugger-reason | Rémi Verschelde | |
Reset reason text when no longer connected | |||
2018-08-21 | Merge pull request #21220 from Noshyaar/import-crash | Rémi Verschelde | |
Fix crash while importing corrupt wav | |||
2018-08-21 | Merge pull request #21228 from Noshyaar/docs-bind | Rémi Verschelde | |
Fix arg name in docs, some copy-paste errors | |||
2018-08-21 | Merge pull request #21234 from guilhermefelipecgs/fix_inspector_capitalize | Rémi Verschelde | |
[EditorInspector] Fix ImportDock and ProjectExport capitalize | |||
2018-08-20 | Try closing gracefully before terminating process | Marcin Zawiejski | |
Use a Microsoft recommended way of process termination for the project process run from the editor. This allows loaded DLLs to receive and handle DLL_PROCESS_DETACH notification and cleanup any global state before the process actually exits. | |||
2018-08-20 | [EditorInspector] Fix ImportDock and ProjectExport capitalize | Guilherme Felipe | |
2018-08-21 | Fix crash while importing corrupted wav | Poommetee Ketson | |
Line 199 does division with 'bits per sample' but the check for 0 is missing. | |||
2018-08-21 | Fix arg name in docs, some copy-paste errors | Poommetee Ketson | |
2018-08-20 | Reset reason text when no longer connected | Marcin Zawiejski | |
Resets the "Child Process Connected" when the child process is no longer connected. | |||
2018-08-20 | Fix occasional crash when downloading assets from the Asset Library | Hugo Locurcio | |
This is caused by GitHub not publishing a Content-Length header in all cases (it only does so if the file was requested recently), which in turn made `String.humanize_size()` try to humanize a size of -1 byte (as returned by HTTPRequest when no Content-Length is contained in the response). This crashed the editor due to a division by zero. This closes #21200. | |||
2018-08-20 | Merge pull request #18822 from QbieShay/master | Juan Linietsky | |
Added spring arm node | |||
2018-08-20 | Massive rewrite to AnimationTree. Many APIs changed in order to: | Juan Linietsky | |
-Reuse resources -Expose properties in AnimationTree | |||
2018-08-20 | Merge pull request #21148 from akien-mga/placeholder_text_hint | Rémi Verschelde | |
Add PROPERTY_HINT_PLACEHOLDER_TEXT for String properties | |||
2018-08-20 | Remove a stray semicolon | Hein-Pieter van Braam | |
This was causing a lot of compiler warnings for no good reason. | |||
2018-08-20 | Add PROPERTY_HINT_PLACEHOLDER_TEXT for String properties | Rémi Verschelde | |
Use it to provide a better example for application identifiers on Android, iOS and macOS, where users thought they *had* to use this as a magic token. |