From msucka0xff at programmer.net Tue Dec 8 15:01:16 2009 From: msucka0xff at programmer.net (msucka0xff at programmer.net) Date: Tue, 08 Dec 2009 16:01:16 -0500 Subject: [netrek-dev] Netrek Server Vanilla License Message-ID: <8CC4660B7EFB50B-9B4-D1E@web-mmc-m05.sysops.aol.com> Folks, I am searching for the Vanilla Netrek Server License text, however no such file as LICENSE.txt is distrib in the tarball. Is there similar such file for this project anywhere? If not what legal guidelines must be observed for derived work? Thanks, -bd -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.us.netrek.org/pipermail/netrek-dev/attachments/20091208/1836e55b/attachment.htm From netrek at gmail.com Tue Dec 8 15:23:59 2009 From: netrek at gmail.com (Zachary Uram) Date: Tue, 8 Dec 2009 16:23:59 -0500 Subject: [netrek-dev] Fwd: [netrek-forever] Re: Ubuntu - netrek-client-pygame-0.4 In-Reply-To: <572eed76-a39a-44cf-bc16-fd0e3451b996@y10g2000prg.googlegroups.com> References: <9967b720-76a1-4e49-9a34-10677ad604ee@x25g2000prf.googlegroups.com> <0qein7y2ww.fsf@mirror.to> <02ea84eb-0362-4b22-b5bb-74fa99269ca2@a39g2000pre.googlegroups.com> <572eed76-a39a-44cf-bc16-fd0e3451b996@y10g2000prg.googlegroups.com> Message-ID: Can a Pygame developer look into this please? Zach ---------- Forwarded message ---------- From: Magnie Date: Tue, Dec 8, 2009 at 1:48 PM Subject: [netrek-forever] Re: Ubuntu - netrek-client-pygame-0.4 To: netrek-forever On Dec 8, 1:23?am, Zachary Uram wrote: > On Mon, Dec 7, 2009 at 10:57 AM, Magnie wrote: > > Okay guys, my dad installed PyGame, and I fixed a bug that had to do > > with the variables or other stuff named as "as" as is a default item > > in Python, so I had to change the code to "ast" this was used in > > init.py and cap.py but after I fixed those "typos" or "bugs" I ran it, > > and it works! *cheers* I'll go test it more for you guys and I'm > > running on Ubuntu 10 I think or 9 not sure, but doesn't matter to > > much, I wish most programs were made in Python, it would allow me more > > flexibility, I have a new question, if you want, I'll make a new > > Topic. ;) > > Nice! BTW please publish your changes so they can be incorporated into > the next client release. > > Zach Should I upload the file? Any ways, a bug that REALLY gets on my nerves is, when you open it up, the window is so large, I can't see the bottom part of the game, so I don't know what my fuel and other items are, so I'm going half blinded around the game, there isn't a resize option, and I can't see the bottom part of the map, so I'm going 3/4 blind when I'm in the lower part of the map, I've tried taking out the toolbars which give me more visuality but I'm still going really blind to what's going on, and you should make the controls a little more obvious, I can't use the laser, only those torps, should I just go through every line of code in every file to change the commands to make it easier for people to control their ship without having to ?go through every key to see what happens? I'll look into it and find as many features and problems I have. -- To post send mail here: netrek-forever at googlegroups.com More info: http://tinyurl.com/netrek From msucka0xff at programmer.net Tue Dec 8 15:29:58 2009 From: msucka0xff at programmer.net (msucka0xff at programmer.net) Date: Tue, 08 Dec 2009 16:29:58 -0500 Subject: [netrek-dev] Netrek Server Vanilla License In-Reply-To: <8CC4660B7EFB50B-9B4-D1E@web-mmc-m05.sysops.aol.com> References: <8CC4660B7EFB50B-9B4-D1E@web-mmc-m05.sysops.aol.com> Message-ID: <8CC4664BA05AA6F-13A4-32BD@web-mmc-m03.sysops.aol.com> found under docs/README referring to copyright.h/copyright2.h files -----Original Message----- From: msucka0xff at programmer.net To: netrek-dev at us.netrek.org Sent: Tue, Dec 8, 2009 1:01 pm Subject: [netrek-dev] Netrek Server Vanilla License Folks, I am searching for the Vanilla Netrek Server License text, however no such file as LICENSE.txt is distrib in the tarball. Is there similar such file for this project anywhere? If not what legal guidelines must be observed for derived work? Thanks, -bd -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.us.netrek.org/pipermail/netrek-dev/attachments/20091208/be4634ce/attachment.htm From quozl at us.netrek.org Tue Dec 8 18:32:14 2009 From: quozl at us.netrek.org (James Cameron) Date: Wed, 9 Dec 2009 11:32:14 +1100 Subject: [netrek-dev] Fwd: [netrek-forever] Re: Ubuntu - netrek-client-pygame-0.4 In-Reply-To: References: <9967b720-76a1-4e49-9a34-10677ad604ee@x25g2000prf.googlegroups.com> <0qein7y2ww.fsf@mirror.to> <02ea84eb-0362-4b22-b5bb-74fa99269ca2@a39g2000pre.googlegroups.com> <572eed76-a39a-44cf-bc16-fd0e3451b996@y10g2000prg.googlegroups.com> Message-ID: <20091209003214.GA26906@us.netrek.org> On Tue, Dec 08, 2009 at 04:23:59PM -0500, Zachary Uram wrote: > Can a Pygame developer look into this please? Why? It's not a Pygame problem. It's a client problem. You need a client developer, not a Pygame developer. The problem is well known since August 2007 (#1187736408 or da96e4e02f4248dbc0b94592ab25d1ee9bbd029b), and does not have a simple fix. See bug reference: http://james.tooraweenah.com/darcs/netrek-client-pygame/html/issue-da96e4e02f4248dbc0b94592ab25d1ee9bbd029b.html Advise the user to use a screen resolution with a vertical space of at least 1000 pixels. If the computer is too old, throw it away, the power it uses is hurting the planet. The user has declined to respond directly to my private mails, and I'm not sure why. An alternate workaround might be to change the alignment of the ReportSprite, by changing the __init__ method from this: self.rect = self.image.get_rect(centerx=500, bottom=999) to this: self.rect = self.image.get_rect(centerx=500, top=100) -- James Cameron http://quozl.linux.org.au/