summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-05tinyexr: Update to current upstream master branchRémi Verschelde
2017-12-05Revert "Fix MinGW-w64 build of TinyEXR for old toolchains"Rémi Verschelde
This reverts commit 37f5e1dcd94611dd5b670f013abf0323e8b47def.
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
2017-12-03Forgot to apply oversampling to YBastiaan Olij
2017-12-03Makes editable the rulers colorGilles Roudiere
2017-12-03Merge pull request #13850 from endragor/fix-iphone-gdnativeJuan Linietsky
Fix open_dynamic_library override in OSIPhone
2017-12-03Fix open_dynamic_library override in OSIPhoneRuslan Mustakov
Was broken at 9678231b109c333a5273325c8758241310cd27f4
2017-12-03Merge pull request #13774 from NathanWarden/cs_correct_export_orderIgnacio Etcheverry
Mono: Exported variables now show in the correct order.
2017-12-02Exported variables now show in the correct order.Nathan Warden
2017-12-02TileMap FixesMariano Suligoy
2017-12-02Merge pull request #13831 from ↵Andreas Haas
guilhermefelipecgs/fix_button_preview_camera_alignment Fix alignment for button preview_camera
2017-12-02Fix alignment for button preview_cameraGuilherme Felipe
2017-12-02Some untranslated UI stringsUnknown
2017-12-02Merge pull request #13489 from Hinsbart/fix_toggle_commentRémi Verschelde
Script Editor: Make comment delimiter language dependent.