Age | Commit message (Expand) | Author |
2018-11-16 | -Make sure monitorable cant be flipped while flushing queries, fixes #17330 | Juan Linietsky |
2018-11-15 | ViewportContainer was not passing unhandled input. Pass it, fixes #17326 | Juan Linietsky |
2018-11-15 | -Send mouse motion events again to CollisionObjects (Area/Body) if they move,... | Juan Linietsky |
2018-11-15 | Merge pull request #23716 from JFonS/fix_2d_particles_scale | Juan Linietsky |
2018-11-15 | Fix return value of get_total_character_count | Thomas ten Cate |
2018-11-15 | Fix Particles2D animation regression from #23702 | JFonS |
2018-11-14 | No one seems to like the error icon, so I made it invisible. Fixes #16344 | Juan Linietsky |
2018-11-14 | Always use default theme for overrides, closes #13071 | Juan Linietsky |
2018-11-14 | Merge pull request #23564 from endragor/fix-remove-child-ordering | Juan Linietsky |
2018-11-14 | Ensure that array passed to physics is always counter clockwise, fixes #15361. | Juan Linietsky |
2018-11-14 | Show theme values from default theme always, fixes #16011, fixes #13071 | Juan Linietsky |
2018-11-14 | Merge pull request #23248 from dlasalle/fog | Juan Linietsky |
2018-11-14 | Merge pull request #23702 from JFonS/fix_2d_particles_scale | Juan Linietsky |
2018-11-14 | Ability to toggle flipping of tangent and binormal in depth parallax material... | Juan Linietsky |
2018-11-13 | Add parameter for fog max depth and use alpha as density. | Dominique LaSalle |
2018-11-13 | Add a limit of previously known last element to timer timeout traversal in Sc... | Juan Linietsky |
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-13 | Merge pull request #23299 from FlamyAT/sprite3d-floating-offset | Rémi Verschelde |
2018-11-13 | ParticlesMaterial: Simplify PARAM_SCALE texture validation | Rémi Verschelde |
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-12 | Properly remember EOF when interactive loader is done, fixes #14936 | Juan Linietsky |
2018-11-12 | Merge pull request #23653 from marcelofg55/as_stop | Rémi Verschelde |
2018-11-11 | Fixed various uninitialised member variables in editor plugins. | Ibrahn Sahir |
2018-11-11 | Fix AudioStreamPlayback::stop not being called on AudioStreamPlayer::stop | Marcelo Fernandez |
2018-11-10 | Merge pull request #23632 from DualMatrix/floating_point | Rémi Verschelde |
2018-11-10 | Fixed floating point issue in find() of animation. | DualMatrix |
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-09 | Use a more compatible (and certain to work) mechanism to check default value ... | Juan Linietsky |
2018-11-08 | Proper time tracking in AnimationNodeAnimation, closes #22887 | Juan Linietsky |
2018-11-08 | Effectively ensure that surface materials are the right size when setting the... | Juan Linietsky |
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-08 | Merge pull request #23576 from groud/fix_itemlist | Rémi Verschelde |
2018-11-08 | Lower minimum margin for collision shapes | Bastiaan Olij |
2018-11-07 | Merge pull request #21386 from RandomShaper/fix-picking-in-canvas-layers | Juan Linietsky |
2018-11-07 | Fixes icons in itemlist not working | groud |
2018-11-07 | Notify node's moved children after sibling removed | Ruslan Mustakov |
2018-11-06 | Merge pull request #23383 from groud/better_tilemap_transform | Rémi Verschelde |
2018-11-06 | Merge pull request #23451 from akien-mga/world_to_map_precision | Rémi Verschelde |
2018-11-06 | Merge pull request #23537 from fire/visualscript-virtual-_function-crash-23536 | Rémi Verschelde |
2018-11-06 | Fix angular velocity property range in editor for ParticlesMaterial | Kanabenki |
2018-11-05 | Fix creating a visual script virtual function after minimizing crashes #23536 | K. S. Ernest (iFire) Lee |
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 | Fix possible crash with VideoPlayer _mix_audio function | Marcelo Fernandez |
2018-11-02 | TileMap: Fix floor precision in world_to_map on tile borders | Rémi Verschelde |