summaryrefslogtreecommitdiff
path: root/src/player_face.h
AgeCommit message (Collapse)Author
2007-11-19(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming ↵skidd13
style
2007-10-18(svn r11292) -Fix [FS#1350]: don't desync when generating random faces. ↵rubidium
Patch by SmatZ.
2007-10-16(svn r11278) -Fix [FS#1342] (r11269): modulo result can be negative for ↵glx
signed int
2007-10-15(svn r11269) -Feature: user customisable faces. Patch by BigBB.rubidium
2007-03-20(svn r9376) -Fix (r8969): off-by-one error for the amount of mouth pieces ↵rubidium
for men.
2007-03-02(svn r8969) -Codechange: rework of the player face bits.rubidium
- introduce a new format (with backward compatability) that is more clear and needs a much simpler face drawer - replace tons of ifs/switches/magic numbers by table lookups