0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 12 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Fix jpeg warnings
tma
More... about 13 years ago
* Crash recovery for com_pipeFile (Lakitu7)
tma
More... about 13 years ago
Fix JPEG compression for screenshots and mjpeg video recording with new JPG library More... about 13 years ago
Bug 4936 - Wrong color for non-ascii symbols in console More... about 13 years ago
Bug 4935 - dedicated server linked against libjpeg if using system libjpeg, patch by Simon McVittie More... about 13 years ago
Fix dynamic lighting for moving world surfaces. Patch by gimhael, thx More... about 13 years ago
- Properly use ALC_ALL_DEVICES_SPECIFIER in sound info - Properly use ALC_CAPTURE_DEVICE_SPECIFIER in sound info More... about 13 years ago
* Fix whitespace
tma
More... about 13 years ago
- Remove alext.h dependency and manually add the required macros - Use ALC_DEFAULT_ALL_DEVICES_SPECIFIER instead of ALC_DEFAULT_DEVICE_SPECIFIER if extension exists More... about 13 years ago
include vm_local.h in vm_powerpc_asm.c More... about 13 years ago
add missing jconfig.h More... about 13 years ago
include alext.h for ALC_ALL_DEVICES_SPECIFIER More... about 13 years ago
- Migrate to jpeg-8c - Add possibility to link against system libjpeg More... about 13 years ago
Revert premature change to Makefile for migration to jpeg-8c. *sigh* More... about 13 years ago
Make buffers for device lists a bit longer. Just in case. More... about 13 years ago
strtod exists in bg_lib.c now so Q_isanumber will work in the VMs, too. More... about 13 years ago
* Fix misplaced ; in MSVC _vsnprintf wrapper
tma
More... about 13 years ago
(#4925) - com_pipefile to create a named pipe for sending commands from other processes, patch by Chris Schwarz More... about 13 years ago
- Fix a compiler warning - Fix the detection of the enumeration extensions - Fix default device for s_alInputDevice - Adjust formatting of S_AL_Info output More... about 13 years ago
Fix bug where Com_StartupVariable would set CVAR_USER_CREATED on already existing cvars More... about 13 years ago
- I accidentally committed patch by slacker from (#4915) in r1916. Patch adds input device selection support - Add check for ALC_ENUMERATE_ALL_EXT before using ALC_ALL_DEVICES_SPECIFIER in device enumeration - Patch readme for new cvars by Zack Middleton More... about 13 years ago
Rename cvar "in_joystickThreshold" to "joy_threshold" as QVMs use the latter name. More... about 13 years ago
(#3767) Some protection from malicious qvms - patches and ideas by Amanieu d'Antras and Ben Millwood More... about 13 years ago
Zack Middleton made me do it More... about 13 years ago
Add g_humansplayers (found by server) and g_needpass (cvar) to serverinfo (#4702) More... about 13 years ago
Make Video settings menu revert some settings to default values via Cvar_Reset() instead of hardcoded values (#2589) More... about 13 years ago
Add in_availableJoysticks to list usable joysticks, similar to s_alAvailableDevices. Some parts of the patch provided by Zack Middleton More... about 13 years ago
- Fix potential out-of-bounds read in files.c, fix by using new FS_IsExt - Add capability to load demos with com_protocol suffix, partially applied patches from Simon McVittie - Fix demo loading if protocol number has more digits than 2 - Minor refactoring, replace all occurances of suffix "dm_" with global macro DEMOEXT More... about 13 years ago
Refactoring patch by DevHC More... about 13 years ago
Fix systeminfo command, fix by DevHC More... about 13 years ago