summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-06Add method to set main screen plugin iconWaldson Patrício
2017-12-06Created internal usage flag to remove non editor properties from doc, closes ↵Juan Linietsky
#13334
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-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-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
2017-12-04Merge pull request #13961 from groud/rulers_by_defaultJuan Linietsky
Make rulers on by default
2017-12-04Make rulers on by defaultGilles Roudiere
2017-12-04Merge pull request #13775 from YeldhamDev/filedialog_iconRémi Verschelde
Fixed FileDialog's "parent folder" button not having a texture
2017-12-04Merge pull request #13829 from goodyttoor/masterRémi Verschelde
Some untranslated UI strings
2017-12-04Make auto switch to remote scene tree opt-inRémi Verschelde
The performance cost is too high for now, so it should be opt-in for users who really need it all the time. Fixes #13833.
2017-12-03Merge pull request #13431 from MarianoGnu/tilesetRémi Verschelde
Several TileMap Fixes
2017-12-03Disable invariant gl_Position to workaround Mesa bug 100316Rémi Verschelde
Fixes #13450, though it would be worth reverting if/when the Mesa bug is fixed.
2017-12-03Merge pull request #13919 from BastiaanOlij/fix_y_oversampleRémi Verschelde
Forgot to apply oversampling to Y