38
edits
m |
(another possible souce cleanup...) |
||
Line 5: | Line 5: | ||
* try to OO'ify the code (wrap the code into C++ classes where applicable/suitable) | * try to OO'ify the code (wrap the code into C++ classes where applicable/suitable) | ||
* rename functions and variables that need it | * rename functions and variables that need it | ||
* try to remove the huge switch in computeScriptStackSub, the computations performed should rely on the opcodes table setup in setupOpcodes. Maybe extend the "OpcodeProc" type to have a size field and base the "stack size" computation on it. | |||
== Bugs == | == Bugs == |
edits