45
edits
RichieSams (talk | contribs) |
RichieSams (talk | contribs) |
||
Line 77: | Line 77: | ||
** This would require keeping track of what room you're in so that you can use the correct parent folder | ** This would require keeping track of what room you're in so that you can use the correct parent folder | ||
** Look at NEMESIS.ZIX and INQUIS.ZIX | ** Look at NEMESIS.ZIX and INQUIS.ZIX | ||
* Re-order the if-then statements in scr ResultAction parsing to use the order of highest occurance (See [https://github.com/RichieSams/scummvm/blob/zengine/engines/zengine/scr_file_handling.cpp#L150 scr_file_handling.cpp: Line 150] | * Re-order the if-then statements in scr ResultAction parsing to use the order of highest occurance (See [https://github.com/RichieSams/scummvm/blob/zengine/engines/zengine/scr_file_handling.cpp#L150 scr_file_handling.cpp: Line 150]) | ||
* Evaluate all in-engine warnings/debug messages and perhaps move them to higher debug channels (Or ZEngine specific debug channels) | * Evaluate all in-engine warnings/debug messages and perhaps move them to higher debug channels (Or ZEngine specific debug channels) | ||
* Clean out unused member functions from the Console class (See [https://github.com/RichieSams/scummvm/blob/zengine/engines/zengine/console.h console.h]) | * Clean out unused member functions from the Console class (See [https://github.com/RichieSams/scummvm/blob/zengine/engines/zengine/console.h console.h]) |
edits