- an attempt at sorting and restructuring tr_bloom.c

- NTSC filter support
- added some rgbGen that has entity colors AND lighting, so colorable players don't have to glow
- broken image loading time for imagelist
This commit is contained in:
leilei-
2014-07-24 02:19:26 -04:00
parent 43d6a97c43
commit 2c07195887
11 changed files with 1114 additions and 683 deletions

View File

@@ -1401,6 +1401,9 @@ typedef enum _flag_status {
} flagStatus_t;
// leilei - virtual res
int vresWidth;
int vresHeight;
#define MAX_GLOBAL_SERVERS 4096
#define MAX_OTHER_SERVERS 128