summaryrefslogtreecommitdiff
path: root/scene/3d
AgeCommit message (Expand)Author
2018-01-18Before I forget, add warnings on areas without children (should not break any...Juan Linietsky
2018-01-12modify default param names in couple of signalsUnknown
2018-01-12Merge pull request #15606 from RandomShaper/fix-inherited-coll-shapesRémi Verschelde
2018-01-12Merge pull request #15620 from AndreaCatania/p4Rémi Verschelde
2018-01-12Reset collider on ray nodeAndreaCatania
2018-01-12Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o...Juan Linietsky
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-11Update collision shapes data on tree enteredPedro J. Estébanez
2018-01-11Merge pull request #15531 from AndreaCatania/p2Juan Linietsky
2018-01-11solved particle memory leak, fixes #15591Juan Linietsky
2018-01-11Fixed crash on duplicate GIProbe bakingAndreaCatania
2018-01-11Fix registered light_data property type nameRuslan Mustakov
2018-01-08Merge pull request #14907 from scayze/rigid_vehicleJuan Linietsky
2018-01-07Added RigidBody functionality to VehicleBodyScayze
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-03Avoid crashes in skeletonJuan Linietsky
2018-01-02Merge pull request #15083 from tagcup/spatial_rot_fixJuan Linietsky
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-29avoid error on setting skeleton from transform changedJuan Linietsky
2017-12-29Missing transform notification for Skeleton.Juan Linietsky
2017-12-29Use a different approach to update skeletons when transform changesJuan Linietsky
2017-12-29Update the skeleton on transformJuan Linietsky
2017-12-28Added more hacks to GLTF2 importer to support crap exporter (MakeHuman in thi...Juan Linietsky
2017-12-27Restore the behavior of Spatial rotations recently changed in c1153f5.tagcup
2017-12-27Merge pull request #14971 from mrcdk/particles_emittingNoshyaar
2017-12-26Change the rotate function of Spatial to be local, makes more sense. Closes #...Juan Linietsky
2017-12-26Merge pull request #14977 from volzhs/fix-crash-groupJuan Linietsky
2017-12-25Fix error if scene has Camera at saving scenevolzhs
2017-12-24-Removed OpenMP support, replaced by a custom class.Juan Linietsky
2017-12-23Set particles emitting to false when particles finish emitting with one-shot ...MrCdK
2017-12-23Merge pull request #14897 from BastiaanOlij/arvr_tweaksRémi Verschelde
2017-12-22Fixes 3d camera keep aspect.Daniel J. Ramirez
2017-12-21Change skeleton processing to work on global coordinates, should help fix man...Juan Linietsky
2017-12-22Reserved controller ids 1 and 2 for left and right hand controllers and added...Bastiaan Olij
2017-12-21-Make capture dependent on a cell size, not subdivision.Juan Linietsky
2017-12-20Prevent false sharing in lightbaker RNG stateHein-Pieter van Braam
2017-12-20Fix lightmapper rngHein-Pieter van Braam
2017-12-20Correct license headers in main.cpp and voxel_light_baker.cppHein-Pieter van Braam
2017-12-20Fix lightbaker clang-format issue and add license headersHein-Pieter van Braam
2017-12-20Lightbaker: include stdlib.h to fix CI buildsHein-Pieter van Braam
2017-12-19Fix randomness in voxel light baker, closes #14841Juan Linietsky
2017-12-19Fix raytrace lightmap bake biasJuan Linietsky
2017-12-19properly plot normal when bakingJuan Linietsky
2017-12-19Fixed bug where all file dialogs requested thumbnails even if hidden.Juan Linietsky
2017-12-18doc: Sync classref with current sourceRémi Verschelde
2017-12-18Added baked light support for gridmaps.Juan Linietsky
2017-12-17Fix Sprite3D alpha_cut member not being initializedStefano Bonicatti
2017-12-17Merge pull request #14775 from hpvb/limit-lightmapper-subdivRémi Verschelde
2017-12-17Limit the lightmapper subdivide to 1024Hein-Pieter van Braam
2017-12-17Cleanup some #if 0'd codeRémi Verschelde