Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-16 | (svn r8168) -Regression (r6783): ParseConnectionstring didn't use the port ↵ | Darkvater | |
parameter if a player was also specified. (both IP#Player:Port and IP:Port#Player btw) | |||
2007-01-12 | (svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets ↵ | rubidium | |
and move a little of NetworkClientState functionality to the NetworkSocketHandler. Move the rest of the NetworkClientState to the new NetworkTCPSocketHandler class/struct, which is not yet implemented in an object oriented manner. The UDP socket handler now extends the NetworkSocketHandler instead of having a reference to a NetworkClientState. | |||
2007-01-12 | (svn r8078) -Codechange: rewrite UDP part of the network code to make use ↵ | rubidium | |
classes. This is only one of the many steps to really cleanup the network code. | |||
2007-01-10 | (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ↵ | rubidium | |
stillunknown and pv2b. | |||
2007-01-10 | (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files ↵ | KUDr | |
renamed to .cpp) |