История коммитов

Автор SHA1 Сообщение Дата
  aramis_acg af8058498e - StreamReader now should be able to deal with files opened in text mode. 14 лет назад
  aramis_acg 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 лет назад
  aramis_acg 1eee9890a9 - move ByteSwap template code from StreamReader.h to ByteSwap.h, where it belongs to. 14 лет назад
  aramis_acg 32bfa9ac21 Add WIP version of the BLENDER importer. DO NOT USE FOR PRODUCTION YET! 15 лет назад
  aramis_acg 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 лет назад
  aramis_acg 4c1b5a532d Add first WIP version of a TrueSpace loader. Currently only ASCII COB/SCNs are supported. 15 лет назад
  aramis_acg 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. 15 лет назад
  aramis_acg 7dcbff5d5c Adding overloads for unsigned integer types to ByteSwap and StreamReader. 15 лет назад
  aramis_acg 4bbc03332b General 16 лет назад
  aramis_acg 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 16 лет назад
  aramis_acg a7088d6263 Rewrote 3DS loader to support BE - added temporary light & camera & animation support. few models not working anymore, transformation bug still unsolved. 17 лет назад
  aramis_acg 2da2835b29 Fixed bug in the AC loader causing lines to load incorrectly. Seems to work now. 17 лет назад
  aramis_acg f2c9745b7d Added StreamReader.h 17 лет назад
  aramis_acg 888df37d0f Added stream reader interface test. 17 лет назад