Serious-Engine/Sources/Engine
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
..
Base Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
Brushes Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
Classes Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
Entities Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
GameAgent GameAgent - list servers bugfix (update) 2016-04-12 04:10:43 +03:00
Graphics Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
Light Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
Math Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
Models Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
Network Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
Rendering Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
Ska Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
Sound Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
Templates Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
Terrain Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
World Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
zlib First attempt to hand-merge Ryan's Linux and Mac OS X port. 2016-03-28 23:46:13 -04:00
Build.h Add GPL header to files 2016-03-11 18:20:51 -06:00
CurrentVersion.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Engine.cpp Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
Engine.h Delete an unused include 2016-04-17 23:50:00 -07:00
Engine.vcxproj Engine: Return dynamic vorbisfile library loading. 2016-04-03 23:45:57 +03:00
Engine.vcxproj.filters Engine: Return dynamic vorbisfile library loading. 2016-04-03 23:45:57 +03:00
Engine.vcxproj.user Uploading full engine sources 2016-03-11 15:57:17 +02:00
GameShell.h Add GPL header to files 2016-03-11 18:20:51 -06:00
StdH.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
StdH.h Don't #include <malloc.h> on Linux, only on Windows 2016-04-17 01:06:39 +02:00
temp.h Add GPL header to files 2016-03-11 18:20:51 -06:00