Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-01-10 | Bug 5146 - Remove last of warnings under gcc 4.6.1 for Linux, patch by ↵ | Thilo Schulz | |
q3urt.undead@gmail.com | |||
2013-01-10 | * Fix some grammar in DLL loading * s/Sys_LoadQVMDll/Sys_LoadGameDll/ | Tim Angus | |
2013-01-10 | - Fix already defined command warnings for minimize - Fix recursive ↵ | Thilo Schulz | |
CL_Shutdown warning and "command already defined" warnings when quitting while playing on a server that changed the gamedir. | |||
2013-01-10 | Don't search system directories for renderer lib | Thilo Schulz | |
2013-01-10 | Change DLL search path order for external libraries that are linked at ↵ | Thilo Schulz | |
runtime, like libcurl or libopenal to: * system library paths * executable path * fs_basepath | |||
2013-01-10 | Bug 5094 - Code cleanup, patch by Zack Middleton and DevHC. Fixes ↵ | Thilo Schulz | |
unused-but-set gcc warnings | |||
2013-01-10 | * Replace usage of system with fork/exec | Tim Angus | |
2013-01-10 | * Fix various issues with unix Sys_Dialog | Tim Angus | |
2013-01-10 | Bug 4812 - GCC __attribute__ annotations for printf, non-returning functions ↵ | Thilo Schulz | |
etc., patch by linux@youmustbejoking.demon.co.uk and Zack Middleton | |||
2013-01-10 | * Use specific exit code for xmessage | Tim Angus | |
2013-01-10 | - Improve game_restart: * differing screen resolutions and network settings ↵ | Thilo Schulz | |
are now honoured when changing fs_game * Fix hunk memory leak on game_restart * Move cls.state and cls.servername to clc so connection state is fully preserved over game_restart * Revert back to previous fs_game after disconnecting from a server that triggered a game_restart * Fix error dialog popping up after every game_restart if an error happened previously (reported by Ensiform) - Fixed that not all commands added by CL_Init() would be removed by CL_Shutdown() | |||
2013-01-10 | - Small change to search path order - local files not in .pk3s take ↵ | Thilo Schulz | |
precedence over files in pk3s. Should make life easier for modders/mappers wanting to override textures that are already contained in some older pk3 - Make VM loading more robust, change loading order: when vm_* == 0 first try loading DLL, then QVM in *each* search directory/path - Fix FS_FileForHandle that would return a FILE pointer to invalid file handle 0 | |||
2013-01-09 | Fix #if macros for idx64 and id386 | Thilo Schulz | |
2013-01-09 | - Add MASM assembler files for MSVC x64 projects to support vm_x86 in x64 ↵ | Thilo Schulz | |
mode - Clean up ftol()/snapvector() mess - Make use of SSE instructions for ftol()/snapvector() if available - move ftol/snapvector pure assembler to inline assembler, this will add x86_64 and improve support for different calling conventions - Set FPU control word at program startup to get consistent behaviour on all platforms | |||
2013-01-09 | - Add HOMEPATH default name define to q_shared.c, patch by uZu (#4973) - ↵ | Thilo Schulz | |
Reverted change from (#4972) and implemented the other suggestion to be consistent with cl_cgame.c and cl_ui.c | |||
2013-01-03 | * Merge ioq3-r1946 | Tim Angus | |
2013-01-03 | * Fix copyright notice on sys_osx.m | Christopher Schwarz | |
2013-01-03 | * Apparently the mv didn't take, during the ioq3 merge | Tim Angus | |
2013-01-03 | * Merge ioq3-r1813 | Tim Angus | |
2013-01-03 | * Fix black in names causing wonky colors in the system console when ↵ | Christopher Schwarz | |
followed by other colors |