Age | Commit message (Expand) | Author |
2018-01-05 | Print error if a resource can't load from script, fixes #15313 | Juan Linietsky |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-04 | Change OS::initialize signature to return Error (fix segfault on x11) | Emmanuel Leblond |
2018-01-03 | found via cppcheck: | firefly2442 |
2018-01-04 | Merge pull request #15280 from poke1024/ringbuffer-cow | Rémi Verschelde |
2018-01-03 | Revert "Add missing image format RGB10A2. Fixes #14964" | Juan Linietsky |
2018-01-03 | Avoid redundant copy-on-writes in RingBuffer | Bernhard Liebl |
2018-01-03 | Merge pull request #15220 from ibrahn/variantcall-defargs-fix | Rémi Verschelde |
2018-01-03 | Merge pull request #15093 from poke1024/canvas-editor-select | Rémi Verschelde |
2018-01-03 | Merge pull request #15051 from binbitten/bug-fixes | Rémi Verschelde |
2018-01-03 | Merge pull request #15274 from GodotExplorer/debugger-fix-15238 | Rémi Verschelde |
2018-01-03 | Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursor | Rémi Verschelde |
2018-01-03 | Fix crash while the debugger encode a freed object. | Geequlim |
2018-01-02 | Merge pull request #15083 from tagcup/spatial_rot_fix | Juan Linietsky |
2018-01-02 | Merge pull request #14916 from poke1024/reduce-startup-time | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2018-01-01 | Merge pull request #14973 from poke1024/docs-word-selection | Noshyaar |
2018-01-01 | Merge pull request #15091 from poke1024/fix-rect2-distance-to | Noshyaar |
2017-12-31 | fix VariantCall default parameter ordering | Ibrahn Sahir |
2017-12-28 | Double-click word selection for RichTextLabel (i.e. docs) | Bernhard Liebl |
2017-12-27 | Restore the behavior of Spatial rotations recently changed in c1153f5. | tagcup |
2017-12-27 | More exact picking for canvas editor | Bernhard Liebl |
2017-12-27 | Fix crash in StringBuffer::append() | Bernhard Liebl |
2017-12-27 | Merge pull request #14744 from poke1024/stringname-compare | Juan Linietsky |
2017-12-27 | Reimport now checks source path changes and imported files and their md5, fix... | Juan Linietsky |
2017-12-27 | Fix Rect2::distance_to() not returning 0 | Bernhard Liebl |
2017-12-27 | Merge pull request #14996 from neikeq/enums-mono | Noshyaar |
2017-12-27 | Merge pull request #15045 from poke1024/vector2-inline | Noshyaar |
2017-12-26 | Change the rotate function of Spatial to be local, makes more sense. Closes #... | Juan Linietsky |
2017-12-26 | Removed the InputEvent ID field, which was unused and can cause bugs. | Juan Linietsky |
2017-12-25 | Add missing image format RGB10A2. Fixes #14964 | binbitten |
2017-12-25 | Inline some very common Vector2 operations | Bernhard Liebl |
2017-12-25 | Add missing parameter names | Poommetee Ketson |
2017-12-24 | -Removed OpenMP support, replaced by a custom class. | Juan Linietsky |
2017-12-24 | Mono: Make the bindings generator output enums | Ignacio Etcheverry |
2017-12-22 | Ramp up remote debugger wait time | poke1024 |
2017-12-21 | Fixes grow_margin not working at all | Gilles Roudiere |
2017-12-20 | Add functions to image to load a PNG or JPG from a buffer, closes #4024 | Juan Linietsky |
2017-12-20 | Merge pull request #14823 from willnationsdev/get-base-script | Rémi Verschelde |
2017-12-19 | Add Script.get_base_script/instance_base_type API | Will Nations |
2017-12-18 | Use a different strategy for path remaps, try loading from a remap file instead. | Juan Linietsky |
2017-12-17 | Merge pull request #14754 from willnationsdev/dictionary-copy | Rémi Verschelde |
2017-12-17 | Dictionary::copy -> ::duplicate | Will Nations |
2017-12-17 | Add implementation for custom hardware cursor | Guilherme Silva |
2017-12-17 | Merge pull request #14760 from hpvb/add-several-unlikely-macros | Rémi Verschelde |
2017-12-17 | Merge pull request #14635 from poke1024/getline | Rémi Verschelde |
2017-12-17 | Merge pull request #14745 from poke1024/api-hash-arg-info | Rémi Verschelde |
2017-12-17 | Add several unlikely() macros | Hein-Pieter van Braam |
2017-12-17 | Avoid string allocations in AlphCompare | Bernhard Liebl |
2017-12-16 | Add epic hack so vsync can be toggled in run-time from script. Fixes #14458. | Juan Linietsky |