| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-06 | Merge pull request #13436 from hoelzl/pr-vs-yield-signal-oneshot | Rémi Verschelde | |
| Connect signal for VisualScript "Yield Signal" using oneshot mode | |||
| 2017-12-06 | Merge pull request #13409 from YeldhamDev/textedit_disabled | Rémi Verschelde | |
| Add disabled theme to TextEdit | |||
| 2017-12-06 | Merge pull request #13427 from hoelzl/pr-vs-enable-yield | Rémi Verschelde | |
| Make VisualScriptFunctionState instantiable | |||
| 2017-12-06 | Merge pull request #13948 from willnationsdev/multiplayernetworkpeer-docs | Rémi Verschelde | |
| [DOCS] NetworkedMultiplayerPeer class, methods, & constants [ci skip] | |||
| 2017-12-06 | Merge pull request #13982 from willnationsdev/editorfiledialog-docs | Rémi Verschelde | |
| [DOCS] EditorFileDialog props added, member/method/signal descs [ci skip] | |||
| 2017-12-06 | Merge pull request #13993 from willnationsdev/animationplayer-docs | Rémi Verschelde | |
| [DOCS] AnimationPlayer new props, members/methods [ci skip] | |||
| 2017-12-06 | Merge pull request #13990 from willnationsdev/animation-docs | Rémi Verschelde | |
| [DOCS] Animation methods desc 100% [ci skip] | |||
| 2017-12-06 | Merge pull request #14316 from willnationsdev/area-docs | Rémi Verschelde | |
| [DOCS] Area members and methods [ci skip] | |||
| 2017-12-06 | Merge pull request #14317 from willnationsdev/curvetexture-docs | Rémi Verschelde | |
| [DOCS] CurveTexture desc, members [ci skip] | |||
| 2017-12-06 | Merge pull request #14326 from RandomShaper/fix-chmod-error | Rémi Verschelde | |
| Fix Windows-to-Linux export error | |||
| 2017-12-06 | Fix and rewrite folding logic, closes #14005, closes #13421 | Juan Linietsky | |
| 2017-12-06 | Merge pull request #14329 from waldson/fix-missing-stylebox-on-linkbutton | Andreas Haas | |
| Fix missing stylebox for LinkButton's hover states | |||
| 2017-12-06 | Particles2D: Fix normal map rid. | Andreas Haas | |
| Looks like a Copy & Paste error, fixes #14334. | |||
| 2017-12-06 | Fixes to some thread safety situations to avoid GIProbe from freezing on ↵ | Juan Linietsky | |
| save. Fixes #13338 | |||
| 2017-12-06 | Created internal usage flag to remove non editor properties from doc, closes ↵ | Juan Linietsky | |
| #13334 | |||
| 2017-12-06 | Fix Windows-to-Linux export error | Pedro J. Estébanez | |
| Now chmod() returns ERR_UNAVAILABLE by default, to signal the caller the problem is lack of support instead of a failed operation. | |||
| 2017-12-06 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
| 2017-12-06 | Attempt to see if this can solve the problem with #13338 | Juan Linietsky | |
| 2017-12-06 | Fix missing stylebox for LinkButton's hover states | Waldson Patrício | |
| 2017-12-06 | Travis: Disable OSX builds, they create too much backlog | Rémi Verschelde | |
| 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. | |||
| 2017-12-06 | Merge pull request #14318 from endragor/compile-sdk-version-26 | Rémi Verschelde | |
| Update Android compileSdkVersion to 26 | |||
| 2017-12-06 | Fixed rim lighting glitch, closes #13340, closes #13986 | Juan Linietsky | |
| 2017-12-06 | Update Android compileSdkVersion to 26 | Ruslan Mustakov | |
| 2017-12-06 | [DOCS] EditorFileDialog props/member/method/signal | Will Nations | |
| 2017-12-06 | [DOCS] CurveTexture desc, members | Will Nations | |
| 2017-12-06 | [DOCS] Area members and methods | Will Nations | |
| 2017-12-06 | Merge pull request #14013 from qichunren/fix_project_rename_lost_focus | Rémi Verschelde | |
| Fixed project name line edit lost input focus in project rename dialog. | |||
| 2017-12-06 | Merge pull request #14008 from vnen/export-icon-splash | Rémi Verschelde | |
| Export icon and splash images directly to final package | |||
| 2017-12-06 | Fixed project name line edit lost input focus. | qichunren | |
| 2017-12-05 | Export icon and splash images directly to final package | George Marques | |
| They need to bypass the path remapping to be loaded as images during the start routine. | |||
| 2017-12-05 | Moves the guides colors to editor settings | Gilles Roudiere | |
| 2017-12-05 | Merge pull request #14000 from mhilbrunner/issue-13950 | Rémi Verschelde | |
| Improve slang, especially in user-visible parts. Closes #13950. | |||
| 2017-12-05 | Make sure the scene warning of changes may be lost is only for scenes, fixes ↵ | Juan Linietsky | |
| #13970 | |||
| 2017-12-05 | Improve slang, especially in user-visible parts | Unknown | |
| 2017-12-05 | [DOCS] MultiplayerNetworkPeer class/method/constant descs | Will Nations | |
| 2017-12-05 | Fix a little mistake in a setting name (rulers->guides) | Gilles Roudiere | |
| 2017-12-05 | Merge pull request #13454 from YeldhamDev/about_richtext | Rémi Verschelde | |
| Changed EditorAbout's TextEdits to RichTextLabels | |||
| 2017-12-05 | Merge pull request #13959 from groud/editable_rulers_colors | Rémi Verschelde | |
| Makes editable the guides color | |||
| 2017-12-05 | Merge pull request #13964 from Krakean/richtextlabel_fix_deselection_bug | Rémi Verschelde | |
| Rich Text Label: fixed deselection issue | |||
| 2017-12-05 | Merge pull request #13992 from ISylvox/substract-to-subtract | Rémi Verschelde | |
| Fix Typo: Substract to Subtract | |||
| 2017-12-05 | Merge pull request #13989 from vnen/gdnative-singleton | Rémi Verschelde | |
| GDNative: Save singletons only if there's a change | |||
| 2017-12-05 | Merge pull request #13973 from willnationsdev/centercontainer-docs | Rémi Verschelde | |
| [DOCS] CenterContainer methods completed | |||
| 2017-12-05 | Merge pull request #13977 from waldson/fix-stop-scene-always-active | Andreas Haas | |
| Fix stop button always enabled | |||
| 2017-12-05 | [DOCS] Animation methods desc 100% | Will Nations | |
| 2017-12-04 | [DOCS] AnimationPlayer new props, members/methods | Will Nations | |
| 2017-12-05 | Fixed typo: substract to subtract | Indah Sylvia | |
| 2017-12-05 | GDNative: Save singletons only if there's a change | George Marques | |
| Ensures that the Project Settings are saved only if the list of singletons actually changed. | |||
| 2017-12-04 | Merge pull request #13943 from willnationsdev/scenestate-docs | Chris Bradfield | |
| [DOCS] SceneState method descriptions added. | |||
| 2017-12-04 | [DOCS] CenterContainer method descriptions | Will Nations | |
| 2017-12-04 | Merge pull request #13945 from willnationsdev/packedscene-docs | Chris Bradfield | |
| [DOCS] PackedScene member, method, and class descriptions. | |||