From: <eg...@us...> - 2007-09-22 21:13:12
|
Revision: 764 http://opengate.svn.sourceforge.net/opengate/?rev=764&view=rev Author: egore Date: 2007-09-22 14:13:16 -0700 (Sat, 22 Sep 2007) Log Message: ----------- Move news from README to NEWS Modified Paths: -------------- trunk/NEWS trunk/README Modified: trunk/NEWS =================================================================== --- trunk/NEWS 2007-09-22 21:08:15 UTC (rev 763) +++ trunk/NEWS 2007-09-22 21:13:16 UTC (rev 764) @@ -0,0 +1,20 @@ +0.0.3 + + * massive cleanup of autotools + +0.0.2 ("Not yet testet with other players, need test Nr.2") + + * changed netprotocol to TCP (my router hangs with udp, I dont know why), + port: 1234 + * add simple interpolation and extrapolation for smooth movement at higher + pings or packetloss + * (spawned ships still jiggle a bit) + * clear register/deregister of spawns and playerships + * add network protocol for: registering ships, ship status changed, ship hit + by ammo + +0.0.1 ("Initial work") + + * do not fly online (At test Nr.1 my router died 2 times. Lost packets lead + to crazy behaviour of the vessels.) + Modified: trunk/README =================================================================== --- trunk/README 2007-09-22 21:08:15 UTC (rev 763) +++ trunk/README 2007-09-22 21:13:16 UTC (rev 764) @@ -1,19 +1,4 @@ --- 0.0.2 -- -Not yet testet with other players -need test Nr.2 ;) -- changed netprotocol to TCP (my router hangs with udp, I dont know why), port: 1234 -- add simple interpolation and extrapolation for smooth movement at higher pings or packetloss -(spawned ships still jiggle a bit) -- clear register/deregister of spawns and playerships -- add network protocol for: registering ships, ship status changed, ship hit by ammo - --- 0.0.1 -- -do not fly online -At test Nr.1 my router died 2 times. -Lost packets lead to crazy behaviour of the vessels. - ------------------------------------------------------------------------ For installation: you will need: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |