Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-19 | Merge pull request #11256 from djrm/pr_visual_improvements | Rémi Verschelde | |
Visual improvements and new look for VS | |||
2017-09-19 | Merge pull request #11310 from djrm/pr_mono_font_in_log | Rémi Verschelde | |
Use code font in editor log | |||
2017-09-19 | Merge pull request #11327 from SaracenOne/drag_meshes | Rémi Verschelde | |
Drag and drop for meshes directly. | |||
2017-09-19 | Merge pull request #11378 from Faless/ipv6_no_linklocal | Rémi Verschelde | |
Do not allow link-local addresses to be used by editor debugger | |||
2017-09-19 | Merge pull request #11396 from djrm/pr_fix_metrics | Rémi Verschelde | |
Fixed a lot of HiDPI metrics. | |||
2017-09-19 | Merge pull request #10437 from groud/2d_editor_enhancements | Rémi Verschelde | |
Some 2d editor enhancements | |||
2017-09-19 | Fixed Typo: 'Seperate' to 'Separate' | Indah Sylvia | |
2017-09-18 | Drag and drop for meshes directly and fix drop restriction for non-Texture ↵ | SaracenOne | |
objects in canvas editor. | |||
2017-09-18 | Add some options and reorganize the 2D editor menus. Makes available forced ↵ | Gilles Roudiere | |
snapping. | |||
2017-09-18 | Fixed a lot of HiDPI metrics. | Daniel J. Ramirez | |
2017-09-18 | Merge pull request #11021 from tuga3d/autocomplete-logic-attempt2 | Rémi Verschelde | |
autocomplete logic attempt 2, fixes #10695 | |||
2017-09-17 | Fixed metrics. | Daniel J. Ramirez | |
2017-09-18 | Do not allow link-local addresses to be used by editor debugger | Fabio Alessandrelli | |
Default editor debugger address is now 127.0.0.1 | |||
2017-09-17 | Implement smart snapping. Fixes a bug with anchors single-axis move (when ↵ | Gilles Roudiere | |
they were rotated). | |||
2017-09-17 | Avoid grid step to go below zero | Gilles Roudiere | |
2017-09-17 | Use shift to move anchors on a single axis | Gilles Roudiere | |
2017-09-17 | Implement shortcuts to multiply/divide the grid step | Gilles Roudiere | |
2017-09-17 | Fusion the lock/unlock and the group/ungroup buttons | Gilles Roudiere | |
2017-09-17 | Adds keyboards shortcuts | Gilles Roudiere | |
2017-09-17 | Implements rulers | Gilles Roudiere | |
2017-09-17 | Merge pull request #11220 from toger5/bottom_panel_debugger_tabs_fix | Rémi Verschelde | |
made tabs visible in debugger fixes: #11212 | |||
2017-09-17 | Fixes axis badly displayed with high zooming values | Gilles Roudiere | |
2017-09-17 | Split some functions to make the code more readable (maybe at the price of a ↵ | Gilles Roudiere | |
neglibile performance loss) | |||
2017-09-17 | Make the shortcuts for setting the pivot editable | Gilles Roudiere | |
2017-09-17 | Display draggable anchors only if the parent is not a container | Gilles Roudiere | |
2017-09-17 | Display width and height when dragging a node side | Gilles Roudiere | |
2017-09-17 | Draw a ghost rect when dragging nodes if it's rotated/scaled | Gilles Roudiere | |
2017-09-17 | Displays margins values when moving the node | Gilles Roudiere | |
2017-09-17 | Merge pull request #11251 from toger5/q_e_fix_freelook | Rémi Verschelde | |
swapped up down shortcut for freelook (to fit unreal) | |||
2017-09-17 | Merge pull request #11362 from marcelofg55/fix_x11_export | Rémi Verschelde | |
Fix x11 exported executables not getting the +x flag | |||
2017-09-17 | Merge pull request #11360 from volzhs/fix-animation-editor-error | Rémi Verschelde | |
Fix set_item_icon error when starting editor | |||
2017-09-17 | Fix x11 exported executables not getting the +x flag | Marcelo Fernandez | |
2017-09-17 | Merge pull request #11356 from Paulb23/text_editor_theme_crash | Rémi Verschelde | |
Fixed segfault on loading text editor theme [ci skip] | |||
2017-09-18 | Fix set_item_icon error when starting editor | volzhs | |
2017-09-17 | Fixed segfault on loading text editor theme | Paulb23 | |
2017-09-17 | Adds missing shortcuts to TileEditor. Keeps fill-tool selected after use | Jakob Schwab | |
The following keyboard shortcuts are now available: -Bucket fill (G) -Paint Tile (P) -Transpose Tile (T) Fixes #10918 | |||
2017-09-17 | Merge pull request #11274 from Rubonnek/keep-argument-names-consistent | Rémi Verschelde | |
Renamed function arguments to keep them consistent between declaration and implementation | |||
2017-09-17 | Merge pull request #11196 from poke1024/canvas-old-rect | Rémi Verschelde | |
Adds display of old bounding box as suggested by Zephilinox in issue … | |||
2017-09-17 | Merge pull request #11075 from ISylvox/fix-main-scene-state | Rémi Verschelde | |
Fixes Tab Switching of Main Scene State. Closes #11045 | |||
2017-09-17 | Merge pull request #10998 from MillionOstrich/custom-types-fix-icons | Rémi Verschelde | |
Fix icons for custom types in the recent & favorites lists in the create dialog | |||
2017-09-17 | Merge pull request #10900 from toger5/theme_tab_border | Rémi Verschelde | |
Added border for tabs + container. | |||
2017-09-17 | Merge pull request #11323 from Paulb23/quick_open_not_showing_issue_11277 | Rémi Verschelde | |
Fixed quick open not showing entries with no search text, issue 11277 | |||
2017-09-17 | Merge pull request #11282 from djrm/pr_script_editor_auto_theme | Poommetee Ketson | |
Added adaptive text editor theme | |||
2017-09-17 | Merge pull request #11287 from sersoong/master | Poommetee Ketson | |
fix editor/property_editor.cpp missing TTR | |||
2017-09-17 | Merge pull request #11338 from marcelofg55/clang_compilefix | Poommetee Ketson | |
Compile fix for clang error on spatial_editor_plugin.cpp | |||
2017-09-16 | Add missing icons in animation tree editor | Guilherme Felipe | |
2017-09-16 | Compile fix for clang error on spatial_editor_plugin.cpp | Marcelo Fernandez | |
2017-09-16 | Merge pull request #11265 from hoelzl/fix-python3-build | Rémi Verschelde | |
Fix errors in Python 3 build [ci skip] | |||
2017-09-16 | Apply clang-format again to recent changes | Rémi Verschelde | |
Also add missing copyright headers. [ci skip] | |||
2017-09-16 | Merge pull request #11283 from volzhs/fix-icon_map-error | Rémi Verschelde | |
Fix !icon_map.has(p_type) error |