aboutsummaryrefslogtreecommitdiff
path: root/scene/2d
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #15093 from poke1024/canvas-editor-selectRémi Verschelde2018-01-0315-35/+240
|\ \ \ \ | |_|/ / |/| | |
| * | | More exact picking for canvas editorBernhard Liebl2017-12-2715-35/+240
* | | | Update copyright statements to 2018Rémi Verschelde2018-01-0164-128/+128
| |/ / |/| |
* | | Merge pull request #14971 from mrcdk/particles_emittingNoshyaar2017-12-272-5/+3
|\ \ \
| * | | Set particles emitting to false when particles finish emitting with one-shot ...MrCdK2017-12-232-5/+3
| |/ /
* / / Add missing parameter namesPoommetee Ketson2017-12-251-1/+1
|/ /
* | Merge pull request #13991 from CyanBlob/masterRémi Verschelde2017-12-162-0/+24
|\ \
| * | TileMap: Add update_bitmask_region(2), expose update_bitmask_area(1) and upda...Andrew Thomas2017-12-162-0/+24
* | | Renamed navmesh/poly_create to navmesh/poly_add since no navmesh is created.Nathan Warden2017-12-154-7/+7
* | | Enhance undoredo action name, TTR, cleanupPoommetee Ketson2017-12-121-23/+4
* | | TileMap: Drop unused center_x/center_y booleansRémi Verschelde2017-12-102-35/+4
* | | Merge pull request #14454 from CyanBlob/TileMapRémi Verschelde2017-12-092-9/+11
|\ \ \
| * | | Convert tilemap format in get_tile_data()Andrew Thomas2017-12-092-9/+11
| |/ /
* | | -Ability to and unwrap lightmap coordinates on importJuan Linietsky2017-12-092-0/+27
* | | Merge pull request #14321 from ibrahn/path2d-two-styleRémi Verschelde2017-12-092-20/+60
|\ \ \
| * | | Reworked PathFollow2D behaviour, based on such in version 2.1.Ibrahn Sahir2017-12-062-20/+60
| |/ /
* | | Fixes TileMap occluder offsets.PJB30052017-12-081-4/+1
* | | Fixed is_playing funtion (was reporting wrong), closes #13928Juan Linietsky2017-12-071-1/+1
* | | Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-076-23/+23
* | | -Fix particles with size==0, closes #13931Juan Linietsky2017-12-062-0/+7
* | | Particles2D: Fix normal map rid.Andreas Haas2017-12-061-1/+1
|/ /
* | TileMap FixesMariano Suligoy2017-12-022-10/+18
* | Merge pull request #13216 from hoelzl/pr-fix-tile-origin-centerPoommetee Ketson2017-12-011-11/+13
|\ \
| * | Fix displacement for centered tilemapsMatthias Hoelzl2017-11-271-11/+13
* | | Fix PathFollow2D motion.Ferenc Arn2017-11-301-11/+9
* | | Change RayCast2D 'Exclude Parent' to include Area2DChris Bradfield2017-11-281-6/+6
|/ /
* | Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-252-2/+2
* | Fix TileMap and TileSet ClassDB bindingsRuslan Mustakov2017-11-241-1/+1
* | Fixed #13167. Restored ParallaxLayer mirroring that was broken by pull reque...Sofox2017-11-231-6/+10
* | Merge pull request #13159 from AndreaCatania/rayRémi Verschelde2017-11-223-21/+2
|\ \
| * | Removed type_mask and fixed some variable nameAndreaCatania2017-11-213-21/+2
* | | Merge pull request #12301 from MarianoGnu/masterRémi Verschelde2017-11-222-30/+240
|\ \ \ | |/ / |/| |
| * | Implement auto-tilingMariano Suligoy2017-11-202-30/+240
* | | Merge pull request #12421 from TheSofox/parallax-overhaulRémi Verschelde2017-11-205-16/+27
|\ \ \
| * | | Overhauled the ParallaxBackground system so that it works properly regardless...Sofox2017-10-265-16/+27
* | | | Fixes a double class registering errorGilles Roudiere2017-11-201-2/+0
| |/ / |/| |
* | | Merge pull request #13049 from tagcup/pathfollow2d_parallel_transportRémi Verschelde2017-11-202-29/+22
|\ \ \
| * | | Use parallel transport in PathFollow2D.Ferenc Arn2017-11-192-29/+22
* | | | Fix the prevention for sliding on slopes in the 2d version of move_and_slideEric Wiltfang2017-11-201-1/+4
|/ / /
* | | Rework the canvas_item API for further improves to the canvas item editorGilles Roudiere2017-11-1926-403/+142
* | | Rename Rect3 to AABB.Ferenc Arn2017-11-171-3/+3
* | | Merge pull request #12870 from Nibodhika/masterRémi Verschelde2017-11-171-2/+2
|\ \ \
| * | | Fixing tilemap rotation for non top-left tiles.Vito2017-11-151-2/+2
* | | | Finalized ability to convert from CanvasItem/Spatial/Particles materials to S...Juan Linietsky2017-11-142-0/+8
|/ / /
* | | Merge pull request #12806 from letheed/unify-degreesPoommetee Ketson2017-11-114-25/+25
|\ \ \
| * | | Unify degree members and propertiesletheed2017-11-104-25/+25
* | | | Disabled filter clip by default and made it optional, fixes #12368, likely ot...Juan Linietsky2017-11-103-3/+26
|/ / /
* | | Remove deprecated rotation methodsletheed2017-11-102-22/+2
* | | Reworked how servers preallocate RIDs, should fix #10970Juan Linietsky2017-11-092-2/+5
* | | Merge pull request #10770 from RandomShaper/fix-jointsRémi Verschelde2017-10-312-72/+48
|\ \ \ | |/ / |/| |