empyrean-commits Mailing List for Empyrean (Page 25)
Status: Planning
Brought to you by:
aegis
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(16) |
Dec
(101) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(14) |
Feb
|
Mar
(1) |
Apr
|
May
(8) |
Jun
(1) |
Jul
(19) |
Aug
(48) |
Sep
(35) |
Oct
(17) |
Nov
(26) |
Dec
(5) |
2004 |
Jan
(2) |
Feb
(22) |
Mar
(35) |
Apr
(59) |
May
(28) |
Jun
(31) |
Jul
(17) |
Aug
(1) |
Sep
(16) |
Oct
(51) |
Nov
(52) |
Dec
(9) |
2005 |
Jan
|
Feb
(2) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Andy F. <the...@us...> - 2002-12-01 05:19:24
|
the_speed_bump 2002/11/30 21:19:23 PST Modified files: StickTest MainClass.cs StickTest.csproj Added files: StickTest Texture.cs backdrop.jpg Log: StickTest: Forgot some odds and ends. Revision Changes Path 1.7 +2 -2 prototypes/StickTest/MainClass.cs 1.4 +1 -10 prototypes/StickTest/StickTest.csproj http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/empyrean/prototypes/StickTest/MainClass.cs.diff?r1=1.6&r2=1.7 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/empyrean/prototypes/StickTest/StickTest.csproj.diff?r1=1.3&r2=1.4 |
From: Chad A. <ae...@us...> - 2002-11-28 09:09:23
|
aegis 2002/11/28 01:09:22 PST Modified files: net_pygame client.py server.py Log: now you can fire bullets by pressing space Revision Changes Path 1.7 +25 -10 prototypes/net_pygame/client.py 1.7 +67 -11 prototypes/net_pygame/server.py http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/empyrean/prototypes/net_pygame/client.py.diff?r1=1.6&r2=1.7 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/empyrean/prototypes/net_pygame/server.py.diff?r1=1.6&r2=1.7 |
From: Chad A. <ae...@us...> - 2002-11-28 08:05:30
|
aegis 2002/11/28 00:05:29 PST Modified files: net_pygame client.py server.py Log: client-side prediction works now :D Revision Changes Path 1.6 +15 -1 prototypes/net_pygame/client.py 1.6 +30 -4 prototypes/net_pygame/server.py http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/empyrean/prototypes/net_pygame/client.py.diff?r1=1.5&r2=1.6 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/empyrean/prototypes/net_pygame/server.py.diff?r1=1.5&r2=1.6 |
From: Chad A. <ae...@us...> - 2002-11-26 11:13:21
|
aegis 2002/11/26 03:13:21 PST Modified files: net_pygame server.py Log: do collision detection on the server Revision Changes Path 1.5 +6 -2 prototypes/net_pygame/server.py http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/empyrean/prototypes/net_pygame/server.py.diff?r1=1.4&r2=1.5 |
From: Chad A. <ae...@us...> - 2002-11-26 11:10:47
|
aegis 2002/11/26 03:10:46 PST Modified files: net_pygame client.py server.py Log: only send positions when they have changed Revision Changes Path 1.5 +8 -5 prototypes/net_pygame/client.py 1.4 +9 -3 prototypes/net_pygame/server.py http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/empyrean/prototypes/net_pygame/client.py.diff?r1=1.4&r2=1.5 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/empyrean/prototypes/net_pygame/server.py.diff?r1=1.3&r2=1.4 |
From: Chad A. <ae...@us...> - 2002-11-26 10:45:51
|
aegis 2002/11/26 02:45:50 PST Modified files: net_pygame client.py server.py Log: lots of bulletproofing, make the server update slower Revision Changes Path 1.4 +9 -3 prototypes/net_pygame/client.py 1.3 +28 -10 prototypes/net_pygame/server.py http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/empyrean/prototypes/net_pygame/client.py.diff?r1=1.3&r2=1.4 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/empyrean/prototypes/net_pygame/server.py.diff?r1=1.2&r2=1.3 |
From: Chad A. <ae...@us...> - 2002-11-26 10:17:55
|
aegis 2002/11/26 02:17:54 PST Modified files: net_pygame client.py Log: account for the size of the player sprite Revision Changes Path 1.3 +1 -1 prototypes/net_pygame/client.py http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/empyrean/prototypes/net_pygame/client.py.diff?r1=1.2&r2=1.3 |
From: Chad A. <ae...@us...> - 2002-11-26 10:15:46
|
aegis 2002/11/26 02:15:44 PST Modified files: net_pygame client.py Log: specify a host on the client command line Revision Changes Path 1.2 +9 -1 prototypes/net_pygame/client.py http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/empyrean/prototypes/net_pygame/client.py.diff?r1=1.1&r2=1.2 |
From: Chad A. <ae...@us...> - 2002-11-26 10:12:31
|
aegis 2002/11/26 02:12:31 PST Modified files: net_pygame server.py Added files: net_pygame client.py Removed files: net_pygame net.py Log: yay, first TCP thingie works Revision Changes Path 1.2 +95 -23 prototypes/net_pygame/server.py http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/empyrean/prototypes/net_pygame/server.py.diff?r1=1.1&r2=1.2 |
From: Andy F. <the...@us...> - 2002-11-24 02:26:21
|
the_speed_bump 2002/11/23 18:26:20 PST Modified files: StickTest MainClass.cs StickTest/MilkShape Joint.cs Ms3dAscii.cs Added files: StickTest walk.ms3d.txt Log: StickTest: Some refinements. Also added JL's walk model. Revision Changes Path 1.5 +0 -2 prototypes/StickTest/MainClass.cs 1.2 +0 -1 prototypes/StickTest/MilkShape/Joint.cs 1.2 +8 -10 prototypes/StickTest/MilkShape/Ms3dAscii.cs http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/empyrean/prototypes/StickTest/MainClass.cs.diff?r1=1.4&r2=1.5 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/empyrean/prototypes/StickTest/MilkShape/Joint.cs.diff?r1=1.1&r2=1.2 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/empyrean/prototypes/StickTest/MilkShape/Ms3dAscii.cs.diff?r1=1.1&r2=1.2 |
From: Andy F. <the...@us...> - 2002-11-23 17:05:21
|
the_speed_bump 2002/11/23 09:05:21 PST Modified files: StickTest MainClass.cs StickTest.csproj StickTest/MilkShape Matrix.cs Added files: StickTest build.bat Log: StickTest: JL fixed it. It works now! :D Revision Changes Path 1.4 +53 -39 prototypes/StickTest/MainClass.cs 1.2 +5 -1 prototypes/StickTest/StickTest.csproj 1.3 +28 -37 prototypes/StickTest/MilkShape/Matrix.cs http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/empyrean/prototypes/StickTest/MainClass.cs.diff?r1=1.3&r2=1.4 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/empyrean/prototypes/StickTest/StickTest.csproj.diff?r1=1.1&r2=1.2 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/empyrean/prototypes/StickTest/MilkShape/Matrix.cs.diff?r1=1.2&r2=1.3 |
From: Andy F. <the...@us...> - 2002-11-23 04:11:14
|
the_speed_bump 2002/11/22 20:11:13 PST Modified files: StickTest MainClass.cs StickTest/MilkShape Matrix.cs Log: StickTest: More tweaking. Almost there!! Revision Changes Path 1.3 +30 -38 prototypes/StickTest/MainClass.cs 1.2 +3 -1 prototypes/StickTest/MilkShape/Matrix.cs http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/empyrean/prototypes/StickTest/MainClass.cs.diff?r1=1.2&r2=1.3 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/empyrean/prototypes/StickTest/MilkShape/Matrix.cs.diff?r1=1.1&r2=1.2 |
From: Theodore R. <ri...@su...> - 2002-11-22 07:22:45
|
On Thu, 21 Nov 2002 23:19:33 -0800 emp...@li... wrote: > Empyrean-commits -- confirmation of subscription -- request 497978 > > We have received a request from 4.47.240.153 for subscription of your > email address, <ri...@su...>, to the > emp...@li... mailing list. To confirm the > request, please send a message to > emp...@li..., and either: > > - maintain the subject line as is (the reply's additional "Re:" is > ok), > > - or include the following line - and only the following line - in the > message body: > > confirm 497978 > > (Simply sending a 'reply' to this message should work from most email > interfaces, since that usually leaves the subject line in the right > form.) > > If you do not wish to subscribe to this list, please simply disregard > this message. Send questions to > emp...@li.... > -- Theodore Reed (rizen/bancus) -==- http://www.surreality.us/ ~OpenPGP Signed/Encrypted Mail Preferred; Finger me for my public key!~ "All truth passes through three stages. First, it is ridiculed. Second, it is violently opposed. Third, it is accepted as being self-evident." -- Arthur Schopenhauer |
From: Andy F. <the...@us...> - 2002-11-22 06:03:15
|
the_speed_bump 2002/11/21 22:03:14 PST Modified files: StickTest MainClass.cs Log: StickTest: Tiny bit of tweaking. Revision Changes Path 1.2 +8 -2 prototypes/StickTest/MainClass.cs http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/empyrean/prototypes/StickTest/MainClass.cs.diff?r1=1.1&r2=1.2 |