summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-18Fix Error/Success/Warning icon colorvolzhs
Fix #15781 Fix #15757
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-16Merge pull request #15762 from YeldhamDev/globalscope_javascriptRémi Verschelde
[DOCS] Description for the JavaScript singleton in @GlobalScope.
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
2018-01-14Merge pull request #15706 from groud/remove_unused_classRémi Verschelde
Remove the unused FindReplaceDialog class
2018-01-14Remove the unused FindReplaceDialog classGilles Roudiere
2018-01-14Merge pull request #15699 from poke1024/fix15024Rémi Verschelde
Fix external editors always opening on scene change
2018-01-14Fix external editors always opening on scene changeBernhard Liebl
2018-01-14Fix an issue with the animation editor not seeking to the target time properly.Bojidar Marinov
Fixes #15646.
2018-01-14Merge pull request #15684 from karroffel/nativescript-windows-editor-crashThomas Herzog
[GDNative] fix editor crash with NativeScript
2018-01-14[GDNative] fix editor crash with NativeScriptkarroffel
2018-01-13Merge pull request #15679 from bruvzg/fix_itos_on_int64_minRémi Verschelde
Fix String::itos/String::num_int64(INT64_MIN) output.
2018-01-13Merge pull request #15680 from karroffel/gdnative-api-hash-cacheRémi Verschelde
[GDNative] cache API hashes
2018-01-13[GDNative] cache API hasheskarroffel
2018-01-13Fix String::itos/String::num_int64(INT64_MIN) output.bruvzg
2018-01-13Merge pull request #15676 from eska014/html5-enginewrapRémi Verschelde
Wrap Emscripten module into JS Engine singleton per SCons
2018-01-13Wrap Emscripten module into JS Engine singleton per SConsLeon Krause
Emscripten's meta DCE changes in 1.37.27(/28?) make it impossible to keep using --pre-js for this
2018-01-13Disable colored output and progress bar when building outside of a TTYHugo Locurcio
This makes the output more readable if it is written to a file, and more compact in continuous integration environments, keeping the log sizes low. This commit also adds myself to .mailmap.
2018-01-13Merge pull request #15670 from poke1024/fix15588Rémi Verschelde
Fixes hangs with Tree in multi selection mode (issue 15588)
2018-01-13Fixes hangs with Tree in multi selection mode (issue 15588)Bernhard Liebl
2018-01-13Merge pull request #15657 from paulloz/fix-textedit-undo-redo-selectionRémi Verschelde
TextEdit: Fix selection issue with undo/redo
2018-01-13Merge pull request #15655 from endragor/fix-get-parent-rangeRémi Verschelde
Fix get_parent_range to return 0 when there is no parent
2018-01-13Merge pull request #15665 from endragor/fix-android-gdnativeRémi Verschelde
Fix open_dynamic_library for Android
2018-01-13Merge pull request #15669 from poke1024/fix-dep-files-sizeRémi Verschelde
Fix files section size in dependency error dialog
2018-01-13Fix files section size in dependency error dialogBernhard Liebl