mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-21 17:50:13 +01:00
[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:
parent
4543522a7d
commit
d0db332492
21 changed files with 121 additions and 112 deletions
|
|
@ -31,7 +31,7 @@ int get_filename(char *filename, size_t fbufsize, int mode, const char *orig_nam
|
|||
time_t mud_time_to_secs(struct time_info_data *now);
|
||||
struct time_info_data *age(struct char_data *ch);
|
||||
int num_pc_in_room(struct room_data *room);
|
||||
void core_dump_real(const char *, int);
|
||||
void core_dump_real(const char *who, int line);
|
||||
int count_color_chars(char *string);
|
||||
int room_is_dark(room_rnum room);
|
||||
int levenshtein_distance(char *s1, char *s2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue