forked from id-Software/Quake-2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotes.txt
More file actions
34 lines (21 loc) · 634 Bytes
/
notes.txt
File metadata and controls
34 lines (21 loc) · 634 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
f1
not calling back to set vid size after sw_mode change?
do vid_xpos / ypos creep because of frames?
fix fullscreen fallback bug
nsping
icon
don't make sys_error varargs
cvar_stvalue in ref????
subframe event timing information
swimp init / swimp_initgraphics?
SWimp_SetMode shouldn't call
R_GammaCorrectAndSetPalette( ( const unsigned char * ) d_8to24table );
subclass window instead of view?
/*
** SWimp_SetPalette
**
** System specific palette setting routine. A NULL palette means
** to use the existing palette. The palette is expected to be in
** a padded 4-byte xRGB format.
*/
do we ever pass a NULL palette?