summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2018-01-18improves portability with some compilersAriel Manzur
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
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
2018-01-03found via cppcheck:firefly2442
2018-01-04Merge pull request #15280 from poke1024/ringbuffer-cowRémi Verschelde
2018-01-03Revert "Add missing image format RGB10A2. Fixes #14964"Juan Linietsky
2018-01-03Avoid redundant copy-on-writes in RingBufferBernhard Liebl
2018-01-03Limit number of errors and messages sent by runnerBernhard Liebl
2018-01-03Merge pull request #15220 from ibrahn/variantcall-defargs-fixRémi Verschelde
2018-01-03Merge pull request #15093 from poke1024/canvas-editor-selectRémi Verschelde
2018-01-03Merge pull request #15051 from binbitten/bug-fixesRémi Verschelde
2018-01-03Merge pull request #15274 from GodotExplorer/debugger-fix-15238Rémi Verschelde
2018-01-03Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursorRémi Verschelde
2018-01-03Fix crash while the debugger encode a freed object.Geequlim
2018-01-02Merge pull request #15083 from tagcup/spatial_rot_fixJuan Linietsky
2018-01-02Merge pull request #14916 from poke1024/reduce-startup-timeRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2018-01-01Merge pull request #14973 from poke1024/docs-word-selectionNoshyaar
2018-01-01Merge pull request #15091 from poke1024/fix-rect2-distance-toNoshyaar
2017-12-31fix VariantCall default parameter orderingIbrahn Sahir
2017-12-28Double-click word selection for RichTextLabel (i.e. docs)Bernhard Liebl
2017-12-27Restore the behavior of Spatial rotations recently changed in c1153f5.tagcup
2017-12-27More exact picking for canvas editorBernhard Liebl