index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
import
/
resource_importer_scene.cpp
Age
Commit message (
Expand
)
Author
2021-09-16
Merge pull request #52681 from nekomatata/rename-rigid-body
Camille Mohr-Daurat
2021-09-16
Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBody
PouleyKetchoupp
2021-09-15
Merge pull request #52679 from nekomatata/world-boundary-shape
Camille Mohr-Daurat
2021-09-14
Rename WorldMarginShape to WorldBoundaryShape
PouleyKetchoupp
2021-09-14
Merge pull request #52266 from AndreaCatania/coll
Rémi Verschelde
2021-09-08
Improve collision generation usability in the new 3D scene import workflow.
AndreaCatania
2021-08-30
Revert " Improve collision generation usability in the new 3D scene import wo...
Juan Linietsky
2021-08-30
Merge pull request #51985 from AndreaCatania/coll
Camille Mohr-Daurat
2021-08-28
Improve collision generation usability in the new 3D scene import workflow.
AndreaCatania
2021-08-24
Rename RayShape to SeparationRayShape
PouleyKetchoupp
2021-08-24
Restore RayShape as a regular shape type
PouleyKetchoupp
2021-08-22
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-10
Remove infinite inertia and ray shapes from CharacterBody
PouleyKetchoupp
2021-08-05
Merge pull request #50797 from AndreaCatania/AndreaCatania-patch-4
K. S. Ernest (iFire) Lee
2021-07-30
Bake RESET animation.
K. S. Ernest (iFire) Lee
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-24
Fix scene import following List iterator changes
Aaron Franke
2021-07-24
Fix Static & Rigid body generation on mesh import.
Andrea Catania
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-14
Merge pull request #49458 from JFonS/fix_unwrap_xform
Rémi Verschelde
2021-06-14
Rename get_parent_spatial() to get_parent_node3d()
jfons
2021-06-12
Consistently prefix bound virtual methods with _
kobewi
2021-06-04
Rename Quat to Quaternion
Marcel Admiraal
2021-06-03
Rename Animation TYPE_TRANSFORM to TYPE_TRANSFORM3D
Aaron Franke
2021-06-03
Rename Transform to Transform3D in core
Aaron Franke
2021-05-03
Assorted fixes to UV unwrapping and GPU lightmapper
jfons
2021-04-14
Rename get_surface_material to get_surface_override_material
clayjohn
2021-03-26
added null checks for mesh in resource importer
Rishabh Abhani
2021-03-23
Fix use of Error its uninitialised and resolves importers being broken
Gordon MacPherson
2021-03-23
Move duplicated code into a function
Shatur95
2021-03-22
Remove hardcoded names in generated objects
Shatur95
2021-03-22
Improved 3D Scene Importer
Juan Linietsky
2021-03-10
Remove Navigation2D/3D nodes, and move the navigation map to the world resource
Gilles Roudière
2021-02-11
Improve resource load cache
reduz
2021-01-25
Implement shadow meshes
reduz
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Merge pull request #44183 from madmiraal/box_shape-size
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-22
Add exporting glTF2.
K. S. Ernest (iFire) Lee
2020-12-18
Improved shadow rendering efficiency
reduz
2020-12-18
Implement automatic LOD (Level of Detail)
reduz
2020-12-13
Rework Mesh handling on scene importing.
reduz
2020-12-08
Use box size instead of extents for Shape dimensions
Marcel Admiraal
2020-12-02
Refactored Mesh internals and formats.
reduz
2020-07-02
Fix issues with custom tracks on reimport
lordkettune
2020-06-18
Fix #20467. The "Anim imported" warning gets displayed properly when working ...
Sl3dge78
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
[next]