ulfjorensen
|
81aef90f4a
- manually pulled the three smaller change requests from Github.
|
12 жил өмнө |
aramis_acg
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 жил өмнө |
aramis_acg
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 жил өмнө |
aramis_acg
|
075b1acaf0
- move include/ to include/assimp/ to have consistent header locations between installed and trunk version.
|
13 жил өмнө |
aramis_acg
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 жил өмнө |
aramis_acg
|
9d85c8834d
- extract MaterialHelper and move all of its members to aiMaterial in /include.
|
14 жил өмнө |
kimmi
|
cd963608c6
Feature : Add first M3-format deta definitions and a prototype importer for M3-models. Many thanks to libm3 for their great work ( see http://code.google.com/p/libm3/ ).
|
14 жил өмнө |
aramis_acg
|
9edc0a9b8e
merge with git://github.com/tonttu/assimp.git
|
14 жил өмнө |
aramis_acg
|
fc5ab64790
# q3bsp: quick compile fix
|
14 жил өмнө |
kimmi
|
e23767a170
Bugfix : Set right extension for Q3bsp loader
|
14 жил өмнө |
aramis_acg
|
ea3372f232
# pk3: fix CanRead()
|
14 жил өмнө |
kimmi
|
1c37910f5f
- UPDATE : VArious Bugfixes from rdb in the PK3BSP-Loader: fix lightmap copying, fix a typo, offer a way to get texture names from external, if they a re not part of the archive.
|
14 жил өмнө |
aramis_acg
|
85cd9be46d
# some fixes to reduce the size of the binary. Total savings are ~3%. Thanks to Krishty for his efforts in that regard.
|
14 жил өмнө |
kimmi
|
932d163d21
BUGFIX: Fix the build.
|
14 жил өмнө |
kimmi
|
5f10c38baa
BUGFIX: Use the correct path for the file assimp.pc.in ( thanks to Roman Kharitonov ).
|
14 жил өмнө |
aramis_acg
|
62f6b57637
# fix throw statement in Q3BSPFileImporter.cpp -- we don't new() DeadlyImportError.
|
14 жил өмнө |
kimmi
|
5ef9e63ac6
- UPDATE : Add first version of bsp-loader with assimp-internal texture support.
|
14 жил өмнө |
aramis_acg
|
abec0f9a77
- windows.h not needed in Q3BSPFileImporter.cpp (merge flaw?).
|
15 жил өмнө |
kimmi
|
d7ce23893e
BUGFIX: Fix for material import in Q3-BSP-loader ( thanks to Matthias Fauconneau ).
|
15 жил өмнө |
ulfjorensen
|
136ef7609d
Bugfix: removed unnecessary windows.h include from Quake3BSP loader
|
15 жил өмнө |
kimmi
|
733fd48f9e
- UPDATE : Add documentation to Q3BSP-importer.
|
15 жил өмнө |
kimmi
|
d4f563c795
- UPDATE : Add bugfixes for the correct topology import from a bsp-level.
|
15 жил өмнө |
kimmi
|
8fef884dbc
- UPDATE : Use of correct indices in Q3BSP-loader
|
15 жил өмнө |
aramis_acg
|
3204cf2736
Add conditional define to allow users to compile against their own zlib's.
|
15 жил өмнө |
aramis_acg
|
b18d782231
Fix compile error in debug builds.
|
15 жил өмнө |
kimmi
|
7f2f5e7555
- UPDATE : Q3BSPLoader now imports topology of a quake-level. Known issues: It seems, that faces a still missing.
|
15 жил өмнө |
kimmi
|
f017b5a4a4
- FEATURE : First version of PK3 format loader.
|
15 жил өмнө |