Only in Vanilla-2.9pl3: cflags.h Only in Vanilla-2.9pl3: config.cache Only in Vanilla-2.9pl3: config.h diff -rcw Vanilla-2.9pl3.old/config.h.in Vanilla-2.9pl3/config.h.in *** Vanilla-2.9pl3.old/config.h.in Fri Jun 25 15:05:46 1999 --- Vanilla-2.9pl3/config.h.in Sun Aug 15 23:38:02 1999 *************** *** 5,10 **** --- 5,24 ---- #ifndef __CONFIG_H #define __CONFIG_H + #define ESCORT_STAT + + /* Does escort stat count toward rank? */ + + /* + #define ESCORT_STAT_FOR_RANK + */ + /* Give messages when escorting credit is granted */ + + /* + #define ESCORT_DEBUG + */ + + /* ################################################################################ Type of code (select in configure.in) Only in Vanilla-2.9pl3: config.log Only in Vanilla-2.9pl3: config.status Only in Vanilla-2.9pl3/docs: sample_geno_timer_crontab Only in Vanilla-2.9pl3/keycomp: .depend Only in Vanilla-2.9pl3/keycomp: .depend.bak Only in Vanilla-2.9pl3/keycomp: Makefile.bak Only in Vanilla-2.9pl3/keycomp: rsa_key2cap Only in Vanilla-2.9pl3/keycomp: rsa_key2cap.o Only in Vanilla-2.9pl3/keycomp: rsa_keycomp Only in Vanilla-2.9pl3/keycomp: rsa_keycomp.o Only in Vanilla-2.9pl3/newstartd: .depend Only in Vanilla-2.9pl3/newstartd: .depend.bak Only in Vanilla-2.9pl3/newstartd: Makefile.bak Only in Vanilla-2.9pl3/newstartd: newaccess.o Only in Vanilla-2.9pl3/newstartd: newstartd Only in Vanilla-2.9pl3/newstartd: newstartd.o Only in Vanilla-2.9pl3/newstartd: subnet.o Only in Vanilla-2.9pl3/ntserv: .depend Only in Vanilla-2.9pl3/ntserv: .depend.bak diff -rcw Vanilla-2.9pl3.old/ntserv/Makefile Vanilla-2.9pl3/ntserv/Makefile *** Vanilla-2.9pl3.old/ntserv/Makefile Fri Apr 30 13:18:40 1999 --- Vanilla-2.9pl3/ntserv/Makefile Sun Aug 15 23:04:27 1999 *************** *** 15,28 **** startrobot.o sysdefaults.o timecheck.o torp.o util.o \ warning.o ping.o $(RANDOMO) getpath.o $(STRDUPO) features.o \ distress.o transwarp.o gencmds.o ntscmds.o openmem.o feature.o \ ! queue.o slotmaint.o rsa_key.o ltd_stats.o # daemonII object files D_OBJS = daemonII.o sintab.o sysdefaults.o data.o slotmaint.o \ util.o $(RANDOMO) getpath.o getship.o smessage.o queue.o \ ! wander2.o openmem.o solicit.o ltd_stats.o # Src files --- 15,28 ---- startrobot.o sysdefaults.o timecheck.o torp.o util.o \ warning.o ping.o $(RANDOMO) getpath.o $(STRDUPO) features.o \ distress.o transwarp.o gencmds.o ntscmds.o openmem.o feature.o \ ! queue.o slotmaint.o rsa_key.o ltd_stats.o escort_stat.o # daemonII object files D_OBJS = daemonII.o sintab.o sysdefaults.o data.o slotmaint.o \ util.o $(RANDOMO) getpath.o getship.o smessage.o queue.o \ ! wander2.o openmem.o solicit.o ltd_stats.o escort_stat.o # Src files *************** *** 33,39 **** startrobot.c timecheck.c torp.c util.c warning.c \ $(RANDOMC) ping.c getpath.c $(STRDUPC) features.c \ distress.c transwarp.c gencmds.c ntscmds.c openmem.c feature.c \ ! queue.c slotmaint.c wander2.c sysdefaults.c rsa_key.c SRC = $(R_FILES) data.h defs.h planets.h struct.h \ --- 33,39 ---- startrobot.c timecheck.c torp.c util.c warning.c \ $(RANDOMC) ping.c getpath.c $(STRDUPC) features.c \ distress.c transwarp.c gencmds.c ntscmds.c openmem.c feature.c \ ! queue.c slotmaint.c wander2.c sysdefaults.c rsa_key.c escort_stat.c SRC = $(R_FILES) data.h defs.h planets.h struct.h \ Only in Vanilla-2.9pl3/ntserv: Makefile.bak Only in Vanilla-2.9pl3/ntserv: Makefile2 Only in Vanilla-2.9pl3/ntserv: Makefile~ Only in Vanilla-2.9pl3/ntserv: cluecheck.o diff -rcw Vanilla-2.9pl3.old/ntserv/commands.c Vanilla-2.9pl3/ntserv/commands.c *** Vanilla-2.9pl3.old/ntserv/commands.c Wed Jun 16 23:45:53 1999 --- Vanilla-2.9pl3/ntserv/commands.c Thu Aug 12 00:05:30 1999 *************** *** 1459,1464 **** --- 1459,1471 ---- sessionDefense, (float) deltaKills / (float) ((deltaLosses == 0) ? 1 : deltaLosses)); + #ifdef ESCORT_STAT + bounce(from, + "Rank ratings: Pla: %5.2f Bom: %5.2f Off: %5.2f Esc: %5.2f", + planetRating(me), + bombingRating(me), + offenseRating(me),escortRating(me)); + #endif /*ESCORT_STAT*/ return 1; } Only in Vanilla-2.9pl3/ntserv: commands.c~ Only in Vanilla-2.9pl3/ntserv: coup.o Only in Vanilla-2.9pl3/ntserv: daemonII diff -rcw Vanilla-2.9pl3.old/ntserv/daemonII.c Vanilla-2.9pl3/ntserv/daemonII.c *** Vanilla-2.9pl3.old/ntserv/daemonII.c Fri Jun 25 14:50:10 1999 --- Vanilla-2.9pl3/ntserv/daemonII.c Sun Aug 8 19:49:07 1999 *************** *** 61,67 **** static int near(struct torp *t); static void explode(struct torp *torp); #ifndef LTD_STATS ! static void loserstats(int pl); #ifdef CHAIN_REACTION static void killerstats(int cl, int pl, struct player *victim); #else --- 61,67 ---- static int near(struct torp *t); static void explode(struct torp *torp); #ifndef LTD_STATS ! static void loserstats(int pl,struct player *killer); #ifdef CHAIN_REACTION static void killerstats(int cl, int pl, struct player *victim); #else *************** *** 110,115 **** --- 110,116 ---- extern void solicit(int force); extern void pmove(void); + static int debug = 0; static int ticks = 0; static int tourntimestamp = 0; /* ticks since last Tmode 8/2/91 TC */ *************** *** 220,225 **** --- 221,229 ---- status->armsbomb=10; status->kills=10; status->losses=10; + #ifdef ESCORT_STAT + status->escort=10; + #endif /* ESCORT_STAT */ } #undef wait *************** *** 1828,1834 **** #ifndef LTD_STATS killerstats(k->p_no, torp->t_owner, j); ! loserstats(j->p_no); #endif /* LTD_STATS */ --- 1832,1838 ---- #ifndef LTD_STATS killerstats(k->p_no, torp->t_owner, j); ! loserstats(j->p_no,k); #endif /* LTD_STATS */ *************** *** 1871,1877 **** #ifndef LTD_STATS /* ltd_update_kills checks for max kills */ checkmaxkills(torp->t_owner); ! loserstats(j->p_no); #endif /* LTD_STATS */ --- 1875,1881 ---- #ifndef LTD_STATS /* ltd_update_kills checks for max kills */ checkmaxkills(torp->t_owner); ! loserstats(j->p_no,k); #endif /* LTD_STATS */ *************** *** 1907,1913 **** #ifndef LTD_STATS ! static void loserstats(int pl) { struct player *dude; --- 1911,1917 ---- #ifndef LTD_STATS ! static void loserstats(int pl,struct player *killer) { struct player *dude; *************** *** 1923,1928 **** --- 1927,1936 ---- } else { if (status->tourn) { dude->p_stats.st_tlosses++; + #ifdef ESCORT_STAT + check_escort_die_credit(dude,killer); + record_death(dude,killer); + #endif /* ESCORT_STAT */ status->losses++; } else { dude->p_stats.st_losses++; *************** *** 1953,1958 **** --- 1961,1969 ---- } else { if (status->tourn) { credit_killer->p_stats.st_tkills++; + #ifdef ESCORT_STAT + check_escort_kill_credit(credit_killer,victim); + #endif ESCORT_STAT status->kills++; credit_killer->p_stats.st_tarmsbomb += 5 * victim->p_armies; status->armsbomb += 5 * victim->p_armies; *************** *** 1982,1987 **** --- 1993,2001 ---- } else { if (status->tourn) { dude->p_stats.st_tkills++; + #ifdef ESCORT_STAT + check_escort_kill_credit(credit_killer,victim); + #endif ESCORT_STAT status->kills++; dude->p_stats.st_tarmsbomb += 5 * victim->p_armies; status->armsbomb += 5 * victim->p_armies; *************** *** 2446,2452 **** #endif /* CHAIN_REACTION */ ! loserstats(j->ph_target); #endif /* LTD_STATS */ --- 2460,2466 ---- #endif /* CHAIN_REACTION */ ! loserstats(j->ph_target,&players[i]); #endif /* LTD_STATS */ *************** *** 2563,2569 **** #ifndef LTD_STATS ! loserstats(j->p_no); #endif /* LTD_STATS */ --- 2577,2583 ---- #ifndef LTD_STATS ! loserstats(j->p_no,NULL); #endif /* LTD_STATS */ *************** *** 2888,2893 **** --- 2902,2912 ---- arg[1] = l->pl_no; arg[2] = j->p_no; + #ifdef ESCORT_STAT + check_escort_planet_take_credit(j,1); + #endif /*ESCORT_STAT*/ + + #ifndef LTD_STATS /* LTD_STATS should not use NEW_CREDIT */ #ifdef NEW_CREDIT /* give 1 planet credit for destroying planet */ *************** *** 2897,2902 **** --- 2916,2922 ---- { j->p_stats.st_tplanets++; status->planets++; + if ((l->pl_flags & PLCORE) && !(j->p_team & l->pl_flags) && (realNumShips(ALLTEAM & l->pl_flags)>2)) *************** *** 2954,2959 **** --- 2974,2982 ---- j->p_planets++; j->p_genoplanets++; + #ifdef ESCORT_STAT + check_escort_planet_take_credit(j,2); + #endif /*ESCORT_STAT*/ #ifndef LTD_STATS *************** *** 2962,2967 **** --- 2985,2991 ---- #ifdef NEW_CREDIT j->p_stats.st_tplanets+=2; status->planets+=2; + #else /* NEW_CREDIT */ j->p_stats.st_tplanets++; status->planets++; *************** *** 2972,2977 **** --- 2996,3005 ---- #ifdef NEW_CREDIT j->p_stats.st_tplanets+=2; status->planets+=2; + #ifdef ESCORT_STAT + check_escort_planet_take_credit(j,2); + #endif /*ESCORT_STAT*/ + #else /* NEW_CREDIT */ j->p_stats.st_tplanets++; status->planets++; *************** *** 3182,3188 **** #ifndef LTD_STATS killerstats(k->p_no, sh->p_no, j); ! loserstats(i); #endif /* LTD_STATS */ j->p_whydead = KSHIP; --- 3210,3216 ---- #ifndef LTD_STATS killerstats(k->p_no, sh->p_no, j); ! loserstats(i,k); #endif /* LTD_STATS */ j->p_whydead = KSHIP; Only in Vanilla-2.9pl3/ntserv: daemonII.c~ Only in Vanilla-2.9pl3/ntserv: daemonII.o diff -rcw Vanilla-2.9pl3.old/ntserv/data.c Vanilla-2.9pl3/ntserv/data.c *** Vanilla-2.9pl3.old/ntserv/data.c Sun Jun 6 15:38:24 1999 --- Vanilla-2.9pl3/ntserv/data.c Sun Aug 15 23:21:08 1999 *************** *** 175,190 **** struct rank ranks[NUMRANKS] = { { 0.0, 0.0, 0.0, "Ensign"}, - { 2.0, 1.0, 0.0, "Lieutenant"}, - - /* change: 12/8/90 TC no defense required { 4.0, 2.0, 0.8, "Lt. Cmdr."}, - { 8.0, 3.0, 0.8, "Commander"}, - {15.0, 4.0, 0.8, "Captain"}, - {20.0, 5.0, 0.8, "Flt. Capt."}, - {25.0, 6.0, 0.8, "Commodore"}, - {30.0, 7.0, 0.8, "Rear Adm."}, - {40.0, 8.0, 0.8, "Admiral"}};*/ { 4.0, 2.0, 0.0, "Lt. Cmdr."}, { 8.0, 3.0, 0.0, "Commander"}, {15.0, 4.0, 0.0, "Captain"}, --- 175,192 ---- struct rank ranks[NUMRANKS] = { { 0.0, 0.0, 0.0, "Ensign"}, + #ifdef ESCORT_STAT_FOR_RANK + { 2.0, 1.3, 0.0, "Lieutenant"}, + { 4.0, 2.6, 0.0, "Lt. Cmdr."}, + { 8.0, 4.0, 0.0, "Commander"}, + {15.0, 5.3, 0.0, "Captain"}, + {20.0, 6.6, 0.0, "Flt. Capt."}, + {25.0, 8.0, 0.0, "Commodore"}, + {30.0, 9.3, 0.0, "Rear Adm."}, + {40.0, 10.6, 0.0, "Admiral"}}; + #else + { 2.0, 1.0, 0.0, "Lieutenant"}, { 4.0, 2.0, 0.0, "Lt. Cmdr."}, { 8.0, 3.0, 0.0, "Commander"}, {15.0, 4.0, 0.0, "Captain"}, *************** *** 192,198 **** {25.0, 6.0, 0.0, "Commodore"}, {30.0, 7.0, 0.0, "Rear Adm."}, {40.0, 8.0, 0.0, "Admiral"}}; ! int startTkills, startTlosses, startTarms, startTplanets, startTticks; --- 194,200 ---- {25.0, 6.0, 0.0, "Commodore"}, {30.0, 7.0, 0.0, "Rear Adm."}, {40.0, 8.0, 0.0, "Admiral"}}; ! #endif int startTkills, startTlosses, startTarms, startTplanets, startTticks; Only in Vanilla-2.9pl3/ntserv: data.c~ Only in Vanilla-2.9pl3/ntserv: data.o diff -rcw Vanilla-2.9pl3.old/ntserv/death.c Vanilla-2.9pl3/ntserv/death.c *** Vanilla-2.9pl3.old/ntserv/death.c Fri Apr 30 16:31:30 1999 --- Vanilla-2.9pl3/ntserv/death.c Sun Aug 15 23:01:48 1999 *************** *** 84,91 **** --- 84,97 ---- #else float ratingTotals; + #ifdef ESCORT_STAT_FOR_RANK + ratingTotals=planetRating(me) + bombingRating(me) + offenseRating(me) + +escortRating(me); + #else ratingTotals=planetRating(me) + bombingRating(me) + offenseRating(me); + #endif /* else of ESCORT_STAT_FOR_RANK */ + /* The person is promoted if they have enough hours and their ratings * are high enough, or if it is clear that they could sit around and * do nothing for the amount of time required, and still make the rank. Only in Vanilla-2.9pl3/ntserv: death.c~ Only in Vanilla-2.9pl3/ntserv: death.o diff -rcw Vanilla-2.9pl3.old/ntserv/defs.h Vanilla-2.9pl3/ntserv/defs.h *** Vanilla-2.9pl3.old/ntserv/defs.h Sun Jul 11 20:25:31 1999 --- Vanilla-2.9pl3/ntserv/defs.h Sun Aug 8 21:45:36 1999 *************** *** 343,348 **** --- 343,353 ---- ((p)->p_stats.st_tlosses!=0 ? \ ((float) (p)->p_stats.st_tlosses * status->timeprod) : \ (status->timeprod))) + #ifdef ESCORT_STAT + #define escortRating(p) \ + ((float) (p)->p_stats.st_escort * status->timeprod / \ + ((float) (p)->p_stats.st_tticks * (status->escort?status->escort:1))) + #endif #endif /* LTD_STATS */ Only in Vanilla-2.9pl3/ntserv: defs.h~ Only in Vanilla-2.9pl3/ntserv: detonate.o Only in Vanilla-2.9pl3/ntserv: distress.o Only in Vanilla-2.9pl3/ntserv: enter.o Only in Vanilla-2.9pl3/ntserv: escort_stat.c Only in Vanilla-2.9pl3/ntserv: escort_stat.c~ Only in Vanilla-2.9pl3/ntserv: escort_stat.o Only in Vanilla-2.9pl3/ntserv: feature.o Only in Vanilla-2.9pl3/ntserv: features.o Only in Vanilla-2.9pl3/ntserv: findslot.o Only in Vanilla-2.9pl3/ntserv: gencmds.o Only in Vanilla-2.9pl3/ntserv: genspkt.c.n Only in Vanilla-2.9pl3/ntserv: genspkt.c.new Only in Vanilla-2.9pl3/ntserv: genspkt.c.new~ Only in Vanilla-2.9pl3/ntserv: genspkt.c~ Only in Vanilla-2.9pl3/ntserv: genspkt.o Only in Vanilla-2.9pl3/ntserv: getentry.o Only in Vanilla-2.9pl3/ntserv: getname.o Only in Vanilla-2.9pl3/ntserv: getpath.o Only in Vanilla-2.9pl3/ntserv: getship.o Only in Vanilla-2.9pl3/ntserv: input.o Only in Vanilla-2.9pl3/ntserv: interface.o Only in Vanilla-2.9pl3/ntserv: losses Only in Vanilla-2.9pl3/ntserv: ltd_stats.o Only in Vanilla-2.9pl3/ntserv: main.o diff -rcw Vanilla-2.9pl3.old/ntserv/ntscmds.c Vanilla-2.9pl3/ntserv/ntscmds.c *** Vanilla-2.9pl3.old/ntserv/ntscmds.c Sun Jul 11 20:25:31 1999 --- Vanilla-2.9pl3/ntserv/ntscmds.c Mon Aug 9 22:03:09 1999 *************** *** 352,363 **** #endif ! ! if (deltaTicks == 0) { ! bounce(from, ! "Session stats are only available during t-mode."); ! return 1; /* non t-mode */ ! } sessionPlanets = (double ) deltaPlanets * status->timeprod / ((double) deltaTicks * status->planets); --- 352,358 ---- #endif ! if (deltaTicks != 0) { sessionPlanets = (double ) deltaPlanets * status->timeprod / ((double) deltaTicks * status->planets); *************** *** 387,392 **** --- 382,395 ---- sessionDefense, (float) deltaKills / (float) ((deltaLosses == 0) ? 1 : deltaLosses)); + } + #ifdef ESCORT_STAT + bounce(from, + "Rank ratings: Pla: %5.2f Bom: %5.2f Off: %5.2f Esc: %5.2f", + planetRating(me), + bombingRating(me), + offenseRating(me),escortRating(me)); + #endif /*ESCORT_STAT*/ return 1; } Only in Vanilla-2.9pl3/ntserv: ntscmds.c~ Only in Vanilla-2.9pl3/ntserv: ntscmds.o Only in Vanilla-2.9pl3/ntserv: ntserv Only in Vanilla-2.9pl3/ntserv: openmem.o Only in Vanilla-2.9pl3/ntserv: orbit.o Only in Vanilla-2.9pl3/ntserv: phaser.o Only in Vanilla-2.9pl3/ntserv: ping.o Only in Vanilla-2.9pl3/ntserv: plasma.o Only in Vanilla-2.9pl3/ntserv: queue.o Only in Vanilla-2.9pl3/ntserv: redraw.o Only in Vanilla-2.9pl3/ntserv: reserved.o Only in Vanilla-2.9pl3/ntserv: rsa_key.o Only in Vanilla-2.9pl3/ntserv: salt.o Only in Vanilla-2.9pl3/ntserv: sintab.o Only in Vanilla-2.9pl3/ntserv: slotmaint.o Only in Vanilla-2.9pl3/ntserv: smessage.o diff -rcw Vanilla-2.9pl3.old/ntserv/socket.c Vanilla-2.9pl3/ntserv/socket.c *** Vanilla-2.9pl3.old/ntserv/socket.c Fri Jun 25 14:50:11 1999 --- Vanilla-2.9pl3/ntserv/socket.c Thu Aug 5 18:54:06 1999 *************** *** 1748,1753 **** --- 1748,1756 ---- #else mystats->st_maxkills=0.0; mystats->st_kills=0; + #ifdef ESCORT_STAT + mystats->st_escort=0; + #endif /*ESCORT_STAT */ mystats->st_losses=0; mystats->st_armsbomb=0; mystats->st_planets=0; Only in Vanilla-2.9pl3/ntserv: socket.c~ Only in Vanilla-2.9pl3/ntserv: socket.o Only in Vanilla-2.9pl3/ntserv: solicit.o Only in Vanilla-2.9pl3/ntserv: startrobot.o diff -rcw Vanilla-2.9pl3.old/ntserv/struct.h Vanilla-2.9pl3/ntserv/struct.h *** Vanilla-2.9pl3.old/ntserv/struct.h Sun Jul 11 20:25:32 1999 --- Vanilla-2.9pl3/ntserv/struct.h Sun Aug 15 22:47:58 1999 *************** *** 4,10 **** #ifndef __INCLUDED_struct_h__ #define __INCLUDED_struct_h__ ! #include "copyright.h" #ifdef LTD_STATS --- 4,10 ---- #ifndef __INCLUDED_struct_h__ #define __INCLUDED_struct_h__ ! #include "../config.h" #include "copyright.h" #ifdef LTD_STATS *************** *** 25,30 **** --- 25,45 ---- char q_name[QNAMESIZE]; /* The name of the queue */ }; + #ifdef ESCORT_STAT + + struct deathrecord { /* a circular queue of deaths */ + int player; + int team; + char p_name[NAME_LEN]; + int x; + int y; + int killer; + int dietime; + struct deathrecord *next; + }; + #endif /* ESCORT_STAT */ + + /* * Queue number definitions. */ *************** *** 68,73 **** --- 83,91 ---- u_char tourn; /* Tournament mode? */ /* These stats only updated during tournament mode */ u_int armsbomb, planets, kills, losses, time; + #ifdef ESCORT_STAT + u_int escort; + #endif /* Use long for this, so it never wraps */ double timeprod; int gameup; *************** *** 233,238 **** --- 251,259 ---- double st_maxkills; /* max kills ever */ int st_kills; /* how many kills */ + #ifdef ESCORT_STAT + int st_escort; /* how much escorting credit */ + #endif ESCORT_STAT int st_losses; /* times killed */ int st_armsbomb; /* armies bombed */ int st_planets; /* planets conquered */ Only in Vanilla-2.9pl3/ntserv: struct.h~ Only in Vanilla-2.9pl3/ntserv: sysdefaults.o Only in Vanilla-2.9pl3/ntserv: timecheck.o Only in Vanilla-2.9pl3/ntserv: torp.o Only in Vanilla-2.9pl3/ntserv: transwarp.o Only in Vanilla-2.9pl3/ntserv: util.o Only in Vanilla-2.9pl3/ntserv: wander2.o Only in Vanilla-2.9pl3/ntserv: warning.o Only in Vanilla-2.9pl3: null Only in Vanilla-2.9pl3/pledit: .depend Only in Vanilla-2.9pl3/pledit: .depend.bak Only in Vanilla-2.9pl3/pledit: Makefile.bak Only in Vanilla-2.9pl3/pledit: edit.o Only in Vanilla-2.9pl3/pledit: input.o Only in Vanilla-2.9pl3/pledit: main.o Only in Vanilla-2.9pl3/pledit: pledit Only in Vanilla-2.9pl3/res-rsa: INSTALL Only in Vanilla-2.9pl3/res-rsa: LICENSE.US Only in Vanilla-2.9pl3/res-rsa: Makefile Only in Vanilla-2.9pl3/res-rsa: Makefile.in Only in Vanilla-2.9pl3/res-rsa: README.US Only in Vanilla-2.9pl3/res-rsa: README.mkkey.US Only in Vanilla-2.9pl3/res-rsa: config.h Only in Vanilla-2.9pl3/res-rsa: config.h.in Only in Vanilla-2.9pl3/res-rsa: config.log Only in Vanilla-2.9pl3/res-rsa: config.status Only in Vanilla-2.9pl3/res-rsa: configure Only in Vanilla-2.9pl3/res-rsa: configure.in Only in Vanilla-2.9pl3/res-rsa: librsa.a Only in Vanilla-2.9pl3/res-rsa: mkkey.c Only in Vanilla-2.9pl3/res-rsa: random.c Only in Vanilla-2.9pl3.old/res-rsa: rsa-server.c Only in Vanilla-2.9pl3/res-rsa: rsa.h Only in Vanilla-2.9pl3/res-rsa: rsa_encode.c Only in Vanilla-2.9pl3/res-rsa: rsa_encode.o Only in Vanilla-2.9pl3/res-rsa: rsa_encode_dummy.c Only in Vanilla-2.9pl3/res-rsa: rsa_encode_gmp.c Only in Vanilla-2.9pl3/res-rsa: rsa_gmp.c Only in Vanilla-2.9pl3/res-rsa: rsa_gmp.h Only in Vanilla-2.9pl3/res-rsa: rsa_math.c Only in Vanilla-2.9pl3/res-rsa: rsa_math.h Only in Vanilla-2.9pl3/res-rsa: rsa_math.o Only in Vanilla-2.9pl3: res-rsa.old Only in Vanilla-2.9pl3/robots: .depend Only in Vanilla-2.9pl3/robots: .depend.bak Only in Vanilla-2.9pl3/robots: basep Only in Vanilla-2.9pl3/robots: basep.o Only in Vanilla-2.9pl3/robots: commands.o Only in Vanilla-2.9pl3/robots: commands_basep.o Only in Vanilla-2.9pl3/robots: commands_mars.o Only in Vanilla-2.9pl3/robots: commands_puck.o Only in Vanilla-2.9pl3/robots: detonate.o Only in Vanilla-2.9pl3/robots: enter.o Only in Vanilla-2.9pl3/robots: gencmds.o Only in Vanilla-2.9pl3/robots: inl Only in Vanilla-2.9pl3/robots: inl.o Only in Vanilla-2.9pl3/robots: inlcmds.o Only in Vanilla-2.9pl3/robots: inlcomm.o Only in Vanilla-2.9pl3/robots: interface.o Only in Vanilla-2.9pl3/robots: mars Only in Vanilla-2.9pl3/robots: mars.o Only in Vanilla-2.9pl3/robots: marsmove.o Only in Vanilla-2.9pl3/robots: puck Only in Vanilla-2.9pl3/robots: puck.o Only in Vanilla-2.9pl3/robots: puckmove.o Only in Vanilla-2.9pl3/robots: rmove.o Only in Vanilla-2.9pl3/robots: roboshar.o Only in Vanilla-2.9pl3/robots: robotII Only in Vanilla-2.9pl3/robots: robotII.o Only in Vanilla-2.9pl3/robots: sysdefaults.o Only in Vanilla-2.9pl3/sequencer: .depend Only in Vanilla-2.9pl3/sequencer: .depend.bak Only in Vanilla-2.9pl3/sequencer: commands_sequencer.o Only in Vanilla-2.9pl3/sequencer: roboshar.o Only in Vanilla-2.9pl3/sequencer: sequencer Only in Vanilla-2.9pl3/sequencer: sequencer.o Only in Vanilla-2.9pl3: system.mk Only in Vanilla-2.9pl3/tools: .depend Only in Vanilla-2.9pl3/tools: .depend.bak Only in Vanilla-2.9pl3/tools: Makefile.bak Only in Vanilla-2.9pl3/tools: cambot Only in Vanilla-2.9pl3/tools: cambot.o Only in Vanilla-2.9pl3/tools: conq_vert Only in Vanilla-2.9pl3/tools: conq_vert.o Only in Vanilla-2.9pl3/tools: convert Only in Vanilla-2.9pl3/tools: convert.o Only in Vanilla-2.9pl3/tools: fun Only in Vanilla-2.9pl3/tools: fun.o Only in Vanilla-2.9pl3/tools: geno_timer Only in Vanilla-2.9pl3/tools: keyman Only in Vanilla-2.9pl3/tools: keyman.o Only in Vanilla-2.9pl3/tools: loadchecker Only in Vanilla-2.9pl3/tools: loadchecker.o Only in Vanilla-2.9pl3/tools: ltd_dump Only in Vanilla-2.9pl3/tools: ltd_dump.o Only in Vanilla-2.9pl3/tools: mergescores Only in Vanilla-2.9pl3/tools: mergescores.o Only in Vanilla-2.9pl3/tools: mess Only in Vanilla-2.9pl3/tools: mess.o Only in Vanilla-2.9pl3/tools: message Only in Vanilla-2.9pl3/tools: message.o Only in Vanilla-2.9pl3/tools: newscores Only in Vanilla-2.9pl3/tools: newscores.o Only in Vanilla-2.9pl3/tools: no_geno_timer Only in Vanilla-2.9pl3/tools: ntpasswd Only in Vanilla-2.9pl3/tools: ntpasswd.o Only in Vanilla-2.9pl3/tools: planets Only in Vanilla-2.9pl3/tools: planets.o Only in Vanilla-2.9pl3/tools: players Only in Vanilla-2.9pl3/tools: players.o Only in Vanilla-2.9pl3/tools: scores Only in Vanilla-2.9pl3/tools: scores.o Only in Vanilla-2.9pl3/tools: setgalaxy Only in Vanilla-2.9pl3/tools: setgalaxy.o Only in Vanilla-2.9pl3/tools: showgalaxy.o Only in Vanilla-2.9pl3/tools: sortdb Only in Vanilla-2.9pl3/tools: stat Only in Vanilla-2.9pl3/tools: stat.o Only in Vanilla-2.9pl3/tools: trekon Only in Vanilla-2.9pl3/tools: trimscores Only in Vanilla-2.9pl3/tools: trimscores.o Only in Vanilla-2.9pl3/tools: update.o Only in Vanilla-2.9pl3/tools: updated Only in Vanilla-2.9pl3/tools: watchmes Only in Vanilla-2.9pl3/tools: watchmes.o Only in Vanilla-2.9pl3/tools: xtkill Only in Vanilla-2.9pl3/tools: xtkill.o Only in Vanilla-2.9pl3/xsg: .depend Only in Vanilla-2.9pl3/xsg: .depend.bak Only in Vanilla-2.9pl3/xsg: Makefile~ Only in Vanilla-2.9pl3/xsg: colors.o Only in Vanilla-2.9pl3/xsg: data.o Only in Vanilla-2.9pl3/xsg: defaults.o Only in Vanilla-2.9pl3/xsg: dmessage.o Only in Vanilla-2.9pl3/xsg: inform.o Only in Vanilla-2.9pl3/xsg: input.o Only in Vanilla-2.9pl3/xsg: localdata.o diff -rcw Vanilla-2.9pl3.old/xsg/main.c Vanilla-2.9pl3/xsg/main.c *** Vanilla-2.9pl3.old/xsg/main.c Fri Jan 29 17:30:17 1999 --- Vanilla-2.9pl3/xsg/main.c Wed Aug 4 23:57:36 1999 *************** *** 567,573 **** if((s=getdefault("recordfile"))){ int l = strlen(s); if(s[l-1] == '/'){ ! t = (char *)malloc(l+1); sprintf(t, "%srf-%d.xsg", s, getpid()); return t; } --- 567,573 ---- if((s=getdefault("recordfile"))){ int l = strlen(s); if(s[l-1] == '/'){ ! t = (char *)malloc(l+20); sprintf(t, "%srf-%d.xsg", s, getpid()); return t; } Only in Vanilla-2.9pl3/xsg: main.c~ Only in Vanilla-2.9pl3/xsg: main.o Only in Vanilla-2.9pl3/xsg: modify.o Only in Vanilla-2.9pl3/xsg: newwin.o Only in Vanilla-2.9pl3/xsg: option.o Only in Vanilla-2.9pl3/xsg: planetlist.o Only in Vanilla-2.9pl3/xsg: planets.o Only in Vanilla-2.9pl3/xsg: playerlist.o Only in Vanilla-2.9pl3/xsg: redraw.o Only in Vanilla-2.9pl3/xsg: rf-1072.xsg Only in Vanilla-2.9pl3/xsg: rf-916.xsg Only in Vanilla-2.9pl3/xsg: robotwin.o Only in Vanilla-2.9pl3/xsg: shmem.o Only in Vanilla-2.9pl3/xsg: sintab.o Only in Vanilla-2.9pl3/xsg: smessage.o Only in Vanilla-2.9pl3/xsg: stats.o Only in Vanilla-2.9pl3/xsg: util.o Only in Vanilla-2.9pl3/xsg: war.o Only in Vanilla-2.9pl3/xsg: warning.o Only in Vanilla-2.9pl3/xsg: x11window.o Only in Vanilla-2.9pl3/xsg: xsg