Search

Search found 1251 matches

by Auswaschbar
02 Jul 2007, 19:44
Forum: Off Topic Discussion
Topic: Are terrorists THAT stupid?
Replies: 72
Views: 7091

maybe there are not as many terrorists as the politicians trying to tell us :?: :?: :?:
by Auswaschbar
02 Jul 2007, 19:01
Forum: Engine
Topic: Changes in Networking (with patch)
Replies: 51
Views: 5778

update: - start pos had been sent, but there was a type conversion error in CGameServer from uchar -> float, so they were wrong - you can now change speed etc. in demo playback, isDemoServer() got fixed - "Overflow when sending to remote connection 39997 5 40000" was a copy'n'past error, t...
by Auswaschbar
30 Jun 2007, 20:30
Forum: Engine
Topic: Changes in Networking (with patch)
Replies: 51
Views: 5778

update:
new CDemoRecorder and CDemoReader
all the demo stuff is done in CNetProtocol now, not on CNet anymore
updated to svn 3870 (which breaks almost the whole new CNet, but patches now are integrated (in CDemoReader) )
by Auswaschbar
29 Jun 2007, 15:21
Forum: Linux
Topic: [Linux Lobby] AFLobby Beta 3.9.7
Replies: 976
Views: 108034

/home/~~~~/spring/trunk/game/libjavaunitsync.so: libboost_regex-gcc-mt-1_33_1.so.1.33.1: cannot open shared object file: No such file or directory

It's probably because I have boost 1.34 installed. How do I rebuild libjavaunitsync?
by Auswaschbar
28 Jun 2007, 14:28
Forum: Off Topic Discussion
Topic: Countries which have not adopted the metric system
Replies: 53
Views: 4848

Felix the Cat wrote:Metric is for lazy people who can't do any math.
Math is the art of avoiding calculations :!:
by Auswaschbar
27 Jun 2007, 20:54
Forum: Engine
Topic: Changes in Networking (with patch)
Replies: 51
Views: 5778

Demo stuff should be removed from netcode
further cleanups needed
better packet handling with decreased overhead
maybe fix bugs
add fancy features i can't imagine (any ideas?)
by Auswaschbar
27 Jun 2007, 19:07
Forum: Engine
Topic: Changes in Networking (with patch)
Replies: 51
Views: 5778

Tim Blokdijk wrote:Maybe Tobi can give you some pointers about his work on the netcode branch if you need it?
I just checked it out and its very well documented, so there shouldn't be any problems
by Auswaschbar
27 Jun 2007, 19:03
Forum: Engine
Topic: Changes in Networking (with patch)
Replies: 51
Views: 5778

I will continue working on the netcode because there are still lots of things to do...
(I'm presuming here that your code is good enough.)
If it isn't considered good enough, I can still work on the netcode to make it better :wink:
by Auswaschbar
26 Jun 2007, 19:44
Forum: Engine
Topic: Changes in Networking (with patch)
Replies: 51
Views: 5778

I've added some statistic functions to CConnection, the result after 6 Minutes of playing Nanoblobls (random enemies)(from server view): Network statistics for 127.0.0.1 Bytes send: 173593 (Overhead: 66969) Bytes recieved: 117927 (Overhead: 52807) This means: 28 % of the traffic is protocol overhead
by Auswaschbar
26 Jun 2007, 10:39
Forum: Engine
Topic: Changes in Networking (with patch)
Replies: 51
Views: 5778

I have a general question: Why does spring use UDP :roll: ? Since spring needs reliable and in-order packages wouldn't it be usefull to use TCP? As far as I understand, spring implements: 1. acknowledgement of recieved packets 2. resent of unacknowledged packets 3. head-of-line-blocking 4. packet or...
by Auswaschbar
25 Jun 2007, 23:46
Forum: Engine
Topic: Changes in Networking (with patch)
Replies: 51
Views: 5778

Changes in Networking (with patch)

Hello, I was bored so I made some changes in the networking code of spring. I tried to send this in the mailing list but its too big and got rejected, so I will post it here: Here's what I have done in a short form: - CNet is now independent from CNetProtocol - moved map name, mod name and script na...

Go to advanced search