summaryrefslogtreecommitdiff
path: root/scene/2d
AgeCommit message (Expand)Author
2018-02-07Update an outdated method name in error messageronroniv
2018-02-01Merge pull request #15254 from mrcdk/pitch_scaleRémi Verschelde
2018-01-27Fix inverted RIGHT/LEFT TOP/BOTTOM Camera2D drag margin in runtime (editor wo...robfram
2018-01-22defend Path2D against a null curveTodd Ross
2018-01-21Fix crash on deleted rigidbodies without contact monitor (issue 15904)Bernhard Liebl
2018-01-20Fix minor typo: it's -> itsYuri Chornoivan
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-18Before I forget, add warnings on areas without children (should not break any...Juan Linietsky
2018-01-12Merge pull request #15606 from RandomShaper/fix-inherited-coll-shapesRémi Verschelde
2018-01-12Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o...Juan Linietsky
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-11Update collision shapes data on tree enteredPedro J. Estébanez
2018-01-08Update Camera2D scroll using NOTIFICATION_INTERNAL_PROCESSBernhard Liebl
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04Merge pull request #15191 from Jerome67000/z_renamingRémi Verschelde
2018-01-03#15078 renamed "z" -> "z_index" property in Node2DJerome67000
2018-01-03Merge pull request #15093 from poke1024/canvas-editor-selectRémi Verschelde
2018-01-01Added pitch scale property to AudioStreamPlayer, AudioStreamPlayer2D and Audi...MrCdK
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-27More exact picking for canvas editorBernhard Liebl
2017-12-27Merge pull request #14971 from mrcdk/particles_emittingNoshyaar
2017-12-25Add missing parameter namesPoommetee Ketson
2017-12-23Set particles emitting to false when particles finish emitting with one-shot ...MrCdK
2017-12-16Merge pull request #13991 from CyanBlob/masterRémi Verschelde
2017-12-16TileMap: Add update_bitmask_region(2), expose update_bitmask_area(1) and upda...Andrew Thomas
2017-12-15Renamed navmesh/poly_create to navmesh/poly_add since no navmesh is created.Nathan Warden
2017-12-12Enhance undoredo action name, TTR, cleanupPoommetee Ketson
2017-12-10TileMap: Drop unused center_x/center_y booleansRémi Verschelde
2017-12-09Merge pull request #14454 from CyanBlob/TileMapRémi Verschelde
2017-12-09-Ability to and unwrap lightmap coordinates on importJuan Linietsky
2017-12-09Convert tilemap format in get_tile_data()Andrew Thomas
2017-12-09Merge pull request #14321 from ibrahn/path2d-two-styleRémi Verschelde
2017-12-08Fixes TileMap occluder offsets.PJB3005
2017-12-07Fixed is_playing funtion (was reporting wrong), closes #13928Juan Linietsky
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-12-06-Fix particles with size==0, closes #13931Juan Linietsky
2017-12-06Particles2D: Fix normal map rid.Andreas Haas
2017-12-06Reworked PathFollow2D behaviour, based on such in version 2.1.Ibrahn Sahir
2017-12-02TileMap FixesMariano Suligoy
2017-12-01Merge pull request #13216 from hoelzl/pr-fix-tile-origin-centerPoommetee Ketson
2017-11-30Fix PathFollow2D motion.Ferenc Arn
2017-11-28Change RayCast2D 'Exclude Parent' to include Area2DChris Bradfield
2017-11-27Fix displacement for centered tilemapsMatthias Hoelzl
2017-11-25Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky
2017-11-24Fix TileMap and TileSet ClassDB bindingsRuslan Mustakov
2017-11-23Fixed #13167. Restored ParallaxLayer mirroring that was broken by pull reque...Sofox
2017-11-22Merge pull request #13159 from AndreaCatania/rayRémi Verschelde
2017-11-22Merge pull request #12301 from MarianoGnu/masterRémi Verschelde
2017-11-21Removed type_mask and fixed some variable nameAndreaCatania
2017-11-20Merge pull request #12421 from TheSofox/parallax-overhaulRémi Verschelde