summaryrefslogtreecommitdiff
path: root/scene/3d
AgeCommit message (Expand)Author
2018-11-04Remove animation loop from ParticlesMaterial + improvements to CPUParticles2DJFonS
2018-11-01Merge pull request #23294 from gcardozo123/issue-23235-get-collision-exceptionsRémi Verschelde
2018-11-01Add method get_collision_exceptionsGuilherme Recchi Cardozo
2018-11-01Fixed crash on delete physical boneAndrea Catania
2018-10-25Repaired mistyped of 'its' on several files.M. Huri
2018-10-25Merge pull request #23083 from Windfisch/pathfollow_configwarnRémi Verschelde
2018-10-24Add a configuration warning to [Oriented]PathFollowFlorian Jung
2018-10-24Merge pull request #23256 from JFonS/fix_17989Rémi Verschelde
2018-10-24Fix editor only lightsJFonS
2018-10-23Get surface material count in MeshInstance for scriptsPouleyKetchoupp
2018-10-19Fixing warnings generated by MSVCDualtagh Murray
2018-10-11Fixes Area and Area2D audio bus overrideMrCdK
2018-10-08Ensure CPU particles do not process if not visibleJuan Linietsky
2018-10-08Fixes to CPU particles for performance and avoiding NaNs.Juan Linietsky
2018-10-07Merge pull request #22722 from akien-mga/fix-warningsRémi Verschelde
2018-10-05Fixes to baker, restored xatlas and fixed bake options.Juan Linietsky
2018-10-04Fix more "may be used initialized" warnings from GCC 7Rémi Verschelde
2018-10-04Fix GCC 8 warnings about potentially unitialized variablesRémi Verschelde
2018-10-04fix enum cast warnings on clangkarroffel
2018-10-03Fix lightmap baking crash, may close some issues but I am not sure.Juan Linietsky
2018-10-02Many more fixes for GLES2 mobile export. Also added ability to turn on OpenGL...Juan Linietsky
2018-10-02Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-...Rémi Verschelde
2018-09-29Fix warning about functions defined but not used [-Wunused-function]Rémi Verschelde
2018-09-28Fix warnings about wrong member initialization order [-Wreorder]Rémi Verschelde
2018-09-28SCons: Build thirdparty code in own env, disable warningsRémi Verschelde
2018-09-27Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde
2018-09-27Fix warnings about set but unused variables [-Wunused-but-set-variable]Rémi Verschelde
2018-09-27Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...Rémi Verschelde
2018-09-23Fix GeometryInstance extra_cull_margin stepRémi Verschelde
2018-09-20Merge pull request #22047 from DualMatrix/better_nav_2DRémi Verschelde
2018-09-20Better heuristic for the shortest path algorithm for navigation2D and navigat...DualMatrix
2018-09-14Merge pull request #21502 from Web-eWorks/atlasfixesRémi Verschelde
2018-09-13Merge pull request #21847 from Calinou/light-gizmo-update-inspectorRémi Verschelde
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-12Misc. typosluz.paz
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-07Update Light properties in the inspector when dragging their gizmosHugo Locurcio
2018-09-07Tweak the Light instantiation error message and fix a typoHugo Locurcio
2018-09-06Add a function to force transform update, fixes #17628Juan Linietsky
2018-09-06Update FOV if edited in gizmo, fixes #16400Juan Linietsky
2018-09-05Merge pull request #21707 from JFonS/fix_instanced_selectionRémi Verschelde
2018-09-04Move ParticlesMaterial code to its own resource fileRémi Verschelde
2018-09-02Fix selection of instanced scenes in 3DJFonS
2018-09-02PhysicsBody: Don't create PhysicsMaterial override for default friction/bounceRémi Verschelde
2018-09-01Improve ClassDB information for some some signal parametersKelly Thomas
2018-08-29Add missing copyright headersRémi Verschelde
2018-08-29Ported CPU particles to 2DJuan Linietsky
2018-08-29Physics: Properly obsolete friction and bounce propertiesRémi Verschelde
2018-08-29Fix vformat(), minor typos and word puzzlesYuri Chornoivan
2018-08-27AtlasTexture fixes, part 2.Webster Sheets