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_system.c
Age
Commit message (
Expand
)
Author
2008-12-10
Undo previous change.
Simon Howard
2008-12-10
Set icon before calling TXT_Init, for setup and ENDOOM screens.
Simon Howard
2008-07-31
Automatically load chex.deh on startup if playing in chex mode.
Simon Howard
2008-03-09
Split out configuration file code from m_misc.c into m_config.c. Move
Simon Howard
2008-02-10
Fix compiler warnings. Refactor the intercepts overrun code so that it
Simon Howard
2008-02-09
Fix up the R_Main startup progress dots. If stdout is a file, don't
Simon Howard
2008-02-09
Define WIN32_LEAN_AND_MEAN to fix windows build of i_system.c.
Simon Howard
2008-02-09
Remove some unneeded functions from i_system.c. Make I_Error exit using
Simon Howard
2007-05-31
Initial joystick support.
Simon Howard
2007-05-24
Use I_Sleep in i_system.c instead of SDL_Delay directly.
Simon Howard
2007-05-16
Add FEATURE_SOUND.
Simon Howard
2007-02-14
Make I_Error call abort() instead of exit(), so that we can get a
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-11-14
Support running as a screensaver under X!
Simon Howard
2006-10-18
Strip out CVS logs, RCS Id tags.
Simon Howard
2006-09-25
Add "test controls" mode - for setup.exe in the future. Start straight
Simon Howard
2006-09-22
Add DEH_String() conversions on more strings that are not being converted.
Simon Howard
2006-09-17
Always wait for a keypress before closing the ENDOOM window; do not
Simon Howard
2006-08-31
Use the new TXT_Sleep function in Doom.
Simon Howard
2006-06-03
Detect recursive calls to I_Error to prevent an infinite loop.
Simon Howard
2006-04-06
Save demos when quitting normally - it is no longer neccessary to press
Simon Howard
2006-03-30
Increase the default heap size to 16MB, and add a -mb parameter to allow
Simon Howard
2006-03-30
Split off timer code into separate i_timer.c file. Add d_dedicated.c
Simon Howard
2006-01-13
Textscreen getchar() function; remove SDL code from I_Endoom.
Simon Howard
2006-01-08
show_endoom config file option to disable the endoom screen
Simon Howard
2005-12-30
Millisecond clock function
Simon Howard
2005-11-17
Catch SDL_QUIT event on ENDOOM display
Simon Howard
2005-10-09
Handle blinking text in ENDOOM lumps properly.
Simon Howard
2005-10-02
Fix the length of time that ENDOOM is displayed for
Simon Howard
2005-10-02
ENDOOM support using text mode emulation
Simon Howard
2005-09-22
Remove external statistics driver support (-statcopy):
Simon Howard
2005-09-08
Delay calls so we don't use the entire CPU
Simon Howard
2005-09-06
Restore -nosound, -nosfx, -nomusic
Simon Howard
2005-08-04
Silence compiler warnings
Simon Howard
2005-08-04
Begin/EndRead now in i_video.c
Simon Howard
2005-07-25
Port timer code to SDL
Simon Howard
2005-07-23
Startup messages as in the DOS exes
Simon Howard
2005-07-23
Remove unneccessary pragmas
Simon Howard
2005-07-23
Update copyright to GNU GPL
Simon Howard
2005-07-23
Initial revision
Simon Howard