summaryrefslogtreecommitdiff
path: root/scene/2d
AgeCommit message (Expand)Author
2019-02-09Warn when using GPU particles with GLES2Rémi Verschelde
2019-02-08Merge pull request #25551 from JFonS/fix_rogue_cpu_particlesRémi Verschelde
2019-02-06Fix particles animation on GLES2JFonS
2019-02-01Fix local_delta when resetting CPUParticlesJFonS
2019-01-27Do not restrict light texture type (wont work with atlas, though)Juan Linietsky
2019-01-27Change the frame number before triggering the animation_finished signalGilles Roudiere
2019-01-24Ability to get the current canvas item being drawn from stylebox.Juan Linietsky
2019-01-22Merge pull request #25207 from clayjohn/cpu_particle_2d_aligny_bugRémi Verschelde
2019-01-21properly initialize angular_velocity in cpuparticles2dclayjohn
2019-01-21fix bug with cpu_particle_2d_align_yclayjohn
2019-01-18-Re-added margins in one way collision (made in a more user friendly way than...Juan Linietsky
2019-01-17Add some checks to avoid disaster when making a node the scene root. Fixes #2...Juan Linietsky
2019-01-17Fixes to 2D lights, closes #24750Juan Linietsky
2019-01-16Appease some CppCheck warns for files in the "scene" directoryMichael Alexsander Silva Dias
2019-01-08Removed splits in Polygon editor, replace by internal vertices and polygon su...Juan Linietsky
2019-01-06Add process_mode property to Camera2DTimo Schwarzer
2019-01-04Merge pull request #24689 from BrodyEller/masterRémi Verschelde
2019-01-03Allow offset and unit_offset to be set higher than one loopTimo Schwarzer
2019-01-02Merge pull request #24691 from BlackCatter/line2d-fixRémi Verschelde
2019-01-02Fix line 2D intersection behaviorArtem Burjachenko
2019-01-01Fix viewport not updating with make_current() for Camera2DBrody Eller
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-21Merge pull request #24509 from guilhermefelipecgs/fix_24273Rémi Verschelde
2018-12-20Add bind for TileMap::get_cell_autotile_coordGuilherme Felipe
2018-12-20Fixes for TileSetEditor and TileMapEditorGuilherme Felipe
2018-12-17Add z-index to ATLAS_TILEGuilherme Felipe
2018-12-14fix stop_on_slope affecting sliding up slopespiratesephiroth
2018-12-14Merge pull request #24046 from DualMatrix/stop_slopeRémi Verschelde
2018-12-11Merge pull request #23887 from ibrahn/dirty-material-list-lifetimeRémi Verschelde
2018-12-07Add Z-Index for AutotileGuilherme Felipe
2018-12-06Update NavPoly in the editor canvas when the resource is changed via the Insp...Michael Alexsander Silva Dias
2018-12-06Merge pull request #24148 from mineevgleb/fix-pathfollow-offset-sliderRémi Verschelde
2018-12-05Fixed CanvasItem.draw_multimesh() binding.MrCdK
2018-12-04#24131: fix for PathFollow offset slider overlapping with the inspectorGleb Mineev
2018-12-02Merge pull request #24007 from JFonS/fix_cpuparticles_scaleRémi Verschelde
2018-11-30Fix "scale" property collision in CPUParticlesJFonS
2018-11-29Fixed using move_and_slide with stop_on_slope stopping too earlyDualMatrix
2018-11-28Removed error that should not be an error, fixes #21088Juan Linietsky
2018-11-27Init `ignore_camera_zoom` property in parallax background constructorAndrii Doroshenko (Xrayez)
2018-11-23Fixed signal animation_finishedzer0problem
2018-11-23Ensure no crash happens when skeleton is removed, closes #20677Juan Linietsky
2018-11-23Fixing wrong type hint on CPUParticles and CPUParticles2D's color rampItalo Vieira
2018-11-21Make sure sync to physics is disabled in editor, fixes #20230Juan Linietsky
2018-11-21Moved dirty material lists from static to lifetime controlled by main.Ibrahn Sahir
2018-11-19Remove the "is able to sleep" condition for adding visibility notifier nodes,...Juan Linietsky
2018-11-19Tweak the Hue Variation property hint to allow finer adjustmentsHugo Locurcio
2018-11-18Skeleton2D was missing transform notification, fixes #18719Juan Linietsky
2018-11-17Fix AudioStreamPlayer2D/3D::is_playing right after a play()Marcelo Fernandez
2018-11-16Avoid duplicate visility changed notification, fixes #18160Juan Linietsky
2018-11-16-Make sure monitorable cant be flipped while flushing queries, fixes #17330Juan Linietsky