]> jfr.im git - irc/gameservirc.git/commit - gameserv/tcpclient.cpp
cleaned up the code tremendously regarding the Players list. Changed it to list<Playe...
authorkainazzzo <redacted>
Mon, 27 Mar 2006 14:26:08 +0000 (14:26 +0000)
committerkainazzzo <redacted>
Mon, 27 Mar 2006 14:26:08 +0000 (14:26 +0000)
commitd61f68e3659e1cd9678d36b453de479ae853e293
tree088e9193c2e2c221113c6c9e4b1964138416095f
parentc10b78ac46128eec6922660394cda759eb520d80
cleaned up the code tremendously regarding the Players list. Changed it to list<Player*> instead of keeping a whole other list of aClients. This saves memory, and makes everything just make more sense.

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@428 bc333340-6410-0410-a689-9d09f3c113fa
gameserv/Changes
gameserv/extern.h
gameserv/gameserv.cpp
gameserv/hash.cpp
gameserv/tcpclient.cpp