| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-05-18 | fixed capital A osx | toger5 | 1 | -2/+2 | |
| 2018-05-18 | Fix UWP build after #14622. | bruvzg | 2 | -4/+4 | |
| 2018-05-18 | -Hid texture flags by default so they dont take so much space | Juan Linietsky | 2 | -2/+4 | |
| -make curve texture preview not so large, so its easier to embed the editor | |||||
| 2018-05-18 | Fixes issue that a viewport texture doesn't work with particle shader | Bastiaan Olij | 1 | -0/+3 | |
| 2018-05-17 | Small visual changes for some filter bars. | Michael Alexsander Silva Dias | 2 | -9/+5 | |
| 2018-05-18 | Revert "Fix color-picker sliders" | Rémi Verschelde | 1 | -4/+5 | |
| 2018-05-17 | Working Drag & Drop again in inspector | Juan Linietsky | 3 | -1/+123 | |
| 2018-05-17 | Moved inspector functionality from EditorNode to InspectorDock. | Daniel J. Ramirez | 6 | -634/+748 | |
| 2018-05-17 | Fix color-picker sliders | Martin Capitanio | 1 | -5/+4 | |
| 2018-05-17 | -Ability to open resources in the same window | Juan Linietsky | 26 | -302/+579 | |
| -Plenty of fixes and improvements to new inspector -Fixes that were needed to make inspector work better | |||||
| 2018-05-17 | Fix bug in CubeMesh | Chaosus | 1 | -1/+1 | |
| 2018-05-17 | mono: Plane, expose Normal, and D | Kelly Thomas | 1 | -38/+44 | |
| 2018-05-17 | Restore support for minimal 3x3 autotile sets | isaacremnant | 4 | -17/+34 | |
| 2018-05-17 | mono: New Color methods: Darkened, Lightened and ToRgba32 | Kelly Thomas | 1 | -4/+22 | |
| 2018-05-17 | Mono: Basis constructor for euler parameter | Kelly Thomas | 1 | -0/+20 | |
| 2018-05-17 | Fix missing return on Navigation2D::get_closest_point_owner | Marcelo Fernandez | 1 | -1/+1 | |
| 2018-05-17 | fixes build error on Linux after its introduction in #18949 | Michele Valente | 1 | -2/+2 | |
| The function expects now a return value. Returning NULL seems to work in this case. | |||||
| 2018-05-17 | Mono: Project building fixes | Ignacio Etcheverry | 5 | -66/+146 | |
| - Set (Csc/Vbc/Fsc)ToolExe environment variables to point to the batch files in Mono's bin directory when building with Mono's MSBuild. - Set Mono's MSBuild as the default build tool on Windows. - Generate projects with portable DebugType instead of full. | |||||
| 2018-05-17 | Fix PoolAllocator::resize for too large p_new_size | nemerle | 1 | -1/+1 | |
| The code had a subtle signed/unsigned bug - ```cpp if( signed - unsigned < 0) // signed - unsigned is unsigned in c++, so if( unsigned < 0) // and thus the if block will never be executed ``` Thus all the following code would be ran, including unnecessary retries of compacting the pool. | |||||
| 2018-05-16 | Added Rename Context Menu Option for SceneTreeDock | Eoin O'Neill | 2 | -1/+14 | |
| 2018-05-16 | Fix scons installation on AppVeyor | Rémi Verschelde | 1 | -1/+2 | |
| Seems like AppVeyor just upgraded pip and finally removed the deprecated --egg switch. | |||||
| 2018-05-16 | Fix bad operator check in `ShaderLanguage::_validate_assign` | nemerle | 1 | -1/+1 | |
| 2018-05-16 | Add missing copyright headers | Guilherme Felipe | 27 | -0/+810 | |
| 2018-05-16 | Properly show the property name on tooltip | Juan Linietsky | 1 | -1/+5 | |
| 2018-05-17 | [docs] fix links in class docs | Kelly Thomas | 9 | -14/+14 | |
| 2018-05-16 | Exposed set/get_project_metadata in EditorSettings. | Michael Alexsander Silva Dias | 4 | -4/+29 | |
| 2018-05-16 | AssetLib pagination modifications | Karolis K | 2 | -36/+36 | |
| 2018-05-16 | Changed the name displayed in the Script tab for built-in script with a more ↵ | Samuele Zolfanelli | 1 | -1/+2 | |
| descriptive one | |||||
| 2018-05-16 | Store flags so it isn't lost when viewport isn't setup yet | Bastiaan Olij | 2 | -6/+9 | |
| 2018-05-16 | Allow editing of some unbound properties when hinted (or no range hinted) | Juan Linietsky | 18 | -48/+113 | |
| 2018-05-16 | Add note about color picker deferred initialization | Juan Linietsky | 1 | -0/+3 | |
| 2018-05-16 | Fix segfault at quiting editor | volzhs | 1 | -1/+1 | |
| 2018-05-16 | Add margin bottom with find/replace bar on script editor | volzhs | 2 | -6/+5 | |
| 2018-05-15 | Fixing a bug where tilemap navigation would not be accurate after a tilemap ↵ | James | 1 | -1/+2 | |
| exits and then re-enters the tree. Fixing a bug where deleting a tile and then querying navigation would result in an incorrect path if both happened within the same frame. | |||||
| 2018-05-16 | Fix Camera2D drag margin property is affected by zoom property #18912 | Anthony Rey | 1 | -4/+4 | |
| 2018-05-15 | Fix compile error with clang | Marcelo Fernandez | 1 | -1/+1 | |
| 2018-05-15 | -New inspector. | Juan Linietsky | 39 | -337/+5975 | |
| -Changed UI resizing code, gained huge amount of speed. -Reorganized timer sync to clean up behavior (sorry forgot commit this before) - | |||||
| 2018-05-15 | Fix missing registration for new param of TextEdit::cursor_set_line. | Pieter-Jan Briers | 2 | -1/+3 | |
| This caused Mono glue gen to fail and other bugs to appear (such as in Visual Script) | |||||
| 2018-05-15 | fix get_char_width for non-latin characters | ianb96 | 2 | -3/+3 | |
| 2018-05-16 | Update zstd to 1.3.4 | volzhs | 32 | -3196/+5587 | |
| 2018-05-16 | Update minizip to 1.2.11 | volzhs | 8 | -45/+68 | |
| 2018-05-16 | Update libwebp to 1.0.0 | volzhs | 49 | -367/+1589 | |
| 2018-05-15 | Respect visibility change by Scene dock when using Sync Scene Changes | volzhs | 2 | -29/+15 | |
| Fix #18757 with keeping a feature introduced at 8343c9fbd | |||||
| 2018-05-15 | Bring back 2D bone selection | Gilles Roudiere | 2 | -38/+92 | |
| 2018-05-15 | Set current SynchronizationContext before the game loop starts | Adam Cigánek | 1 | -1/+1 | |
| This fixes the problem that `SynchronizationContext.Current` would be null during the call to `_EnterTree`, `_Ready` and the first call to `_Process` thus the task continuations would be scheduled outside the main thread, which is unexpected and might lead to crashes. With this change, task continuations are scheduled always on the main thread and so async/await can be used without any explicit synchronization, which is what is expected. Fixes #18849 | |||||
| 2018-05-15 | Fixes hovered Nodes2D display in the editor (remove duplicates) | Gilles Roudiere | 1 | -1/+10 | |
| 2018-05-14 | added documentation for procedural sky | clayjohn | 1 | -0/+19 | |
| Added documentation for procedural sky added documentation for procedural sky added documentation for procedural sky | |||||
| 2018-05-14 | TextEdit word wrap | Ian | 4 | -576/+986 | |
| 2018-05-14 | ImageTexture.load returns an error code. | Pieter-Jan Briers | 4 | -6/+11 | |
| 2018-05-14 | Workaround for clang 6 bug. | bruvzg | 1 | -9/+9 | |
