Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-24 | Revert #14753, as it is buggy and no longer necessary. | Webster Sheets | |
2018-05-24 | Merge pull request #19131 from YeldhamDev/connection_comment_capitalize | Max Hilbrunner | |
Capitalized comments of methods created by the Connect Signal dialog | |||
2018-05-23 | Merge pull request #19130 from guilhermefelipecgs/fix_borderless | Max Hilbrunner | |
More fixes to set_borderless_window | |||
2018-05-23 | Capitalized comments of methods created by the Connect Signal dialog. | Michael Alexsander Silva Dias | |
2018-05-23 | Merge pull request #19127 from marcelofg55/set_cell_undo | Max Hilbrunner | |
Improve TileMap undo operations | |||
2018-05-23 | Merge pull request #19129 from vnen/positive-fix | Max Hilbrunner | |
Fix positive operator in GDScript compiler | |||
2018-05-23 | Fix positive operator in GDScript compiler | George Marques | |
2018-05-23 | More fixes to set_borderless_window | Guilherme Felipe | |
[x11] Preserve window size when calling this method. [osx] Make sure it don't make the window resizable if it's not needed. [windows] clean up the code. | |||
2018-05-23 | Improve TileMap undo operations | Marcelo Fernandez | |
2018-05-23 | Merge pull request #19097 from volzhs/fix-import-filename | Max Hilbrunner | |
Make filename clipped on Import dock | |||
2018-05-23 | Merge pull request #19124 from volzhs/relative-node-path | Max Hilbrunner | |
Use relative node path when assigning a node on inspector | |||
2018-05-23 | Merge pull request #18876 from TailyFair/assetlib-console-spam | Max Hilbrunner | |
Fix AssetLib image loading | |||
2018-05-23 | Merge pull request #19108 from vnen/autoload-fix | Max Hilbrunner | |
Only add autoloads in editor if they have tool scripts | |||
2018-05-23 | Merge pull request #14715 from Krakean/string_add_rsplit2 | Max Hilbrunner | |
Added rsplit() method to String class | |||
2018-05-23 | Merge pull request #19103 from volzhs/fix-reimport-dae | Max Hilbrunner | |
Fix updating mesh when reimporting | |||
2018-05-23 | Use relative node path when assigning a node on inspector | volzhs | |
2018-05-22 | Only add autoloads in editor if they have tool scripts | George Marques | |
2018-05-22 | Fix updating mesh when reimporting | volzhs | |
2018-05-22 | Make filename clipped on Import dock | volzhs | |
2018-05-21 | Fix AssetLib image loading | Karolis K | |
2018-05-21 | Merge pull request #19070 from guilhermefelipecgs/fix_19033 | Max Hilbrunner | |
Fix mouse confined and set_borderless_window | |||
2018-05-21 | Merge pull request #19082 from guilhermefelipecgs/fix_cursor | Max Hilbrunner | |
Fix cursor not displaying arrow when transiting from mode captured to visible. | |||
2018-05-21 | Fix #15678 | Guilherme Felipe | |
Fix cursor not displaying arrow when transiting from mode captured to visible. | |||
2018-05-21 | Merge pull request #19081 from Faless/osxcross_fix2 | Max Hilbrunner | |
Fix OSXCROSS build with clang-6.0 | |||
2018-05-21 | Merge pull request #19077 from KellyThomas/fix-string-extension | Ignacio Etcheverry | |
mono: Fix index out of range error in string.Extension() | |||
2018-05-21 | Merge pull request #18951 from YeldhamDev/small_tooltip_changes | Max Hilbrunner | |
Small tooltip changes | |||
2018-05-21 | Fix OSXCROSS build with clang-6.0 | Fabio Alessandrelli | |
2018-05-21 | Fix index out of range error in string.Extension() | Kelly Thomas | |
2018-05-21 | Merge pull request #19039 from GodotExplorer/gitignore-ide-configs | Max Hilbrunner | |
Add more IDE created files into .gitignore | |||
2018-05-21 | Merge pull request #19067 from cbscribe/kcc_videoplayer_doc | Max Hilbrunner | |
[DOCS] Update VideoPlayer classref | |||
2018-05-20 | Fix #19033 | Guilherme Felipe | |
- Fix a bug when mouse is confined don't update the cursor shape. - Don't let the mouse leave the window when resizing to a smaller resolution when MOUSE_MODE_CONFINED. - Fix set_borderless_window to preserve the actual video_mode.widht/height. | |||
2018-05-20 | [DOCS] Update VideoPlayer classref | Chris Bradfield | |
2018-05-20 | Merge pull request #19064 from ibrahn/ui-text-changed-fixup | Juan Linietsky | |
fixup project_manager and find_in_files for text_changed signal change. | |||
2018-05-20 | fixup project_manager and find_in_files for text_changed signal change. | Ibrahn Sahir | |
Background: Commit 2abec59db96496611bb16dd1300d9b7d3def9780 removing text_changed signal emmision from LineEdit::set_text broke the project manager and find_in_files. | |||
2018-05-19 | Merge pull request #19050 from ibrahn/fix-signals-on-set | Juan Linietsky | |
fix for TextEdit::set_text firing signals it shouldn't. | |||
2018-05-19 | Dictionary editing support in inspector | Juan Linietsky | |
2018-05-19 | Dictionary editing does the comeback to the inspector, fixes #19046 | Juan Linietsky | |
2018-05-19 | fix for TextEdit::set_text firing signals it shouldn't. | Ibrahn Sahir | |
Removing some _changed signals in set_ functions. Includes revert of commit 384625aa31a3627c25246e06c1fbc3019866765c | |||
2018-05-19 | Add more IDE created files into .gitignore | geequlim | |
2018-05-18 | Merge pull request #18974 from KellyThomas/c-sharp-feature-parity-basis | Rémi Verschelde | |
Mono: Basis constructor for euler parameter | |||
2018-05-18 | Merge pull request #19013 from bruvzg/uwp_build_fix | Rémi Verschelde | |
Fix UWP build after #14622. | |||
2018-05-18 | Merge pull request #18975 from KellyThomas/c-sharp-feature-parity-color | Ignacio Etcheverry | |
mono: New Color methods: Darkened, Lightened and ToRgba32 | |||
2018-05-18 | Merge pull request #19017 from toger5/fix_no_a_input_script_editor_osx | Rémi Verschelde | |
fixed capital A osx | |||
2018-05-18 | Small tooltip changes. | Michael Alexsander Silva Dias | |
2018-05-18 | fixed capital A osx | toger5 | |
2018-05-18 | Merge pull request #18977 from KellyThomas/c-sharp-feature-parity-plane | Ignacio Etcheverry | |
Mono: Expose Normal and D properties as properties in Plane | |||
2018-05-18 | Fix UWP build after #14622. | bruvzg | |
2018-05-18 | -Hid texture flags by default so they dont take so much space | Juan Linietsky | |
-make curve texture preview not so large, so its easier to embed the editor | |||
2018-05-18 | Merge pull request #19004 from BastiaanOlij/fix_particles_viewport_texture | Juan Linietsky | |
Fixes issue that a viewport texture doesn't work with particle shader | |||
2018-05-18 | Fixes issue that a viewport texture doesn't work with particle shader | Bastiaan Olij | |