Serious-Engine/Sources/Engine/Graphics
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
..
SDL Fix several warnings, warn if not using depth buffer 2016-05-09 18:48:39 +02:00
Win32 Fix up some mismerges and get the OpenGL code to compile again. 2016-03-31 12:26:43 -04:00
Adapter.cpp Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
Adapter.h Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
Benchmark.cpp Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
Color.cpp rework asm to always fall back to portable C code 2016-04-25 00:14:29 +03:00
Color.h rework asm to always fall back to portable C code 2016-04-25 00:14:29 +03:00
DepthCheck.cpp First pass at cleaning out 64-bit issues. 2016-04-06 23:20:29 -04:00
DisplayMode.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
DisplayMode.h Add GPL header to files 2016-03-11 18:20:51 -06:00
DrawPort_Particles.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
DrawPort_RenderScene.cpp RSBinToGroups() use __builtin_clz() instead of manual bsr if available 2016-05-09 18:48:39 +02:00
DrawPort.cpp Resolved some 64bit issues, marked/commented some others 2016-04-17 23:35:04 +02:00
DrawPort.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Fog_internal.h First pass at cleaning out 64-bit issues. 2016-04-06 23:20:29 -04:00
Fog.cpp Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
Fog.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Font.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
Font.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Gfx_Direct3D_Colors.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
Gfx_Direct3D_Textures.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
Gfx_Direct3D.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
Gfx_OpenGL_Textures.cpp Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
Gfx_OpenGL.cpp First attempt at a port to SDL2. Untested! 2016-04-09 02:18:57 -04:00
Gfx_wrapper_Direct3D.cpp Add GPL header to files 2016-03-11 18:20:51 -06:00
Gfx_wrapper_OpenGL.cpp First attempt at a port to SDL2. Untested! 2016-04-09 02:18:57 -04:00
Gfx_wrapper.cpp Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
Gfx_wrapper.h Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
GfxLibrary.cpp Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
GfxLibrary.h First attempt at a port to SDL2. Untested! 2016-04-09 02:18:57 -04:00
GfxProfile.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
GfxProfile.h Add GPL header to files 2016-03-11 18:20:51 -06:00
gl_functions.h Add GPL header to files 2016-03-11 18:20:51 -06:00
gl_types.h Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
Graphics.cpp Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
ImageInfo.cpp Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
ImageInfo.h Add GPL header to files 2016-03-11 18:20:51 -06:00
MultiMonitor.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
MultiMonitor.h Add GPL header to files 2016-03-11 18:20:51 -06:00
OpenGL.h rework asm to always fall back to portable C code 2016-04-25 00:14:29 +03:00
Raster.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
Raster.h Add GPL header to files 2016-03-11 18:20:51 -06:00
RenderPoly.h Add GPL header to files 2016-03-11 18:20:51 -06:00
RenderScene.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Shader.cpp First pass at cleaning out 64-bit issues. 2016-04-06 23:20:29 -04:00
Shader.h Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
ShadowMap.cpp First pass at cleaning out 64-bit issues. 2016-04-06 23:20:29 -04:00
ShadowMap.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Stereo.cpp First pass at cleaning out 64-bit issues. 2016-04-06 23:20:29 -04:00
Stereo.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Texture.cpp Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
Texture.h Add GPL header to files 2016-03-11 18:20:51 -06:00
TextureEffects.cpp Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
TextureEffects.h Patched to compile on Linux, and cleaned out almost all compiler warnings. 2016-04-04 02:34:07 -04:00
TextureRender.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
Vertex.h Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
ViewPort.cpp First attempt at a port to SDL2. Untested! 2016-04-09 02:18:57 -04:00
ViewPort.h Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00