aboutsummaryrefslogtreecommitdiff
path: root/scene/2d (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #15093 from poke1024/canvas-editor-selectRémi Verschelde2018-01-0315-35/+240
|\ \ \ \ | |_|/ / |/| | | More exact picking for canvas editor
| * | | More exact picking for canvas editorBernhard Liebl2017-12-2715-35/+240
| | | |
* | | | Update copyright statements to 2018Rémi Verschelde2018-01-0164-128/+128
| |/ / |/| | | | | | | | Happy new year to the wonderful Godot community!
* | | Merge pull request #14971 from mrcdk/particles_emittingNoshyaar2017-12-272-5/+3
|\ \ \ | | | | | | | | Set particles emitting to false when particles finish emitting with one-shot enabled
| * | | Set particles emitting to false when particles finish emitting with one-shot ↵MrCdK2017-12-232-5/+3
| |/ / | | | | | | | | | enabled
* / / 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) …
| * | TileMap: Add update_bitmask_region(2), expose update_bitmask_area(1) and ↵Andrew Thomas2017-12-162-0/+24
| | | | | | | | | | | | update_bitmask_region(2) to GDscript
* | | 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
| | | | | | | | | | | | | | | | | | Two years later they are still unused and we do not know their intend use case, so tschüss. Closes #2513.
* | | Merge pull request #14454 from CyanBlob/TileMapRémi Verschelde2017-12-092-9/+11
|\ \ \ | | | | | | | | Convert tilemap format in get_tile_data()
| * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | -Added unwrap functionality to Mesh -Ability to display and debug mesh UVs -Added multiline draw, so it's easier and faster to draw UVs -Many fixes to SurfaceTool -Fixes to Thekla Unwrap, but it's a piece of ass and it keeps crashing. Will have to go away
* | | 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.
| * | | Reworked PathFollow2D behaviour, based on such in version 2.1.Ibrahn Sahir2017-12-062-20/+60
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | When rotation is enabled, the follower's rotation will be set to that of the tangent to the path at it's current offset. For closed looping paths the lookahead will now wrap around at the end of the path. fixes #13434
* | | Fixes TileMap occluder offsets.PJB30052017-12-081-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | This is NOT related to #14388! This fixes a graphical bug where the light occluders used by tilemaps weren't getting offset anymore, this they'd be positioned incorrectly. I tried on all 3 tilemap positioning modes and it seemed to work on every one.
* | | Fixed is_playing funtion (was reporting wrong), closes #13928Juan Linietsky2017-12-071-1/+1
| | | | | | | | | | | | Made error reporting to opcode_set in gdscript a bit clearer
* | | 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
| | | | | | | | | | | | -Fixed material previews (dont show sphere unless for spatial)
* | | Particles2D: Fix normal map rid.Andreas Haas2017-12-061-1/+1
|/ / | | | | | | Looks like a Copy & Paste error, fixes #14334.
* | 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 tilemaps
| * | Fix displacement for centered tilemapsMatthias Hoelzl2017-11-271-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | - Fixes tile and collision placement for tilemaps with `tile_origin` set to `TILE_ORIGIN_CENTER`. - Also fixes a bug in the offset computation for collision shapes with `flip_v` flag set to true if `tile_origin` is `TILE_ORIGIN_BOTTOM_LEFT`.
* | | Fix PathFollow2D motion.Ferenc Arn2017-11-301-11/+9
| | | | | | | | | | | | Fixes #13361.
* | | Change RayCast2D 'Exclude Parent' to include Area2DChris Bradfield2017-11-281-6/+6
|/ /
* | Made Vector::ptrw explicit for writing, compiler was sometimes using the ↵Juan Linietsky2017-11-252-2/+2
| | | | | | | | | | | | wrong function, leading to unnecesary copy on writes and reduced performance.
* | Fix TileMap and TileSet ClassDB bindingsRuslan Mustakov2017-11-241-1/+1
| |
* | Fixed #13167. Restored ParallaxLayer mirroring that was broken by pull ↵Sofox2017-11-231-6/+10
| | | | | | | | request #12421
* | Merge pull request #13159 from AndreaCatania/rayRémi Verschelde2017-11-223-21/+2
|\ \ | | | | | | Removed type_mask and fixed some variable name
| * | 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-tiling
| * | 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
| * | | Overhauled the ParallaxBackground system so that it works properly ↵Sofox2017-10-265-16/+27
| | | | | | | | | | | | | | | | regardless of the zoom of the camera.
* | | | 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.
| * | | Use parallel transport in PathFollow2D.Ferenc Arn2017-11-192-29/+22
| | | | | | | | | | | | | | | | Fixes #12995.
* | | | Fix the prevention for sliding on slopes in the 2d version of move_and_slideEric Wiltfang2017-11-201-1/+4
|/ / / | | | | | | | | | | | | | | | Done by using the same method the 3d counterpart uses. Fixes #13063.
* | | 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
| | | | | | | | | | | | Fixes #12973.
* | | Merge pull request #12870 from Nibodhika/masterRémi Verschelde2017-11-171-2/+2
|\ \ \ | | | | | | | | Fixing tilemap rotation for non top-left tiles.
| * | | Fixing tilemap rotation for non top-left tiles.Vito2017-11-151-2/+2
| | | |
* | | | Finalized ability to convert from CanvasItem/Spatial/Particles materials to ↵Juan Linietsky2017-11-142-0/+8
|/ / / | | | | | | | | | ShaderMaterial, closes #10242
* | | Merge pull request #12806 from letheed/unify-degreesPoommetee Ketson2017-11-114-25/+25
|\ \ \ | | | | | | | | Unify degree methods and properties
| * | | Unify degree members and propertiesletheed2017-11-104-25/+25
| | | |
* | | | Disabled filter clip by default and made it optional, fixes #12368, likely ↵Juan Linietsky2017-11-103-3/+26
|/ / / | | | | | | | | | others too
* | | 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
|\ \ \ | |/ / |/| | Fix joints collision exceptions, plus a bit more