Changes between Version 8 and Version 9 of dev/notes
- Timestamp:
- 05/01/2011 02:05:00 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/notes
v8 v9 2 2 3 3 My brain is too small. I'm putting stuff here to remember it later. 4 5 == Coding style == 4 6 5 7 Remove useless spaces where I don't want to see them: … … 21 23 }}} 22 24 25 == Code shortcomings == 26 23 27 Other tasks: 24 28 * Check uses of `malloc` that could be `lmalloc`. … … 26 30 * Fix FILLED mode. 27 31 * Wrap `l_user_stack` uses in a clean class. 32 33 == The big data merge == 34 35 WAV files: 36 * files in both `abuse-sfx` and `abuse-mac` are exactly the same 37 * some files are only in `abuse-mac`: the whole `sfx/voice/` subdirectory 38 39 SPE files: 40 * all files in `abuse-lib` are also in `abuse-data` 41 * most new files from `abuse-frabs` are in the `addons` directory