summaryrefslogtreecommitdiffstats
path: root/scene/2d
Commit message (Expand)AuthorAgeFilesLines
* Don't compile editor-only function when tools=noGilles Roudière2020-01-0936-37/+118
* Merge pull request #34726 from nekomatata/polygon2d-antialiasing-fixRémi Verschelde2020-01-031-1/+1
|\
| * Fixed antialiasing option for Polygon2DPouleyKetchoupp2020-01-011-1/+1
* | Fix wrong disconnect in callback in VisibilityNotifier 3DАлександр Растриженков2020-01-021-2/+0
* | Update copyright statements to 2020Rémi Verschelde2020-01-0174-148/+148
|/
* Add a range property hint for the number of contacts reportedHugo Locurcio2019-12-211-1/+1
* Fixed a bug within sprite.cpp that caused nan values to appear when a texture...Tyler Greenwood2019-12-161-0/+3
* Merge pull request #34040 from qarmin/unused_variable_more_precise_numbersRémi Verschelde2019-12-103-6/+6
|\
| * Removed unused variables, add some constants numbersRafał Mikrut2019-12-103-6/+6
* | Merge pull request #33857 from nekomatata/polygon-2d-antialiasingRémi Verschelde2019-12-033-4/+22
|\ \
| * | Fixed antialiased option for Polygon2D / Line2DPouleyKetchoupp2019-11-283-4/+22
* | | Ensure move_and_slide() is consistent between the 2D and 3D versions.Marcel Admiraal2019-12-021-19/+15
| |/ |/|
* | Remove unnecessary bounded_offset from PathFollow2DTomasz Chabora2019-11-301-9/+3
|/
* Merge pull request #32274 from raphael10241024/fix_sync_physics_jitterRémi Verschelde2019-11-212-8/+3
|\
| * fix kinematicBody2D jitters when sync_to_physics is turned on, closes #28181RaphaelHunter2019-09-232-8/+3
* | Fix some overflows and unitialized variablesRafał Mikrut2019-11-201-2/+2
* | Revert "Fixed TouchScreenButton::shape_centered having no effect"Rémi Verschelde2019-11-081-6/+2
* | Merge pull request #32477 from aaronfranke/equal-approx-separateRémi Verschelde2019-11-071-6/+6
|\ \
| * | Replace vector == and is_zero_approx(distance) with is_equal_approxAaron Franke2019-10-141-6/+6
* | | Merge pull request #32934 from ajweeks/fix-scale-originRémi Verschelde2019-10-302-0/+7
|\ \ \
| * | | Fix canvas scale gizmo placementAJ Weeks2019-10-222-0/+7
| |/ /
* | | Fixed disconnecting not connected signalMikolaj Kaczmarek2019-10-291-1/+3
* | | Merge pull request #31943 from codecustard/Fixes_invalid_frames_on_reverse_animRémi Verschelde2019-10-271-2/+6
|\ \ \
| * | | Fixes Reverse Animation Starting on First FrameEmmanuel Barroga2019-10-161-2/+6
* | | | Merge pull request #32657 from ptrojahn/linesRémi Verschelde2019-10-261-6/+6
|\ \ \ \
| * | | | Fix draw_rectPaul Trojahn2019-10-111-6/+6
* | | | | Fixed emitting not initialized correctly in cpu particles 2d/3dPouleyKetchoupp2019-10-241-2/+4
* | | | | Merge pull request #32992 from KoBeWi/AUTOVECTORZRémi Verschelde2019-10-231-0/+4
|\ \ \ \ \
| * | | | | Auto-increment frame_coords when keyingTomasz Chabora2019-10-221-0/+4
* | | | | | Merge pull request #32924 from ajweeks/add-ruler-arcsRémi Verschelde2019-10-222-0/+15
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add arcs to indicate angle being measured by rulerAJ Weeks2019-10-192-0/+15
| | |_|/ / | |/| | |
* | | | | Merge pull request #32927 from Muller-Castro/ShapeCenteredFixRémi Verschelde2019-10-221-2/+6
|\ \ \ \ \
| * | | | | Fixed TouchScreenButton::shape_centered having no effectMuller-Castro2019-10-191-2/+6
| |/ / / /
* | | | | Merge pull request #32921 from nekomatata/fix-cpu-particle-delayRémi Verschelde2019-10-222-65/+77
|\ \ \ \ \
| * | | | | Fixed delay when CPUParticles & CPUParticles2D start being emittedPouleyKetchoupp2019-10-202-65/+77
| |/ / / /
* | | | | Merge pull request #32896 from nekomatata/joint-reset-collisionRémi Verschelde2019-10-221-2/+4
|\ \ \ \ \
| * | | | | Properly reset collision exception when releasing Joint2DPouleyKetchoupp2019-10-171-2/+4
* | | | | | Correct change made to joints_2d.cpp by 072e403.Marcel Admiraal2019-10-151-2/+0
| |/ / / / |/| | | |
* | | | | Fixes Sprite frame_coordsGilles Roudiere2019-10-131-2/+2
|/ / / /
* / / / Fix crash in TileMap::update_cell_bitmaskqarmin2019-10-081-0/+1
|/ / /
* | | Merge pull request #32351 from nekomatata/texture-rect-size-updateRémi Verschelde2019-10-072-8/+8
|\ \ \
| * | | Update TextureRect and Sprite when their Texture is modified directly.PouleyKetchoupp2019-10-052-8/+8
| | |/ | |/|
* | | Fix crash in TileMap::fix_invalid_tilesqarmin2019-10-051-0/+1
* | | Revert "Fixes CPUParticles2D not making use of AtlasTextures"Rémi Verschelde2019-10-021-14/+4
* | | Merge pull request #32459 from bitstopper/masterRémi Verschelde2019-10-021-4/+14
|\ \ \
| * | | Fixes CPUParticles2D not making use of AtlasTexturesbitstopper2019-10-011-4/+14
* | | | Altered rotation_degrees rangeSoumya Lahiri2019-09-302-2/+2
|/ / /
* | | Fix TileMap world_to_map rounding issue for negative integersbob2019-09-261-6/+8
* | | Merge pull request #32119 from Calinou/unify-axis-colorsRémi Verschelde2019-09-251-2/+3
|\ \ \
| * | | Use the same axis colors consistently in the 2D and 3D editorsHugo Locurcio2019-09-131-2/+3
| | |/ | |/|