summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-22FreeType: Reduce diff with upstream 2.5.0 versionRémi Verschelde
The Godot specific changes to ftoption.h are indicated with a `// -Godot-` comment for clarity. See #5859 for details.
2016-07-22Fixed ItemList indexing bug while selecting items.Robert Lewicki
Also added functionality for unselecting items in itemlist while clicking in empty space. Fixes #5772.
2016-07-22Removed support for saving paths as relative, closes #5728Juan Linietsky
Editor now has good refactoring tools, so this function is mostly obsolete
2016-07-22Make texture parameter optional in begin() of ImmediateGeometry. Closes ↵Juan Linietsky
#5676 and closes #5720
2016-07-22Show a warning that an animation must be selected in order to edit it. Avoid ↵Juan Linietsky
copying/pasting if no anim selected. Closes #5799
2016-07-22Set proper line into operators when parsing GDScript, fixes #5822Juan Linietsky
2016-07-22Merge pull request #5851 from 29jm/typo-scrollRémi Verschelde
Fix typo in ScrollContainer documentation
2016-07-22Fix typo in ScrollContainer documentationJohan Manuel
2016-07-22Merge pull request #5849 from SaracenOne/expose_add_indexRémi Verschelde
SurfaceTool add_index method exposed to scripts.
2016-07-22Merge pull request #5847 from 29jm/patch-3Rémi Verschelde
Expose virtual keyboard functions to GDScript
2016-07-22Merge pull request #5846 from leezh/regex_docRémi Verschelde
Added examples to RegEx doc #5827
2016-07-22Merge pull request #5845 from hurikhan/x11_cleanupRémi Verschelde
Code cleanup in platform/x11
2016-07-22Fix binding for ItemList.sort_items_by_textRémi Verschelde
Also forces to recompute the cached rect for all items. Fixes #5799
2016-07-22SurfaceTool add_index method exposed to scripts.Saracen
2016-07-21Expose virtual keyboard functions to GDScriptJohan Manuel
2016-07-21properly implement item disabling, fixes #5683Juan Linietsky
2016-07-21Update profiler curves on item toggled, closes #5680Juan Linietsky
2016-07-21Added examples to RegEx docZher Huei Lee
2016-07-21Code cleanup in platform/x11Mario Schlack
2016-07-21Merge pull request #5842 from hurikhan/x11_request_attentionRémi Verschelde
Implement OS.request_attention() for X11
2016-07-21Implement OS.request_attention() for X11Mario Schlack
2016-07-21Merge pull request #5841 from vnen/fix-windows-wheelRémi Verschelde
Fix mouse wheel event position on Windows
2016-07-21Merge pull request #5837 from hurikhan/android_cleanupRémi Verschelde
Minor code formatting in platform/android
2016-07-21Implement OS.request_attention() for OSX (#5662)GungnirInd
Keeps bouncing icon until user focuses window
2016-07-21Merge pull request #5560 from vnen/os-request-attentionRémi Verschelde
Add OS.request_attention() for Windows
2016-07-21Fix mouse wheel event position on WindowsGeorge Marques
2016-07-21Instance only selected scenes in FS dock, closes #5795Juan Linietsky
2016-07-21Renamed scenes_dock to filesystem_dock (makes more sense, it has not been a ↵Juan Linietsky
scenes dock since a long time).
2016-07-21Hide editor types from create node dialog, closes #3263Juan Linietsky
2016-07-21Some optimizations and limits for extreme zoom in and out in editor, fixes #5820Juan Linietsky
2016-07-21Minor code formatting in platform/androidMario Schlack
2016-07-21Merge pull request #5836 from volzhs/issue-5830Rémi Verschelde
Remove "SMOOTH BEGIN?" message
2016-07-21Merge pull request #5835 from volzhs/issue-5831Rémi Verschelde
Fix compile error if use android_stl=yes
2016-07-21Remove "SMOOTH BEGIN?" messagevolzhs
2016-07-21Fix compile error if use android_stl=yesvolzhs
2016-07-21Merge pull request #5829 from 29jm/masterRémi Verschelde
Fix the rotation not updating in the inspector with Controls
2016-07-21Merge pull request #5819 from hurikhan/android_getScreenDPIRémi Verschelde
Implement get_screen_dpi() on Android
2016-07-21Merge pull request #5200 from neikeq/sc-CanvasItemEditorRémi Verschelde
Implement ShortCuts in CanvasItemEditor
2016-07-20Fixed reloading of tool scripts within editor, they should work much better ↵Juan Linietsky
now, closes #3194
2016-07-21Implement missing ShortCuts in CanvasItemEditorIgnacio Etcheverry
2016-07-21Fix the rotation not updating in the inspector with ControlsJohan Manuel
2016-07-20Implement get_screen_dpi() on AndroidMario Schlack
2016-07-19put text formats for resources and scenes as priorityJuan Linietsky
2016-07-19Fixed properly not save signals that already exist in their base scenes, ↵Juan Linietsky
closes #5656
2016-07-19WIP bugfix for existing connectionsJuan Linietsky
2016-07-19classref: WIP improved docs for NodeRémi Verschelde
Also clarified the purpose of Input.get_mouse_speed (see #1355)
2016-07-19classref: Sync classes with sourceRémi Verschelde
2016-07-19Fix main scene not being saved when set via Play buttonRémi Verschelde
Fixes #1134 for real. Also tweaked the engine.cfg template and the preference order when browsing for the main scene.
2016-07-19Revert "Homogeinize resource formats loaders/savers"Rémi Verschelde
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.
2016-07-19Merge pull request #5794 from TheHX/editor-settings-dialogRémi Verschelde
Keep selected section in Editor Settings when reopening the dialog