platform/upstream/assimp.git
2016-11-08 Kim KullingCode reformatting.
2016-11-07 Kim KullingMerge branch 'master' of https://github.com/assimp...
2016-11-07 Kim KullingFix BlenderDNA for clang cross compiler.
2016-11-06 Kim KullingFix build:
2016-11-06 Kim Kullingcloses https://github.com/assimp/assimp/issues/105...
2016-11-05 Kim KullingMerge branch 'master' of https://github.com/assimp...
2016-11-05 Kim KullingScenePreprocessor: fix invalid index counter.
2016-11-04 Kim KullingMerge pull request #1056 from AndrzejKozik/patch-1
2016-11-04 AndrzejKozikUpdate FBXConverter.cpp
2016-11-04 AndrzejKozikKeys interpolation fix
2016-11-03 Kim KullingMaterialSystem: fix some findings.
2016-11-03 Kim KullingMerge pull request #1055 from assimp/issue_957
2016-11-03 Kim KullingFix compiler warnings related to issue 957.
2016-11-03 Kim KullingMerge pull request #1054 from mgerhardy/patch-2
2016-11-02 Kim KullingMerge pull request #1053 from rdb/patch-2
2016-11-02 Martin GerhardyFixes compile issue for 3ds exporter
2016-11-02 rdbFix compile error with MSVC 2015
2016-10-31 Kim KullingMerge pull request #1048 from tomacd/keep_materials_names
2016-10-30 Kim KullingBlender: fix compiler warning: FAIL already defined.
2016-10-30 Kim KullingMerge pull request #1043 from assimp/new_obj_stream_han...
2016-10-30 Kim KullingFix rounding issue in unittest for block calculation.
2016-10-30 Kim KullingFix build.
2016-10-30 Kim KullingFix unittest.
2016-10-29 Kim KullingObj-Stream-Handling: fix compiler-errors and warnings.
2016-10-29 Kim KullingMerge branch 'new_obj_stream_handling' of https://githu...
2016-10-29 Kim KullingAdd missing license info.
2016-10-29 Kim KullingObj: Fix some small issues
2016-10-27 tomacdKeep original materials names after RemoveRedundant...
2016-10-22 Kim KullingNew streaming interface: fix build.
2016-10-22 Kim KullingMerge branch 'master' of https://github.com/assimp...
2016-10-22 Kim KullingQtViewer: fix review findings.
2016-10-22 Kim KullingMerge branch 'master' into new_obj_stream_handling
2016-10-22 Kim KullingBUgfixes regarding filepos setupBUgfixes regarding...
2016-10-21 Kim KullingObj-Stream-Handling: fix readin of linewise import.
2016-10-21 Kim KullingRemove redundant file.
2016-10-21 Kim KullingMerge branch 'master' of https://github.com/assimp...
2016-10-21 Kim KullingQt5-based Viewer: fix build.
2016-10-20 Kim KullingQ3BSP-Loader: reformat include.
2016-10-20 Kim KullingQ3BSP: fix license dates.
2016-10-20 Kim KullingMerge branch 'master' of https://github.com/assimp...
2016-10-20 Kim KullingQ3BSP-Importer: remove commented code.
2016-10-20 Kim KullingMerge pull request #903 from dontbmh/upstream
2016-10-19 Kim KullingMerge pull request #1042 from VeganPower/Fix_988
2016-10-18 Kim Kulling3MF: fix nullptr access.
2016-10-18 Kim KullingMerge pull request #1040 from johnmaf/bugfix/obj-mtllib...
2016-10-18 John SennekerCheck for std::string::npos before applying std::string...
2016-10-18 Kim KullingSome more fixes.
2016-10-17 John SennekerFix OBJ parser mtllib statement parsing bug.
2016-10-17 Kim KullingMerge pull request #1034 from ascandal/feature/gltf...
2016-10-17 Kim KullingMerge pull request #1037 from ystreet/cfileio-leaks
2016-10-17 Kim KullingMerge pull request #1038 from ystreet/cfileio-defs
2016-10-17 Kim KullingMerge pull request #1032 from ashdnazg/master
2016-10-17 Matthew Waterscfileio: fix leaks by not closing files in the destructor
2016-10-17 Matthew Waterscfileio: fix function typedefs to have struct/enum
2016-10-16 Kim Kulling3MF-Importer: remove unused variable.
2016-10-16 Angelo Scandaliatomerge upstream/master and fix conflicts
2016-10-16 Angelo Scandaliatocheck if bones exist before creating skin
2016-10-15 Kim KullingC++11-combat: hopefully the last std::to_string to...
2016-10-15 Kim KullingOpenGEXImporter: fix compiler warning.
2016-10-15 Kim KullingC++11-Combat: last replacements of std::to_string.
2016-10-15 Kim KullingC++11-combat: replace more std::to_string by assimp...
2016-10-15 Kim KullingC++11: Replace std::to_string by assimp-specific implem...
2016-10-15 Eshedreplace more math.h functions occurences with std::
2016-10-15 Kim KullingMerge pull request #1033 from ashdnazg/fix_mingw
2016-10-15 Eshedfix mingw build (mingw supports stat64 nowadays)
2016-10-15 Esheduse cmath and C++ (std::) versions of functions
2016-10-14 Angelo Scandaliatofind the correct index in jointNames
2016-10-14 Rosario LeonardiAdded support for 64 bit version header introduced...
2016-10-14 Angelo Scandaliatotest combining skins
2016-10-12 Kim KullingObj-Streaming: add new io-stream for line-wise cached...
2016-10-11 Angelo Scandaliatoadded some comments
2016-10-11 Angelo Scandaliatofind skeleton root joint and only allow four joint...
2016-10-11 Kim KullingMerge pull request #1029 from samitc/master
2016-10-11 Kim KullingBuffered stream API for big files: add next try of...
2016-10-11 amit512fix bug when reading strings in quote in MD5 models
2016-10-10 Kim KullingMerge pull request #1026 from ascandal/feature/gltf...
2016-10-10 Kim KullingMerge pull request #1027 from corporateshark/master
2016-10-10 Sergey KosarevskyFixed: unzip.h was still included even if the D3MF...
2016-10-10 Kim KullingMerge branch 'master' into new_obj_stream_handling
2016-10-10 Kim KullingObj-Import: finish first prototype of IOStreamBuffer.
2016-10-09 Kim KullingMerge pull request #1025 from smalcom/issue_768
2016-10-09 Angelo Scandaliatotry to find root joint node for skeleton
2016-10-08 Kim KullingUpdate setup script.
2016-10-08 Angelo Scandaliatofix bug when exporting mRotationKeys data
2016-10-08 Angelo Scandaliatoadd skeleton and mesh to node containing the mesh
2016-10-08 Angelo Scandaliatodeleted code/MakeFile and added to .gitignore
2016-10-07 Alexandr Arutjunov[F] Checking directive name with start from symbol...
2016-10-07 Kim KullingMerge pull request #1021 from smalcom/export_x3d
2016-10-07 Kim KullingMerge pull request #1024 from ascandal/feature/glTF...
2016-10-07 Angelo Scandaliatoremoved obsolete commented out code
2016-10-07 Kim KullingObj-Importer: start new streaming handling.
2016-10-07 Angelo Scandaliatoremoved cout debugging statements and older ExportSkins...
2016-10-07 Angelo Scandaliatoexport vertex joint and weight information
2016-10-06 Angelo Scandaliatomoved ExportSkins function into ExportMeshes function
2016-10-06 Angelo Scandaliatoremoved duplicate function for ExportData
2016-10-06 Angelo Scandaliatoexport inverseBindMatrix Data for skins
2016-10-06 Angelo ScandaliatoExport Nodes before meshes to avoid issue if node id...
2016-10-06 Alexandr Arutjunov[F] Small doc changes.
2016-10-06 Kim KullingMerge pull request #1022 from smalcom/new_models
2016-10-06 Alexandr Arutjunov[*] MSVS2013 do not like constexpr
next