]> icculus.org git repositories - divverent/darkplaces.git/history - vid_agl.c
download system:
[divverent/darkplaces.git] / vid_agl.c
2008-03-01 havocmake sure that gl_extensions and gl_platformextensions...
2008-02-26 havocaudited PixelFormat setup code and made it request...
2008-02-14 havocimplemented vid_samples cvar (antialiasing samples...
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2008-02-02 divverentfix bugs with changing apple_mouse_noaccel and vid_dgam...
2007-11-12 divverentcan't move quakedef.h up in vid_agl.c (redefinition...
2007-11-12 divverentmove two #defined to quakedef.h, and always include...
2007-05-30 divverentOS X: make unknown char/keycode just a DPrint, reported...
2007-05-19 divverentkill mouse accel using IOHIDSetAccelerationWithKey...
2007-05-17 divverentcvar apple_mouse_noaccel (1 default) disables mouse...
2007-05-17 divverentenable apple multithreaded GL by default; let's see...
2007-04-24 havocaudited all Sys_Quit calls and gave them return values...
2007-04-20 divverentoops... sorry for that one. Copypaste without testing...
2007-04-20 divverentfix multithreaded OpenGL support; actually load CGL...
2007-04-14 havocremoved all commandline checks for the option "-safe...
2007-03-31 havocpatch from div0 that improves mac keyboard support...
2007-03-16 havocfix a double typo (thanks Willis)
2007-03-14 havocadd apple_multithreadedgl cvar (offloads OpenGL driver...
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...