summaryrefslogtreecommitdiffstats
path: root/modules/assimp
Commit message (Expand)AuthorAgeFilesLines
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner2019-08-121-6/+3
* Updated assimp to commit 1d565b0 with iFireRevoluPowered2019-07-302-4/+12
* SCons: Enable C++11 on the whole codebaseRémi Verschelde2019-07-221-5/+0
* Changed large const string values to string ref in some assimp functionsunknown2019-07-202-6/+6
* Fixes minor issues found by static analyzerqarmin2019-07-071-1/+1
* SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde2019-07-031-59/+59
* Replace ` + "/" + ` with `String::file_add()`Nils ANDRÉ-CHANG2019-06-231-16/+16
* removed a redundant NULL check in assimp editor of a pointer to an array decl...hbina0852019-05-201-3/+1
* Fix typos with codespellRémi Verschelde2019-05-191-4/+4
* SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-13/+13
* Assimp: Don't touch normals.K. S. Ernest (iFire) Lee2019-04-171-2/+2
* Clean up ASSIMP import code.Juan Linietsky2019-04-132-1451/+1064
* Merge pull request #27714 from fire/asset_importRémi Verschelde2019-04-071-1/+1
|\
| * Assimp: fix FBX import with ':' in filename.K. S. Ernest (iFire) Lee2019-04-061-1/+1
* | Fix wrong method binds and registered classIgnacio Etcheverry2019-04-061-0/+6
|/
* Add Open Asset Import Library to Godot.K. S. Ernest (iFire) Lee2019-04-057-0/+2833