aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | |
* | | | | | | | | Merge pull request #13454 from YeldhamDev/about_richtextRémi Verschelde2017-12-052-12/+7
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Changed EditorAbout's TextEdits to RichTextLabels
| * | | | | | | | | Changed EditorAbout's TextEdits to RichTextLabels.Michael Alexsander Silva Dias2017-12-012-12/+7
| | | | | | | | | |
* | | | | | | | | | Merge pull request #13959 from groud/editable_rulers_colorsRémi Verschelde2017-12-051-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Makes editable the guides color
| * | | | | | | | | | Makes editable the rulers colorGilles Roudiere2017-12-031-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #13964 from Krakean/richtextlabel_fix_deselection_bugRémi Verschelde2017-12-051-0/+11
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Rich Text Label: fixed deselection issue
| * | | | | | | | | | | Rich Text Label: fixed deselection issueDmitry Koteroff2017-12-041-0/+11
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #13992 from ISylvox/substract-to-subtractRémi Verschelde2017-12-0510-16/+16
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Typo: Substract to Subtract
| * | | | | | | | | | | | Fixed typo: substract to subtractIndah Sylvia2017-12-0510-16/+16
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #13989 from vnen/gdnative-singletonRémi Verschelde2017-12-051-2/+20
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | GDNative: Save singletons only if there's a change