index
:
chocolate-doom
trimui-s
chocolate-doom-2.2.1 with trimui s support
neonloop
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
i_video.c
Age
Commit message (
Expand
)
Author
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
2006-05-29
Add missing newline to message.
Simon Howard
2006-05-29
Change the mouse acceleration behavior to accelerate by multiplying by a
Simon Howard
2006-05-26
Add an option to disable autoadjusting the video mode.
Simon Howard
2006-05-25
Add screenmultiply x4 mode.
Simon Howard
2006-05-24
Remove debug hack used for testing startup delay.
Simon Howard
2006-05-20
Make Translatekey static.
Simon Howard
2006-05-19
Add a config file setting to allow a delay to be specified on startup.
Simon Howard
2006-05-08
Allow -3 scale.
Simon Howard
2006-05-06
Respect the use_mouse value in configuration files.
Simon Howard
2006-05-06
Add back -nomouse command line parameter.
Simon Howard
2006-04-28
Fix spacing of the devparm mode dots!
Simon Howard
2006-03-30
Split off timer code into separate i_timer.c file. Add d_dedicated.c
Simon Howard
2006-03-19
Smarter fullscreen setting adjustment
Simon Howard
2006-03-18
Auto adjust settings when running fullscreen so that we run in a
Simon Howard
2006-03-10
Add fullscreen "letterbox" mode for people without a functioning 320x200
Simon Howard
2006-03-03
Fix loss of precision when turning with mouse.
Simon Howard
2006-01-12
Combine mouse motion for tics into single events.
Simon Howard
2006-01-02
Clear the screen AFTER initialising the loading disk buffer, so that
Simon Howard
2006-01-02
Make functions static. Remove unused variable.
Simon Howard
2005-10-17
Guard against multiple video shutdowns better. Fix crash due to improper
Simon Howard
2005-10-16
Fix the '-cdrom' command-line option.
Simon Howard
2005-10-15
Fix pink icon on startup
Simon Howard
2005-10-15
Map mouse buttons correctly.
Simon Howard
2005-10-15
Check the return code from SDL_LockSurface to ensure a surface has been
Simon Howard
2005-10-02
ENDOOM support using text mode emulation
Simon Howard
2005-10-02
Make sure loading disk is only shown if the display is initialised
Simon Howard
2005-09-27
Always use SDL_Flip to update the screen. Fixes problems in Windows when
Simon Howard
[next]