-
Committer:
Jonathan Thomas
-
Date:
2010-01-28 07:39:38 UTC
-
Revision ID:
jonathan@jonathan64-20100128073938-xlmzndtbuqwgtama
Bumped version to 1.0.3
Intergrated a patch from Cody to fix some translation
strings missing (i.e. Track 1, Track 2)
Improved the speed of GenerateXML() 1300%. This was mainly due to
a very poor project.fps() method, which was slow and used all
over the place. So, I tried to not call the method as much,
and I implemented some caching of the fps value.