summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-06Merge pull request #14317 from willnationsdev/curvetexture-docsRémi Verschelde
[DOCS] CurveTexture desc, members [ci skip]
2017-12-06Merge pull request #14326 from RandomShaper/fix-chmod-errorRémi Verschelde
Fix Windows-to-Linux export error
2017-12-06Fix and rewrite folding logic, closes #14005, closes #13421Juan Linietsky
2017-12-06Merge pull request #14329 from waldson/fix-missing-stylebox-on-linkbuttonAndreas Haas
Fix missing stylebox for LinkButton's hover states
2017-12-06Particles2D: Fix normal map rid.Andreas Haas
Looks like a Copy & Paste error, fixes #14334.
2017-12-06Fixes to some thread safety situations to avoid GIProbe from freezing on ↵Juan Linietsky
save. Fixes #13338
2017-12-06Created internal usage flag to remove non editor properties from doc, closes ↵Juan Linietsky
#13334
2017-12-06Fix Windows-to-Linux export errorPedro 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-06Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2017-12-06Attempt to see if this can solve the problem with #13338Juan Linietsky
2017-12-06Fix missing stylebox for LinkButton's hover statesWaldson Patrício
2017-12-06Travis: Disable OSX builds, they create too much backlogRé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-06Merge pull request #14318 from endragor/compile-sdk-version-26Rémi Verschelde
Update Android compileSdkVersion to 26
2017-12-06Fixed rim lighting glitch, closes #13340, closes #13986Juan Linietsky
2017-12-06Update Android compileSdkVersion to 26Ruslan Mustakov
2017-12-06[DOCS] CurveTexture desc, membersWill Nations
2017-12-06Merge pull request #14013 from qichunren/fix_project_rename_lost_focusRémi Verschelde
Fixed project name line edit lost input focus in project rename dialog.
2017-12-06Merge pull request #14008 from vnen/export-icon-splashRémi Verschelde
Export icon and splash images directly to final package
2017-12-06Fixed project name line edit lost input focus.qichunren
2017-12-05Export icon and splash images directly to final packageGeorge Marques
They need to bypass the path remapping to be loaded as images during the start routine.
2017-12-05Moves the guides colors to editor settingsGilles Roudiere
2017-12-05Merge pull request #14000 from mhilbrunner/issue-13950Rémi Verschelde
Improve slang, especially in user-visible parts. Closes #13950.
2017-12-05Make sure the scene warning of changes may be lost is only for scenes, fixes ↵Juan Linietsky
#13970
2017-12-05Improve slang, especially in user-visible partsUnknown
2017-12-05Fix a little mistake in a setting name (rulers->guides)Gilles Roudiere
2017-12-05Merge pull request #13454 from YeldhamDev/about_richtextRémi Verschelde
Changed EditorAbout's TextEdits to RichTextLabels
2017-12-05Merge pull request #13959 from groud/editable_rulers_colorsRémi Verschelde
Makes editable the guides color
2017-12-05Merge pull request #13964 from Krakean/richtextlabel_fix_deselection_bugRémi Verschelde
Rich Text Label: fixed deselection issue
2017-12-05Merge pull request #13992 from ISylvox/substract-to-subtractRémi Verschelde
Fix Typo: Substract to Subtract
2017-12-05Merge pull request #13989 from vnen/gdnative-singletonRémi Verschelde
GDNative: Save singletons only if there's a change
2017-12-05Merge pull request #13973 from willnationsdev/centercontainer-docsRémi Verschelde
[DOCS] CenterContainer methods completed
2017-12-05Merge pull request #13977 from waldson/fix-stop-scene-always-activeAndreas Haas
Fix stop button always enabled
2017-12-05Fixed typo: substract to subtractIndah Sylvia
2017-12-05GDNative: Save singletons only if there's a changeGeorge Marques
Ensures that the Project Settings are saved only if the list of singletons actually changed.
2017-12-04Merge pull request #13943 from willnationsdev/scenestate-docsChris Bradfield
[DOCS] SceneState method descriptions added.
2017-12-04[DOCS] CenterContainer method descriptionsWill Nations
2017-12-04Merge pull request #13945 from willnationsdev/packedscene-docsChris Bradfield
[DOCS] PackedScene member, method, and class descriptions.
2017-12-04Merge pull request #13974 from willnationsdev/colorpickerbutton-docsChris Bradfield
[DOCS] ColorPickerButton member/method descs
2017-12-04Merge pull request #13979 from willnationsdev/windowdialog-docsChris Bradfield
[DOCS] WindowDialog member descriptions
2017-12-04Do 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 descsWill Nations
2017-12-04[DOCS] WindowDialog member descriptionsWill Nations
2017-12-04i18n: Fix instructions for adding new languageRémi Verschelde
Closes #13972. [ci skip]
2017-12-04Added a higher level wrapper for proxy textureJuan Linietsky
2017-12-04Fix 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-04Script 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-04Rich Text Label: fixed deselection issueDmitry Koteroff