summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2018-11-08Merge pull request #23576 from groud/fix_itemlistRémi Verschelde
Fixes icons in itemlist not working
2018-11-08Lower minimum margin for collision shapesBastiaan Olij
2018-11-07Merge pull request #21386 from RandomShaper/fix-picking-in-canvas-layersJuan Linietsky
Fix picking in CanvasLayer
2018-11-07Fixes icons in itemlist not workinggroud
2018-11-06Merge pull request #23383 from groud/better_tilemap_transformRémi Verschelde
Enhance the tilemap transform buttons
2018-11-06Merge pull request #23451 from akien-mga/world_to_map_precisionRémi Verschelde
TileMap: Fix floor precision in world_to_map on tile borders
2018-11-06Merge pull request #23537 from fire/visualscript-virtual-_function-crash-23536Rémi Verschelde
Fix creating a visual script virtual function after minimizing crashes #23536 and misc vs warning
2018-11-06Fix angular velocity property range in editor for ParticlesMaterialKanabenki
2018-11-05Fix creating a visual script virtual function after minimizing crashes #23536K. S. Ernest (iFire) Lee
2018-11-05Merge pull request #23519 from Rubonnek/remove-unnecessary-assignmentsRémi Verschelde
Removed unnecessary assignments
2018-11-04Removed unnecessary assignmentsWilson E. Alvarez
2018-11-04Remove animation loop from ParticlesMaterial + improvements to CPUParticles2DJFonS
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-02Fix possible crash with VideoPlayer _mix_audio functionMarcelo Fernandez
2018-11-02TileMap: Fix floor precision in world_to_map on tile bordersRémi Verschelde
Fixes #23250, supersedes #23315.
2018-11-02Merge pull request #23436 from Toshiwoz/primitives_propertiesRémi Verschelde
fixed PrismMesh size property
2018-11-01Merge pull request #21962 from YeldhamDev/switch_hover_submenuJuan Linietsky
Fix MenuButton hover switching not happening with submenus open
2018-11-01Merge pull request #23411 from RandomShaper/fix-same-layer-not-deterministicRémi Verschelde
Fix canvas stacking not deterministic on same layer
2018-11-01Merge pull request #23169 from ibrahn/dynamic-fontlist-lifetimeJuan Linietsky
Moved dynamic font list from static to lifetime controlled by main.
2018-11-01fixed issue with PrismMesh size, ignore for VS code .code-workspaceToshiwo
2018-11-01Merge pull request #22780 from samuelpedrajas/fix_texture_button_hoveringRémi Verschelde
Fix hovering on toggled link and texture buttons
2018-11-01Merge pull request #22925 from clayjohn/MeshDataToolErrorRémi Verschelde
Removed redundant error from MeshDataTool
2018-11-01Merge pull request #23294 from gcardozo123/issue-23235-get-collision-exceptionsRémi Verschelde
Add method get_collision_exceptions to PhysicsBody2D
2018-11-01Add method get_collision_exceptionsGuilherme 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-01Merge pull request #23430 from AndreaCatania/pb_fRémi Verschelde
Fixed crash on delete physical bone
2018-11-01Fixed crash on delete physical boneAndrea Catania
2018-10-30Fix canvas stacking not deterministic on same layerPedro J. Estébanez
Fixes #22687.
2018-10-30Fix crash adding point to a Curve2D from the editorlupoDharkael
Adding point to a Path2D with null Curve2D from the canvas was causing a crash after trying to use a null object.
2018-10-30Enhance the tilemap transform buttonsgroud
2018-10-29Moved folding outside the resource files, now saved outside the project.Juan Linietsky
2018-10-29Merge pull request #23360 from bojidar-bg/23178-fix-particles-animationRémi Verschelde
Fix particle frames being cut off
2018-10-28Fix particle frames being cut off after 0de8309b2c38306a2c05f8f239fa423bc1b7899bBojidar Marinov
Fixes #23178
2018-10-26Remove no longer necessary "raise_from_completion" in TextEditzhagsenkk
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-25Fix "fill" justification in RichTextLabel to only affect lines that have ↵Sean McCarthy
automatically wrapped.
2018-10-25Merge pull request #23091 from aaronfranke/mingw-warningsRémi Verschelde
Fix some compile warnings for Windows from Linux
2018-10-25Merge pull request #22779 from Superwaitsum/LimitSettingsRémi Verschelde
Limit several project settings
2018-10-24Add some limits on the Editor SettingsSuperwaitsum
2018-10-25Repaired mistyped of 'its' on several files.M. Huri
2018-10-25Merge pull request #23083 from Windfisch/pathfollow_configwarnRémi Verschelde
Add a configuration warning to [Oriented]PathFollow
2018-10-24Add a configuration warning to [Oriented]PathFollowFlorian Jung
Will update OrientedPathFollows' configuration_warnings if the parent Path changes
2018-10-24Merge pull request #22920 from DualMatrix/error_already_connectRémi Verschelde
Fixed error when duplicating a scene which has connection
2018-10-24Merge pull request #23256 from JFonS/fix_17989Rémi Verschelde
Fix editor only lights
2018-10-24Fix editor only lightsJFonS
2018-10-23Get surface material count in MeshInstance for scriptsPouleyKetchoupp
2018-10-23Fixed a typo, treshhold to threshold.M. Huri
2018-10-21Merge pull request #23196 from Paulb23/scene_tab_errors_issue_22890Rémi Verschelde
Scene tabs closing and thumbnail errors, issue 22890
2018-10-21Update Tab hover status when adding or removing tabs, issue 22890Paulb23
2018-10-20Initialise LineEdit clear_button_status.Ibrahn Sahir
Avoiding undefined behaviour and cleaning up Valgrind output.
2018-10-20Moved dynamic font list from static to lifetime controlled by main.Ibrahn Sahir
Means the list is destroyed before the OS object, allowing it the opportunity to print an error if there are still dynamic font objects hanging around.
2018-10-19Fix compile warnings for Windows from LinuxAaron Franke
At least the ones I got when I compiled it using Mingw64 POSIX on Xubuntu 18.04. Plus use the Size2 of get_window_size() directly, rather than reconstructing it.
2018-10-19Merge pull request #23138 from CakHuri/fix-disconectRémi Verschelde
Repaired mistyped of 'just_disconnected'.