summaryrefslogtreecommitdiff
path: root/src/i_system.c
AgeCommit message (Expand)Author
2009-07-12On Windows CE, use the Windows API to find the amount of availableSimon Howard
2009-06-16Automatically allocate a smaller zone size if it was not possible toSimon Howard
2009-06-10Add key bindings for pause, message refresh.Simon Howard
2009-06-07Exit with an error on failure to allocate zone memory.Simon Howard
2009-06-07Use MessageBoxW instead of MessageBox (doesn't exist on Windows CE)Simon Howard
2008-12-10Undo previous change.Simon Howard
2008-12-10Set icon before calling TXT_Init, for setup and ENDOOM screens.Simon Howard
2008-07-31Automatically load chex.deh on startup if playing in chex mode.Simon Howard
2008-03-09Split out configuration file code from m_misc.c into m_config.c. MoveSimon Howard
2008-02-10Fix compiler warnings. Refactor the intercepts overrun code so that itSimon Howard
2008-02-09Fix up the R_Main startup progress dots. If stdout is a file, don'tSimon Howard
2008-02-09Define WIN32_LEAN_AND_MEAN to fix windows build of i_system.c.Simon Howard
2008-02-09Remove some unneeded functions from i_system.c. Make I_Error exit usingSimon Howard
2007-05-31Initial joystick support.Simon Howard
2007-05-24Use I_Sleep in i_system.c instead of SDL_Delay directly.Simon Howard
2007-05-16Add FEATURE_SOUND.Simon Howard
2007-02-14Make I_Error call abort() instead of exit(), so that we can get aSimon 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-11-14Support running as a screensaver under X!Simon Howard
2006-10-18Strip out CVS logs, RCS Id tags.Simon Howard
2006-09-25Add "test controls" mode - for setup.exe in the future. Start straightSimon Howard
2006-09-22Add DEH_String() conversions on more strings that are not being converted.Simon Howard
2006-09-17Always wait for a keypress before closing the ENDOOM window; do not Simon Howard
2006-08-31Use the new TXT_Sleep function in Doom.Simon Howard
2006-06-03Detect recursive calls to I_Error to prevent an infinite loop.Simon Howard
2006-04-06Save demos when quitting normally - it is no longer neccessary to pressSimon Howard
2006-03-30Increase the default heap size to 16MB, and add a -mb parameter to allowSimon Howard
2006-03-30Split off timer code into separate i_timer.c file. Add d_dedicated.cSimon Howard
2006-01-13Textscreen getchar() function; remove SDL code from I_Endoom.Simon Howard
2006-01-08show_endoom config file option to disable the endoom screenSimon Howard
2005-12-30Millisecond clock functionSimon Howard
2005-11-17Catch SDL_QUIT event on ENDOOM displaySimon Howard
2005-10-09Handle blinking text in ENDOOM lumps properly.Simon Howard
2005-10-02Fix the length of time that ENDOOM is displayed forSimon Howard
2005-10-02ENDOOM support using text mode emulationSimon Howard
2005-09-22Remove external statistics driver support (-statcopy):Simon Howard
2005-09-08Delay calls so we don't use the entire CPUSimon Howard
2005-09-06Restore -nosound, -nosfx, -nomusicSimon Howard
2005-08-04Silence compiler warningsSimon Howard
2005-08-04Begin/EndRead now in i_video.cSimon Howard
2005-07-25Port timer code to SDLSimon Howard
2005-07-23Startup messages as in the DOS exesSimon Howard
2005-07-23Remove unneccessary pragmasSimon Howard
2005-07-23Update copyright to GNU GPLSimon Howard
2005-07-23Initial revisionSimon Howard