summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-24Merge pull request #19149 from neikeq/xIgnacio Etcheverry
Mono: Improve 'script class not found' error
2018-05-24Mono: Improve 'script class not found' errorIgnacio Etcheverry
No longer printed when using using placeholder script instances (for non-tool scripts in the editor). Print different error if the project assembly is not loaded
2018-05-24Merge pull request #19131 from YeldhamDev/connection_comment_capitalizeMax Hilbrunner
Capitalized comments of methods created by the Connect Signal dialog
2018-05-23Merge pull request #19130 from guilhermefelipecgs/fix_borderlessMax Hilbrunner
More fixes to set_borderless_window
2018-05-23Capitalized comments of methods created by the Connect Signal dialog.Michael Alexsander Silva Dias
2018-05-23Merge pull request #19127 from marcelofg55/set_cell_undoMax Hilbrunner
Improve TileMap undo operations
2018-05-23Merge pull request #19129 from vnen/positive-fixMax Hilbrunner
Fix positive operator in GDScript compiler
2018-05-23Fix positive operator in GDScript compilerGeorge Marques
2018-05-23More fixes to set_borderless_windowGuilherme 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-23Improve TileMap undo operationsMarcelo Fernandez
2018-05-23Merge pull request #19097 from volzhs/fix-import-filenameMax Hilbrunner
Make filename clipped on Import dock
2018-05-23Merge pull request #19124 from volzhs/relative-node-pathMax Hilbrunner
Use relative node path when assigning a node on inspector
2018-05-23Merge pull request #18876 from TailyFair/assetlib-console-spamMax Hilbrunner
Fix AssetLib image loading
2018-05-23Merge pull request #19108 from vnen/autoload-fixMax Hilbrunner
Only add autoloads in editor if they have tool scripts
2018-05-23Merge pull request #14715 from Krakean/string_add_rsplit2Max Hilbrunner
Added rsplit() method to String class
2018-05-23Merge pull request #19103 from volzhs/fix-reimport-daeMax Hilbrunner
Fix updating mesh when reimporting
2018-05-23Use relative node path when assigning a node on inspectorvolzhs
2018-05-22Only add autoloads in editor if they have tool scriptsGeorge Marques
2018-05-22Fix updating mesh when reimportingvolzhs
2018-05-22Make filename clipped on Import dockvolzhs
2018-05-21Fix AssetLib image loadingKarolis K
2018-05-21Merge pull request #19070 from guilhermefelipecgs/fix_19033Max Hilbrunner
Fix mouse confined and set_borderless_window
2018-05-21Merge pull request #19082 from guilhermefelipecgs/fix_cursorMax Hilbrunner
Fix cursor not displaying arrow when transiting from mode captured to visible.
2018-05-21Fix #15678Guilherme Felipe
Fix cursor not displaying arrow when transiting from mode captured to visible.
2018-05-21Merge pull request #19081 from Faless/osxcross_fix2Max Hilbrunner
Fix OSXCROSS build with clang-6.0
2018-05-21Merge pull request #19077 from KellyThomas/fix-string-extensionIgnacio Etcheverry
mono: Fix index out of range error in string.Extension()
2018-05-21Merge pull request #18951 from YeldhamDev/small_tooltip_changesMax Hilbrunner
Small tooltip changes
2018-05-21Fix OSXCROSS build with clang-6.0Fabio Alessandrelli
2018-05-21Fix index out of range error in string.Extension()Kelly Thomas
2018-05-21Merge pull request #19039 from GodotExplorer/gitignore-ide-configsMax Hilbrunner
Add more IDE created files into .gitignore
2018-05-21Merge pull request #19067 from cbscribe/kcc_videoplayer_docMax Hilbrunner
[DOCS] Update VideoPlayer classref
2018-05-20Fix #19033Guilherme 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 classrefChris Bradfield
2018-05-20Merge pull request #19064 from ibrahn/ui-text-changed-fixupJuan Linietsky
fixup project_manager and find_in_files for text_changed signal change.
2018-05-20fixup 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-19Merge pull request #19050 from ibrahn/fix-signals-on-setJuan Linietsky
fix for TextEdit::set_text firing signals it shouldn't.
2018-05-19Dictionary editing support in inspectorJuan Linietsky
2018-05-19Dictionary editing does the comeback to the inspector, fixes #19046Juan Linietsky
2018-05-19fix 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-19Add more IDE created files into .gitignoregeequlim
2018-05-18Merge pull request #18974 from KellyThomas/c-sharp-feature-parity-basisRémi Verschelde
Mono: Basis constructor for euler parameter
2018-05-18Merge pull request #19013 from bruvzg/uwp_build_fixRémi Verschelde
Fix UWP build after #14622.
2018-05-18Merge pull request #18975 from KellyThomas/c-sharp-feature-parity-colorIgnacio Etcheverry
mono: New Color methods: Darkened, Lightened and ToRgba32
2018-05-18Merge pull request #19017 from toger5/fix_no_a_input_script_editor_osxRémi Verschelde
fixed capital A osx
2018-05-18Small tooltip changes.Michael Alexsander Silva Dias
2018-05-18fixed capital A osxtoger5
2018-05-18Merge pull request #18977 from KellyThomas/c-sharp-feature-parity-planeIgnacio Etcheverry
Mono: Expose Normal and D properties as properties in Plane
2018-05-18Fix UWP build after #14622.bruvzg
2018-05-18-Hid texture flags by default so they dont take so much spaceJuan Linietsky
-make curve texture preview not so large, so its easier to embed the editor
2018-05-18Merge pull request #19004 from BastiaanOlij/fix_particles_viewport_textureJuan Linietsky
Fixes issue that a viewport texture doesn't work with particle shader