Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Using unsigned chars for calculating, we want no sign extension. | Ted Gould | 2010-08-11 | 1 | -4/+4 |
| | |||||
* | Instead of using a struct just using multiply, which in all reality, is more ↵ | Ted Gould | 2010-08-11 | 1 | -29/+16 |
| | | | | clear and the compiler will optimize it for us. | ||||
* | Making the categories a case statement. | Ted Gould | 2010-08-11 | 1 | -1/+23 |
| | |||||
* | Switching to be more opaque, but also more sane. | Ted Gould | 2010-08-11 | 1 | -1/+1 |
| | |||||
* | Brining generate-id into the fold | Ted Gould | 2010-08-10 | 1 | -0/+2 |
| | |||||
* | Writing a small little function to generate the ID. | Ted Gould | 2010-08-10 | 1 | -0/+58 |