index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
assimp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
2
-4
/
+4
*
Fix regression in FBX import caused by Skeleton3D
Lyuma
2020-08-25
1
-2
/
+1
*
Add override keywords.
Marcel Admiraal
2020-07-10
1
-3
/
+3
*
Merge pull request #39370 from Anutrix/remove-usused-assimp-var
Rémi Verschelde
2020-06-08
1
-3
/
+0
|
\
|
*
Removed variables and #include in EditorSceneImporterAssimp::import_scene tha...
unknown
2020-06-08
1
-3
/
+0
*
|
Merge pull request #39152 from abustin/fbx_mesh_compression_fix_master
Rémi Verschelde
2020-06-08
2
-1
/
+7
|
\
\
|
|
/
|
/
|
|
*
Respect 'mesh compression' editor import option in Assimp (ie. FBX) and glTF ...
Alex Bustin
2020-05-29
2
-1
/
+7
*
|
Fix fbx import assimp error
Marcus Elg
2020-06-07
1
-1
/
+2
|
/
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-1
/
+2
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+1
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
4
-29
/
+0
*
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
1
-14
/
+28
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
4
-45
/
+45
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
2
-76
/
+77
*
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
1
-10
/
+10
*
Renamed 2D and 3D nodes to make their types explicit
Juan Linietsky
2020-03-27
3
-51
/
+51
*
Multiple changes to DisplayServerX11
Mateo Kuruk Miccino
2020-03-26
1
-1
/
+1
*
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-03-23
1
-0
/
+5
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
3
-5
/
+5
*
assimp: Clean and document buildsystem, prepare for unbundling
Rémi Verschelde
2020-03-06
1
-88
/
+82
*
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-1
/
+1
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
2
-26
/
+26
*
Fix various GCC compilation warnings after Vulkan merge
Rémi Verschelde
2020-02-14
1
-2
/
+2
*
Fix Vector3 ambiguities and out of bounds init.
bruvzg
2020-02-11
1
-2
/
+1
*
Modernized default 3D material, fixes material bugs.
Juan Linietsky
2020-02-11
1
-35
/
+29
*
Texture refactor
Juan Linietsky
2020-02-11
1
-6
/
+10
*
Add do..while(0) wrappers to macros without one.
Marcel Admiraal
2020-02-05
1
-1
/
+1
*
Add explanations for errors related to Vector/Quat normalization
Hugo Locurcio
2020-01-24
1
-6
/
+6
*
Adds NULL check before using image loader
Haoyu Qiu
2020-01-16
1
-0
/
+2
*
Use cycle and loop hint flags in FBX.
K. S. Ernest (iFire) Lee
2020-01-10
1
-0
/
+4
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
6
-12
/
+12
*
Removed unused variables, add some constants numbers
Rafał Mikrut
2019-12-10
2
-18
/
+6
*
Fix typos with codespell
Rémi Verschelde
2019-11-22
1
-1
/
+1
*
33714 Check if the image is null before use.
K. S. Ernest (iFire) Lee
2019-11-20
1
-0
/
+2
*
Remove all uses of ERR_EXPLAIN macros.
Marcel Admiraal
2019-11-11
2
-4
/
+4
*
Updated assimp to 308db73 from https://github.com/assimp/assimp/
RevoluPowered
2019-11-05
2
-7
/
+5
*
FBX Importer Generation 3
RevoluPowered
2019-11-05
3
-442
/
+623
*
Remove dependency on the editor directory being in the build's include path.
Marcel Admiraal
2019-10-10
1
-2
/
+3
*
Changed some code found by Clang Tidy and Coverity
qarmin
2019-09-22
1
-1
/
+0
*
Merge pull request #32150 from luzpaz/typos
Rémi Verschelde
2019-09-20
1
-1
/
+1
|
\
|
*
Fix misc. source comment typos
luz.paz
2019-09-19
1
-1
/
+1
*
|
Merge pull request #32019 from RevoluPowered/feature/implement-pbr-materials
Rémi Verschelde
2019-09-19
1
-3
/
+77
|
\
\
|
*
|
Implemented maya stingray support
RevoluPowered
2019-09-19
1
-1
/
+14
|
*
|
Implemented basic texture mapping for PBR material definitions
RevoluPowered
2019-09-19
1
-13
/
+74
|
|
/
*
/
Fixed blend shapes disappearing
RevoluPowered
2019-09-19
1
-4
/
+22
|
/
*
Assimp map mode is not initialized before use.
K. S. Ernest (iFire) Lee
2019-09-03
1
-1
/
+1
*
Assimp FBX Import support
Gordon MacPherson
2019-09-01
4
-1161
/
+1144
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'
Robin Hübner
2019-08-12
1
-6
/
+3
*
Updated assimp to commit 1d565b0 with iFire
RevoluPowered
2019-07-30
2
-4
/
+12
*
SCons: Enable C++11 on the whole codebase
Rémi Verschelde
2019-07-22
1
-5
/
+0
[next]