summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-07Removed style override inside the Localization tab in the Project Settings.Michael Alexsander Silva Dias
2017-12-07Fixed is_playing funtion (was reporting wrong), closes #13928Juan Linietsky
Made error reporting to opcode_set in gdscript a bit clearer
2017-12-07Added small bit of bias depending on lenght for contact shadows, fixes #12726Juan Linietsky
2017-12-07Exposed EditorSceneImporter to script. Added APIs to use intermediate ↵Juan Linietsky
converters more easily.
2017-12-07Implement orbit velocity in particles (this is for 2D only, like in 2.1), ↵Juan Linietsky
closes #12764 Fixed tangential velocity (was broken)
2017-12-07Merge pull request #14348 from waldson/feature-set-main-screen-plugin-iconGeorge Marques
Add method on EditorPlugin to set main screen plugins icons
2017-12-07Added some clean up in camera/viewport management. Fixes #12279, Fixes #12774Juan Linietsky
2017-12-07ability to keep user tracks when importing animations, closes #12801Juan Linietsky
2017-12-07Merge pull request #14356 from volzhs/ios-delegate-masterRémi Verschelde
use application:didFinishLaunchingWithOptions: instead of application…
2017-12-07Merge pull request #14332 from akien-mga/clang-formatRémi Verschelde
Update style for clang-format 5.0.0, new min required version
2017-12-07Merge pull request #14368 from sersoong/master-addoaandscriptRémi Verschelde
Add uppercase and lowercase to rightclickmenu in scripteditor
2017-12-07Add uppercase and lowercase to rightclickmenu in scripteditorsersoong
2017-12-07doc: Sync classref after a496dd4d, removing NOEDITOR properties from docRémi Verschelde
2017-12-07doc: Sync classref with current sourceRémi Verschelde
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-12-07Style: Update definitions for clang-format 5.0.0Rémi Verschelde
This will be the new standard from now on.
2017-12-07Style: Apply clang-format again on all filesRémi Verschelde
Fixes issues introduced by newer clang-format versions or commits pushed directly without using the clang-format pre-commit hook.
2017-12-07Merge pull request #14366 from willnationsdev/docsRémi Verschelde
[DOCS] ARVRController, ARVRPositionalTracker, AStar, AtlasTexture, Basis
2017-12-07Merge pull request #14352 from ianb96/get_hidden_widthRémi Verschelde
Fixes horizontal scrolling over hidden lines
2017-12-07Merge pull request #14362 from sersoong/master-addcopypathRémi Verschelde
Add 'copy script path' to script editor plugin
2017-12-07Merge pull request #14353 from TheAspiringHacker/fix-lineedit-eatRémi Verschelde
Check for icon in LineEdit::set_cursor_position
2017-12-07Merge pull request #14360 from mrcdk/fix_win_mingwRémi Verschelde
Fix windows compilation when using MinGW
2017-12-07Travis: Install libxi-dev after #14347Rémi Verschelde
2017-12-07Merge pull request #13362 from groud/fix_foldingRémi Verschelde
Fixes folding of blank lines
2017-12-07[DOCS] ARVR, AStar, AtlasTexture, BasisWill Nations
2017-12-07Fix windows compilation when using MinGWMrCdK
2017-12-07Add 'copy script path' to script editor pluginsersoong
2017-12-07use application:didFinishLaunchingWithOptions: instead of ↵volzhs
applicationDidFinishLaunching: for iOS
2017-12-06Check for icon in LineEdit::set_cursor_positionTheAspiringHacker
Fixes #14340
2017-12-06fixes horizontal scrolling over hidden linesIan
2017-12-06Reduce some graphics memory usage by disabling unnecesary modes, closes #12831Juan Linietsky
2017-12-07Merge pull request #14350 from willnationsdev/miscellaneous-docsRémi Verschelde
[DOCS] Camera2D, EditorScript, EditorFileSystemDirectory [ci skip]
2017-12-07Merge pull request #13827 from sersoong/master-addopenselectionRémi Verschelde
Enhanced 'open' menu in filesystemdock
2017-12-07Merge pull request #13958 from jjjuande/fix_revert_buttonRémi Verschelde
Fix the revert button issue with instanced nodes
2017-12-06[DOCS] EditorScript methodsWill Nations
2017-12-06[DOCS] EditorFileSystemDirectory methodsWill Nations
2017-12-07Merge pull request #13956 from poke1024/fix-poly2d-mode-changeRémi Verschelde
Fixes Polygon2D wip mode closing when editing mode is changed
2017-12-07Merge pull request #14002 from poke1024/fixhelpspeedRémi Verschelde
Make "Search Help" more responsive
2017-12-07Merge pull request #14003 from karroffel/dictionary-iterate-fixRémi Verschelde
fix Dictionary iteration
2017-12-07Merge pull request #14006 from akien-mga/tinyexrRémi Verschelde
Fix TinyEXR import bug and update to current master
2017-12-06[DOCS] Camera2D methods/constantsWill Nations
2017-12-07Use run-time dynamic linking for AddDllDirectory and RemoveDllDirectory to ↵bruvzg
support mingw-w64 build and Windows 7 with KB2533623.
2017-12-07Merge pull request #14328 from YeldhamDev/popupmenu_submenu_fixRémi Verschelde
Fixed PopupMenu's submenus not showing up in certain situations
2017-12-06Merge pull request #14347 from RandomShaper/adpod-mtJuan Linietsky
Implement multitouch on X11 and improve it on Windows
2017-12-06Merge pull request #12603 from GodotExplorer/beautify-jsonRémi Verschelde
Add indent and sort keys support for JSON.print
2017-12-06-Fix particles with size==0, closes #13931Juan Linietsky
-Fixed material previews (dont show sphere unless for spatial)
2017-12-06Merge pull request #13491 from RaXaR/masterRémi Verschelde
Added get_popup() method to ColorPickerButton...
2017-12-06Remove guards for the now targeted Windows 7+Pedro J. Estébanez
2017-12-06Add build param for targeted Windows versionPedro J. Estébanez
2017-12-06Improve/fix multitouch on WindowsPedro J. Estébanez
- Fix logic error. - Track touches to enable defensive handling and releasing on focus out. - Change comment-out by preprocessor `#if`. - Track/report coordinates as float.