Changelog (last 14 days)

MrSugarCube r1234 04.03.10

- Added additional EXC_SETs to NetworkIn::tick to help narrow down causes of exceptions.
- Corrected some new[]/delete[] mismatches.
MrSugarCube r1233 28.02.10

- Modified CClient destructor so that it won't call NetState::clear, but raise a warning instead
- Modified NetState::clear() so that the packet queues are fully cleared.
- Added debug flag 0x8000 to log out some network information.
- Modified client state clearing so that both the NetworkIn and NetworkOut threads must 'agree' that a socket should be closed before it actually is, so that one thread cannot close a state whilst the other is using it.