summaryrefslogtreecommitdiff
path: root/src/i_main.c
AgeCommit message (Expand)Author
2009-09-06Fixes for MSVC compile (thanks entryway).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-03-14Add check to allow sched_setaffinity code to work on older versions ofSimon Howard
2009-03-03Look up SetProcessAffinityMask function at runtime, so that the programSimon Howard
2008-12-09Add check for sched_setaffinity to configure and only use it if it isSimon Howard
2008-09-20Set processor affinity under non-Windows platforms using the POSIX API.Simon 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