qzdoom/src/gl
Christoph Oelckers 9bffe4ee50 - scriptified the main statusbar interface and the Strife status bar.
Note that the Strife status bar does not draw the health bars yet. I tried to replace the hacky custom texture with a single fill operation but had to find out that all the coordinate mangling for the status bar is being done deep in the video code. This needs to be fixed before this can be made to work.

Currently this is not usable in mods because they cannot initialize custom status bars yet.
2017-03-22 00:32:52 +01:00
..
compatibility - moved the subsectors into FLevelLocals. 2017-03-17 00:22:52 +01:00
data - moved nodes into FLevelLocals. 2017-03-17 01:42:37 +01:00
dynlights - only ray test sprites on lights that are shadowmapped 2017-03-21 14:32:48 +01:00
hqnx Removed useless integer type size expansion 2017-01-06 10:40:51 +01:00
hqnx_asm - fixed bad #pragma pack combination in hqnx_asm_Image.h 2016-08-05 15:27:35 +02:00
models - moved two MAPINFO settings that are not exclusively used by the OpenGL renderer to the common code. 2017-03-14 18:31:11 +01:00
renderer - fixed: The clipper for the main scene may not be initialized before the camera textures have been drawn. 2017-03-17 19:28:47 +01:00
scene - reverted the counter for the vertex angle cache to a simple incrementing global variable. 2017-03-20 01:21:33 +01:00
shaders - moved dynamic lights out of the GL code into the common game code. 2017-03-12 19:57:06 +01:00
stereo3d - some menu reorganization: 2017-03-13 01:17:46 +01:00
system - scriptified the main statusbar interface and the Strife status bar. 2017-03-22 00:32:52 +01:00
textures - moved the skybox texture files to the main textures directory. 2017-03-17 21:12:09 +01:00
unused - except for DWORD, all homegrown integer types are gone - a handful were left where they represent genuine Windows types. 2017-03-09 19:54:41 +01:00
utility - inlined the 4 remaining short functions of the Plane class and removed gl_geometric.cpp. 2017-03-12 20:11:57 +01:00
xbr - added xBRZ files. 2016-09-03 16:55:16 +02:00
gl_functions.h - moved dynamic lights out of the GL code into the common game code. 2017-03-12 19:57:06 +01:00