summaryrefslogtreecommitdiff
path: root/src/sys
AgeCommit message (Expand)Author
2017-03-11use more descriptive -- and funny -- shutdown messages due to common system s.../dev/humancontroller
2017-03-09stop accessing the hostname, the current username and the architecture/platfo.../dev/humancontroller
2017-03-09remove the (generally unsecure) use of PIDs and PID files/dev/humancontroller
2017-03-09remove the (generally unsecure) setenv command/dev/humancontroller
2017-03-09on Windows, allow running without a system console (without crashing)/dev/humancontroller
2017-02-07load libraries only, and load VMs additionally, from the path specified by th.../dev/humancontroller
2017-02-07be more cautious in assigning default fs_ paths/dev/humancontroller
2017-02-07stop referencing the current working directory/dev/humancontroller
2017-02-06use system libraries more properly; introduce a dependency on Minizip/dev/humancontroller
2016-04-07Fix typo of SDL_Has3DNow() in Sys_GetProcessorFeatures()Zack Middleton
2016-04-07Sys_GetProcessorFeatures() didn't check for 3DNow! or Altivec.Ryan C. Gordon
2016-04-07Ensure reads from /dev/urandom are unbufferedDion Williams
2016-04-07Fix Windows file list extension checkZack Middleton
2016-04-07SIGABRT is in ANSI and POSIX.1, and SIGIOT isn't.Pan7
2015-03-17Add arrow key support for win32 consoleXycaleth
2015-03-17Set float rounding mode on non-Windows platformsZack Middleton
2015-03-17Fix pid file ignoring user set fs_homepathZack Middleton
2015-03-17Fix a few warningsTim Angus
2014-08-28Get clipboard data from SDLZack Middleton
2014-08-28Check #ifdef MACOS_X not #if MACOS_XZack Middleton
2014-08-28Ignore -psn* arguments on Mac OS XZack Middleton
2014-08-28Various fixes from FumaTim Angus
2014-08-28The in_mouse stuff makes no sense in SDL2Tim Angus
2014-08-28Use SDL 2 instead of SDL 1.2Tim Angus
2014-06-17Fix potential OOB in Windows Dedicated TTY CON_ShowZack Middleton
2014-06-17Release netowrk bindings on shutdownMAN-AT-ARMS
2014-06-17Bug #6021 Fix misuse of Sys_Mkdir (Joerg Dietrich)Tim Angus
2014-06-17Fix recursive crash when home path cannot be createdThilo Schulz
2014-06-17Fix Windows server history scrollingZack Middleton
2013-05-31make the fread() success-check code in Sys_RandomBytes() more secure/dev/humancontroller
2013-05-03Fix shfolder.dll not getting freedTim Angus
2013-02-16Update copyright noticesTim Angus
2013-02-165717 - Gamecode can open file "" for readingZack Middleton
2013-01-12Fix win32 console partial print being overwrittenZack Middleton
2013-01-12Make win32 console cursor visibleZack Middleton
2013-01-12Fix win32 input left on buffer and overwrittenZack Middleton
2013-01-12Don't look for colors past win32 input line lengthZack Middleton
2013-01-12Fix win32 dedicated input line printing to backlogZack Middleton
2013-01-12Colorize text on win32 consoleZack Middleton
2013-01-12Fix this for real now.Thilo Schulz
2013-01-12* Fix warningTim Angus
2013-01-12Fix windows as wellThilo Schulz
2013-01-12* (bug #5709) Fix crash when invoked with --versionTim Angus
2013-01-12Removed 0xAD character, from /dev/humancontroller.Zack Middleton
2013-01-12CVE-2012-3345Zachary Slater
2013-01-12Unix clients can now enter commands from tty console. Patch by Rambetter with...Zack Middleton
2013-01-10* Fix various warnings with GCC and clangTim Angus
2013-01-10Force unload of running VMs when quitting through signal handlerThilo Schulz
2013-01-10Set default rounding mode to FE_NEAREST again. Thanks to Matthias Bentrup for...Thilo Schulz
2013-01-10Fixed win32 dedicated server console output. It use to write input line and t...Zack Middleton