summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-18[GDNative] fix #15723karroffel
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
2018-01-15Merge pull request #15752 from Hinsbart/propselectRémi Verschelde
PropertyEditor: Add missing MAKE_PROPSELECT.
2018-01-15PropertyEditor: Add missing MAKE_PROPSELECT.Andreas Haas
Fixes #15745
2018-01-15Changes the keep_margin parameter to true by default, so that people are not ↵Gilles Roudiere
suprised that set_anchor changes the margins values
2018-01-15Merge pull request #15696 from bojidar-bg/15646-assigned-animationRémi Verschelde
Fix an issue with the animation editor not seeking to the target time
2018-01-15Merge pull request #15728 from Zylann/fix_freelook_null_shortcutRémi Verschelde
Fix crash when freelook shortcuts are undefined
2018-01-15Merge pull request #15712 from Faless/viewport_inputRémi Verschelde
ViewportContainer passes input down to children viewports
2018-01-15ViewportContainer passes input down to children viewportsFabio Alessandrelli
2018-01-15Fix crash when freelook shortcuts are undefinedMarc Gilleron
2018-01-14[GDNative] fix two crashes with NativeScriptkarroffel
2018-01-14Merge pull request #15671 from Calinou/non-tty-simple-build-logRémi Verschelde
Disable colored output and progress bar when building outside of a TTY
2018-01-14Merge pull request #15709 from Paulb23/update_member_keyword_colour_on_changeGeorge Marques
Fixed member keywords colour not updating on settings change
2018-01-14Fixed member keywords colour not updating on settings changePaulb23
2018-01-14Merge pull request #15708 from Paulb23/current_line_clipping_issue_15427Rémi Verschelde
Fixed current line highlighting with horizontal clipping, issue 15427
2018-01-14Fixed current line highligting with horizontal clipping, issue 15427Paulb23