src/player_face.h
Thu, 17 Jul 2008 20:13:01 +0000 rubidium (svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line with all other structs/classes that are in a pool.
Thu, 15 May 2008 13:47:22 +0000 rubidium (svn r13101) -Codechange: remove a unused global function.
Wed, 09 Jan 2008 21:05:03 +0000 rubidium (svn r11800) -Codechange: move some functions to a more logical location + some type safety.
Tue, 25 Dec 2007 11:26:07 +0000 rubidium (svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
Mon, 19 Nov 2007 21:02:30 +0000 skidd13 (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
Thu, 18 Oct 2007 20:34:09 +0000 rubidium (svn r11292) -Fix [FS#1350]: don't desync when generating random faces. Patch by SmatZ.
Tue, 16 Oct 2007 20:59:53 +0000 glx (svn r11278) -Fix [FS#1342] (r11269): modulo result can be negative for signed int
Mon, 15 Oct 2007 19:59:27 +0000 rubidium (svn r11269) -Feature: user customisable faces. Patch by BigBB.
Tue, 20 Mar 2007 16:32:41 +0000 rubidium (svn r9376) -Fix (r8969): off-by-one error for the amount of mouth pieces for men.
Fri, 02 Mar 2007 01:17:11 +0000 rubidium (svn r8969) -Codechange: rework of the player face bits.