Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-05 | tinyexr: Update to current upstream master branch | Rémi Verschelde | |
2017-12-05 | Revert "Fix MinGW-w64 build of TinyEXR for old toolchains" | Rémi Verschelde | |
This reverts commit 37f5e1dcd94611dd5b670f013abf0323e8b47def. | |||
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 | |
2017-12-04 | Merge pull request #13961 from groud/rulers_by_default | Juan Linietsky | |
Make rulers on by default | |||
2017-12-04 | Make rulers on by default | Gilles Roudiere | |
2017-12-04 | Merge pull request #13775 from YeldhamDev/filedialog_icon | Rémi Verschelde | |
Fixed FileDialog's "parent folder" button not having a texture | |||
2017-12-04 | Merge pull request #13829 from goodyttoor/master | Rémi Verschelde | |
Some untranslated UI strings | |||
2017-12-04 | Make auto switch to remote scene tree opt-in | Ré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-03 | Merge pull request #13431 from MarianoGnu/tileset | Rémi Verschelde | |
Several TileMap Fixes | |||
2017-12-03 | Disable invariant gl_Position to workaround Mesa bug 100316 | Rémi Verschelde | |
Fixes #13450, though it would be worth reverting if/when the Mesa bug is fixed. | |||
2017-12-03 | Merge pull request #13919 from BastiaanOlij/fix_y_oversample | Rémi Verschelde | |
Forgot to apply oversampling to Y | |||
2017-12-03 | Forgot to apply oversampling to Y | Bastiaan Olij | |
2017-12-03 | Makes editable the rulers color | Gilles Roudiere | |
2017-12-03 | Merge pull request #13850 from endragor/fix-iphone-gdnative | Juan Linietsky | |
Fix open_dynamic_library override in OSIPhone | |||
2017-12-03 | Fix open_dynamic_library override in OSIPhone | Ruslan Mustakov | |
Was broken at 9678231b109c333a5273325c8758241310cd27f4 | |||
2017-12-03 | Merge pull request #13774 from NathanWarden/cs_correct_export_order | Ignacio Etcheverry | |
Mono: Exported variables now show in the correct order. | |||
2017-12-02 | Exported variables now show in the correct order. | Nathan Warden | |
2017-12-02 | TileMap Fixes | Mariano Suligoy | |
2017-12-02 | Merge pull request #13831 from ↵ | Andreas Haas | |
guilhermefelipecgs/fix_button_preview_camera_alignment Fix alignment for button preview_camera | |||
2017-12-02 | Fix alignment for button preview_camera | Guilherme Felipe | |
2017-12-02 | Some untranslated UI strings | Unknown | |
2017-12-02 | Merge pull request #13489 from Hinsbart/fix_toggle_comment | Rémi Verschelde | |
Script Editor: Make comment delimiter language dependent. |