aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | Improve/fix multitouch on WindowsPedro J. Estébanez2017-12-062-15/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
| * | | | | | | | | | | | | | | | | | | | | | | | | Implement multitouch on X11Pedro J. Estébanez2017-12-063-0/+180
| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12603 from GodotExplorer/beautify-jsonRémi Verschelde2017-12-064-19/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add indent and sort keys support for JSON.print
| * | | | | | | | | | | | | | | | | | | | | | | | | | Add indent and sort keys support for JSON.printGeequlim2017-11-074-19/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | -Fix particles with size==0, closes #13931Juan Linietsky2017-12-067-17/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Fixed material previews (dont show sphere unless for spatial)
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #13491 from RaXaR/masterRémi Verschelde2017-12-063-0/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Added get_popup() method to ColorPickerButton...
| * | | | | | | | | | | | | | | | | | | | | | | | | | Added get_popup() method to ColorPickerButton. This allows to check if the ↵RaXaR2017-12-013-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | picker is open or not using Popup signals. Ammend: Added docs for the method.
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #13724 from RayKoopa/editor_file_dialog_context_menuRémi Verschelde2017-12-064-17/+187
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add context menu to editor file dialogs
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Add context menu to editor file dialogs.Ray Koopa2017-12-054-17/+187
| | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #13436 from hoelzl/pr-vs-yield-signal-oneshotRémi Verschelde2017-12-061-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Connect signal for VisualScript "Yield Signal" using oneshot mode
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Connect signal for VisualScript "Yield Signal" using oneshot modeMatthias Hoelzl2017-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the first call to a VisualScriptFunctionState invalidates the state, any further call results in errors.
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #13409 from YeldhamDev/textedit_disabledRémi Verschelde2017-12-066-29/+54
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add disabled theme to TextEdit
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add disabled theme to TextEdit.Michael Alexsander Silva Dias2017-12-016-29/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #13427 from hoelzl/pr-vs-enable-yieldRémi Verschelde2017-12-061-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make VisualScriptFunctionState instantiable
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make VisualScriptFunctionState instantiableMatthias Hoelzl2017-11-301-1/+1
| | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #13948 from willnationsdev/multiplayernetworkpeer-docsRémi Verschelde2017-12-061-7/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] NetworkedMultiplayerPeer class, methods, & constants [ci skip]
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] MultiplayerNetworkPeer class/method/constant descsWill Nations2017-12-051-7/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #13982 from willnationsdev/editorfiledialog-docsRémi Verschelde2017-12-062-0/+53
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] EditorFileDialog props added, member/method/signal descs [ci skip]
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] EditorFileDialog props/member/method/signalWill Nations2017-12-062-0/+53
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #13993 from willnationsdev/animationplayer-docsRémi Verschelde2017-12-062-41/+51
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] AnimationPlayer new props, members/methods [ci skip]
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] AnimationPlayer new props, members/methodsWill Nations2017-12-042-41/+51
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #13990 from willnationsdev/animation-docsRémi Verschelde2017-12-061-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] Animation methods desc 100% [ci skip]
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] Animation methods desc 100%Will Nations2017-12-051-0/+2
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #14316 from willnationsdev/area-docsRémi Verschelde2017-12-061-4/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] Area members and methods [ci skip]
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] Area members and methodsWill Nations2017-12-061-4/+8
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #14317 from willnationsdev/curvetexture-docsRémi Verschelde2017-12-061-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] CurveTexture desc, members [ci skip]
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] CurveTexture desc, membersWill Nations2017-12-061-0/+4
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #14326 from RandomShaper/fix-chmod-errorRémi Verschelde2017-12-062-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Windows-to-Linux export error
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Windows-to-Linux export errorPedro J. Estébanez2017-12-062-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now chmod() returns ERR_UNAVAILABLE by default, to signal the caller the problem is lack of support instead of a failed operation.
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix and rewrite folding logic, closes #14005, closes #13421Juan Linietsky2017-12-064-40/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #14329 from waldson/fix-missing-stylebox-on-linkbuttonAndreas Haas2017-12-061-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix missing stylebox for LinkButton's hover states
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix missing stylebox for LinkButton's hover statesWaldson Patrício2017-12-061-0/+2
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Particles2D: Fix normal map rid.Andreas Haas2017-12-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Looks like a Copy & Paste error, fixes #14334.
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes to some thread safety situations to avoid GIProbe from freezing on ↵Juan Linietsky2017-12-062-2/+17
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | save. Fixes #13338
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created internal usage flag to remove non editor properties from doc, closes ↵Juan Linietsky2017-12-062-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #13334
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2017-12-063-8/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Attempt to see if this can solve the problem with #13338Juan Linietsky2017-12-061-4/+11
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Travis: Disable OSX builds, they create too much backlogRémi Verschelde2017-12-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Travis CI has not enough OSX build nodes allocated for open source projects, so we often have to wait several hours (up to a full day) for builds to start.
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #14318 from endragor/compile-sdk-version-26Rémi Verschelde2017-12-061-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Android compileSdkVersion to 26
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Android compileSdkVersion to 26Ruslan Mustakov2017-12-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed rim lighting glitch, closes #13340, closes #13986Juan Linietsky2017-12-061-1/+1
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #14013 from qichunren/fix_project_rename_lost_focusRémi Verschelde2017-12-061-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed project name line edit lost input focus in project rename dialog.
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed project name line edit lost input focus.qichunren2017-12-061-1/+2
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #14008 from vnen/export-icon-splashRémi Verschelde2017-12-061-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Export icon and splash images directly to final package
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Export icon and splash images directly to final packageGeorge Marques2017-12-051-0/+12
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They need to bypass the path remapping to be loaded as images during the start routine.
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Moves the guides colors to editor settingsGilles Roudiere2017-12-052-1/+2
| |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #14000 from mhilbrunner/issue-13950Rémi Verschelde2017-12-0517-35/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Improve slang, especially in user-visible parts. Closes #13950.
| * | | | | | | | | | | | | | | | | | | | | | | | | | Improve slang, especially in user-visible partsUnknown2017-12-0517-35/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure the scene warning of changes may be lost is only for scenes, fixes ↵Juan Linietsky2017-12-051-1/+1
|/ / / / / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #13970
* | | | | | | | | | | | | | | / / / / / / / / / / / Fix a little mistake in a setting name (rulers->guides)Gilles Roudiere2017-12-051-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | |