Age | Commit message (Expand) | Author |
2018-12-17 | Add z-index to ATLAS_TILE | Guilherme Felipe |
2018-12-14 | fix stop_on_slope affecting sliding up slopes | piratesephiroth |
2018-12-14 | Merge pull request #24046 from DualMatrix/stop_slope | Rémi Verschelde |
2018-12-11 | Merge pull request #23887 from ibrahn/dirty-material-list-lifetime | Rémi Verschelde |
2018-12-07 | Add Z-Index for Autotile | Guilherme Felipe |
2018-12-06 | Update NavPoly in the editor canvas when the resource is changed via the Insp... | Michael Alexsander Silva Dias |
2018-12-06 | Merge pull request #24148 from mineevgleb/fix-pathfollow-offset-slider | Rémi Verschelde |
2018-12-05 | Fixed CanvasItem.draw_multimesh() binding. | MrCdK |
2018-12-04 | #24131: fix for PathFollow offset slider overlapping with the inspector | Gleb Mineev |
2018-12-02 | Merge pull request #24007 from JFonS/fix_cpuparticles_scale | Rémi Verschelde |
2018-11-30 | Fix "scale" property collision in CPUParticles | JFonS |
2018-11-29 | Fixed using move_and_slide with stop_on_slope stopping too early | DualMatrix |
2018-11-28 | Removed error that should not be an error, fixes #21088 | Juan Linietsky |
2018-11-27 | Init `ignore_camera_zoom` property in parallax background constructor | Andrii Doroshenko (Xrayez) |
2018-11-23 | Fixed signal animation_finished | zer0problem |
2018-11-23 | Ensure no crash happens when skeleton is removed, closes #20677 | Juan Linietsky |
2018-11-23 | Fixing wrong type hint on CPUParticles and CPUParticles2D's color ramp | Italo Vieira |
2018-11-21 | Make sure sync to physics is disabled in editor, fixes #20230 | Juan Linietsky |
2018-11-21 | Moved dirty material lists from static to lifetime controlled by main. | Ibrahn Sahir |
2018-11-19 | Remove the "is able to sleep" condition for adding visibility notifier nodes,... | Juan Linietsky |
2018-11-19 | Tweak the Hue Variation property hint to allow finer adjustments | Hugo Locurcio |
2018-11-18 | Skeleton2D was missing transform notification, fixes #18719 | Juan Linietsky |
2018-11-17 | Fix AudioStreamPlayer2D/3D::is_playing right after a play() | Marcelo Fernandez |
2018-11-16 | Avoid duplicate visility changed notification, fixes #18160 | Juan Linietsky |
2018-11-16 | -Make sure monitorable cant be flipped while flushing queries, fixes #17330 | Juan Linietsky |
2018-11-15 | Fix Particles2D animation regression from #23702 | JFonS |
2018-11-13 | Make 2D particles work OOTB (again) | JFonS |
2018-11-13 | Ability to remove buses while they are being used on 2D and 3D stream players... | Juan Linietsky |
2018-11-12 | Merge pull request #17530 from bojidar-bg/17516-detect-delta | Rémi Verschelde |
2018-11-12 | Merge pull request #23090 from DavidSichma/inconsistent-kinematic | Rémi Verschelde |
2018-11-10 | Fix wrong editor hints for angular_velocity properties | Kanabenki |
2018-11-10 | Fixed tilemap saving, format FORMAT_2 was not correctly written since it was ... | Davide Baldo |
2018-11-08 | Make it possible to call move_and_slide from _process, even if it is not reco... | Bojidar Marinov |
2018-11-08 | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky |
2018-11-07 | Merge pull request #21386 from RandomShaper/fix-picking-in-canvas-layers | Juan Linietsky |
2018-11-06 | Merge pull request #23451 from akien-mga/world_to_map_precision | Rémi Verschelde |
2018-11-05 | Merge pull request #23519 from Rubonnek/remove-unnecessary-assignments | Rémi Verschelde |
2018-11-04 | Removed unnecessary assignments | Wilson E. Alvarez |
2018-11-04 | Remove animation loop from ParticlesMaterial + improvements to CPUParticles2D | JFonS |
2018-11-02 | TileMap: Fix floor precision in world_to_map on tile borders | Rémi Verschelde |
2018-11-01 | Merge pull request #23294 from gcardozo123/issue-23235-get-collision-exceptions | Rémi Verschelde |
2018-11-01 | Add method get_collision_exceptions | Guilherme Recchi Cardozo |
2018-10-30 | Fix crash adding point to a Curve2D from the editor | lupoDharkael |
2018-10-19 | Fixing warnings generated by MSVC | Dualtagh Murray |
2018-10-17 | Fix inconsistency in KinematicBody | David Sichma |
2018-10-11 | Fixes Area and Area2D audio bus override | MrCdK |
2018-10-08 | Ensure CPU particles do not process if not visible | Juan Linietsky |
2018-10-07 | Merge pull request #22712 from groud/fix_animation_finished_signal | Rémi Verschelde |
2018-10-04 | Fix GCC 8 warnings about potentially unitialized variables | Rémi Verschelde |
2018-10-04 | Fixes AnimatedSprite2D animation_finished signal triggering too early | groud |