[Apr 14 2007] - Rumble

IP's only visible to LVL_GOD and above now for the paranoid people out there.
[Apr 13 2007] - Rumble
 Finally made gemote actually work like emote and not just use socials. (thanks Fizban)
 Reworded and standardized the trigedit attachment menu.
 Numerous minor fixes taken from the latest CWG release. (thanks Zizazat)
 Update to is_number to check for negative numbers. (thanks Kyle)
 Update to isname to disallow abbreviated numbers. (thanks Sryth)
[Apr 08 2007] - Rumble
 Removed all usage of CAP(str causing a memory leak (thanks Kyle).
This commit is contained in:
Rumble 2007-04-14 00:44:52 +00:00
parent 4543522a7d
commit d0db332492
21 changed files with 121 additions and 112 deletions

View file

@ -1048,7 +1048,7 @@ struct game_data {
int no_mort_to_immort; /* Prevent mortals leveling to imms? */
char *OK; /* When player receives 'Okay.' text. */
char *NOPERSON; /* 'No-one by that name here.' */
char *NOPERSON; /* 'No one by that name here.' */
char *NOEFFECT; /* 'Nothing seems to happen.' */
};