Commit Graph

15 Commits (5f341dcf000a2f8b70e60679ad37d06e22e677c3)

Author SHA1 Message Date
aramis_acg d6b557dcc0 - update revision number in header
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1045 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2011-07-16 21:16:25 +00:00
aramis_acg 74d9339274 - Change AI_FAST_ATOF_RELAVANT_DECIMALS to 10.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@880 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2010-12-27 15:59:06 +00:00
aramis_acg b12d8be8ca *** TAG 2.0 RELEASE ***.
See http://assimp.svn.sourceforge.net/viewvc/assimp/trunk/CHANGES?revision=845&view=markup for the official changelist. Many thanks to all contributors!

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@863 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2010-11-21 21:40:41 +00:00
aramis_acg e5da6c9d33 - zip releases will now unpack in a single folder.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@861 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2010-11-21 20:22:55 +00:00
aramis_acg bb71e2d771 - update setup scripts.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@856 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2010-11-21 19:10:48 +00:00
aramis_acg ed3719e119 - really update doc.
- update build & installer scripts.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@846 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2010-11-21 16:11:32 +00:00
aramis_acg 2f71990dc2 Update revision.h.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@805 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2010-08-26 14:23:11 +00:00
aramis_acg 3cf930c591 Update vc8 project files.
Manually update the revision number (haven't we talked about a better solution??).

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@757 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2010-06-24 10:37:16 +00:00
aramis_acg fc617d9f58 Set revision.h to 700.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@699 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2010-04-17 18:43:32 +00:00
aramis_acg 3c03e0fca5 COB loader does now honour explicit chunk sizes. if none are given in a particular chunk, the loader reverts to the old behaviour.
COB loader converts textures properly now.
Add textured test files to confirm the previous issue.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@652 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2010-04-06 00:13:30 +00:00
aramis_acg 2f691e66b5 Commit updated script for inno setup (the one I used to build the rc package).
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@639 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2010-04-03 02:32:05 +00:00
adario 7877f3fe6f Fixed a pathname separator issue on Mac OS X.
Class FileSystemFilter was sometimes using a backslash as pathname separator even on Mac OS X, where that character is not allowed in pathnames.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@630 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2010-03-31 14:20:25 +00:00
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.
PLEASE TEST CAREFULLY IF THIS SHOULD CAUSE REGRESSIONS.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@617 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2010-03-18 17:00:12 +00:00
aramis_acg 79c14ce896 Strip 'M' from svnversion's output if the current working copy is modified (mkrev.bat).
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@616 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2010-03-17 18:28:59 +00:00
aramis_acg a7f298e6c3 - Move mkutil to packaging/windows-mkzip. Any further scripts to build dedicated download packages from a SVN working copy should go into packaging/<x> from now.
- Migrate mkutil/revision.h to the root folder, adjust all dependent paths.
- Get rid of unneeded win batch scripts.


git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@584 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2010-03-04 18:46:54 +00:00