summaryrefslogtreecommitdiff
path: root/src/i_video.c
AgeCommit message (Expand)Author
2007-03-16Add config file option to enable/disable native keyboard bindings.Simon Howard
2007-03-15Use SDL for endianness byte swapping. m_swap.c removed; m_swap.h renamedSimon Howard
2007-02-24Fix video_driver setting.Simon Howard
2007-02-23Add a configuration file value to allow the SDL video driver to beSimon Howard
2007-01-06Hide the mouse cursor using SDL_SetCursor to a blank cursor, notSimon Howard
2006-12-24Javadoc-style self-documenting system for command line options.Simon Howard
2006-12-24Include "SDL.h", not <SDL.h>, as per http://www.libsdl.org/faq.phpSimon Howard
2006-12-18x3, x4 aspect ratio corrected scale functions.Simon Howard
2006-12-16Fix value in autoadjust message.Simon Howard
2006-12-15Split off scaling code into i_scale.c. Add aspect ratio correctionSimon Howard
2006-11-14Use getenv/putenv, not SDL_getenv/SDL_putenv.Simon Howard
2006-11-14Support running as a screensaver under X!Simon Howard
2006-11-10Add -gdi command line parameter as a shortcut for SDL_VIDEODRIVER=windibSimon Howard
2006-11-06Use DirectX by default on Windows.Simon Howard
2006-11-06Center the mouse on startup to prevent abrupt turns when launching aSimon Howard
2006-10-22Catch failure to initialise video when calling SDL_Init.Simon Howard
2006-10-18Strip out CVS logs, RCS Id tags.Simon Howard
2006-10-14Refactor I_InitGraphics.Simon Howard
2006-10-14Disable the "loading from disk" icon on MacOS.Simon Howard
2006-09-22Add DEH_String() conversions on more strings that are not being converted.Simon Howard
2006-09-18Repeat key presses when the key is held down - thanks to Mad_Mac for thisSimon Howard
2006-09-09Remove hack accidentally committed that always updates the paletteSimon Howard
2006-05-29Warp mouse to screen center (possibly fix joe's mouse problem).Simon Howard
2006-05-29Add missing newline to message.Simon Howard
2006-05-29Change the mouse acceleration behavior to accelerate by multiplying by aSimon Howard
2006-05-26Add an option to disable autoadjusting the video mode.Simon Howard
2006-05-25Add screenmultiply x4 mode.Simon Howard
2006-05-24Remove debug hack used for testing startup delay.Simon Howard
2006-05-20Make Translatekey static.Simon Howard
2006-05-19Add a config file setting to allow a delay to be specified on startup.Simon Howard
2006-05-08Allow -3 scale.Simon Howard
2006-05-06Respect the use_mouse value in configuration files.Simon Howard
2006-05-06Add back -nomouse command line parameter.Simon Howard
2006-04-28Fix spacing of the devparm mode dots!Simon Howard
2006-03-30Split off timer code into separate i_timer.c file. Add d_dedicated.cSimon Howard
2006-03-19Smarter fullscreen setting adjustmentSimon Howard
2006-03-18Auto adjust settings when running fullscreen so that we run in a Simon Howard
2006-03-10Add fullscreen "letterbox" mode for people without a functioning 320x200Simon Howard
2006-03-03Fix loss of precision when turning with mouse.Simon Howard
2006-01-12Combine mouse motion for tics into single events.Simon Howard
2006-01-02Clear the screen AFTER initialising the loading disk buffer, so thatSimon Howard
2006-01-02Make functions static. Remove unused variable.Simon Howard
2005-10-17Guard against multiple video shutdowns better. Fix crash due to improperSimon Howard
2005-10-16Fix the '-cdrom' command-line option.Simon Howard
2005-10-15Fix pink icon on startupSimon Howard
2005-10-15Map mouse buttons correctly.Simon Howard
2005-10-15Check the return code from SDL_LockSurface to ensure a surface has beenSimon Howard
2005-10-02ENDOOM support using text mode emulationSimon Howard
2005-10-02Make sure loading disk is only shown if the display is initialisedSimon Howard
2005-09-27Always use SDL_Flip to update the screen. Fixes problems in Windows whenSimon Howard