TrustedUser
574
edits
(Moving all "Happens in Original" bugs to BUGS page) |
(Reformat Tinsel TODO page into logical order.) |
||
Line 5: | Line 5: | ||
}} | }} | ||
== | == TODO == | ||
* The AdLib music does not sound right. I'm speculating that we would need to use the SAMPLE.* files from the original for Adlib instruments. Here is a description of the format probably used by SAMPLE.BNK: http://www.descent2.com/ddn/specs/bnk/ . The adlib.diff patch could possibly provide a starting point. | * The AdLib music does not sound right. I'm speculating that we would need to use the SAMPLE.* files from the original for Adlib instruments. Here is a description of the format probably used by SAMPLE.BNK: http://www.descent2.com/ddn/specs/bnk/ . The adlib.diff patch could possibly provide a starting point. | ||
Line 13: | Line 13: | ||
*# Initialize each global variable (or at least each that needs it) in an InitFILENAME() method in each file, which is to be called by the TinselEngine constructor or some other appropriate place. | *# Initialize each global variable (or at least each that needs it) in an InitFILENAME() method in each file, which is to be called by the TinselEngine constructor or some other appropriate place. | ||
*# On the long run, turning all these variables into members of to-be-added classes (i.e. objectifying the engine) is preferable, but the above seems to be the easiest and quickest solution. | *# On the long run, turning all these variables into members of to-be-added classes (i.e. objectifying the engine) is preferable, but the above seems to be the easiest and quickest solution. | ||
* Check engine code for any 64-bit system incompatible code. | * Check engine code for any 64-bit system incompatible code. | ||
* Check engine code for endian issues, specifically Big Endian issues. | * Check engine code for endian issues, specifically Big Endian issues. | ||
* Perform play testing, looking for bugs. | |||
* Add fixes/workarounds for bugs present in the original games - See [[Tinsel/Bugs]]. | |||
* Currently, we semi-arbitrarily assigned F5 & F7 to open the load/save dialogs (dreammaster did this to match Lure, which in turn follows the 'Sierra standard'). Maybe we should agree on some standard hotkeys which work in all (most/many) engines? | |||
* |