Protocol: | pserver | User: | anonymous |
Machine: | crossfire.cvs.sourceforge.net | CVSROOT: | /cvsroot/crossfire |
Filename: c_party.c | |||
Revision 1.24 | ryo_saeba | 2005/12/17 13:45:00 | +6 -6 |
Indentation | |||
Show difference between Revision 1.23 and 1.24 | |||
Revision 1.23 | ryo_saeba | 2005/12/17 13:42:52 | +2 -2 |
Missing break. Add void to function declaration. | |||
Show difference between Revision 1.22 and 1.23 | |||
Revision 1.22 | ryo_saeba | 2005/12/17 12:21:44 | +14 -7 |
Plugins can get party information | |||
Show difference between Revision 1.21 and 1.22 | |||
Revision 1.21 | akirschbaum | 2005/12/05 17:34:04 | +2 -2 |
Apply patch #1371956 (code cleanup patch) by Stefan Huehner: fix old-style function declarations and prototypes to proper Ansi C syntax. This patch allows the compiler to check function arguments and also removes some warnings when compiling with -Wstrict-prototypes. | |||
Show difference between Revision 1.20 and 1.21 | |||
Revision 1.20 | mwedel | 2005/11/30 02:10:12 | +1 -2 |
server/c_party.c: Remove double use of ->next pointer/loop in confirm_party_password() - fixes crash and likely makes setting party password work more reliably. MSW 2005-11-29 | |||
Show difference between Revision 1.19 and 1.20 | |||
Revision 1.19 | akirschbaum | 2005/10/28 14:08:53 | +2 -1 |
Fix compiler warnings. Most changes do not change the program (remove unused variables, convert "if(x = y)" into "x = y; if(x)"); a few actually fix (possible) problems (fix uninitialized variables, fix printf format specifiers, fix mismatches between signed and unsigned variables, add missing return and default statements). | |||
Show difference between Revision 1.18 and 1.19 | |||
Revision 1.18 | cavesomething | 2005/10/11 18:26:32 | +3 -2 |
yet another party obsoletion bug fixed | |||
Show difference between Revision 1.17 and 1.18 | |||
Revision 1.17 | cavesomething | 2005/10/11 15:44:50 | +3 -3 |
fix a party obsoletion bug | |||
Show difference between Revision 1.16 and 1.17 | |||
Revision 1.16 | cavesomething | 2005/09/25 09:31:20 | +33 -51 |
of course committing the file that was actually changed, should be consided entirely optional.... | |||
Show difference between Revision 1.15 and 1.16 | |||
Revision 1.15 | ryo_saeba | 2005/09/25 04:47:23 | +8 -8 |
Fix some compilation warnings. | |||
Show difference between Revision 1.14 and 1.15 | |||
Revision 1.14 | cavesomething | 2005/09/24 21:15:45 | +36 -79 |
make prior party obsoletion patch not completely broken | |||
Show difference between Revision 1.13 and 1.14 | |||
Revision 1.13 | ryo_saeba | 2005/09/24 04:28:05 | +118 -32 |
Patch 1194964 (party obsoletion) by cavesomething | |||
Show difference between Revision 1.12 and 1.13 | |||
Revision 1.12 | ryo_saeba | 2005/08/12 03:18:59 | +2 -2 |
Use const char* instead of char* when possible | |||
Show difference between Revision 1.11 and 1.12 | |||
Revision 1.11 | akirschbaum | 2005/07/15 18:23:07 | +5 -6 |
server/c_party.c: Make party passwords with a length of 8 characters work again. | |||
Show difference between Revision 1.10 and 1.11 | |||
Revision 1.10 | ryo_saeba | 2004/12/25 12:09:29 | +6 -5 |
Patches #1086095 and 1088385, party password length tweak | |||
Show difference between Revision 1.9 and 1.10 | |||
Revision 1.9 | akirschbaum | 2004/12/10 03:16:02 | +14 -4 |
server/c_party.c: Make party passwords of 8 characters work, disallow longer passwords. Based on patch #1080096 from Casper. Correct help message for party commands. Andreas Kirschbaum 2004-12-10 | |||
Show difference between Revision 1.8 and 1.9 | |||
Revision 1.8 | ryo_saeba | 2004/10/21 11:52:50 | +18 -10 |
Notify of party join/pwd change | |||
Show difference between Revision 1.7 and 1.8 | |||
Revision 1.7 | ryo_saeba | 2004/06/09 11:47:34 | +10 -9 |
gsay tweaks, courtesy Katia | |||
Show difference between Revision 1.6 and 1.7 | |||
Revision 1.6 | mwedel | 2003/09/13 00:02:08 | +1 -2 |
Updated code for skill + spell code. skills and spells are now objects. tuning these now means changing the archetypes. New spells can now be added just by making a new archetype. Lots of code cleanup also done. MSW 2003-09-12 | |||
Show difference between Revision 1.5 and 1.6 | |||
Revision 1.5 | garbled | 2002/11/12 17:09:11 | +11 -9 |
SET_TITLE and RESURRECTION are now settings. | |||
Show difference between Revision 1.4 and 1.5 | |||
Revision 1.4 | mwedel | 2002/07/14 23:25:40 | +4 -3 |
Update banner copyright with proper contact information. MSW 2002-07-14 | |||
Show difference between Revision 1.3 and 1.4 | |||
Revision 1.3 | cvs | 2000/04/13 23:48:19 | +4 -4 |
Cosmetic fixes - updates to rcsid string to include right file name as well as updates to mail address and/or additions to top banner. Mark Wedel 4/13/2000 | |||
Show difference between Revision 1.2 and 1.3 | |||
Revision 1.2 | cvs | 1999/07/13 01:03:04 | +0 -0 |
Global commit for 0.95.4 - most files have no changes but just have differing headers between my local RCS and the CVS versions and need to get synced up. | |||
Show difference between Revision 1.1 and 1.2 | |||
Revision 1.1 | uid200 | 1999/04/02 13:10:04 | None |
Initial revision | |||
First version | |||
Revision 1.1.1.1 | uid200 | 1999/04/02 13:10:04 | +0 -0 |
First CVS revsion: crossfire-0.95.3 | |||
Show difference between Revision 1.1 and 1.1.1.1 |