summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-18Merge pull request #15843 from ianb96/fold_mouse_ofs_fixRémi Verschelde
TextEdit fix get_mouse after many folds
2018-01-18Merge pull request #15837 from KellyThomas/patch-2Rémi Verschelde
remove usage of C#7 in DebuggingUtils.cs for compatibility with 2015 Build Tools
2018-01-18TextEdit fix get_mouse after many foldsIan
2018-01-18Merge pull request #15841 from karroffel/gdnative-more-fixes-hopefullyRémi Verschelde
[GDNative] fix NativeScript false negative error
2018-01-18[GDNative] fix NativeScript false negative errorkarroffel
2018-01-18Merge pull request #15803 from Noshyaar/pmRémi Verschelde
ProjectManager: show error/warning by default
2018-01-18Merge pull request #15835 from bruvzg/disable_non_empty_folder_npRémi Verschelde
Disallow creating new projects in a non-empty folder.
2018-01-18Merge pull request #15836 from karroffel/gdnative-more-fixes-hopefullyRémi Verschelde
[GDNative] fix #15723
2018-01-18ProjectManager: show error/warning by defaultPoommetee Ketson
Deprecate "That's a BINGO" message
2018-01-18remove c#7 features for compatibility with 2015 Build ToolsKelly Thomas
https://github.com/godotengine/godot/issues/15742
2018-01-18[GDNative] fix #15723karroffel
2018-01-18Disallow creating new projects in a non-empty folder.bruvzg
2018-01-18Merge pull request #15820 from paulloz/fix-csharp-call-with-object-returnRémi Verschelde
Fix marshalling when a function is returning an object from c#
2018-01-18remove an unneeded marshalling functionPaul Joannon
`Variant mono_object_to_variant(MonoObject*, const ManagedType&)`
2018-01-18fix marshalling when a function is returning an object from c#Paul Joannon
2018-01-18Merge pull request #15817 from volzhs/icon-colorRémi Verschelde
Fix Error/Success/Warning icon color
2018-01-18Merge pull request #15829 from Zylann/add_gdnative_read_write_copyRémi Verschelde
Added GDNative copy constructor for PoolVectors Read and Write
2018-01-18Merge pull request #15826 from MarianoGnu/masterRémi Verschelde
TileSetEditorPlugin: take scale in accout when highlighting current selected subtile.
2018-01-18Merge pull request #15825 from volzhs/script-editorRémi Verschelde
Fix find/replace bar
2018-01-18Added GDNative copy constructor for PoolVectors Read and WriteMarc Gilleron
2018-01-18Fix find/replace barvolzhs
- make LineEdit resizable for find/replace - move replaced count/no match message to status bar - fix replaced n occuurence message is not displayed when n > 0 Fixes #15394
2018-01-17TileSetEditorPlugin: take scale in accout when highlighting current selected ↵Mariano Suligoy
subtile.
2018-01-18Fix Error/Success/Warning icon colorvolzhs
Fix #15781 Fix #15757
2018-01-17Merge pull request #15761 from touilleMan/pluginscript-improve-inheritanceRémi Verschelde
[GDnative] Improve inheritance system in gdnative pluginscript
2018-01-17Merge pull request #15807 from endragor/fix-android-text-input-crashRémi Verschelde
Fix Android onTextChanged crash
2018-01-17Fix Android onTextChanged crashRuslan Mustakov
As it turns out, onTextChanged supplies a mutable CharSequence, which lead to crashes or unexpected behaviour when input was coming faster than it was processed.
2018-01-17Merge pull request #15805 from Chaosus/docfixRémi Verschelde
Change val to value at few places in doc
2018-01-17few doc fixesChaosus
2018-01-17doc: Replace some more "val" with "value" + syncRémi Verschelde
2018-01-16Fix crash when closing the editorMariano Suligoy
2018-01-16Merge pull request #15773 from endragor/android-gdnative-remote-fsRémi Verschelde
Make remote FS work with GDNative on Android
2018-01-16Merge pull request #15786 from Chaosus/fixbuiltinfuncparamnamesRémi Verschelde
Fixes for parameter names of builtin functions in visual scripts/core
2018-01-16BMFont loading direct support from .fnt files.Juan Linietsky
2018-01-16Fixes for parameter names of builtin functions in visual scripts/coreChaosus
2018-01-16Merge pull request #15777 from AndreaCatania/p2Rémi Verschelde
Fixed bullet physics body shape scaling
2018-01-16Fixed bullet physics body shape scalingAndreaCatania
2018-01-16Merge pull request #15772 from godotengine/revert-15540-fix_color_to_htmlRémi Verschelde
Revert "Fix bad color to HTML conversion. Alpha channel was added before RGB."
2018-01-16Revert "Fix bad color to HTML conversion. Alpha channel was added before RGB."Rémi Verschelde
2018-01-16Make remote FS work with GDNative on AndroidRuslan Mustakov
.so files are added to the .apk when remote FS is used.
2018-01-16Merge pull request #15762 from YeldhamDev/globalscope_javascriptRémi Verschelde
[DOCS] Description for the JavaScript singleton in @GlobalScope.
2018-01-16Improve inheritance system in gdnative pluginscriptEmmanuel Leblond
2018-01-15[DOCS] Description for the JavaScript singleton in @GlobalScope.Michael Alexsander Silva Dias
2018-01-16Merge pull request #15760 from eska014/es3-copy-shaderRémi Verschelde
Fix copy shader in GLSL ES 3.0
2018-01-15Fix copy shader in GLSL ES 3.0Leon Krause
2018-01-15Filled tutorial field in most relevent classes.Juan Linietsky
Added tutorial display in doc.
2018-01-15Make sure PropertyHint matches in the VisualScript editor.K. S. Ernest (iFire) Lee
2018-01-15Merge pull request #15755 from eska014/webgl-particles2dRémi Verschelde
Fix Particles2D in WebGL 2.0
2018-01-15Fix Particles2D in WebGL 2.0Leon Krause
2018-01-15Merge pull request #15701 from groud/changes_default_keep_margin_to_trueRémi Verschelde
Changes the keep_margin parameter to true by default
2018-01-15Merge pull request #15724 from karroffel/gdnative-fix-some-crashesRémi Verschelde
[GDNative] fix two crashes with NativeScript