aboutsummaryrefslogtreecommitdiff
path: root/scene/2d
Commit message (Expand)AuthorAgeFilesLines
* Revert "Prevent visibility notification been called twice in object creation"Hein-Pieter van Braam2018-06-051-2/+1
* Ability to change path color with self modulatevolzhs2018-05-131-1/+2
* Use fake audio playing property in editorShyRed2018-05-132-1/+14
* Hand-merge API hash fixes #18514Hein-Pieter van Braam2018-04-292-6/+2
* Fix error spam with Sprite has compressed texturevolzhs2018-04-281-0/+3
* Fix index out of size error on Imagevolzhs2018-04-281-0/+21
* Prevent visibility notification been called twice in object creationChaosus2018-04-281-1/+2
* Implement missing navgiation polygon debugging in tilemapBenedikt Bär2018-04-281-0/+55
* Update TileMap when its TileSet changesShyRed2018-04-282-3/+18
* Update Sprite when Texture changesShyRed2018-04-282-0/+25
* Fix selection of Sprites using AtlasTexture in the editor.Andreas Loew2018-04-141-1/+21
* Fix uninitialized data in Sprite::_get_rects()Bernhard Liebl2018-03-281-2/+2
* Added pitch scale property to AudioStreamPlayer, AudioStreamPlayer2D and Audi...MrCdK2018-03-282-1/+17
* Fix Line2D tile mode for non-square texturesMarc Gilleron2018-03-283-7/+15
* Fix line thickness for CollisionPolygon2D.poke10242018-03-281-1/+2
* Clean up some bad words from code commentsArtem Varaksa2018-02-222-3/+1
* Fix typos with codespellluz.paz2018-02-221-2/+2
* Update an outdated method name in error messageronroniv2018-02-191-1/+1
* 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