Age | Commit message (Collapse) | Author | |
---|---|---|---|
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] CurveTexture desc, members | 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 | 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 | 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. | |||
2017-12-04 | Merge pull request #13974 from willnationsdev/colorpickerbutton-docs | Chris Bradfield | |
[DOCS] ColorPickerButton member/method descs | |||
2017-12-04 | Merge pull request #13979 from willnationsdev/windowdialog-docs | Chris Bradfield | |
[DOCS] WindowDialog member descriptions | |||
2017-12-04 | Do not cancel event if no need to cancel it. Fixes problem with GUI in 3D. | Juan Linietsky | |
2017-12-04 | [DOCS] SceneState method descriptions added. | Will Nations | |
2017-12-04 | [DOCS] PackedScene member/method/class descs. | Will Nations | |
2017-12-04 | [DOCS] ColorPickerButton member/method descs | Will Nations | |
2017-12-04 | [DOCS] WindowDialog member descriptions | Will Nations | |
2017-12-04 | i18n: Fix instructions for adding new language | Rémi Verschelde | |
Closes #13972. [ci skip] | |||
2017-12-04 | Added a higher level wrapper for proxy texture | Juan Linietsky | |
2017-12-04 | Fix stop button always enabled (issue #13933) | Waldson Patrício | |
2017-12-04 | -Implemented Proxy Textures (needed to solve the problem with ViewportTexture) | Juan Linietsky | |
-Properly use hierarchy to initialize resources local to scene (solves problem of GUI in 3D) | |||
2017-12-04 | Script Editor: Use first non-whitespace comment delimiter. | Andreas Haas | |
As suggested by @neikeq in https://github.com/godotengine/godot/pull/13489#issuecomment-348690816 | |||
2017-12-04 | Rich Text Label: fixed deselection issue | Dmitry Koteroff | |