Difference between revisions of "Sword25/TODO"

Jump to navigation Jump to search
123 bytes removed ,  21:05, 19 October 2010
2 todos less
m (Removed entry about savegame load corruption)
(2 todos less)
Line 13: Line 13:
* Get rid of BS_SERVICE_TABLE (?)
* Get rid of BS_SERVICE_TABLE (?)
** because it is (a) ugly concept (b) implemented with global constructors. The worse approach would be to turn those into Singleton classes, but proper would be to remove the wrappers completely since we do not have multiple implementations of each service
** because it is (a) ugly concept (b) implemented with global constructors. The worse approach would be to turn those into Singleton classes, but proper would be to remove the wrappers completely since we do not have multiple implementations of each service
* Enforce our naming conventions, particularly for classes, methods and variables
* Translate comments from German
* Translate comments from German
* Fix 64-bitness
* Fix 64-bitness
* Check how it behaves on BE machine
* Check how it behaves on BE machine
* Rename/get rid of leftover BS_* things
* Rename/get rid of leftover BS_* things
* Decide what to do with .c files in Lua
* Fix tons of warnings under MinGW and probably others
* Fix tons of warnings under MinGW and probably others
* 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.
** 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.

Navigation menu