aboutsummaryrefslogtreecommitdiff
path: root/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15437 from GodotExplorer/pr-fix-15424Rémi Verschelde2018-01-071-0/+6
|\
| * Add null checking for paramaters in Undoredogeequlim2018-01-071-0/+6
* | Merge pull request #15382 from mrcdk/poolarrays_neq_fixRémi Verschelde2018-01-071-4/+4
|\ \
| * | Fix NEQ operation between 2 different ArraysMrCdK2018-01-061-4/+4
* | | Merge pull request #15297 from poke1024/runner-limit-errsRémi Verschelde2018-01-072-5/+42
|\ \ \ | |_|/ |/| |
| * | Limit number of errors and messages sent by runnerBernhard Liebl2018-01-032-5/+42
* | | Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828Juan Linietsky2018-01-062-20/+20
* | | Fix crash when using Image.resize() without calling Image.create() firstJerome670002018-01-061-2/+5
| |/ |/|
* | Print error if a resource can't load from script, fixes #15313Juan Linietsky2018-01-051-1/+7
* | Add missing copyright headers and fix formattingRémi Verschelde2018-01-05235-7/+302
* | Change OS::initialize signature to return Error (fix segfault on x11)Emmanuel Leblond2018-01-041-1/+1
* | found via cppcheck:firefly24422018-01-032-5/+5
* | Merge pull request #15280 from poke1024/ringbuffer-cowRémi Verschelde2018-01-041-8/+9
|\ \
| * | Avoid redundant copy-on-writes in RingBufferBernhard Liebl2018-01-031-8/+9
* | | Revert "Add missing image format RGB10A2. Fixes #14964"Juan Linietsky2018-01-032-25/+0
| |/ |/|
* | Merge pull request #15220 from ibrahn/variantcall-defargs-fixRémi Verschelde2018-01-031-2/+3
|\ \
| * | fix VariantCall default parameter orderingIbrahn Sahir2017-12-311-2/+3
| |/
* | Merge pull request #15093 from poke1024/canvas-editor-selectRémi Verschelde2018-01-032-0/+14
|\ \
| * | More exact picking for canvas editorBernhard Liebl2017-12-272-0/+14
* | | Merge pull request #15051 from binbitten/bug-fixesRémi Verschelde2018-01-032-0/+25
|\ \ \
| * | | Add missing image format RGB10A2. Fixes #14964binbitten2017-12-252-0/+25
* | | | Merge pull request #15274 from GodotExplorer/debugger-fix-15238Rémi Verschelde2018-01-031-2/+8
|\ \ \ \
| * | | | Fix crash while the debugger encode a freed object.Geequlim2018-01-031-2/+8
* | | | | Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursorRémi Verschelde2018-01-033-2/+44
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add implementation for custom hardware cursorGuilherme Silva2017-12-173-2/+44
* | | | | Merge pull request #15083 from tagcup/spatial_rot_fixJuan Linietsky2018-01-022-2/+18
|\ \ \ \ \
| * | | | | Restore the behavior of Spatial rotations recently changed in c1153f5.tagcup2017-12-272-2/+18
* | | | | | Merge pull request #14916 from poke1024/reduce-startup-timeRémi Verschelde2018-01-021-4/+7
|\ \ \ \ \ \
| * | | | | | Ramp up remote debugger wait timepoke10242017-12-221-4/+7
| | |_|_|/ / | |/| | | |
* | | | | | Update copyright statements to 2018Rémi Verschelde2018-01-01239-478/+478
* | | | | | Merge pull request #14973 from poke1024/docs-word-selectionNoshyaar2018-01-012-0/+37
|\ \ \ \ \ \
| * | | | | | Double-click word selection for RichTextLabel (i.e. docs)Bernhard Liebl2017-12-282-0/+37
| |/ / / / /
* | | | | | Merge pull request #15091 from poke1024/fix-rect2-distance-toNoshyaar2018-01-011-6/+15
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fix Rect2::distance_to() not returning 0Bernhard Liebl2017-12-271-6/+15
| | |_|_|/ | |/| | |
* | | | | Fix crash in StringBuffer::append()Bernhard Liebl2017-12-271-1/+1
* | | | | Merge pull request #14744 from poke1024/stringname-compareJuan Linietsky2017-12-273-59/+42
|\ \ \ \ \
| * | | | | Avoid string allocations in AlphCompareBernhard Liebl2017-12-173-59/+42
* | | | | | Reimport now checks source path changes and imported files and their md5, fix...Juan Linietsky2017-12-272-0/+32
* | | | | | Merge pull request #14996 from neikeq/enums-monoNoshyaar2017-12-271-0/+37
|\ \ \ \ \ \
| * | | | | | Mono: Make the bindings generator output enumsIgnacio Etcheverry2017-12-241-0/+37
* | | | | | | Merge pull request #15045 from poke1024/vector2-inlineNoshyaar2017-12-272-63/+64
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Inline some very common Vector2 operationsBernhard Liebl2017-12-252-63/+64
| | |_|_|/ / | |/| | | |
* | | | | | Change the rotate function of Spatial to be local, makes more sense. Closes #...Juan Linietsky2017-12-262-0/+12
* | | | | | Removed the InputEvent ID field, which was unused and can cause bugs.Juan Linietsky2017-12-262-22/+0
| |_|_|/ / |/| | | |
* | | | | Add missing parameter namesPoommetee Ketson2017-12-251-1/+1
* | | | | -Removed OpenMP support, replaced by a custom class.Juan Linietsky2017-12-242-0/+82
| |/ / / |/| | |
* | | | Fixes grow_margin not working at allGilles Roudiere2017-12-211-1/+2
|/ / /
* | | Add functions to image to load a PNG or JPG from a buffer, closes #4024Juan Linietsky2017-12-202-0/+40
* | | Merge pull request #14823 from willnationsdev/get-base-scriptRémi Verschelde2017-12-201-0/+2
|\ \ \
| * | | Add Script.get_base_script/instance_base_type APIWill Nations2017-12-191-0/+2