Difference between revisions of "Sword25/TODO"

Jump to navigation Jump to search
372 bytes added ,  05:15, 19 October 2010
m
Added note about zip file index scans slowing down engine
(Update libtheora item)
m (Added note about zip file index scans slowing down engine)
Line 23: Line 23:
* Make libtheora optional, as it really is (cutscenes then will be skipped) - this has been done, but it should be tested
* Make libtheora optional, as it really is (cutscenes then will be skipped) - this has been done, but it should be tested
* The engine is currently somewhat slower than the original game, particularly on game startup. Some profiling should be done to identify and improve performance.
* The engine is currently somewhat slower than the original game, particularly on game startup. Some profiling should be done to identify and improve performance.
** A major reason for slowness is that when finding a matching file list for a given file-spec, it currently scans the entire contents of the zip file index. When we correct the Zip file implementation to properly handle folders, this will speed things up, since since it will be able to traverse down to a specific folder, and only have to scan the files of that folder.
265

edits

Navigation menu