summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2018-02-14Add mbedtls moduleFabio Alessandrelli
2018-02-12Added OS::center_window to center the window precisely on desktop platformsMarcelo Fernandez
2018-02-07Merge pull request #15899 from karroffel/stringbuffer-template-argRémi Verschelde
2018-02-05Fix polygon triangulation failure.Nicolas Silva
2018-02-05Kill an old debugging messageHein-Pieter van Braam
2018-02-03Fix broken variant call of Vector3.snappedTimur Celik
2018-02-01Fix inconsistencies and typos in argument namesPaolo Perkovic
2018-02-01Merge pull request #16002 from bruvzg/mono_loading_form_resRémi Verschelde
2018-01-31Merge pull request #16188 from Schweigert/masterRémi Verschelde
2018-01-31Mono: Allow loading `mscorlib` from resources.bruvzg
2018-01-30Display set_nodelay to GDScriptMarlon Henry Schweigert
2018-01-30Merge pull request #15995 from GodotExplorer/pr-debugger-weakrefRémi Verschelde
2018-01-30Fix wrong return type of xform functionsPoommetee Ketson
2018-01-27Use the appropriate Variant hash and compare functions for DictionariesHein-Pieter van Braam
2018-01-24- Improves portability in joystick buttons enumAriel Manzur
2018-01-24Merge pull request #15844 from letheed/better-error-msgRémi Verschelde
2018-01-23Remote debugger send the real instance of WeakRef referenced toGeequlim
2018-01-20add template argument for size in StringBufferkarroffel
2018-01-20fixed crash with StringBuilderkarroffel
2018-01-18improves portability with some compilersAriel Manzur
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-18Make cyclic resource inclusion error message more helpfulletheed
2018-01-17doc: Replace some more "val" with "value" + syncRémi Verschelde
2018-01-16Revert "Fix bad color to HTML conversion. Alpha channel was added before RGB."Rémi Verschelde
2018-01-15Filled tutorial field in most relevent classes.Juan Linietsky
2018-01-15Make sure PropertyHint matches in the VisualScript editor.K. S. Ernest (iFire) Lee
2018-01-13Fix String::itos/String::num_int64(INT64_MIN) output.bruvzg
2018-01-12get_target_fps and set_target_fps now both use an intPaul Joannon
2018-01-12fix set_stream_peer binding in PacketPeerPaul Joannon
2018-01-12Merge pull request #15611 from bojidar-bg/x-bind-more-propertiesRémi Verschelde
2018-01-12-Remove color operator clamping, which is unnecesary. Fixes #15184, fixes #14...Juan Linietsky
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-11Merge pull request #15531 from AndreaCatania/p2Juan Linietsky
2018-01-11Fixed crash on duplicate GIProbe bakingAndreaCatania
2018-01-11Dont print error when loading resource from cacheRuslan Mustakov
2018-01-09Fix bad color to HTML conversion. Alpha channel was added befor RGB.robfram
2018-01-09Mono: Implement stack info for errors and exceptionsIgnacio Etcheverry
2018-01-08obsolete UndoRedo max_steps; no users identifiedTodd Ross
2018-01-08Merge pull request #15337 from touilleMan/fix-classdb_get_method_list-without...Rémi Verschelde
2018-01-07Merge pull request #15437 from GodotExplorer/pr-fix-15424Rémi Verschelde
2018-01-07Merge pull request #15382 from mrcdk/poolarrays_neq_fixRémi Verschelde
2018-01-07Merge pull request #15297 from poke1024/runner-limit-errsRémi Verschelde
2018-01-07Add null checking for paramaters in Undoredogeequlim
2018-01-06Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828Juan Linietsky
2018-01-06Fix crash when using Image.resize() without calling Image.create() firstJerome67000
2018-01-06Fix NEQ operation between 2 different ArraysMrCdK
2018-01-05Print error if a resource can't load from script, fixes #15313Juan Linietsky
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04Fix _ClassDB::get_method_list to returns only what's available when introspec...Emmanuel Leblond
2018-01-04Change OS::initialize signature to return Error (fix segfault on x11)Emmanuel Leblond