Age | Commit message (Expand) | Author |
2011-10-21 | Add command line parameter to disable the GUI pop-up window that appears | Simon Howard |
2011-09-11 | Merge from trunk. | Simon Howard |
2011-09-11 | Don't show error dialog if running from the console on OS X. | Simon Howard |
2011-06-14 | Add missing include so that the OS X error window is displayed. | Simon Howard |
2011-06-13 | Merge from trunk. | Simon Howard |
2011-05-14 | Fix display of ENDOOM screen. | Simon Howard |
2011-03-30 | On OS X, display a dialog box when exiting with I_Error, like on | Simon Howard |
2011-03-09 | Add null sector dereference emulation code from Prboom+, to fix desync | Simon Howard |
2011-02-12 | Merge from trunk. | Simon Howard |
2010-12-18 | Add a M_CheckParmWithArgs function, that behaves like M_CheckParm but | Simon Howard |
2010-12-10 | Merge from trunk. | Simon Howard |
2010-12-10 | Fix build problem (thanks Proteh). | Simon Howard |
2010-12-10 | Remove "Error:" from the message displayed by I_Error, to match Vanilla. | Simon Howard |
2009-07-13 | Merge from trunk. | Simon Howard |
2009-07-12 | On Windows CE, use the Windows API to find the amount of available | Simon Howard |
2009-07-09 | Merge from trunk. | Simon Howard |
2009-06-16 | Automatically allocate a smaller zone size if it was not possible to | Simon Howard |
2009-06-10 | Add key bindings for pause, message refresh. | Simon Howard |
2009-06-09 | Merge from trunk. | Simon Howard |
2009-06-07 | Exit with an error on failure to allocate zone memory. | Simon Howard |
2009-06-07 | Use MessageBoxW instead of MessageBox (doesn't exist on Windows CE) | Simon Howard |
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-11-21 | Move setup/ into src/ and merge with main codebase. Remove duplicated | Simon Howard |
2008-09-27 | Split out startup banner code into common code; display copyright notice | Simon Howard |
2008-09-25 | Make ENDOOM screen work on Heretic. | Simon Howard |
2008-09-11 | Refactor configuration file system to allow configuration file variables | Simon Howard |
2008-09-08 | Remove i_system.c dependency on doom/ code and add a generic I_AtExit() | Simon Howard |
2008-09-07 | Move dehacked code to doom/. Split dehacked string replacement code into | Simon Howard |
2008-09-06 | Remove dependencies of i_video.c on doom/ code. | Simon Howard |
2008-09-06 | Remove includes of doomdef.h where possible, move generic parts into top | 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 |