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
*
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
*
Changed large const string values to string ref in some assimp functions
unknown
2019-07-20
2
-6
/
+6
*
Fixes minor issues found by static analyzer
qarmin
2019-07-07
1
-1
/
+1
*
SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines
Rémi Verschelde
2019-07-03
1
-59
/
+59
*
Replace ` + "/" + ` with `String::file_add()`
Nils ANDRÉ-CHANG
2019-06-23
1
-16
/
+16
*
removed a redundant NULL check in assimp editor of a pointer to an array decl...
hbina085
2019-05-20
1
-3
/
+1
*
Fix typos with codespell
Rémi Verschelde
2019-05-19
1
-4
/
+4
*
SCons: Always use env.Prepend for CPPPATH
Rémi Verschelde
2019-04-30
1
-13
/
+13
*
Assimp: Don't touch normals.
K. S. Ernest (iFire) Lee
2019-04-17
1
-2
/
+2
*
Clean up ASSIMP import code.
Juan Linietsky
2019-04-13
2
-1451
/
+1064
*
Merge pull request #27714 from fire/asset_import
Rémi Verschelde
2019-04-07
1
-1
/
+1
|
\
|
*
Assimp: fix FBX import with ':' in filename.
K. S. Ernest (iFire) Lee
2019-04-06
1
-1
/
+1
*
|
Fix wrong method binds and registered class
Ignacio Etcheverry
2019-04-06
1
-0
/
+6
|
/
*
Add Open Asset Import Library to Godot.
K. S. Ernest (iFire) Lee
2019-04-05
7
-0
/
+2833