aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added examples to RegEx docZher Huei Lee2016-07-211-17/+22
|
* Merge pull request #5842 from hurikhan/x11_request_attentionRémi Verschelde2016-07-212-0/+21
|\ | | | | Implement OS.request_attention() for X11
| * Implement OS.request_attention() for X11Mario Schlack2016-07-212-0/+21
|/
* Merge pull request #5841 from vnen/fix-windows-wheelRémi Verschelde2016-07-211-4/+7
|\ | | | | Fix mouse wheel event position on Windows
| * Fix mouse wheel event position on WindowsGeorge Marques2016-07-211-4/+7
| |
* | Merge pull request #5837 from hurikhan/android_cleanupRémi Verschelde2016-07-2113-47/+69
|\ \ | | | | | | Minor code formatting in platform/android
| * | Minor code formatting in platform/androidMario Schlack2016-07-2113-47/+69
| | |
* | | Implement OS.request_attention() for OSX (#5662)GungnirInd2016-07-212-1/+6
| | | | | | | | | | | | Keeps bouncing icon until user focuses window
* | | Merge pull request #5560 from vnen/os-request-attentionRémi Verschelde2016-07-216-0/+25
|\ \ \ | |_|/ |/| | Add OS.request_attention() for Windows
| * | Add OS.request_attention() for WindowsGeorge Marques2016-07-056-0/+25
| | |
* | | Instance only selected scenes in FS dock, closes #5795Juan Linietsky2016-07-211-1/+2
| | |
* | | Renamed scenes_dock to filesystem_dock (makes more sense, it has not been a ↵Juan Linietsky2016-07-214-72/+72
| | | | | | | | | | | | scenes dock since a long time).
* | | Hide editor types from create node dialog, closes #3263Juan Linietsky2016-07-211-0/+3
| | |
* | | Some optimizations and limits for extreme zoom in and out in editor, fixes #5820Juan Linietsky2016-07-212-9/+58
| |/ |/|
* | Merge pull request #5836 from volzhs/issue-5830Rémi Verschelde2016-07-211-2/+0
|\ \ | | | | | | Remove "SMOOTH BEGIN?" message
| * | Remove "SMOOTH BEGIN?" messagevolzhs2016-07-211-2/+0
| | |
* | | Merge pull request #5835 from volzhs/issue-5831Rémi Verschelde2016-07-211-7/+7
|\ \ \ | | | | | | | | Fix compile error if use android_stl=yes
| * | | Fix compile error if use android_stl=yesvolzhs2016-07-211-7/+7
| |/ /
* | | Merge pull request #5829 from 29jm/masterRémi Verschelde2016-07-211-0/+1
|\ \ \ | | | | | | | | Fix the rotation not updating in the inspector with Controls
| * | | Fix the rotation not updating in the inspector with ControlsJohan Manuel2016-07-211-0/+1
| |/ /
* | | Merge pull request #5819 from hurikhan/android_getScreenDPIRémi Verschelde2016-07-215-3/+37
|\ \ \ | | | | | | | | Implement get_screen_dpi() on Android
| * | | Implement get_screen_dpi() on AndroidMario Schlack2016-07-205-3/+37
| | | |
* | | | Merge pull request #5200 from neikeq/sc-CanvasItemEditorRémi Verschelde2016-07-212-11/+10
|\ \ \ \ | | | | | | | | | | Implement ShortCuts in CanvasItemEditor
| * | | | Implement missing ShortCuts in CanvasItemEditorIgnacio Etcheverry2016-07-212-11/+10
| | | | |
* | | | | Fixed reloading of tool scripts within editor, they should work much better ↵Juan Linietsky2016-07-202-2/+22
| |_|/ / |/| | | | | | | | | | | now, closes #3194
* | | | put text formats for resources and scenes as priorityJuan Linietsky2016-07-195-8/+26
| | | |
* | | | Fixed properly not save signals that already exist in their base scenes, ↵Juan Linietsky2016-07-196-31/+36
| | | | | | | | | | | | | | | | closes #5656
* | | | WIP bugfix for existing connectionsJuan Linietsky2016-07-194-15/+140
| | | |
* | | | classref: WIP improved docs for NodeRémi Verschelde2016-07-191-37/+53
| | | | | | | | | | | | | | | | Also clarified the purpose of Input.get_mouse_speed (see #1355)
* | | | classref: Sync classes with sourceRémi Verschelde2016-07-191-74/+103
| |/ / |/| |
* | | Fix main scene not being saved when set via Play buttonRémi Verschelde2016-07-193-3/+6
| | | | | | | | | | | | | | | Fixes #1134 for real. Also tweaked the engine.cfg template and the preference order when browsing for the main scene.
* | | Revert "Homogeinize resource formats loaders/savers"Rémi Verschelde2016-07-194-15/+19
| | | | | | | | | | | | | | | | | | | | | | | | The text format definition needs to stay in `scene/` as it relies on other scene components, and `core/` must stay self-contained. This reverts commits a5e27503fd52589703d637d1245a023233a14a27 and 1492fd846073a4fa643365a8a5d4e021868c0e48.
* | | Merge pull request #5794 from TheHX/editor-settings-dialogRémi Verschelde2016-07-191-8/+23
|\ \ \ | | | | | | | | Keep selected section in Editor Settings when reopening the dialog
| * | | Keep selected section in Editor Settings when reopening the dialogFranklin Sobrinho2016-07-181-8/+23
| | | |
* | | | Merge pull request #5793 from TheHX/issue-5722Rémi Verschelde2016-07-192-2/+14
|\ \ \ \ | | | | | | | | | | Fix Editor Settings dialog range editing by dragging and using the slider
| * | | | Fix Editor Settings dialog range editing by dragging and using the sliderFranklin Sobrinho2016-07-182-2/+14
| |/ / /
* | | | Merge pull request #5792 from neikeq/pr-issue-3868Rémi Verschelde2016-07-192-0/+17
|\ \ \ \ | | | | | | | | | | Label: Added `get_visible_line_count` method
| * | | | Label: Added `get_visible_line_count` methodIgnacio Etcheverry2016-07-182-0/+17
| | | | |
* | | | | Merge pull request #5790 from neikeq/pr-issue-1149Rémi Verschelde2016-07-191-0/+4
|\ \ \ \ \ | | | | | | | | | | | | MenuButton: Fix event propagation with dialogs
| * | | | | MenuButton: Fix event propagation with dialogsIgnacio Etcheverry2016-07-181-0/+4
| |/ / / /
* | | | | Merge pull request #5787 from akien-mga/pr-fix-warningsRémi Verschelde2016-07-191-5/+5
|\ \ \ \ \ | | | | | | | | | | | | Fix multichar character constant warning
| * | | | | Fix multichar character constant warningRémi Verschelde2016-07-181-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Multi-character character constants are implementation defined, and therefore they are risky to use for use when trying to be compatible with so many different platforms. Fixes #2540.
* | | | | | Merge pull request #5783 from TheHX/issue-5782Rémi Verschelde2016-07-192-15/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix crash when dropping scene as a sibling of the root node
| * | | | | | Fix crash when dropping scene as a sibling of the root nodeFranklin Sobrinho2016-07-182-15/+14
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #5760 from r1cebank/issue-5636__add-close-docs-optionRémi Verschelde2016-07-192-1/+27
|\ \ \ \ \ \ | | | | | | | | | | | | | | Script Editor: adding close all docs menu option
| * | | | | | Script Editor: adding close all docs menu optionSiyuan Gao2016-07-182-1/+27
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #5731 from neikeq/pr-issue-5642Juan Linietsky2016-07-181-3/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | LineEdit: Fix rtl scrolling with mouse drag selection
| * | | | | | LineEdit: Fix rtl scrolling with mouse drag selectionIgnacio Etcheverry2016-07-151-3/+6
| | |_|_|/ / | |/| | | |
* | | | | | Always soft reload editor plugins. Closes #5273Juan Linietsky2016-07-181-1/+3
| | | | | |
* | | | | | Property convert images to RGBA before applying hq2x, fixes #5168Juan Linietsky2016-07-182-3/+7
| | | | | |