Age | Commit message (Expand) | Author |
2008-09-20 | Add I_VideoBuffer variable for pointer to screen buffer used by | Simon Howard |
2008-09-11 | Refactor configuration file system to allow configuration file variables | Simon Howard |
2008-09-08 | Remove i_system.c dependency on doom/ code and add a generic I_AtExit() | Simon Howard |
2008-09-07 | Move m_bbox.[ch] back to common (needed by v_video.c). Remove some | Simon Howard |
2008-09-07 | Move dehacked code to doom/. Split dehacked string replacement code into | Simon Howard |
2008-09-06 | Remove dependencies of i_video.c on doom/ code. | Simon Howard |
2008-09-06 | Remove includes of doomdef.h where possible, move generic parts into top | Simon Howard |
2008-05-02 | Fix up some more code calling Z_Free instead of W_ReleaseLumpNum. | Simon Howard |
2008-04-25 | Generate transparency mask for the application icon from black parts of | Simon Howard |
2008-02-28 | Add fixes for MSVC warnings (thanks entryway). | Simon Howard |
2008-02-24 | Fix leftover "junk" displayed on the screen on the initial melt when | Simon Howard |
2008-02-12 | Set the default startup_delay to 1s. | Simon Howard |
2008-02-06 | Use geometric distance to find the nearest mode when autoadjusting, | Simon Howard |
2008-02-06 | Add -geometry command line parameter to allow the screen size to be | Simon Howard |
2008-01-30 | Be more accurate in describing windowboxed modes as either | Simon Howard |
2008-01-25 | Rename some files to be package name independent. | Simon Howard |
2008-01-20 | Fix loading disk icon. Add back -1, -2, -3 command line options for | Simon Howard |
2008-01-20 | Add -width, -height command line parameters for specifying the screen | Simon Howard |
2008-01-20 | Refactor the video mode configuration system. | Simon Howard |
2007-12-18 | Don't center the mouse on startup if the mouse is disabled (thanks | Simon Howard |
2007-12-14 | Don't grab the mouse if the mouse is disabled by -nomouse or through | Simon Howard |
2007-08-08 | Move SCREENHEIGHT_4_3 to doomdef.h; remove some unused constants. | Simon Howard |
2007-07-08 | Make the numeric keypad behave like Vanilla does. | Simon Howard |
2007-07-07 | Don't grab the mouse if a drone player (no input, so it isn't needed). | Simon Howard |
2007-06-20 | Add x5 screen scale (thanks MikeRS!) | Simon Howard |
2007-06-14 | Don't send joystick updates when the joystick is disabled. Shut up | Simon Howard |
2007-06-13 | Working joystick code. | Simon Howard |
2007-03-16 | Add config file option to enable/disable native keyboard bindings. | Simon Howard |
2007-03-15 | Use SDL for endianness byte swapping. m_swap.c removed; m_swap.h renamed | Simon Howard |
2007-02-24 | Fix video_driver setting. | Simon Howard |
2007-02-23 | Add a configuration file value to allow the SDL video driver to be | Simon Howard |
2007-01-06 | Hide the mouse cursor using SDL_SetCursor to a blank cursor, not | Simon Howard |
2006-12-24 | Javadoc-style self-documenting system for command line options. | Simon Howard |
2006-12-24 | Include "SDL.h", not <SDL.h>, as per http://www.libsdl.org/faq.php | Simon Howard |
2006-12-18 | x3, x4 aspect ratio corrected scale functions. | Simon Howard |
2006-12-16 | Fix value in autoadjust message. | Simon Howard |
2006-12-15 | Split off scaling code into i_scale.c. Add aspect ratio correction | Simon Howard |
2006-11-14 | Use getenv/putenv, not SDL_getenv/SDL_putenv. | Simon Howard |
2006-11-14 | Support running as a screensaver under X! | Simon Howard |
2006-11-10 | Add -gdi command line parameter as a shortcut for SDL_VIDEODRIVER=windib | Simon Howard |
2006-11-06 | Use DirectX by default on Windows. | Simon Howard |
2006-11-06 | Center the mouse on startup to prevent abrupt turns when launching a | Simon Howard |
2006-10-22 | Catch failure to initialise video when calling SDL_Init. | Simon Howard |
2006-10-18 | Strip out CVS logs, RCS Id tags. | Simon Howard |
2006-10-14 | Refactor I_InitGraphics. | Simon Howard |
2006-10-14 | Disable the "loading from disk" icon on MacOS. | Simon Howard |
2006-09-22 | Add DEH_String() conversions on more strings that are not being converted. | Simon Howard |
2006-09-18 | Repeat key presses when the key is held down - thanks to Mad_Mac for this | Simon Howard |
2006-09-09 | Remove hack accidentally committed that always updates the palette | Simon Howard |
2006-05-29 | Warp mouse to screen center (possibly fix joe's mouse problem). | Simon Howard |