summaryrefslogtreecommitdiff
path: root/scene/2d
AgeCommit message (Expand)Author
2019-10-22Merge pull request #32924 from ajweeks/add-ruler-arcsRémi Verschelde
2019-10-22Merge pull request #32927 from Muller-Castro/ShapeCenteredFixRémi Verschelde
2019-10-22Merge pull request #32921 from nekomatata/fix-cpu-particle-delayRémi Verschelde
2019-10-22Merge pull request #32896 from nekomatata/joint-reset-collisionRémi Verschelde
2019-10-20Fixed delay when CPUParticles & CPUParticles2D start being emittedPouleyKetchoupp
2019-10-19Fixed TouchScreenButton::shape_centered having no effectMuller-Castro
2019-10-19Add arcs to indicate angle being measured by rulerAJ Weeks
2019-10-17Properly reset collision exception when releasing Joint2DPouleyKetchoupp
2019-10-15Correct change made to joints_2d.cpp by 072e403.Marcel Admiraal
2019-10-13Fixes Sprite frame_coordsGilles Roudiere
2019-10-08Fix crash in TileMap::update_cell_bitmaskqarmin
2019-10-07Merge pull request #32351 from nekomatata/texture-rect-size-updateRémi Verschelde
2019-10-05Update TextureRect and Sprite when their Texture is modified directly.PouleyKetchoupp
2019-10-05Fix crash in TileMap::fix_invalid_tilesqarmin
2019-10-02Revert "Fixes CPUParticles2D not making use of AtlasTextures"Rémi Verschelde
2019-10-02Merge pull request #32459 from bitstopper/masterRémi Verschelde
2019-10-01Fixes CPUParticles2D not making use of AtlasTexturesbitstopper
2019-09-30Altered rotation_degrees rangeSoumya Lahiri
2019-09-26Fix TileMap world_to_map rounding issue for negative integersbob
2019-09-25Merge pull request #32119 from Calinou/unify-axis-colorsRémi Verschelde
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-09-24Merge pull request #32309 from clayjohn/particles_tex_scaleRémi Verschelde
2019-09-24fix particles scale randomizationclayjohn
2019-09-22Changed some code found by Clang Tidy and Coverityqarmin
2019-09-19Fix misc. source comment typosluz.paz
2019-09-13Use the same axis colors consistently in the 2D and 3D editorsHugo Locurcio
2019-09-03Merge pull request #31476 from SoulForMachine/fix-move-and-slide-errorRémi Verschelde
2019-09-02Merge pull request #31878 from aole/Initialize-TileMap-Custom-TransformRémi Verschelde
2019-09-01Initialize TileMap Custom TransformBhupendra Aole
2019-08-31Call some CanvasItem property setters only if neededHugo Locurcio
2019-08-30Remove some unneeded checks in CollisionObject(2D)Michael Alexsander Silva Dias
2019-08-26Prevent move_and_slide() to generate an error.Milan Davidovic
2019-08-23Merge pull request #31014 from DavidSichma/kinematic_angleRémi Verschelde
2019-08-22Fix custom inertia in physics2d, closes#30838RaphaelHunter
2019-08-20Merge pull request #31395 from ptrojahn/floatsarenastyRémi Verschelde
2019-08-19Replace is_zero_approx(A.distance_to(B)) with A==BPaul Trojahn
2019-08-18Improve the appearance of 2D path editorsHugo Locurcio
2019-08-14Merge pull request #31360 from nekomatata/fix-error-parallax-mirroringRémi Verschelde
2019-08-14Fixed error in ParallaxLayer when set_mirroring is called before entering the...PouleyKetchoupp
2019-08-12Remove redundant author doc commentsIAmActuallyCthulhu
2019-08-09Remove ERR_EXPLAIN from scene/* codeTomasz Chabora
2019-08-08Merge pull request #31194 from bojidar-bg/29312-corrupt-initial-tilemapRémi Verschelde
2019-08-08Fix corrupted TileMap saves due to missing/wrong formatBojidar Marinov
2019-08-07Merge pull request #31077 from qarmin/coverity_bugsRémi Verschelde
2019-08-07Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin
2019-08-06Tweaks related to Camera2D drag marginsTomasz Chabora
2019-08-01Merge pull request #30905 from clayjohn/set-cpuparticles2d-visibleRémi Verschelde
2019-08-01Fix floor_max_angle comparison for impossible anglesDavid Sichma
2019-07-31Tweak Area and PhysicsBody damping setting hints for consistencyHugo Locurcio