From tanner at real-time.com Tue Aug 13 13:14:02 2002 From: tanner at real-time.com (Bob Tanner) Date: Wed Jan 12 00:51:10 2005 Subject: [Vanilla Devel] Worlds collide in IBM-VA Software deal Message-ID: <20020813131402.L17101@real-time.com> Time to move the netrek stuff to Savannah or whatever the FSF version of SourceForge is called? http://news.com.com/2100-1001-949505.html -- Bob Tanner | Phone : (952)943-8700 http://www.mn-linux.org, Minnesota, Linux | Fax : (952)943-8500 http://www.tcwug.org, Minnesota, Wireless | Coding isn't a crime. Key fingerprint = AB15 0BDF BCDE 4369 5B42 1973 7CF1 A709 2CC1 B288 From vanilla-devel at us.netrek.org Wed Aug 14 23:48:17 2002 From: vanilla-devel at us.netrek.org (Vanilla CVS Development) Date: Wed Jan 12 00:51:40 2005 Subject: [Vanilla Devel] CVS update: Vanilla/ntserv Message-ID: <200208150448.g7F4mHt29585@swashbuckler.real-time.com> Date: Wednesday August 14, 2002 @ 23:48 Author: cameron Update of /home/netrek/cvsroot/Vanilla/ntserv In directory swashbuckler.real-time.com:/var/tmp/cvs-serv29572/ntserv Modified Files: ntscmds.c Log Message: password change **************************************** Index: Vanilla/ntserv/ntscmds.c diff -u Vanilla/ntserv/ntscmds.c:1.23 Vanilla/ntserv/ntscmds.c:1.24 --- Vanilla/ntserv/ntscmds.c:1.23 Fri Jun 21 02:41:35 2002 +++ Vanilla/ntserv/ntscmds.c Wed Aug 14 23:48:17 2002 @@ -1,4 +1,4 @@ -/* $Id: ntscmds.c,v 1.23 2002/06/21 07:41:35 cameron Exp $ +/* $Id: ntscmds.c,v 1.24 2002/08/15 04:48:17 cameron Exp $ */ /* @@ -1115,11 +1115,18 @@ char *addr = addr_mess(who,MINDIV); char *one, *two; - /* need code here? if observer skip command */ + /* guests have no player file position */ + if (me->p_pos < 0) { + pmessage(who, MINDIV, addr, + "You can't change your password, sorry!"); + return; + } + /* consume the command */ one = strtok(comm, " "); if (one == NULL) return; + /* look at the first word after command */ one = strtok(NULL, " "); if (one == NULL) { pmessage(who, MINDIV, addr, @@ -1127,6 +1134,7 @@ return; } + /* look at the second word after command */ two = strtok(NULL, " "); if (two == NULL) { pmessage(who, MINDIV, addr, @@ -1134,14 +1142,19 @@ return; } + /* compare and reject if different */ if (strcmp(one, two)) { pmessage(who, MINDIV, addr, "No way, the two passwords are different!"); return; } + /* change the password */ + changepassword(&me->p_stats, one); + + /* tell her we changed it */ pmessage(who, MINDIV, addr, - "You want your password to be %s", one); + "Password changed to %s", one); } From vanilla-devel at us.netrek.org Wed Aug 14 23:48:17 2002 From: vanilla-devel at us.netrek.org (Vanilla CVS Development) Date: Wed Jan 12 00:51:40 2005 Subject: [Vanilla Devel] CVS update: Vanilla Message-ID: <200208150448.g7F4mHV29575@swashbuckler.real-time.com> Date: Wednesday August 14, 2002 @ 23:48 Author: cameron Update of /home/netrek/cvsroot/Vanilla In directory swashbuckler.real-time.com:/var/tmp/cvs-serv29572 Modified Files: ChangeLog Log Message: password change **************************************** Index: Vanilla/ChangeLog diff -u Vanilla/ChangeLog:1.132 Vanilla/ChangeLog:1.133 --- Vanilla/ChangeLog:1.132 Fri Jun 21 02:44:25 2002 +++ Vanilla/ChangeLog Wed Aug 14 23:48:16 2002 @@ -1,3 +1,7 @@ +Thu Aug 15 12:29:14 2002 James Cameron + + * ntserv/ntscmds.c (do_password): actually change the password. + Fri Jun 21 17:16:39 2002 James Cameron * newstartd/newstartd.c (main): allow 'start' as argv[1], no @@ -1381,4 +1385,4 @@ update_sys_defaults in updateMessages to a more appropriate location - updateClient in socket.c. - $Id: ChangeLog,v 1.132 2002/06/21 07:44:25 cameron Exp $ + $Id: ChangeLog,v 1.133 2002/08/15 04:48:16 cameron Exp $ From vanilla-devel at us.netrek.org Wed Aug 14 23:48:17 2002 From: vanilla-devel at us.netrek.org (Vanilla CVS Development) Date: Wed Jan 12 00:51:40 2005 Subject: [Vanilla Devel] CVS update: Vanilla/include Message-ID: <200208150448.g7F4mHP29580@swashbuckler.real-time.com> Date: Wednesday August 14, 2002 @ 23:48 Author: cameron Update of /home/netrek/cvsroot/Vanilla/include In directory swashbuckler.real-time.com:/var/tmp/cvs-serv29572/include Modified Files: proto.h Log Message: password change **************************************** Index: Vanilla/include/proto.h diff -u Vanilla/include/proto.h:1.2 Vanilla/include/proto.h:1.3 --- Vanilla/include/proto.h:1.2 Tue May 21 01:17:28 2002 +++ Vanilla/include/proto.h Wed Aug 14 23:48:17 2002 @@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.2 2002/05/21 06:17:28 cameron Exp $ +/* $Id: proto.h,v 1.3 2002/08/15 04:48:17 cameron Exp $ * * Function prototypes for externally accessed functions. */ @@ -71,6 +71,7 @@ /* getname.c */ void getname(void); void savestats(void); +void changepassword (struct statentry *player, char *passPick); /* getpath.c */ void getpath(void); From vanilla-list-admin at us.netrek.org Tue Aug 13 22:22:37 2002 From: vanilla-list-admin at us.netrek.org (vanilla-list-admin@us.netrek.org) Date: Wed Jan 12 00:51:41 2005 Subject: [Vanilla List] Nick Slager releases glTrek Message-ID: <20020814032237.GK19652@us.netrek.org> Not everybody here watches the newsgroup, so I'll include here what Nick posted to rec.games.netrek ... Ok, I'm going to release the first alpha test of my new open GL java client. For those that are interested please visit... http://asudemo.agatesoftware.com/glTrek/ All of the details of the client can be found on the website. Currently this is a large download (13.5 megs) for windows only. Why? Because I packaged a complete java runtime environment with it. I did this because I needed to have the gl4java (platform dependant) libraries installed for it to work. I really don't think the garden variety gamer wants to bother with that and would rather just go get another beer while it downloads. Because it is large my company has asked that I restrict distribution to non-business hours (any time but 8:30 AM to 5:30 PM Eastern Time Mon->Fri). To run it, simply unzip to any directory and click on the gltrek.bat file. This will get you to the metaserver window. If you want to observe with the client, look at the .bat file to see how to run the client from the command line. Yes, I know, that sux, but I'll get to a better front end once I know the client is playable. My main goal with this client is to make it look better. Therefore, don't expect all of the configurability of other clients. There are 2 modes to play in. 1024x768 and 800x600. Both currently look pretty good. I haven't really done much with the login/entry screens yet so don't expect them to be pretty. What I really need from the community is feedback. First and foremost I need some performance numbers. Due to the texturing and transparency this client won't run well on older systems (you need a beefier graphics card I believe). If you try the client, PLEASE tell me how well it ran. You can get the average frames/second over the last 5 seconds up in the corner of the tactical. There is an option to turn it off, but please let me know how it runs, what your system is and such. All comments are welcome. There is a form on the website to report bugs or you can e-mail me at slagerni@msu.edu. Please put glTrek somewhere in the subject line. Please remember that this is a work in progress :) Nick From vanilla-list-admin at us.netrek.org Wed Aug 14 17:00:11 2002 From: vanilla-list-admin at us.netrek.org (vanilla-list-admin@us.netrek.org) Date: Wed Jan 12 00:51:43 2005 Subject: [Vanilla List] 1 vanilla-list admin request(s) waiting Message-ID: <200208142200.g7EM0BM24491@sprite.real-time.com> The vanilla-list@us.netrek.org mailing list has 1 request(s) waiting for your consideration at: https://mailman.real-time.com/mailman/admindb/vanilla-list Please attend to this at your earliest convenience. This notice of pending requests, if any, will be sent out daily. Pending posts: From: pharm168@public.xa.sn.cn on Tue Aug 13 18:33:01 2002 Cause: Post by non-member to a members-only list From vanilla-list-admin at us.netrek.org Thu Aug 29 17:00:11 2002 From: vanilla-list-admin at us.netrek.org (vanilla-list-admin@us.netrek.org) Date: Wed Jan 12 00:51:45 2005 Subject: [Vanilla List] 3 vanilla-list admin request(s) waiting Message-ID: <200208292200.g7TM0BM10871@sprite.real-time.com> The vanilla-list@us.netrek.org mailing list has 3 request(s) waiting for your consideration at: https://mailman.real-time.com/mailman/admindb/vanilla-list Please attend to this at your earliest convenience. This notice of pending requests, if any, will be sent out daily. Pending posts: From: reject@bestcard.org on Mon Aug 26 02:31:04 2002 Cause: Post by non-member to a members-only list From: soho4u1@empal.com on Tue Aug 27 00:22:02 2002 Cause: Post by non-member to a members-only list From: h3321fh7@simmani.com on Wed Aug 28 08:27:54 2002 Cause: Post by non-member to a members-only list From vanilla-metaserver-admin at archives.real-time.com Thu Aug 29 17:00:13 2002 From: vanilla-metaserver-admin at archives.real-time.com (vanilla-metaserver-admin@archives.real-time.com) Date: Wed Jan 12 00:53:14 2005 Subject: [META] 3 vanilla-metaserver admin request(s) waiting Message-ID: <200208292200.g7TM0DM10875@sprite.real-time.com> The vanilla-metaserver@lists.real-time.com mailing list has 3 request(s) waiting for your consideration at: https://mailman.real-time.com/mailman/admindb/vanilla-metaserver Please attend to this at your earliest convenience. This notice of pending requests, if any, will be sent out daily. Pending posts: From: reject@bestcard.org on Mon Aug 26 02:31:02 2002 Cause: Post by non-member to a members-only list From: tugs@naver.com on Mon Aug 26 21:40:57 2002 Cause: Post by non-member to a members-only list From: soho4u1@empal.com on Tue Aug 27 00:22:04 2002 Cause: Post by non-member to a members-only list From vanilla-metaserver-admin at archives.real-time.com Tue Aug 13 17:00:11 2002 From: vanilla-metaserver-admin at archives.real-time.com (vanilla-metaserver-admin@archives.real-time.com) Date: Wed Jan 12 00:53:17 2005 Subject: [META] 5 vanilla-metaserver admin request(s) waiting Message-ID: <200208132200.g7DM0BM30802@sprite.real-time.com> The vanilla-metaserver@lists.real-time.com mailing list has 5 request(s) waiting for your consideration at: https://mailman.real-time.com/mailman/admindb/vanilla-metaserver Please attend to this at your earliest convenience. This notice of pending requests, if any, will be sent out daily. Pending posts: From: cara@sex.com on Tue Aug 6 10:24:01 2002 Cause: Post by non-member to a members-only list From: snine@snine.com on Wed Aug 7 09:37:29 2002 Cause: Post by non-member to a members-only list From: aheng@orgio.net on Thu Aug 8 00:28:26 2002 Cause: Post by non-member to a members-only list From: bz119@korea.com on Fri Aug 9 13:39:00 2002 Cause: Post by non-member to a members-only list From: eblast-return-10-vanilla-metaserver=us.netrek.org@yasulcity.com on Fri Aug 9 13:50:25 2002 Cause: Post by non-member to a members-only list From vanilla-metaserver-admin at archives.real-time.com Wed Aug 14 17:00:12 2002 From: vanilla-metaserver-admin at archives.real-time.com (vanilla-metaserver-admin@archives.real-time.com) Date: Wed Jan 12 00:53:18 2005 Subject: [META] 6 vanilla-metaserver admin request(s) waiting Message-ID: <200208142200.g7EM0BM24494@sprite.real-time.com> The vanilla-metaserver@lists.real-time.com mailing list has 6 request(s) waiting for your consideration at: https://mailman.real-time.com/mailman/admindb/vanilla-metaserver Please attend to this at your earliest convenience. This notice of pending requests, if any, will be sent out daily. Pending posts: From: cara@sex.com on Tue Aug 6 10:24:01 2002 Cause: Post by non-member to a members-only list From: snine@snine.com on Wed Aug 7 09:37:29 2002 Cause: Post by non-member to a members-only list From: aheng@orgio.net on Thu Aug 8 00:28:26 2002 Cause: Post by non-member to a members-only list From: bz119@korea.com on Fri Aug 9 13:39:00 2002 Cause: Post by non-member to a members-only list From: eblast-return-10-vanilla-metaserver=us.netrek.org@yasulcity.com on Fri Aug 9 13:50:25 2002 Cause: Post by non-member to a members-only list From: webmaster@seecops.com on Wed Aug 14 07:18:26 2002 Cause: Post by non-member to a members-only list From vanilla-metaserver-admin at lists.real-time.com Thu Aug 29 17:00:13 2002 From: vanilla-metaserver-admin at lists.real-time.com (vanilla-metaserver-admin@lists.real-time.com) Date: Wed Jan 12 00:53:20 2005 Subject: [META] 3 vanilla-metaserver admin request(s) waiting Message-ID: <200208292200.g7TM0DM10875@sprite.real-time.com> The vanilla-metaserver@lists.real-time.com mailing list has 3 request(s) waiting for your consideration at: https://mailman.real-time.com/mailman/admindb/vanilla-metaserver Please attend to this at your earliest convenience. This notice of pending requests, if any, will be sent out daily. Pending posts: From: reject@bestcard.org on Mon Aug 26 02:31:02 2002 Cause: Post by non-member to a members-only list From: tugs@naver.com on Mon Aug 26 21:40:57 2002 Cause: Post by non-member to a members-only list From: soho4u1@empal.com on Tue Aug 27 00:22:04 2002 Cause: Post by non-member to a members-only list From vanilla-metaserver-admin at lists.real-time.com Wed Aug 14 17:00:12 2002 From: vanilla-metaserver-admin at lists.real-time.com (vanilla-metaserver-admin@lists.real-time.com) Date: Wed Jan 12 00:53:20 2005 Subject: [META] 6 vanilla-metaserver admin request(s) waiting Message-ID: <200208142200.g7EM0BM24494@sprite.real-time.com> The vanilla-metaserver@lists.real-time.com mailing list has 6 request(s) waiting for your consideration at: https://mailman.real-time.com/mailman/admindb/vanilla-metaserver Please attend to this at your earliest convenience. This notice of pending requests, if any, will be sent out daily. Pending posts: From: cara@sex.com on Tue Aug 6 10:24:01 2002 Cause: Post by non-member to a members-only list From: snine@snine.com on Wed Aug 7 09:37:29 2002 Cause: Post by non-member to a members-only list From: aheng@orgio.net on Thu Aug 8 00:28:26 2002 Cause: Post by non-member to a members-only list From: bz119@korea.com on Fri Aug 9 13:39:00 2002 Cause: Post by non-member to a members-only list From: eblast-return-10-vanilla-metaserver=us.netrek.org@yasulcity.com on Fri Aug 9 13:50:25 2002 Cause: Post by non-member to a members-only list From: webmaster@seecops.com on Wed Aug 14 07:18:26 2002 Cause: Post by non-member to a members-only list From vanilla-metaserver-admin at lists.real-time.com Tue Aug 13 17:00:11 2002 From: vanilla-metaserver-admin at lists.real-time.com (vanilla-metaserver-admin@lists.real-time.com) Date: Wed Jan 12 00:53:21 2005 Subject: [META] 5 vanilla-metaserver admin request(s) waiting Message-ID: <200208132200.g7DM0BM30802@sprite.real-time.com> The vanilla-metaserver@lists.real-time.com mailing list has 5 request(s) waiting for your consideration at: https://mailman.real-time.com/mailman/admindb/vanilla-metaserver Please attend to this at your earliest convenience. This notice of pending requests, if any, will be sent out daily. Pending posts: From: cara@sex.com on Tue Aug 6 10:24:01 2002 Cause: Post by non-member to a members-only list From: snine@snine.com on Wed Aug 7 09:37:29 2002 Cause: Post by non-member to a members-only list From: aheng@orgio.net on Thu Aug 8 00:28:26 2002 Cause: Post by non-member to a members-only list From: bz119@korea.com on Fri Aug 9 13:39:00 2002 Cause: Post by non-member to a members-only list From: eblast-return-10-vanilla-metaserver=us.netrek.org@yasulcity.com on Fri Aug 9 13:50:25 2002 Cause: Post by non-member to a members-only list