Commit 7f2f98ebd524a997540ada8027cf9d3740a94d31
Updated readme.
anonymous authored on 12/28/2015, 11:13:35 AMChristopher Snowhill committed on 6/13/2018, 12:10:58 AM
Parent: 06f09b4b978186c6eb4087f2bcf648e254d949e5
Files changed
README.txt | changed |
README.txt | ||
---|---|---|
@@ -4,5 +4,8 @@ | ||
4 | 4 | *Number becomes double. Decide after if keep it as such or make it. |
5 | 5 | *int and uint stay as such. Slowly convert everything to stdint as proper size is determined. |
6 | 6 | *I will be writing malloc()s without worry of free() usage and deal with it after. |
7 | 7 | *Vars commented as unused are clues of things that were not ported into AS3 player. I say leave them as is for later piecing. |
8 | -*WaveBuffer is a helper in AS3 and can be replaced with proper C. | |
8 | +*WaveBuffer is a helper in AS3 and can be replaced with proper C. | |
9 | +*Packable structs can be used to read data one struct at a time. | |
10 | +*Almost packable structs need some stuff moved out of them that were re-introduced during some AS3 refactors. | |
11 | + These refactors make sense logically, but are useless for data reading. |
Built with git-ssb-web