summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
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-10Add shuffle() method to Arraypoke1024
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 new window setting: always on topPedro J. Estébanez
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
2017-12-27Fix crash in StringBuffer::append()Bernhard Liebl
2017-12-27Merge pull request #14744 from poke1024/stringname-compareJuan Linietsky
2017-12-27Reimport now checks source path changes and imported files and their md5, fix...Juan Linietsky
2017-12-27Fix Rect2::distance_to() not returning 0Bernhard Liebl
2017-12-27Merge pull request #14996 from neikeq/enums-monoNoshyaar
2017-12-27Merge pull request #15045 from poke1024/vector2-inlineNoshyaar
2017-12-26Change the rotate function of Spatial to be local, makes more sense. Closes #...Juan Linietsky
2017-12-26Removed the InputEvent ID field, which was unused and can cause bugs.Juan Linietsky