Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-12 | Merge pull request #17530 from bojidar-bg/17516-detect-delta | Rémi Verschelde | |
Make it possible to call move_and_slide from _process, even if it is not recommended | |||
2018-11-12 | Merge pull request #23090 from DavidSichma/inconsistent-kinematic | Rémi Verschelde | |
Consistency in KinematicBody | |||
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 | |
Fix AudioStreamPlayback::stop not being called on AudioStreamPlayer::stop | |||
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 | |
Fixed floating point issue in find() of animation. | |||
2018-11-10 | Fixed floating point issue in find() of animation. | DualMatrix | |
Fixes #23504 | |||
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 | |
recognized as default value, hence FORMAT_1 was always the case even when the tile_data was written in FORMAT_2. | |||
2018-11-09 | Use a more compatible (and certain to work) mechanism to check default value ↵ | Juan Linietsky | |
on scene packing. | |||
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 ↵ | Juan Linietsky | |
them, fixes #23596 | |||
2018-11-08 | Make it possible to call move_and_slide from _process, even if it is not ↵ | Bojidar Marinov | |
recommended Previously, it would reuse the _physics_process delta, causing it to move faster on faster framerates Fixes #17516 | |||
2018-11-08 | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky | |
-Removed one and zero hints for properties, replaced by default value | |||
2018-11-08 | Merge pull request #23576 from groud/fix_itemlist | Rémi Verschelde | |
Fixes icons in itemlist not working | |||
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 | |
Fix picking in CanvasLayer | |||
2018-11-07 | Fixes icons in itemlist not working | groud | |
2018-11-06 | Merge pull request #23383 from groud/better_tilemap_transform | Rémi Verschelde | |
Enhance the tilemap transform buttons | |||
2018-11-06 | Merge pull request #23451 from akien-mga/world_to_map_precision | Rémi Verschelde | |
TileMap: Fix floor precision in world_to_map on tile borders | |||
2018-11-06 | Merge pull request #23537 from fire/visualscript-virtual-_function-crash-23536 | Rémi Verschelde | |
Fix creating a visual script virtual function after minimizing crashes #23536 and misc vs warning | |||
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 | |
Removed unnecessary assignments | |||
2018-11-04 | Removed unnecessary assignments | Wilson E. Alvarez | |
2018-11-04 | Remove animation loop from ParticlesMaterial + improvements to CPUParticles2D | JFonS | |
Remove animation loop from ParticlesMaterial and move it to SpatialMaterial for 3D particles and Particles2D for the 2D case. Added animation to CPUParticles2D as well as the "Convert to CPUParticles2D" to the PAarticles2D menu. | |||
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 | |
Fixes #23250, supersedes #23315. | |||
2018-11-02 | Merge pull request #23436 from Toshiwoz/primitives_properties | Rémi Verschelde | |
fixed PrismMesh size property | |||
2018-11-01 | Merge pull request #21962 from YeldhamDev/switch_hover_submenu | Juan Linietsky | |
Fix MenuButton hover switching not happening with submenus open | |||
2018-11-01 | Merge pull request #23411 from RandomShaper/fix-same-layer-not-deterministic | Rémi Verschelde | |
Fix canvas stacking not deterministic on same layer | |||
2018-11-01 | Merge pull request #23169 from ibrahn/dynamic-fontlist-lifetime | Juan Linietsky | |
Moved dynamic font list from static to lifetime controlled by main. | |||
2018-11-01 | fixed issue with PrismMesh size, ignore for VS code .code-workspace | Toshiwo | |
2018-11-01 | Merge pull request #22780 from samuelpedrajas/fix_texture_button_hovering | Rémi Verschelde | |
Fix hovering on toggled link and texture buttons | |||
2018-11-01 | Merge pull request #22925 from clayjohn/MeshDataToolError | Rémi Verschelde | |
Removed redundant error from MeshDataTool | |||
2018-11-01 | Merge pull request #23294 from gcardozo123/issue-23235-get-collision-exceptions | Rémi Verschelde | |
Add method get_collision_exceptions to PhysicsBody2D | |||
2018-11-01 | Add method get_collision_exceptions | Guilherme Recchi Cardozo | |
Adding this method to PhysicsBody, PhysicsBody2D and SoftBody. It returns a list of nodes included in collision exceptions. Fixes #23235, cheers! | |||
2018-11-01 | Merge pull request #23430 from AndreaCatania/pb_f | Rémi Verschelde | |
Fixed crash on delete physical bone | |||
2018-11-01 | Fixed crash on delete physical bone | Andrea Catania | |
2018-10-30 | Fix canvas stacking not deterministic on same layer | Pedro J. Estébanez | |
Fixes #22687. | |||
2018-10-30 | Fix crash adding point to a Curve2D from the editor | lupoDharkael | |
Adding point to a Path2D with null Curve2D from the canvas was causing a crash after trying to use a null object. | |||
2018-10-30 | Enhance the tilemap transform buttons | groud | |
2018-10-29 | Moved folding outside the resource files, now saved outside the project. | Juan Linietsky | |
2018-10-29 | Merge pull request #23360 from bojidar-bg/23178-fix-particles-animation | Rémi Verschelde | |
Fix particle frames being cut off | |||
2018-10-28 | Fix particle frames being cut off after 0de8309b2c38306a2c05f8f239fa423bc1b7899b | Bojidar Marinov | |
Fixes #23178 | |||
2018-10-26 | Remove no longer necessary "raise_from_completion" in TextEdit | zhagsenkk | |
This is no longer needed to fix #1257 because the code-autocomplete hint stops at the script editor’s edge now. And #6690 will not arise because it is just caused by "raise_from_completion". Fixes #22504 and fixes #16064. | |||
2018-10-25 | Fix "fill" justification in RichTextLabel to only affect lines that have ↵ | Sean McCarthy | |
automatically wrapped. | |||
2018-10-25 | Merge pull request #23091 from aaronfranke/mingw-warnings | Rémi Verschelde | |
Fix some compile warnings for Windows from Linux | |||
2018-10-25 | Merge pull request #22779 from Superwaitsum/LimitSettings | Rémi Verschelde | |
Limit several project settings |