Richard
|
83de707587
|
Refactor: Expand tabs to 4 spaces
|
2015-06-28 16:04:15 -06:00 |
Kim Kulling
|
2bfc353fde
|
License info: update year info.
|
2015-06-28 21:48:25 +02:00 |
U-ORADEV\albihern
|
7043551068
|
Modifying files to let assimp build under cygwin.
|
2015-04-20 17:36:47 -05:00 |
abma
|
bf4913b5c9
|
remove AssimpPCH.h: fixes #534
|
2015-04-16 01:00:17 +02:00 |
Turo Lamminen
|
5a74e07f5f
|
Mark some more functions with AI_WONT_RETURN
|
2015-02-27 23:09:12 +02:00 |
Denis Biryukov
|
ab6b5a7b21
|
Fix gcc warnings. (initialization order)
|
2014-09-15 23:35:03 +04:00 |
Sherief Farouk
|
9b591fadb8
|
Fixes for uninitialized variable warnings.
|
2013-08-09 19:52:15 -04:00 |
Alexander Gessler
|
a288a631e2
|
- FBX: avoid more gcc warnings.
|
2013-04-08 20:21:28 +02:00 |
Alexander Gessler
|
bbe8763d9e
|
- FBX: workaround to handle files using the 'b' typecode.
|
2013-01-24 22:25:44 +01:00 |
Alexander Gessler
|
8336aa423f
|
- fbx: fix reading of short data tokens in binary files.
|
2012-08-20 17:39:44 +02:00 |
Alexander Gessler
|
29b11f1cde
|
- fbx: FINALLY got reading binary data buffers (vertices, normals etc) working! Found out fbx uses deflate to compress them.
|
2012-08-11 04:16:46 +02:00 |
Alexander Gessler
|
10fac9bcd8
|
- fbx: finished binary tokenizer. Now correctly skips over compressed data arrays.
|
2012-08-10 10:47:50 +02:00 |
Alexander Gessler
|
24ce9495fd
|
- fbx: add binary reading draft. Started from scratch after my first attempt had design flaws. The binary reader now sits on the lexer stage (really) and generates a (fake) token sequence similar to the text lexer's output - this means most parsing code can go unaffected.
|
2012-08-09 02:08:12 +02:00 |