aboutsummaryrefslogtreecommitdiff
path: root/scene/2d
Commit message (Expand)AuthorAgeFilesLines
* Fix inverted RIGHT/LEFT TOP/BOTTOM Camera2D drag margin in runtime (editor wo...robfram2018-01-271-4/+4
* defend Path2D against a null curveTodd Ross2018-01-221-1/+1
* Fix crash on deleted rigidbodies without contact monitor (issue 15904)Bernhard Liebl2018-01-211-0/+11
* Fix minor typo: it's -> itsYuri Chornoivan2018-01-201-1/+1
* Fix typos in code and docs with codespellRémi Verschelde2018-01-183-3/+3
* Before I forget, add warnings on areas without children (should not break any...Juan Linietsky2018-01-182-0/+16
* Merge pull request #15606 from RandomShaper/fix-inherited-coll-shapesRémi Verschelde2018-01-124-8/+40
|\
| * Update collision shapes data on tree enteredPedro J. Estébanez2018-01-114-8/+40
* | Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o...Juan Linietsky2018-01-123-10/+10
* | Bind many more properties to scriptsBojidar Marinov2018-01-129-72/+44
|/
* Update Camera2D scroll using NOTIFICATION_INTERNAL_PROCESSBernhard Liebl2018-01-081-6/+6
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-0566-0/+128
* Merge pull request #15191 from Jerome67000/z_renamingRémi Verschelde2018-01-045-17/+17
|\
| * #15078 renamed "z" -> "z_index" property in Node2DJerome670002018-01-035-17/+17
* | 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
| |/ |/|