Only in brmh-2.4.0/: BRMH-2.4.0-CHANGELOG diff -u -r /tmp/brmh-2.4.0/data.h brmh-2.4.0/data.h --- /tmp/brmh-2.4.0/data.h 2000-02-17 00:48:05.000000000 -0500 +++ brmh-2.4.0/data.h 2007-08-04 18:07:02.000000000 -0400 @@ -270,9 +270,7 @@ extern struct rank ranks[NUMRANKS]; -extern W_Window messagew, w, mapw, statwin, baseWin, infow, iconWin, tstatw, war, - warnw, helpWin, teamWin[4], qwin, messwa, messwt, messwi, messwk, - planetw, rankw, playerw, optionWin, reviewWin, waitWin, metaWin; +extern W_Window messagew, w, mapw, statwin, baseWin, infow, iconWin, tstatw, war, warnw, helpWin, teamWin[4], qwin, messwa, messwt, messwi, messwk, planetw, rankw, playerw, optionWin, reviewWin, waitWin, metaWin; #ifdef XTREKRC_HELP extern W_Window defWin; #endif @@ -407,8 +405,8 @@ extern char *defaults_file; -extern char *metaserver; -extern int metaport; +static char *metaserver; +static int metaport; extern char *plist; extern int list_needs_stats; diff -u -r /tmp/brmh-2.4.0/distress.h brmh-2.4.0/distress.h --- /tmp/brmh-2.4.0/distress.h 2000-01-13 14:56:55.000000000 -0500 +++ brmh-2.4.0/distress.h 2007-08-04 17:51:10.000000000 -0400 @@ -4,7 +4,7 @@ * distress.h */ #include "copyright.h" - +#include "dmacro.h" #ifndef _in_distress_c_ @@ -93,12 +93,4 @@ text is null terminated and the last thing in this distress */ -struct dmacro_list -{ - char c; - char *name; - char *macro; -}; - - #endif /* _distress_h_ */ Only in brmh-2.4.0/: dmacro.h diff -u -r /tmp/brmh-2.4.0/findslot.c brmh-2.4.0/findslot.c --- /tmp/brmh-2.4.0/findslot.c 2000-01-13 14:56:55.000000000 -0500 +++ brmh-2.4.0/findslot.c 2007-08-04 17:54:50.000000000 -0400 @@ -54,7 +54,7 @@ static int in = 0; static int toggle; -static W_Window qwin, countWin, motdButtonWin, waitIcon; +W_Window qwin, countWin, motdButtonWin, waitIcon; static void destroyWait() Only in brmh-2.4.0/: Makefile diff -u -r /tmp/brmh-2.4.0/Manifest brmh-2.4.0/Manifest --- /tmp/brmh-2.4.0/Manifest 2000-02-17 00:48:05.000000000 -0500 +++ brmh-2.4.0/Manifest 2007-07-25 01:32:08.000000000 -0400 @@ -5,7 +5,6 @@ INSTALL Imakefile MACRO.DOC -Makefile Manifest Netrek.rules Netrek.tmpl @@ -14,6 +13,20 @@ Wlib.h bd.c bitmaps/ + \a.g.x_bitmaps + \bitmaps.h + \borg + \clockbitmap.h + \cursors.h + \dynshipbitmaps.h + \icon.h + \ind_starbase + \miscbitmaps.h + \moobitmaps.h + \oldbitmaps.h + \puck + \shieldbitmaps.h + \shipbitmaps.h bitmaps.c bitmapstuff.h brmh-dashboard.c @@ -76,13 +89,6 @@ reserved.c rint.c rotate.c -rsa/ -rsa_box.c@ -rsa_box_0.c@ -rsa_box_1.c@ -rsa_box_2.c@ -rsa_box_3.c@ -rsa_box_4.c@ sintab.c smessage.c socket.c diff -u -r /tmp/brmh-2.4.0/metaserver.c brmh-2.4.0/metaserver.c --- /tmp/brmh-2.4.0/metaserver.c 2000-01-13 14:56:56.000000000 -0500 +++ brmh-2.4.0/metaserver.c 2007-08-04 18:06:38.000000000 -0400 @@ -57,7 +57,7 @@ int RSA_client; }; -static char *metaserver = "metaserver.ecst.csuchico.edu"; +static char *metaserver = "metaserver.us.netrek.org"; static int metaport = 3521; static struct servers *serverlist; static int num_servers; Only in brmh-2.4.0/: netrek Only in brmh-2.4.0/: randomize Only in brmh-2.4.0/: rsa_box_0.c Only in brmh-2.4.0/: rsa_box_1.c Only in brmh-2.4.0/: rsa_box_2.c Only in brmh-2.4.0/: rsa_box_3.c Only in brmh-2.4.0/: rsa_box_4.c Only in brmh-2.4.0/: rsa_box.c