[Abysmal-commit] SF.net SVN: abysmal:[505] abysmal/trunk/src
Status: Pre-Alpha
Brought to you by:
jlanger85
|
From: <jla...@us...> - 2009-12-11 22:37:59
|
Revision: 505
http://abysmal.svn.sourceforge.net/abysmal/?rev=505&view=rev
Author: jlanger85
Date: 2009-12-11 22:37:49 +0000 (Fri, 11 Dec 2009)
Log Message:
-----------
greatly improved the performance of the uw string loader
uw2's strings.dat is now loaded in 2 seconds instead of 10 seconds on
the iphone
it still takes about 18 seconds to load the complete game (uw2) on the iphone, so
there's more room for improvements on the other file loaders
(especially the ark loading and decoding seems to be quite slow)
note: the iPhone OS kills processes when they take longer than 20
seconds to start up... that's the primary reason why they
shouldn't perform too bad ;)
Modified Paths:
--------------
abysmal/trunk/src/common/datastream.cpp
abysmal/trunk/src/common/datastream.h
abysmal/trunk/src/game/uw/import/stringsloader.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|