]> icculus.org git repositories - divverent/darkplaces.git/history - vid_agl.c
changed fieldoffsets and globaloffsets to be integer array indices instead of byte...
[divverent/darkplaces.git] / vid_agl.c
2007-01-14 havocpatch from div0 that enables printf format warnings...
2006-10-18 havocadded vid_stereobuffer cvar based on patch from syschuc...
2006-08-05 molivierRemoved all calls to strcpy; most of them are now calls...
2006-06-04 molivier- the Linux sound modules (ALSA and OSS) are now write...
2006-04-26 havocadded a lot more CHECKGLERROR macro calls, to identify...
2006-04-20 havocgrab mouse when using menu while watching demos (import...
2006-04-16 molivierAGL fixes: fixed a crash when switching to and from...
2006-04-15 molivierFixes and cleanups related to the recent AGL patches
2006-04-15 havocfix more warnings
2006-04-15 havocfix some warnings
2006-04-13 havoctwo Mac OSX fixes from ds01 on alientrap forums - input...
2006-03-28 havocmodified gamma handling, now VID_UpdateGamma is only...
2006-03-21 molivierMinor changes to get rid of functions deprecated in...
2006-03-11 havocfix typo
2006-03-11 havocchanged VID_Finish to take an allowmousegrab parameter...
2005-12-28 molivierAdded support for refresh rate, vsync, and hardware...
2005-11-30 havocimplemented vid_refreshrate cvar to specify display...
2005-11-25 havocallow typing characters above 126
2005-11-20 molivierFixed black screen when using fullscreen mode on Mac...
2005-11-07 havocremoved \n from all Host_Error, Sys_Error, PRVM_ERROR...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-21 havocadded explicit casts for agl functions when calling...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-10-20 havocgcc 4.0 signedness warning fixes and uninitialized...
2005-09-09 molivierMac OS X OpenGL and input module, using Carbon and...