Age | Commit message (Expand) | Author |
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 |
2018-10-04 | fix enum cast warnings on clang | karroffel |
2018-10-02 | Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-... | Rémi Verschelde |
2018-09-29 | Fix warning about functions defined but not used [-Wunused-function] | Rémi Verschelde |
2018-09-28 | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde |
2018-09-27 | Fix warnings about set but unused variables [-Wunused-but-set-variable] | Rémi Verschelde |
2018-09-20 | Merge pull request #22047 from DualMatrix/better_nav_2D | Rémi Verschelde |
2018-09-20 | Better heuristic for the shortest path algorithm for navigation2D and navigat... | DualMatrix |
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde |
2018-09-12 | Misc. typos | luz.paz |
2018-09-13 | Revert "Drop deprecated compatibility methods from AnimatedSprite" | Rémi Verschelde |
2018-09-12 | Merge pull request #21780 from akien-mga/animatedsprite-deprecated | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-09 | Drop deprecated compatibility methods from AnimatedSprite | Rémi Verschelde |
2018-09-06 | Add a function to force transform update, fixes #17628 | Juan Linietsky |
2018-09-06 | Only allow StreamTexture, ImageTexture in Light2D, closes #15194 | Juan Linietsky |
2018-09-04 | Move ParticlesMaterial code to its own resource file | Rémi Verschelde |
2018-09-02 | PhysicsBody: Don't create PhysicsMaterial override for default friction/bounce | Rémi Verschelde |
2018-09-01 | Improve ClassDB information for some some signal parameters | Kelly Thomas |