| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | Merge pull request #11575 from marcelofg55/move_path_to_trash | Poommetee Ketson | 2017-10-02 | 2 | -13/+20 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trash | |||||
| | * | | | | | | | | FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trash | Marcelo Fernandez | 2017-09-25 | 2 | -13/+20 | |
| | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #11646 from djrm/pr_visual_improvements | Poommetee Ketson | 2017-10-02 | 20 | -86/+144 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Several visual improvements. | |||||
| | * | | | | | | | | Several visual improvements. | Daniel J. Ramirez | 2017-09-28 | 20 | -86/+144 | |
| | | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added proper label sizing Improved text editor status bar Fixed some issues with ItemList and also some style fixes Added background to color picker samples (the mrcdk fix) Fixed slider ticks. Added VS breakpoint and error styleboxes. | |||||
| * | | | | | | | | Merge pull request #11661 from mhilbrunner/issue-11616-always-validate | Poommetee Ketson | 2017-10-02 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Editor: Run validation on every text change, not only inserts | |||||
| | * | | | | | | | | Editor: Run validation on every text change, not only inserts | mhilbrunner | 2017-09-30 | 1 | -1/+2 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #11674 from marcelofg55/master | Poommetee Ketson | 2017-10-02 | 1 | -1/+3 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Prevent a possible crash when exporting to MeshLibrary | |||||
| | * | | | | | | | | Prevent a possible crash when exporting to MeshLibrary | Marcelo Fernandez | 2017-09-28 | 1 | -1/+3 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #11743 from groud/zoom_button_fix | Poommetee Ketson | 2017-10-02 | 2 | -44/+22 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix zoom button not zooming on the screen center | |||||
| | * | | | | | | | | Fix zoom button not zooming on the screen center | Gilles Roudiere | 2017-10-01 | 2 | -44/+22 | |
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #11755 from gabrielformiga/fix-draw-bones | Gilles Roudiere | 2017-10-01 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix bone draw on viewport | |||||
| | * | | | | | | | | Fix bones draw on viewport | Gabriel | 2017-10-01 | 1 | -0/+1 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #11399 from toger5/bottom_panel_debugger | Gilles Roudiere | 2017-10-01 | 3 | -35/+29 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Bottom panel debugger | |||||
| | * | | | | | | | fixed bottom panel debugger exception | toger5 | 2017-09-28 | 3 | -35/+29 | |
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - make it work in combination with the border for tabs - fixed updating when changing theme | |||||
| * | | | | | | | Merge pull request #11720 from ↵ | Poommetee Ketson | 2017-09-30 | 2 | -5/+5 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ISylvox/EnhanceExperience-onUsing-DragNDropAssetTo2DViewport Rename Patch9Rect into NinePatchRect on "Drag & Drop Asset to 2D Viewport" Feature | |||||
| | * | | | | | | | Renamed Patch9Rect (which was expected to be renamed to NinePacthRect) into ↵ | Indah Sylvia | 2017-09-30 | 2 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NinePatchRect on "drag & drop asset to 2D viewport" feature. | |||||
| * | | | | | | | | Fixes node2D not lockable/groupable | Gilles Roudiere | 2017-09-30 | 1 | -2/+2 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #11668 from scayze/open_empty_script_fix | Gilles Roudiere | 2017-09-30 | 1 | -5/+1 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | fixed not beeing able to open empty scripts | |||||
| | * | | | | | | | fix not beeing able to open empty scripts | Scayze | 2017-09-28 | 1 | -5/+1 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #11704 from Hinsbart/move_interface_properties | Gilles Roudiere | 2017-09-30 | 7 | -41/+41 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | EditorSettings: Move interface/ properties to interface/editor | |||||
| | * | | | | | | | EditorSettings: Move interface/ properties to interface/editor | Andreas Haas | 2017-09-29 | 7 | -41/+41 | |
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes inconsistent behaviour where clicking on the "Interface" in the Editor Settings wouldn't collapse the category as is the case for all the other categories. | |||||
| * | | / / / / | Restored ability to import OBJ files as meshes directly. Finally closes #9445. | Juan Linietsky | 2017-09-29 | 3 | -54/+144 | |
| | |_|/ / / / |/| | | | | | ||||||
| * | | | | | | fixed help bg | toger5 | 2017-09-28 | 2 | -28/+15 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #11617 from groud/fix_bad_display | Rémi Verschelde | 2017-09-27 | 5 | -7/+0 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Fixes bad display | |||||
| | * | | | | | Remove unecessary anchors&margins set causing bad display (sons of containers) | Gilles Roudiere | 2017-09-27 | 5 | -7/+0 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Fix remove icon in autoload panel | Guilherme Felipe | 2017-09-27 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Update theme property respectively | volzhs | 2017-09-26 | 4 | -20/+48 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #11598 from djrm/pr_fix_code_editor_close | Rémi Verschelde | 2017-09-26 | 1 | -2/+2 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix missing code editor find and replace missing hover icon. [ci skip] | |||||
| | * | | | | Fix missing code editor find and replace missing hover icon. | Daniel J. Ramirez | 2017-09-25 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #11597 from djrm/pr_interface_colors | Rémi Verschelde | 2017-09-26 | 12 | -36/+50 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Removed most of the custom colors from the interface. | |||||
| | * | | | | | Removed most of the custom colors from the interface. | Daniel J. Ramirez | 2017-09-25 | 12 | -36/+50 | |
| | |/ / / / | ||||||
| * / / / / | Removed transparency from spatial editor grid. | Daniel J. Ramirez | 2017-09-25 | 2 | -71/+20 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #11424 from groud/control_node_presets | Rémi Verschelde | 2017-09-26 | 24 | -51/+51 | |
| |\ \ \ \ | | | | | | | | | | | Implements set_margins_preset(...) | |||||
| | * | | | | Remove set_area_as_parent_rect and replace it by ↵ | Gilles Roudiere | 2017-09-22 | 24 | -51/+51 | |
| | | | | | | | | | | | | | | | | | | | | | set_anchors_and_margins_preset(PRESET_WIDE) | |||||
| * | | | | | Merge pull request #11542 from marcelofg55/bucket_limit | Rémi Verschelde | 2017-09-25 | 2 | -11/+32 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Bucket fill will now incrementally process the queue on preview mode | |||||
| | * | | | | | Bucket fill will now incrementally process the queue on preview mode | Marcelo Fernandez | 2017-09-24 | 2 | -11/+32 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #11564 from djrm/pr_editor_settings_undo | Rémi Verschelde | 2017-09-25 | 4 | -157/+200 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Added the ability to revert to initial value in editor settings. | |||||
| | * | | | | | | Added the ability to revert to initial value in editor settings. | Daniel J. Ramirez | 2017-09-24 | 4 | -157/+200 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #11567 from QuLogic/scons-var-types | Rémi Verschelde | 2017-09-25 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Add types to scons command-line options | |||||
| | * | | | | | | Use BoolVariable in target/component/advanced options. | Elliott Sales de Andrade | 2017-09-25 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #11569 from djrm/pr_audio_buses_fixes | Rémi Verschelde | 2017-09-25 | 2 | -22/+34 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Improved audio buses editor | |||||
| | * | | | | | | | Improved audio buses editor | Daniel J. Ramirez | 2017-09-25 | 2 | -22/+34 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #11576 from volzhs/output-console | Rémi Verschelde | 2017-09-25 | 3 | -7/+20 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add font size setting for output panel | |||||
| | * | | | | | | | | Add font size setting for output panel | volzhs | 2017-09-25 | 3 | -7/+20 | |
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #11580 from endragor/ios-export | Rémi Verschelde | 2017-09-25 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | Enhance iOS export | |||||
| | * | | | | | | | Enhance iOS export | Ruslan Mustakov | 2017-09-26 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The export process now builds complete .ipa on macOS, instead of just creating XCode project. - The project includes Capabilities games usually require: Game Center, Push Notifications, In-App Purchase. - Icons and launch screens can be specified in export preset. | |||||
| * | | | | | | | | 2DEditor: fix duplicated 'id_pressed' connection | Poommetee Ketson | 2017-09-25 | 1 | -2/+0 | |
| | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #11570 from djrm/pr_fix_tooltip | Rémi Verschelde | 2017-09-25 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Fixed tooltip font color | |||||
| | * | | | | | | Fixed tooltip font color | Daniel J. Ramirez | 2017-09-25 | 1 | -1/+2 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #10796 from djrm/pr_better_project_creation | Rémi Verschelde | 2017-09-25 | 5 | -121/+247 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Improved New Project and Import project experience | |||||
