Serious-Engine/Sources/Engine/Network
Daniel Gibson 72edf1c720 Commented out unused functions and variables
many unused functions and variables are now commented out

You'll still get tons of warnings, which should mostly fall in one of
the following categories:
1. Unnecessary variables or values generated from .es scripts
2. Pointers assigned to from functions with side-effects: DO NOT REMOVE!
   Like CEntity *penNew = CreateEntity_t(...); - even if penNew isn't
   used, CreateEntity() must be called there!
2016-05-09 18:51:03 +02:00
..
ActionBuffer.cpp Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
ActionBuffer.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Buffer.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
Buffer.h Add GPL header to files 2016-03-11 18:20:51 -06:00
ClientInterface.cpp Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
ClientInterface.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Common.h Add GPL header to files 2016-03-11 18:20:51 -06:00
CommunicationInterface.cpp Fix several warnings, warn if not using depth buffer 2016-05-09 18:48:39 +02:00
CommunicationInterface.h Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
Compression.cpp Fixed what appears to be an uninitialized memory access. 2016-04-12 01:27:40 -04:00
Compression.h Add GPL header to files 2016-03-11 18:20:51 -06:00
CPacket.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
CPacket.h Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
Diff.cpp Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
Diff.h Add GPL header to files 2016-03-11 18:20:51 -06:00
EMsgBuffer.cpp Cannot cast a Float to Unsigned integer directly on ARM, of sign will be lost, so double cast 2016-04-06 22:45:01 +02:00
EMsgBuffer.h Add GPL header to files 2016-03-11 18:20:51 -06:00
EntityHashing.cpp Add GPL header to files 2016-03-11 18:20:51 -06:00
EntityHashing.h Add GPL header to files 2016-03-11 18:20:51 -06:00
LevelChange.h Add GPL header to files 2016-03-11 18:20:51 -06:00
MessageDispatcher.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
MessageDispatcher.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Network.cpp Fix several warnings, warn if not using depth buffer 2016-05-09 18:48:39 +02:00
Network.h Fixed SeriousSam and GameAgent bugs 2016-03-30 16:54:30 +03:00
NetworkMessage.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
NetworkMessage.h Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
NetworkProfile.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
NetworkProfile.h Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
Packet.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
Packet.h Add GPL header to files 2016-03-11 18:20:51 -06:00
PlayerBuffer.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
PlayerBuffer.h Add GPL header to files 2016-03-11 18:20:51 -06:00
PlayerSource.cpp First pass at cleaning out 64-bit issues. 2016-04-06 23:20:29 -04:00
PlayerSource.h Add GPL header to files 2016-03-11 18:20:51 -06:00
PlayerTarget.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
PlayerTarget.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Server.cpp Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
Server.h Add GPL header to files 2016-03-11 18:20:51 -06:00
SessionSocket.h Add GPL header to files 2016-03-11 18:20:51 -06:00
SessionState.cpp First pass at cleaning out 64-bit issues. 2016-04-06 23:20:29 -04:00
SessionState.h Use PointerToID() for sound-event ID in CSoundObject::Play()/Stop() 2016-04-21 16:21:47 +02:00