summaryrefslogtreecommitdiff
path: root/src/i_main.c
AgeCommit message (Expand)Author
2014-12-18Strip out CPU affinity hack.Simon Howard
2014-05-05Clean up file headers.Simon Howard
2013-08-11Remove Windows CE support.Simon Howard
2011-02-24Load response files from main() before calling D_DoomMain, so that allSimon Howard
2009-10-16Fix compile under MSVC (thanks entryway).Simon Howard
2009-06-09Merge from trunk.Simon Howard
2009-06-08Use SDL's getenv/putenv implementation, and populate at startup.Simon Howard
2009-06-07Add CPU affinity function for Windows CE.Simon Howard
2009-05-14Merge from trunk. Note that src/i_sdlsound.c has not yet been merged asSimon Howard
2009-03-14Add check to allow sched_setaffinity code to work on older versions ofSimon Howard
2009-03-12Update from trunk.Simon Howard
2009-03-03Look up SetProcessAffinityMask function at runtime, so that the programSimon Howard
2008-12-20Merge from trunk.Simon Howard
2008-12-09Add check for sched_setaffinity to configure and only use it if it isSimon Howard
2008-10-31Don't set processor affinity on OSX, as it does not supportSimon Howard
2008-09-23Merge updates from trunk.Simon Howard
2008-09-20Set processor affinity under non-Windows platforms using the POSIX API.Simon Howard
2008-09-07Move m_bbox.[ch] back to common (needed by v_video.c). Remove someSimon Howard
2008-09-06Remove includes of doomdef.h where possible, move generic parts into topSimon Howard
2008-04-19Fix some more warnings.Simon Howard
2008-02-09Set the process affinity mask to 1 on Windows, to work around a bug inSimon Howard
2007-05-31Initial joystick support.Simon Howard
2006-12-24Include "SDL.h", not <SDL.h>, as per http://www.libsdl.org/faq.phpSimon Howard
2006-10-18Strip out CVS logs, RCS Id tags.Simon Howard
2006-06-21Let the SDL parachute catch crashes and shut down properly. Don't crashSimon Howard
2006-03-18Add missing SDL.h include for i_main.c - fixes play under MacOS X!Simon Howard
2005-09-14Fix startup messages displayed (build a console binary; remove CONSimon Howard
2005-09-07No SIGHUP on WindowsSimon Howard
2005-09-07Catch signals and exit cleanlySimon Howard
2005-08-30Windows fixesSimon Howard
2005-07-23Update copyright to GNU GPLSimon Howard
2005-07-23Initial revisionSimon Howard