Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2018-08-20 | Port ImportDock and ProjectExport to new property editor (2nd try) | Rémi Verschelde | |
Thanks to @ibrahn for helping debug the crashes caused in ProjectExportDialog by the stray `update_tree()` call, no longer needed in the new inspector. | |||
2018-08-20 | Merge pull request #21195 from AlexHolly/search-help-selection-color | Rémi Verschelde | |
changed search help selection color | |||
2018-08-20 | Merge pull request #21166 from Zylann/find_in_files_improvement | Rémi Verschelde | |
Find in Files improvements | |||
2018-08-19 | changed search help selection color | Alexander Holland | |
2018-08-19 | Find in Files improvements | Marc Gilleron | |
- Search results are now grouped by file using a Tree control - You can opt out occurences when using replace mode - Double-check search results in case files have been tampered with, so occurrences don't get badly replaced - Fixed replace bug when an occurrence is found twice in one line | |||
2018-08-19 | Merge pull request #21154 from Chaosus/grid_2d_color | Rémi Verschelde | |
Added setting to change color of 2d editor grid | |||
2018-08-19 | Merge pull request #21129 from Calinou/fix-3d-grid-origin-flicker | Rémi Verschelde | |
Fix the 3D grid flickering when the origin is enabled | |||
2018-08-19 | Merge pull request #20893 from guilhermefelipecgs/invert_depth_map | Rémi Verschelde | |
Add option to convert from height map to depth map | |||
2018-08-19 | Added possibility to change color of 2d editor grid | Chaosus | |
2018-08-18 | Merge pull request #21155 from ordigdug/fix-colorpicker-popup | Rémi Verschelde | |
Fixes colorpicker popup immeditately closing when interacting with co… | |||
2018-08-19 | Fix args count mismatch in property_changed signal | Poommetee Ketson | |
...when editing Dictionary/Array property | |||
2018-08-18 | Fixed text entry is going in reverse | DualMatrix | |
Fixed text entry is going in reverse, this undoes what seems to be a mistake in #20400 and fixes #21061 | |||
2018-08-18 | Fixes colorpicker popup immeditately closing when interacting with ↵ | ordigdug | |
colorpicker property in a subinspector. Fixes #19559 | |||
2018-08-18 | Revert "Port ImportDock and ProjectExport to new property editor" | Rémi Verschelde | |
2018-08-18 | Port ImportDock and ProjectExport to new property editor | Rémi Verschelde | |
2018-08-18 | added spring arm node. | QbieShay | |
2018-08-17 | Fix the 3D grid flickering when the origin is enabled | Hugo Locurcio | |
2018-08-17 | [Texture Importer] Add option to invert color | Guilherme Felipe | |
2018-08-17 | Export dialog: Fix error color and link alignment | Rémi Verschelde | |
Also fix extraneous "- " line when there are more than 2 messages. | |||
2018-08-17 | Fix error icon color | Chaosus | |
2018-08-17 | Fix bucket fill behaviour when selecting multiple tiles | Markar | |
2018-08-16 | Merge pull request #21046 from DualMatrix/recent_custom_type | Rémi Verschelde | |
Fixed custom nodes not working with favorites and recently used | |||
2018-08-16 | Merge pull request #21067 from natrim/Particles2D_AABB | Rémi Verschelde | |
Particles2D: set emitting if not set before generating Visibility Rect | |||
2018-08-16 | Fixed custom nodes not working properly with favorites and recently used in ↵ | DualMatrix | |
create node window. | |||
2018-08-16 | Fix crash assigning script to a Resource | Rémi Verschelde | |
We were dereferencing the wrong identifier, which could be NULL. Fixes #19289, supersedes and closes #20985. |