summaryrefslogtreecommitdiff
path: root/src/i_system.c
AgeCommit message (Expand)Author
2014-10-17Call SDL_Quit() on exitBrad Harding
2014-05-05Clean up file headers.Simon Howard
2014-04-30system: Refactor error dialog box.Simon Howard
2014-04-30system: Escape special characters for Zenity.Simon Howard
2014-04-29Add native notification box for errors on linux.Willy Barro
2014-04-01Replace all snprintf() calls with M_snprintf().Simon Howard
2013-08-11Remove Windows CE support.Simon Howard
2011-10-21Add command line parameter to disable the GUI pop-up window that appearsSimon Howard
2011-09-11Merge from trunk.Simon Howard
2011-09-11Don't show error dialog if running from the console on OS X.Simon Howard
2011-06-14Add missing include so that the OS X error window is displayed.Simon Howard
2011-06-13Merge from trunk.Simon Howard
2011-05-14Fix display of ENDOOM screen.Simon Howard
2011-03-30On OS X, display a dialog box when exiting with I_Error, like onSimon Howard
2011-03-09Add null sector dereference emulation code from Prboom+, to fix desyncSimon Howard
2011-02-12Merge from trunk.Simon Howard
2010-12-18Add a M_CheckParmWithArgs function, that behaves like M_CheckParm butSimon Howard
2010-12-10Merge from trunk.Simon Howard
2010-12-10Fix build problem (thanks Proteh).Simon Howard
2010-12-10Remove "Error:" from the message displayed by I_Error, to match Vanilla.Simon Howard
2009-07-13Merge from trunk.Simon Howard
2009-07-12On Windows CE, use the Windows API to find the amount of availableSimon Howard
2009-07-09Merge from trunk.Simon 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-09Merge from trunk.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-11-21Move setup/ into src/ and merge with main codebase. Remove duplicatedSimon Howard
2008-09-27Split out startup banner code into common code; display copyright noticeSimon Howard
2008-09-25Make ENDOOM screen work on Heretic.Simon Howard
2008-09-11Refactor configuration file system to allow configuration file variablesSimon Howard
2008-09-08Remove i_system.c dependency on doom/ code and add a generic I_AtExit()Simon Howard
2008-09-07Move dehacked code to doom/. Split dehacked string replacement code intoSimon Howard
2008-09-06Remove dependencies of i_video.c on doom/ code.Simon Howard
2008-09-06Remove includes of doomdef.h where possible, move generic parts into topSimon 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