Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-09 | stop accessing the hostname, the current username and the ↵ | /dev/humancontroller | |
architecture/platform/OS information use "UnnamedPlayer" as the default player name | |||
2017-03-09 | remove the (generally unsecure) use of PIDs and PID files | /dev/humancontroller | |
this includes the removal of the "safe mode" question feature | |||
2017-03-09 | remove the (generally unsecure) setenv command | /dev/humancontroller | |
2017-03-09 | on Windows, allow running without a system console (without crashing) | /dev/humancontroller | |
2017-02-07 | load libraries only, and load VMs additionally, from the path specified by ↵ | /dev/humancontroller | |
the fs_overpath cvar | |||
2017-02-07 | be more cautious in assigning default fs_ paths | /dev/humancontroller | |
2017-02-07 | stop referencing the current working directory | /dev/humancontroller | |
remove Sys_GetCwd() | |||
2017-02-06 | use system libraries more properly; introduce a dependency on Minizip | /dev/humancontroller | |
remove the USE_LOCAL_HEADERS option (it was broken anyway) | |||
2016-04-07 | Fix typo of SDL_Has3DNow() in Sys_GetProcessorFeatures() | Zack Middleton | |
2016-04-07 | Sys_GetProcessorFeatures() didn't check for 3DNow! or Altivec. | Ryan C. Gordon | |
2016-04-07 | Ensure reads from /dev/urandom are unbuffered | Dion Williams | |
Upstream: JACoders/OpenJK@de6a9dfd40065ae9a5a2b0b3ef701feee8dac867 | |||
2016-04-07 | Fix Windows file list extension check | Zack Middleton | |
Windows' Sys_ListFiles would add files that contain the extension anywhere, not only at the end of the file name. Example: "word.pk3omghacks" use to be loaded as a pk3 file. | |||
2016-04-07 | SIGABRT is in ANSI and POSIX.1, and SIGIOT isn't. | Pan7 | |
2015-03-17 | Add arrow key support for win32 console | Xycaleth | |
2015-03-17 | Set float rounding mode on non-Windows platforms | Zack Middleton | |
Sys_SetFloatEnv in sys_unix.c existed but was not called. It sets the rounding mode to "to nearest" which is the default on Linux. Might be required on other platforms, I don't know. | |||
2015-03-17 | Fix pid file ignoring user set fs_homepath | Zack Middleton | |
Create pid file in fs_homepath instead of (always) default homepath. If not manually set, fs_homepath is set to Sys_DefaultHomePath(). | |||
2015-03-17 | Fix a few warnings | Tim Angus | |
2014-08-28 | Get clipboard data from SDL | Zack Middleton | |
This makes pasting in client console and UI edit fields work on X11 and OS X. Sys_GetClipboardData is only used by client, so returning NULL in dedicated is fine. | |||
2014-08-28 | Check #ifdef MACOS_X not #if MACOS_X | Zack Middleton | |
2014-08-28 | Ignore -psn* arguments on Mac OS X | Zack Middleton | |
Mac OS X adds an argument starting with "-psn" when launched using Finder, Dock, or a terminal using open command and not specifying arguments. It caused the opening videos to be skipped. This change mimics SDL 1.2. | |||
2014-08-28 | Various fixes from Fuma | Tim Angus | |
2014-08-28 | The in_mouse stuff makes no sense in SDL2 | Tim Angus | |
2014-08-28 | Use SDL 2 instead of SDL 1.2 | Tim Angus | |
2014-06-17 | Fix potential OOB in Windows Dedicated TTY CON_Show | Zack Middleton | |
Found by Coverity. | |||
2014-06-17 | Release netowrk bindings on shutdown | MAN-AT-ARMS | |
2014-06-17 | Bug #6021 Fix misuse of Sys_Mkdir (Joerg Dietrich) | Tim Angus | |
2014-06-17 | Fix recursive crash when home path cannot be created | Thilo Schulz | |
2014-06-17 | Fix Windows server history scrolling | Zack Middleton | |
Update history position when CON_HistNext goes to input line, otherwise when going to previous a line is skipped. Don't let CON_HistPrev go to unused lines. | |||
2013-05-31 | make the fread() success-check code in Sys_RandomBytes() more secure | /dev/humancontroller | |
2013-05-03 | Fix shfolder.dll not getting freed | Tim Angus | |
2013-02-16 | Update copyright notices | Tim Angus | |
2013-02-16 | 5717 - Gamecode can open file "" for reading | Zack Middleton | |
2013-01-12 | Fix win32 console partial print being overwritten | Zack Middleton | |
2013-01-12 | Make win32 console cursor visible | Zack Middleton | |
2013-01-12 | Fix win32 input left on buffer and overwritten | Zack Middleton | |
The input line on the console screen buffer was moved up a line and overwritten by CON_Print. Remove input line when console shutdown as well. | |||
2013-01-12 | Don't look for colors past win32 input line length | Zack Middleton | |
2013-01-12 | Fix win32 dedicated input line printing to backlog | Zack Middleton | |
Use to write win32 input line using WriteConsole then overwrite by CON_Print, so when CON_Print removes color format characters the end of original input line was visable. "hi ^1guys" use to be shown as "hi guysys" in the console backlog. | |||
2013-01-12 | Colorize text on win32 console | Zack Middleton | |
Text input line color based on code by "spior" Main colorize function based on Sys_AnsiColorPrint in sys_main.c | |||
2013-01-12 | Fix this for real now. | Thilo Schulz | |
2013-01-12 | * Fix warning | Tim Angus | |
2013-01-12 | Fix windows as well | Thilo Schulz | |
2013-01-12 | * (bug #5709) Fix crash when invoked with --version | Tim Angus | |
2013-01-12 | Removed 0xAD character, from /dev/humancontroller. | Zack Middleton | |
2013-01-12 | CVE-2012-3345 | Zachary Slater | |
2013-01-12 | Unix clients can now enter commands from tty console. Patch by Rambetter ↵ | Zack Middleton | |
with some edits by me. (#4799) | |||
2013-01-10 | * Fix various warnings with GCC and clang | Tim Angus | |
2013-01-10 | Force unload of running VMs when quitting through signal handler | Thilo Schulz | |
2013-01-10 | Set default rounding mode to FE_NEAREST again. Thanks to Matthias Bentrup ↵ | Thilo Schulz | |
for providing some explanations. | |||
2013-01-10 | Fixed win32 dedicated server console output. It use to write input line and ↵ | Zack Middleton | |
then write output over the top of it. Reported by Ensiform. | |||
2013-01-10 | Use STDOUT_FILENO instead of 1 in con_tty.c | Zack Middleton | |