| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Merge pull request #15437 from GodotExplorer/pr-fix-15424 | Rémi Verschelde | 2018-01-07 | 1 | -0/+6 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Add null checking for paramaters in UndoRedo | |||||
| | * | | | | | Add null checking for paramaters in Undoredo | geequlim | 2018-01-07 | 1 | -0/+6 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #15382 from mrcdk/poolarrays_neq_fix | Rémi Verschelde | 2018-01-07 | 1 | -4/+4 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix NEQ operation for Arrays and Pool*Arrays | |||||
| | * | | | | | | Fix NEQ operation between 2 different Arrays | MrCdK | 2018-01-06 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it was returning false if it found the same content in both arrays which isn't correct, it should return true when it finds different values | |||||
| * | | | | | | | Merge pull request #15297 from poke1024/runner-limit-errs | Rémi Verschelde | 2018-01-07 | 2 | -5/+42 | |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Limit number of errors and messages sent by runner | |||||
| | * | | | | | | Limit number of errors and messages sent by runner | Bernhard Liebl | 2018-01-03 | 2 | -5/+42 | |
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828 | Juan Linietsky | 2018-01-06 | 2 | -20/+20 | |
| | | | | | | | ||||||
| * | | | | | | Fix crash when using Image.resize() without calling Image.create() first | Jerome67000 | 2018-01-06 | 1 | -2/+5 | |
| | |/ / / / |/| | | | | ||||||
| * | | | | | Print error if a resource can't load from script, fixes #15313 | Juan Linietsky | 2018-01-05 | 1 | -1/+7 | |
| | |_|/ / |/| | | | ||||||
| * | | | | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 235 | -7/+302 | |
| | |/ / |/| | | | | | | | | | | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module. | |||||
| * | | | Change OS::initialize signature to return Error (fix segfault on x11) | Emmanuel Leblond | 2018-01-04 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | found via cppcheck: | firefly2442 | 2018-01-03 | 2 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | remove code that will never run make definition and declaration names for parameters match change floats that were being set to bool values remove pointer that is never used | |||||
| * | | | Merge pull request #15280 from poke1024/ringbuffer-cow | Rémi Verschelde | 2018-01-04 | 1 | -8/+9 | |
| |\ \ \ | | | | | | | | | Avoid redundant copy-on-writes in RingBuffer | |||||
| | * | | | Avoid redundant copy-on-writes in RingBuffer | Bernhard Liebl | 2018-01-03 | 1 | -8/+9 | |
| | | | | | ||||||
| * | | | | Revert "Add missing image format RGB10A2. Fixes #14964" | Juan Linietsky | 2018-01-03 | 2 | -25/+0 | |
| | |/ / |/| | | ||||||
| * | | | Merge pull request #15220 from ibrahn/variantcall-defargs-fix | Rémi Verschelde | 2018-01-03 | 1 | -2/+3 | |
| |\ \ \ | | | | | | | | | fix VariantCall default parameter ordering | |||||
| | * | | | fix VariantCall default parameter ordering | Ibrahn Sahir | 2017-12-31 | 1 | -2/+3 | |
| | |/ / | ||||||
| * | | | Merge pull request #15093 from poke1024/canvas-editor-select | Rémi Verschelde | 2018-01-03 | 2 | -0/+14 | |
| |\ \ \ | | | | | | | | | More exact picking for canvas editor | |||||
| | * | | | More exact picking for canvas editor | Bernhard Liebl | 2017-12-27 | 2 | -0/+14 | |
| | | | | | ||||||
| * | | | | Merge pull request #15051 from binbitten/bug-fixes | Rémi Verschelde | 2018-01-03 | 2 | -0/+25 | |
| |\ \ \ \ | | | | | | | | | | | Add missing image format RGB10A2. Fixes #14964 | |||||
| | * | | | | Add missing image format RGB10A2. Fixes #14964 | binbitten | 2017-12-25 | 2 | -0/+25 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #15274 from GodotExplorer/debugger-fix-15238 | Rémi Verschelde | 2018-01-03 | 1 | -2/+8 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Fix a bug for debugger | |||||
| | * | | | | | Fix crash while the debugger encode a freed object. | Geequlim | 2018-01-03 | 1 | -2/+8 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursor | Rémi Verschelde | 2018-01-03 | 3 | -2/+44 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | Custom hardware-accelerated mouse cursor | |||||
| | * | | | | | Add implementation for custom hardware cursor | Guilherme Silva | 2017-12-17 | 3 | -2/+44 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #15083 from tagcup/spatial_rot_fix | Juan Linietsky | 2018-01-02 | 2 | -2/+18 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Restore the behavior of Spatial rotations recently changed in c1153f5. | |||||
| | * | | | | | | Restore the behavior of Spatial rotations recently changed in c1153f5. | tagcup | 2017-12-27 | 2 | -2/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That change was borne out of a confusion regarding the meaning of "local" in #14569. Affine transformations in Spatial simply correspond to affine operations of its Transform. Such operations take place in a coordinate system that is defined by the parent Spatial. When there is no parent, they correspond to operations in the global coordinate system. This coordinate system, which is relative to the parent, has been referred to as the local coordinate system in the docs so far, but this sloppy language has apparently confused some users, making them think that the local coordinate system refers to the one whose axes are "painted" on the Spatial node itself. To avoid such conceptual conflations and misunderstandings in the future, the parent-relative local system is now referred to as "parent-local", and the object-relative local system is called "object-local" in the docs. This commit adds the functionality "requested" in #14569, not by changing how rotate/scale/translate works, but by adding new rotate_object_local, scale_object_local and translate_object_local functions. Also, for completeness, there is now global_scale. This commit also updates another part of the docs regarding the rotation property of Spatial, which also leads to confusion among some users. | |||||
| * | | | | | | | Merge pull request #14916 from poke1024/reduce-startup-time | Rémi Verschelde | 2018-01-02 | 1 | -4/+7 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Ramp up remote debugger wait time | |||||
| | * | | | | | | | Ramp up remote debugger wait time | poke1024 | 2017-12-22 | 1 | -4/+7 | |
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 239 | -478/+478 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Happy new year to the wonderful Godot community! | |||||
| * | | | | | | | Merge pull request #14973 from poke1024/docs-word-selection | Noshyaar | 2018-01-01 | 2 | -0/+37 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Double-click word selection for RichTextLabel (i.e. docs) | |||||
| | * | | | | | | | Double-click word selection for RichTextLabel (i.e. docs) | Bernhard Liebl | 2017-12-28 | 2 | -0/+37 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #15091 from poke1024/fix-rect2-distance-to | Noshyaar | 2018-01-01 | 1 | -6/+15 | |
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | Fix Rect2::distance_to() not returning 0 | |||||
| | * | | | | | | Fix Rect2::distance_to() not returning 0 | Bernhard Liebl | 2017-12-27 | 1 | -6/+15 | |
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Fix crash in StringBuffer::append() | Bernhard Liebl | 2017-12-27 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #14744 from poke1024/stringname-compare | Juan Linietsky | 2017-12-27 | 3 | -59/+42 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Avoid string allocations in AlphCompare | |||||
| | * | | | | | | Avoid string allocations in AlphCompare | Bernhard Liebl | 2017-12-17 | 3 | -59/+42 | |
| | | | | | | | | ||||||
| * | | | | | | | Reimport now checks source path changes and imported files and their md5, ↵ | Juan Linietsky | 2017-12-27 | 2 | -0/+32 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #14728 | |||||
| * | | | | | | | Merge pull request #14996 from neikeq/enums-mono | Noshyaar | 2017-12-27 | 1 | -0/+37 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Mono: Make the bindings generator output enums | |||||
| | * | | | | | | | Mono: Make the bindings generator output enums | Ignacio Etcheverry | 2017-12-24 | 1 | -0/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switch to PascalCase for constants names | |||||
| * | | | | | | | | Merge pull request #15045 from poke1024/vector2-inline | Noshyaar | 2017-12-27 | 2 | -63/+64 | |
| |\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | Inline some very common Vector2 operations | |||||
| | * | | | | | | | Inline some very common Vector2 operations | Bernhard Liebl | 2017-12-25 | 2 | -63/+64 | |
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Change the rotate function of Spatial to be local, makes more sense. Closes ↵ | Juan Linietsky | 2017-12-26 | 2 | -0/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #14569 | |||||
| * | | | | | | | Removed the InputEvent ID field, which was unused and can cause bugs. | Juan Linietsky | 2017-12-26 | 2 | -22/+0 | |
| | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | | Add missing parameter names | Poommetee Ketson | 2017-12-25 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | -Removed OpenMP support, replaced by a custom class. | Juan Linietsky | 2017-12-24 | 2 | -0/+82 | |
| | |/ / / / |/| | | | | | | | | | | | | | | -Disabled Opus, implementation is wrong. | |||||
| * | | | | | Fixes grow_margin not working at all | Gilles Roudiere | 2017-12-21 | 1 | -1/+2 | |
| |/ / / / | ||||||
| * | | | | Add functions to image to load a PNG or JPG from a buffer, closes #4024 | Juan Linietsky | 2017-12-20 | 2 | -0/+40 | |
| | | | | | ||||||
| * | | | | Merge pull request #14823 from willnationsdev/get-base-script | Rémi Verschelde | 2017-12-20 | 1 | -0/+2 | |
| |\ \ \ \ | | | | | | | | | | | Add Script.get_base_script()/get_instance_base_type() to API | |||||
| | * | | | | Add Script.get_base_script/instance_base_type API | Will Nations | 2017-12-19 | 1 | -0/+2 | |
| | | | | | | ||||||
