src/players.cpp
Fri, 30 Mar 2007 22:17:47 +0000 truelight (svn r9529) -Fix [FS#705]: when 2 clients joined together, the second asserted on the NewCompany command of the first
Wed, 21 Mar 2007 17:42:43 +0000 belugas (svn r9391) -Documentation : correct Doxygen of comments and @file inclusion. Time for P and Q files
Tue, 20 Mar 2007 16:43:20 +0000 rubidium (svn r9377) -Fix (r9376): the off-by-one error was also present at another location :(
Thu, 08 Mar 2007 16:27:54 +0000 rubidium (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code).
Wed, 07 Mar 2007 11:47:46 +0000 rubidium (svn r9050) -Codechange: Foo(void) -> Foo()
Fri, 02 Mar 2007 01:17:11 +0000 rubidium (svn r8969) -Codechange: rework of the player face bits.
Sun, 25 Feb 2007 09:06:13 +0000 rubidium (svn r8892) -Fix (r8879): swapped the eye colour and eyebrow bits.
Sat, 24 Feb 2007 19:43:50 +0000 KUDr (svn r8887) -Fix (r8879)[MorphOS]: initialization of mouth_table[] skipped by goto
Sat, 24 Feb 2007 14:53:32 +0000 rubidium (svn r8879) -Codechange: make DrawPlayerFace easier to read.
Fri, 23 Feb 2007 01:48:53 +0000 belugas (svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp files with the @file tag as well as a few general comments style
Tue, 06 Feb 2007 11:11:12 +0000 bjarni (svn r8610) -Codechange/Feature: rewrote the list handling in the autoreplace window
Tue, 30 Jan 2007 11:53:35 +0000 belugas (svn r8455) -Codechange: Give a more meaningful name (railveh_type)to member flags of RailVehInfo, as well as changing the code to reflect the fact that it was not a flag but rather a one value only variable. Doing so, some evaluations have been simplified.
Wed, 24 Jan 2007 07:14:09 +0000 tron (svn r8385) -Fix
Sun, 21 Jan 2007 11:49:18 +0000 maedhros (svn r8300) -Codechange: Add a prototype for DrawPlayerIcon to players.h and include that
Tue, 16 Jan 2007 15:20:22 +0000 bjarni (svn r8155) -Fix: fixed compilation when --disable-network is in use
Sun, 14 Jan 2007 19:57:49 +0000 peter1138 (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
Wed, 10 Jan 2007 18:56:51 +0000 rubidium (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
Wed, 10 Jan 2007 18:12:09 +0000 KUDr (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)