Age | Commit message (Expand) | Author |
2017-12-27 | Merge pull request #14971 from mrcdk/particles_emitting | Noshyaar |
2017-12-25 | Add missing parameter names | Poommetee Ketson |
2017-12-23 | Set particles emitting to false when particles finish emitting with one-shot ... | MrCdK |
2017-12-16 | Merge pull request #13991 from CyanBlob/master | Rémi Verschelde |
2017-12-16 | TileMap: Add update_bitmask_region(2), expose update_bitmask_area(1) and upda... | Andrew Thomas |
2017-12-15 | Renamed navmesh/poly_create to navmesh/poly_add since no navmesh is created. | Nathan Warden |
2017-12-12 | Enhance undoredo action name, TTR, cleanup | Poommetee Ketson |
2017-12-10 | TileMap: Drop unused center_x/center_y booleans | Rémi Verschelde |
2017-12-09 | Merge pull request #14454 from CyanBlob/TileMap | Rémi Verschelde |
2017-12-09 | -Ability to and unwrap lightmap coordinates on import | Juan Linietsky |
2017-12-09 | Convert tilemap format in get_tile_data() | Andrew Thomas |
2017-12-09 | Merge pull request #14321 from ibrahn/path2d-two-style | Rémi Verschelde |
2017-12-08 | Fixes TileMap occluder offsets. | PJB3005 |
2017-12-07 | Fixed is_playing funtion (was reporting wrong), closes #13928 | Juan Linietsky |
2017-12-07 | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde |
2017-12-06 | -Fix particles with size==0, closes #13931 | Juan Linietsky |
2017-12-06 | Particles2D: Fix normal map rid. | Andreas Haas |
2017-12-06 | Reworked PathFollow2D behaviour, based on such in version 2.1. | Ibrahn Sahir |
2017-12-02 | TileMap Fixes | Mariano Suligoy |
2017-12-01 | Merge pull request #13216 from hoelzl/pr-fix-tile-origin-center | Poommetee Ketson |
2017-11-30 | Fix PathFollow2D motion. | Ferenc Arn |
2017-11-28 | Change RayCast2D 'Exclude Parent' to include Area2D | Chris Bradfield |
2017-11-27 | Fix displacement for centered tilemaps | Matthias Hoelzl |
2017-11-25 | Made Vector::ptrw explicit for writing, compiler was sometimes using the wron... | Juan Linietsky |
2017-11-24 | Fix TileMap and TileSet ClassDB bindings | Ruslan Mustakov |
2017-11-23 | Fixed #13167. Restored ParallaxLayer mirroring that was broken by pull reque... | Sofox |
2017-11-22 | Merge pull request #13159 from AndreaCatania/ray | Rémi Verschelde |
2017-11-22 | Merge pull request #12301 from MarianoGnu/master | Rémi Verschelde |
2017-11-21 | Removed type_mask and fixed some variable name | AndreaCatania |
2017-11-20 | Merge pull request #12421 from TheSofox/parallax-overhaul | Rémi Verschelde |
2017-11-20 | Fixes a double class registering error | Gilles Roudiere |
2017-11-20 | Implement auto-tiling | Mariano Suligoy |
2017-11-20 | Merge pull request #13049 from tagcup/pathfollow2d_parallel_transport | Rémi Verschelde |
2017-11-20 | Fix the prevention for sliding on slopes in the 2d version of move_and_slide | Eric Wiltfang |
2017-11-19 | Use parallel transport in PathFollow2D. | Ferenc Arn |
2017-11-19 | Rework the canvas_item API for further improves to the canvas item editor | Gilles Roudiere |
2017-11-17 | Rename Rect3 to AABB. | Ferenc Arn |
2017-11-17 | Merge pull request #12870 from Nibodhika/master | Rémi Verschelde |
2017-11-15 | Fixing tilemap rotation for non top-left tiles. | Vito |
2017-11-14 | Finalized ability to convert from CanvasItem/Spatial/Particles materials to S... | Juan Linietsky |
2017-11-11 | Merge pull request #12806 from letheed/unify-degrees | Poommetee Ketson |
2017-11-10 | Disabled filter clip by default and made it optional, fixes #12368, likely ot... | Juan Linietsky |
2017-11-10 | Unify degree members and properties | letheed |
2017-11-10 | Remove deprecated rotation methods | letheed |
2017-11-09 | Reworked how servers preallocate RIDs, should fix #10970 | Juan Linietsky |
2017-10-31 | Merge pull request #10770 from RandomShaper/fix-joints | Rémi Verschelde |
2017-10-26 | Overhauled the ParallaxBackground system so that it works properly regardless... | Sofox |
2017-10-26 | Fixes infinite loop in NavPolygonInstance warnings | Cédric Fuchs |
2017-10-23 | missing set/get_collision_mask_bit() for RayCast | Jakub Grzesik |
2017-10-21 | Merge pull request #12291 from RandomShaper/fix-raycast-naming | Rémi Verschelde |