| Version 10 (modified by , 15 years ago) (diff) |
|---|
Development notes
My brain is too small. I'm putting stuff here to remember it later.
Coding style
Remove useless spaces where I don't want to see them:
:%s/ *$// :%s/( */(/g :%s/ *\([);]\)/\1/g :%s/\(for\|if\|while\) (/\1(/g
Add spaces where I want to see them:
# After commas and semicolons :%s/\([,;]\)\([^ ]\)/\1 \2/g # Inside = + += > etc. Breaks inside strings, unfortunately. :%s/\([a-zA-Z0-9]\)\([-+*/><=&^%]\|[-+*/><=&^%!]=\)\([a-zA-Z0-9]\)/\1 \2 \3/g
Code shortcomings
Other tasks:
- Check uses of
mallocthat could belmalloc. - What is
LObjectVarfor? - Fix FILLED mode.
- Wrap
l_user_stackuses in a clean class.
The big data merge
WAV files:
- files in both
abuse-sfxandabuse-macare exactly the same - some files are only in
abuse-mac: the wholesfx/voice/subdirectory
SPE files:
- all files in
abuse-libare also inabuse-data - most new files from
abuse-frabsare in theaddonsdirectory
