PDA

View Full Version : opcode and structure updates.



casey
10-24-2002, 03:53 PM
i've commited a bunch that fryfrog helpfully gave me in an easily usable format. If there are inconsitancies, or more updates, feel free to submit updates.

When you submit updates, please use 'cvs -z3 diff -c' to generate a diff. This is much easier for everyone to work with that the lists of opcodes floating around the forums. diffs are easy to apply for others wanting to use your work, 'patch -p0 < diff-file', easy for devs to apply and commit. And they are easier for you as well. After you edit opcodes.h, or some other file, just run 'cvs -z3 diff -c > diff-file', and its done.

use diffs !

and consider posting them to the patch section.