Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-19 | Fixed Typo: 'Seperate' to 'Separate' | Indah Sylvia | |
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-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 | 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 | |||
2017-09-16 | forgot to set proper default values for new camera interpolation | Juan Linietsky | |
2017-09-16 | Fixed to InputDefault, button mask was wrong. Fixes to editor camera ↵ | Juan Linietsky | |
interpolation. | |||
2017-09-16 | Fixed quick open not showing enties with no search text, issue 11277 | Paulb23 | |
2017-09-16 | Merge pull request #11319 from neikeq/docdata-enum-proxy | Ignacio Etcheverry | |
DocData: Fix enums for proxy classes | |||
2017-09-16 | DocData: Fix enums for proxy classes | Ignacio Etcheverry | |
2017-09-16 | Fix errors in Python 3 build | Matthias Hoelzl | |
2017-09-15 | Added adaptive text editor theme, this includes the shader editor | Daniel J. Ramirez | |
2017-09-15 | Added type on export file callback, and initial export function. | Juan Linietsky | |
2017-09-15 | Merge pull request #11230 from maxim-sheronov/fix_enum_bindings | Thomas Herzog | |
Fix enums bindings | |||
2017-09-15 | fix editor/property_editor.cpp missing TTR | sersoong | |
2017-09-15 | Fix !icon_map.has(p_type) error | volzhs | |
"ResizedFolder" "ResizedFile" icons are removed from 15904d6 | |||
2017-09-15 | Added border for tabs + container. | toger5 | |
- moved tabConetent position to be more reasonable. - fixed drawing order to allow those kind of styles. | |||
2017-09-14 | Re-Added export plugins with a more interesting API, as well as the ability ↵ | Juan Linietsky | |
to do path remapping. Also added ability to tell the exporter that a shared object needs to be bundled in the build. | |||
2017-09-15 | fixed double border for debugger tab panel | toger5 | |
2017-09-14 | Renamed function arguments to keep them consistent between declaration and ↵ | Wilson E. Alvarez | |
implementation | |||
2017-09-14 | adds display of old bounding box as suggested by Zephilinox in issue #10936 | poke1024 | |
2017-09-14 | Fixed typo in editor_node.cpp: 'my' to 'may' | Indah Sylvia | |
2017-09-14 | Warn the user that changes to resources will be lost when editing imported ↵ | Juan Linietsky | |
or instanced resources from scenes. | |||
2017-09-14 | Merge pull request #11253 from djrm/pr_better_docs | Rémi Verschelde | |
Improved editor docs | |||
2017-09-14 | Merge pull request #11246 from djrm/pr_better_script_temperature | Hein-Pieter van Braam | |
More consistent script color temperatures. | |||
2017-09-14 | Merge pull request #11031 from nabor/rename-dialog | Hein-Pieter van Braam | |
Added support to rename projects on manager | |||
2017-09-14 | Merge pull request #11195 from poke1024/fix10936 | Rémi Verschelde | |
Sprite selection rectangle updates again (fixes #10936) | |||
2017-09-14 | Several fixed to editor doc. | Daniel J. Ramirez | |
Improved style Fixed editor help issues Added editor help index | |||
2017-09-14 | Changed source font to Mononoki. | Daniel J. Ramirez | |