version 1.42 | | version 1.43 |
---|
| | |
/* | | /* |
* static char *rcsid_config_h = | | * static char *rcsid_config_h = |
* "$Id: config.h,v 1.42 2002/11/14 01:08:56 garbled Exp $"; | | * "$Id: config.h,v 1.43 2002/11/26 07:44:28 garbled Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* NO_CONE_PROPOGATE - makes cone spells stop at the first monster | | * NO_CONE_PROPOGATE - makes cone spells stop at the first monster |
* PARTY_KILL_LOG - stores party kill information | | * PARTY_KILL_LOG - stores party kill information |
* SECURE - Allow overriding values with run time flags? | | * SECURE - Allow overriding values with run time flags? |
* USE_SWAP_STATS - allows stat swapping for new characters | | |
* WATCHDOG - allows use of an external watchdog program | | * WATCHDOG - allows use of an external watchdog program |
* | | * |
***********************************************************************/ | | ***********************************************************************/ |
| | |
#define PERM_EXP_MAX_LOSS_RATIO 0.50f | | #define PERM_EXP_MAX_LOSS_RATIO 0.50f |
| | |
/* | | /* |
* SWAP_STATS is fixed now - rgg. | | |
* | | |
* Swap stats allows players to swap the values for their stats around | | |
* in the "Roll again" phase of the character selection. This should | | |
* hopefully make character selection quicker, allowing for quicker | | |
* game start ups. | | |
* Bugs: c.blackwood@rdt.monash.edu.au | | |
* SORT_ROLLED_STATS - only useful with USE_SWAP_STATS - will order | | |
* stats from lowest to highest on initial roll. | | |
*/ | | |
| | |
#define USE_SWAP_STATS | | |
#define SORT_ROLLED_STATS | | |
| | |
/* | | |
* WATCHDOG lets sends datagrams to port 13325 on localhost | | * WATCHDOG lets sends datagrams to port 13325 on localhost |
* in (more-or-less) regular intervals, so an external watchdog | | * in (more-or-less) regular intervals, so an external watchdog |
* program can kill the server if it hangs (for whatever reason). | | * program can kill the server if it hangs (for whatever reason). |