]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - vid_sdl.c
improved vid_touchscreen - it now adapts to screen shape (using
[xonotic/darkplaces.git] / vid_sdl.c
2011-03-14 havocimproved vid_touchscreen - it now adapts to screen...
2011-03-12 divverentfix offset/reliefmapping by using the proper miplevel...
2011-03-06 havocfix a warning about an unsigned array on ios
2011-03-02 havocwe don't like typos in cvar descriptions
2011-03-01 havocfix two compile errors in D3D9 build
2011-02-28 havocfix compilation on SDL 1.2 again
2011-02-27 havocexperimental touchscreen support, intended for mobile...
2011-02-26 havocadded support for SDL_Window API but it is disabled...
2011-02-09 havocremoved unmaintained CgGL rendering path
2011-02-08 havocDPiOS almost works now...
2011-02-07 eihrulfactor out thread interface from dpsoftrast
2011-02-07 havocmade GLES2 gl call wrappers compile again
2011-02-07 havocadded qglVertexAttrib and other missing functions on...
2011-02-07 havocadded RENDERPATH_GLES2
2011-02-06 eihrulband interlacing option (vid_soft_interlace)
2011-02-06 havociOS support closer to working
2011-02-06 havociOS support in progress - accommodating GLES...
2011-02-06 havocchanged use of GL_ARB_fragment_shader and friends to...
2011-02-03 eihrulonly force flushing on a texture update if a texture...
2011-02-03 eihruldetect whether dpsoftrast is being built with SDL
2011-02-03 eihrulthreading and more SSE2 optimizations for dpsoftrast
2011-02-02 havocdon't use MacOSX-specific code with __IPHONEOS__ defined
2011-01-30 havocadded SDL 1.3 support
2011-01-28 eihruldon't report texture compression support in softrast...
2011-01-26 eihrulonly respect vid_soft variable if SSE2_PRESENT is defined
2011-01-24 havocfix some compile errors on vid_sdl.c when compiling...
2011-01-22 eihrulfix some crashes related to video subsystem not being...
2011-01-22 havocadded DPSOFTRAST software rasterizer, a work in progress
2010-11-09 vortexadd joy_axiskeyevents cvar which turns on engine-side...
2010-11-05 divverentcopy the apple_mouse_noaccel hack into vid_sdl too
2010-08-27 divverentPROPERLY load the icon in SDL/X11
2010-08-27 divverentvid_sdl: also upload a smooth netwm icon if possible...
2010-08-27 divverentSDL: also use a non-XPM icon darkplaces-icon.tga but...
2010-07-25 divverentLinux SDL/GLX: allow loading the icon from .xpm at...
2010-07-02 havocadd DeviceLost and DeviceRestored functions to R_Module...
2009-12-23 blubAdding FreeType2 and UTF-8 Support.
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-21 divverent--Trninghis line, and those below, will be ignored--
2009-08-20 divverentfix all the () problems, and make gcc warn for them
2009-08-20 havocFix warnings in div0's commits using functions with...
2009-08-19 divverentsnd_mutewhenidle 0: do NOT still mute when app is hidde...
2009-08-14 divverentremove wait states for SDL
2009-08-14 divverentSDL/Win32: queue a vid_restart if resized; this should...
2009-08-05 divverentfix crash in SDL mode listing
2009-08-05 divverentglx, sdl, wgl: autodetect all supported video modes...
2009-07-08 divverentthanks
2009-07-08 havocfixed several warnings that appear with -std=gnu99...
2009-04-04 havocchanged r_speeds glFinish to only occur when set to...
2009-01-31 divverentmore fullscreen cleanup
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 havocclear some variables when VID_Shutdown is called (the...
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 havocslight cleanup of Sys_EventFilter
2008-02-14 havocimplemented vid_samples cvar (antialiasing samples...
2008-02-14 havocadded vid_vsync control in SDL
2008-02-06 divverentdisable joystick by default, and make joy_enable saved;
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2007-12-25 havocchanged cl_ignoremousemove from a qboolean to an int...
2007-11-28 havocreverted code that used vid_grabkeyboard for SDL input...
2007-11-18 havocmake vid_sdl compile on WIN32 again (it uses different...
2007-11-13 divverentSDL icon support by Blub, messed up by me ;)
2007-11-12 divverentneed to include quakedef.h later in the other vid_...
2007-11-12 divverentmove two #defined to quakedef.h, and always include...
2007-11-09 divverentupdate Blub's SDL patch
2007-11-09 divverentSDL: parameters -resizable, -stick_mouse, -no_input_gra...
2007-08-27 havocimplemented snd_mutewhenidle cvar, defaults to 1, to...
2007-04-24 havocaudited all Sys_Quit calls and gave them return values...
2007-01-22 havoctwo improvements to vid_restart in the SDL client:...
2006-10-18 havocadded vid_stereobuffer cvar based on patch from syschuc...
2006-07-31 havocadded gamepad/joystick support to the SDL client, this...
2006-06-04 molivier- the Linux sound modules (ALSA and OSS) are now write...
2006-05-23 havocremove some r_render checks, and added an r_render...
2006-04-28 havoctreat AltGr key as ALT for bind purposes
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-03-28 havocmodified gamma handling, now VID_UpdateGamma is only...
2006-03-20 havocWIN32_LEAN_AND_MEAN patch from Willis to speed up MSVC...
2006-03-11 havocchanged VID_Finish to take an allowmousegrab parameter...
2006-03-07 havocsome win64 fixes from Willis
2006-03-04 havocadded SDL_APPACTIVE checking so that vid_hidden is...
2006-01-21 molivierFix for Win64, by Willis
2006-01-01 havocchanged mouse button numbering to have MWHEELUP/MWHEELD...
2005-11-30 havocimplemented vid_refreshrate cvar to specify display...
2005-11-28 havocfixed keynum_t issue, it was declared as an extern...
2005-11-28 havocchanged buttonremap arrays to int instead of keynum_t...
2005-11-28 havocmade K_MOUSE4/5 keys separate from K_MWHEELUP/DOWN...
2005-11-07 havocremoved \n from all Host_Error, Sys_Error, PRVM_ERROR...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-10-20 havocgcc 4.0 signedness warning fixes and uninitialized...
2005-09-07 molivierFixed the SDL video driver on Mac OS X (crash when...
2005-06-01 havocenable unicode and keyrepeat every time a video mode...
2005-05-13 havocreplaced all references to vid.conwidth and vid.conheig...
2005-05-13 havocmore clean up of IN_Activate, added cl_ignoremousemove...
next