]> icculus.org git repositories - divverent/darkplaces.git/history - vid_agl.c
stringwidth(): if 3rd arg is not given, always yield the size for 8x8 text, unsnapped...
[divverent/darkplaces.git] / vid_agl.c
2009-12-07 havocremove a vid.support line I did not intend to be in...
2009-12-07 havocremoved gl_videosyncavailable variable because on all...
2009-12-07 havocchanged VID_InitMode to take a viddef_mode_t structure...
2009-10-03 havocadded r_renderview cvar (similar to scr_refresh but...
2009-08-20 divverentfix all the () problems, and make gcc warn for them
2009-08-19 divverentsupport mute-when-idle properly
2009-08-05 divverentmaybe it compiles now
2009-08-05 divverentadd missing functions
2009-08-05 divverentadd missing mainDisplay ina gl
2009-08-05 divverentagl: experimental code to enumerate video modes (untest...
2009-08-05 divverentglx, sdl, wgl: autodetect all supported video modes...
2009-04-04 havocchanged r_speeds glFinish to only occur when set to...
2009-01-31 divverentmore fullscreen cleanup
2008-05-18 havocaudit of fullscreengrab in VID_SetMouse, getting rid...
2008-05-10 havocrenamed VID_GrabMouse to VID_SetMouse as it now takes...
2008-05-08 havocfixed several bugs with mouse grabbing
2008-05-08 havocimplemented support for turning off mousegrab in csqc...
2008-05-08 havocrenamed IN_Activate to VID_GrabMouse and made it a...
2008-05-07 havoccentralized GL_VENDOR/GL_RENDERER/etc printing code
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...