Commit graph

  • eee5498019 Zakk wisheth - Thilo answereth (#4070) Use cg_drawWeapon 2/3 to make weapon left-handed/centered Thilo Schulz 2009-11-09 12:23:03 +0000
  • 3cb58d7cc5 A few fixes for the new changes Thilo Schulz 2009-11-08 17:36:05 +0000
  • cd38bf6bf5 Rework CFLAGS: separate CFLAGS for client, server, and VMs. (#3533) Thilo Schulz 2009-11-08 17:04:30 +0000
  • 5785b45e6a Shut up warn_unused_result warning Thilo Schulz 2009-11-08 17:00:27 +0000
  • f086a5d20d That option does not exist for servers Thilo Schulz 2009-11-08 14:59:06 +0000
  • 108705d31f * Rewrite win32 Sys_Mkdir to use CreateDirectory * Make FS_ReplaceSeparators filter out runs of multiple separators * Make FS_CreatePath skip creation of the root directory Tim Angus 2009-11-07 16:43:02 +0000
  • 0f9a5e09eb * Improve displayed error message when pak?.pk3 is missing Tim Angus 2009-11-06 16:25:14 +0000
  • c98df5ad58 * Make window centering optional, defaulting to off Tim Angus 2009-11-06 15:34:05 +0000
  • 223b851b7b Commit two patches from SmokingGuns's Tequila, fixing problems with very fast movers and a typo in the string drawing function. (#4329) and (#4330) Thilo Schulz 2009-11-06 12:02:02 +0000
  • 4ba2452f83 Use new Sys_SetEnv here Thilo Schulz 2009-11-06 10:50:16 +0000
  • 568cf2732a * Fix to GLimp_DetectAvailableModes not sorting the first returned mode Tim Angus 2009-11-05 20:29:26 +0000
  • eee9770fbf * Reimplement r1597-1598 in a better way (Oopss) * Fix Sys_SetEnv warning Tim Angus 2009-11-05 20:20:23 +0000
  • e8f5d5055d fix wrong strcpy usage (#4331, patch by Andreas Bierfert) Ludwig Nussel 2009-11-04 18:13:05 +0000
  • 621f91783c Different default values for multicast-scope on Windows and non-Windows OS Thilo Schulz 2009-11-04 00:42:22 +0000
  • d574e10bc4 Ugh. Forgotten ) Thilo Schulz 2009-11-03 20:44:16 +0000
  • bd2ab9bffd - implement r_noborder, inspired by patch from ensiform (#4289) - Add Sys_SetEnv for portable setting of environment variables - Default ioquake3 to appear on the center of the screen if running in windowed mode. Thilo Schulz 2009-11-03 20:29:43 +0000
  • c90eae4de5 Make debug cflags configurable like via Makefile.local Thilo Schulz 2009-11-03 19:23:51 +0000
  • f5d79ea066 Fix bug where game freezes in infinite loop because it doesn't find a spawn point on maps with many bot/human-only spawnpoints. Thanks Pan for reporting this Thilo Schulz 2009-11-03 13:28:52 +0000
  • 018de1dd2e Added TTimo's QuakeLive-style mouse acceleration, thanks Gabriel Schnoering and TTimo for the patch. (#3693) Thilo Schulz 2009-11-02 16:17:10 +0000
  • 3d7d2d9f5b check all jumps (#4249) Ludwig Nussel 2009-11-01 19:58:27 +0000
  • 12189381b5 fix cmp imm reg Ludwig Nussel 2009-11-01 19:58:25 +0000
  • da31866f6d report memory violations in debug mode Ludwig Nussel 2009-11-01 19:58:21 +0000
  • 4722d311fd better range checks Ludwig Nussel 2009-11-01 19:58:18 +0000
  • b7eae0dca5 implement immediate argument for call Ludwig Nussel 2009-11-01 19:58:16 +0000
  • ed98f65d10 optimize const before jump Ludwig Nussel 2009-11-01 19:58:12 +0000
  • a7dee44def check const jump argument Ludwig Nussel 2009-11-01 19:58:09 +0000
  • 469c986640 more security checks in interpreter (#4249) Ludwig Nussel 2009-11-01 19:58:07 +0000
  • cc9a74a218 Define stack sizes at central place Ludwig Nussel 2009-11-01 19:58:03 +0000
  • 698127ad32 * Updated to SDL 1.2.14. For future reference, the command you can't remember is: 'install_name_tool -id @executable_path/libSDL-1.2.0.dylib libSDL-1.2.0.dylib' Tony J. White = 2009-10-29 03:09:07 +0000
  • 83d0755ad1 * Whitespace Tim Angus 2009-10-28 22:12:56 +0000
  • 9f6cee30d3 * Remove disabling of stdout/err redirection on windows as it doesn't work (since the environment variable is acted upon by the SDL_main stuff, which happens before our main) Tim Angus 2009-10-27 11:48:18 +0000
  • e345f9f81f New batch of fixes for the OpenAL part: - Don't play sources outside the listening range (Thanks Kpaxian for bringing this to my attention) - Handle previously unhandled errors for old OpenAL sample implementation which does not support AL_SEC_OFFSET (sounds won't be synchronized then), thanks to Tequila from SmokingGuns for reporting this. Thilo Schulz 2009-10-27 11:13:33 +0000
  • 0ecfcfa872 Make not playing loop sources weaker in priority, so if we have reached the maximum number of sources, inaudible loops are removed first. Thilo Schulz 2009-10-26 23:20:05 +0000
  • 2fecf6d6bc get rid of gas remains Ludwig Nussel 2009-10-26 21:59:03 +0000
  • 0adae90465 Fix another issue I didn't know about: cgame does not kill sound loops it startet, just stops sending the entity information for these loops. Changed it so that loops added with AddLoopingsound() are being killed again as soon as the entity to the source is not sent anymore. Thilo Schulz 2009-10-26 05:02:18 +0000
  • 5004ada284 * Fix some warnings in lcc compile Tim Angus 2009-10-25 23:44:20 +0000
  • 568cf6c1dd * Update SDL headers and win32 libs to 1.2.14 Tim Angus 2009-10-25 23:07:11 +0000
  • 968892c61b * Bump the minimum SDL version up to 1.2.10, and remove workarounds for earlier versions Tim Angus 2009-10-25 22:36:32 +0000
  • f9c4003186 * Make [sv|cl]_packetdelay work when timescale is not 1 (arQon) Tim Angus 2009-10-25 21:54:45 +0000
  • 43d31f7c3a * (bug #4316) Hack to work around suspected driver bug (Lakitu7) Tim Angus 2009-10-25 21:48:48 +0000
  • 0bdf52e2fb Show color codes in full length, patch by Amanieu (#4318) Thilo Schulz 2009-10-25 19:51:32 +0000
  • 2fc4023e0b fix zlib includes Ludwig Nussel 2009-10-24 14:19:39 +0000
  • c312449422 Add SIGCONT signal handler to reinitialize console after doing CTRL+Z / fg, as under Linux/bash stdin seems to lose O_NONBLOCK flag as well as all tcsetattr() attributes after foregrounding Thilo Schulz 2009-10-24 12:01:29 +0000
  • 3c501df298 A few more last fixes that will handle some special cases Thilo Schulz 2009-10-24 08:33:12 +0000
  • 1ea420e8a8 Better stop than just pause. Thilo Schulz 2009-10-23 23:51:00 +0000
  • 898f1ed2f7 Don't kill sources out of range, just pause them. Make sure the listener gets the impression sources have been continuing to run in the background. Thilo Schulz 2009-10-23 23:32:52 +0000
  • 91e8fed743 * Adapted the universal build script to work with the newer Makefile since CFLAGS are sent to the linker now in addition to LDFLAGS * Remove Mac OS X 10.2 support from the universal build script. Tony J. White = 2009-10-23 18:58:24 +0000
  • 55943c51f3 -lz must be specified after object files using it Ludwig Nussel 2009-10-23 12:57:45 +0000
  • 465c6101e0 remove redundancy Thilo Schulz 2009-10-23 12:30:00 +0000
  • d12751f62b Synchronize looping ambient sounds (#2984) Thilo Schulz 2009-10-23 12:18:49 +0000
  • c05d9c9f0c Fix uninitialized words in VM interpreter, reported by Patrick Baggett (4281) Thilo Schulz 2009-10-23 03:02:08 +0000
  • 6fb304619b - Add Ben Millwood's implementation of strtod/strtol to bg_lib.c - Add %s scanf patch from M. Kristall to scanf in bg_lib.c Thilo Schulz 2009-10-21 10:18:46 +0000
  • c8583df572 * D'oh, vm_ppc.c isn't used any more Tim Angus 2009-10-20 11:47:34 +0000
  • d47509b861 * Sort out the white space disaster in vm_ppc.c Tim Angus 2009-10-20 11:44:25 +0000
  • 60ed7a4cc4 * (bug #4249) Fix similar overflow in PPC VM (untested) Tim Angus 2009-10-20 11:36:45 +0000
  • ba31be1736 Fix botlib parser for negative int/float values, thanks to Makro for reporting (#4227). Thilo Schulz 2009-10-19 23:29:44 +0000
  • 5663ff1362 * (bug #4249) Fix buffer overflow in x86 VM Tim Angus 2009-10-19 23:01:00 +0000
  • fd57c987c4 Fix infinite loop in case an invalid pk3 file has been downloaded from the server. Thanks tjw for reporting (#3074) Thilo Schulz 2009-10-19 22:36:17 +0000
  • d93cc3c997 Shut up warnings Thilo Schulz 2009-10-19 18:54:09 +0000
  • 585e6f9840 - Applied patch from /dev/humancontroller to set cvar_modifiedFlags from Cvar_Set_f (#3636) - Exchanged ugly code with Cmd_ArgsFrom() Thilo Schulz 2009-10-19 16:52:16 +0000
  • 118fbdf741 - Tested and updated MSVC project file to really make it work with new zlib - Removed unnecessary zconf.in.h - Fixed include dirs for several MSVC targets Thilo Schulz 2009-10-19 16:16:52 +0000
  • 4b1b4c76d6 Last revision (1681) was described incorrectly. It uses parts of Amanieu's patch to add the most recent version of zlib to ioquake3. Thilo Schulz 2009-10-19 14:32:06 +0000
  • cc919c05fd Just unix2dos, nothing to see here ... Thilo Schulz 2009-10-19 14:00:16 +0000
  • 17ca252753 Adding missing header includes to botlib files. Thanks to Ben Millwood for patch. (#4237) Thilo Schulz 2009-10-18 00:28:38 +0000
  • 7afb92be27 * Remove the SDL patch as it has since been incorporated into SDL svn Tim Angus 2009-10-18 00:02:24 +0000
  • 5dfed62006 * Reverted fix for #3533 Tim Angus 2009-10-17 23:40:10 +0000
  • 9e80310d44 * (bug #3533) -ffast-math is apparently problematic on OSX Tim Angus 2009-10-17 23:29:54 +0000
  • 88535ab1ea Only create botlib.log if in bot developer mode. Thilo Schulz 2009-10-17 22:35:45 +0000
  • b9ec0e4639 Don't look for DLLs on current working directory anymore, for security reasons. Thilo Schulz 2009-10-17 22:06:51 +0000
  • 504bd58b90 * Disable stdout/stderr redirection on Windows Tim Angus 2009-10-16 22:36:57 +0000
  • b383ad18bc Still some info on the impact marks thing Thilo Schulz 2009-10-16 20:35:45 +0000
  • b3f36fc830 Allow weapon marks on triangle meshes (default: disabled), patch by Oliver McFadden. http://bugzilla.icculus.org/show_bug.cgi?id=3774 Thilo Schulz 2009-10-16 20:26:18 +0000
  • 37598962f5 * Actually that can be more precise... Tim Angus 2009-10-16 19:21:31 +0000
  • b539a87e72 * (bug #4232) Avoid "cl.snap.serverTime < cl.oldFrameServerTime" for slow loading clients combined with short g_warmups Tim Angus 2009-10-15 23:39:19 +0000
  • ab4bf148a1 * Quieten pkg-config and sdl-config tests down, portably Tim Angus 2009-10-15 13:11:49 +0000
  • 8e04904375 * Make LCC's handling of -D arguments on windows consistent with other plaftorms Tim Angus 2009-10-15 11:36:51 +0000
  • 1da457889e * Fix cross compilation Tim Angus 2009-10-14 00:16:17 +0000
  • 2fd7ffe754 * Unquieten [pkg|sdl]-config for the time being Tim Angus 2009-10-13 16:33:54 +0000
  • 639fdb4ed3 * Fix MinGW build (it doesn't have _putenv_s) Tim Angus 2009-10-13 15:58:23 +0000
  • 290f51e353 - Change default openal lib to libopenal.so.1 - USE_OPENAL_DLOPEN=1 now default Thilo Schulz 2009-10-13 15:39:39 +0000
  • fc539dc46a Improve OpenAL error handling, patch by Ben Millwood. https://bugzilla.icculus.org/show_bug.cgi?id=3776 Thilo Schulz 2009-10-13 15:23:17 +0000
  • 4ad2955cab * Make the MinGW build explicitly use gcc * Quieten pkg-config and sdl-config tests down * Improve speed of dependency processing, particularly on MinGW Tim Angus 2009-10-13 15:22:43 +0000
  • 186f30a74f Fix netcode inconsistency, thanks to /dev/humancontroller for the patch, see http://bugzilla.icculus.org/show_bug.cgi?id=4060 Thilo Schulz 2009-10-12 17:17:15 +0000
  • e48b56559d MinGW doesn't have setenv() either, so..... Thilo Schulz 2009-10-12 16:20:01 +0000
  • d86dd71327 Fix environment variable handling for Linux, make setenv command added before parsing of configuration files. (https://bugzilla.icculus.org/show_bug.cgi?id=3626) Thilo Schulz 2009-10-12 16:03:18 +0000
  • 387dc9d6ff Don't need a call to va() for this Thilo Schulz 2009-10-12 03:21:02 +0000
  • 5a882a72e4 fs_fakeChkSum is indeed obsolete and unnecessary. Removing it altogether now. Thilo Schulz 2009-10-12 03:20:44 +0000
  • 691da05b74 Whoops.. don't make it overwrite cmds in case of recursive error. Thilo Schulz 2009-10-11 18:34:15 +0000
  • fee5a4a157 Fix recursive error for disconnect after reliable client command overflow. Thanks to /dev/humancontroller for reporting. https://bugzilla.icculus.org/show_bug.cgi?id=3616 Thilo Schulz 2009-10-11 18:31:00 +0000
  • fd90f4f579 Fix fake checksum handling if client is unpure, make sure client does not remain unpure after FS_Restart. Thanks to /dev/humancontroller for reporting. http://bugzilla.icculus.org/show_bug.cgi?id=3605, thanks Thilo Schulz 2009-10-11 16:34:26 +0000
  • a97ab9f2fe Add guid to userinfo string, thanks Guillaume Bougard. https://bugzilla.icculus.org/show_bug.cgi?id=3570 Thilo Schulz 2009-10-08 23:01:39 +0000
  • 2d344eb82e Apply patch from Jay Weisskopf adding an aspect ratio menu entry to resolution selector: https://bugzilla.icculus.org/show_bug.cgi?id=3475 Thilo Schulz 2009-10-08 22:40:11 +0000
  • 93aedb5bbf fix comment Thilo Schulz 2009-10-08 22:29:55 +0000
  • ff2f143882 Make s_volume cvar affect volume of S_Base_RawSamples, thanks to Jay Weisskopf for reporting. https://bugzilla.icculus.org/show_bug.cgi?id=3474 Thilo Schulz 2009-10-08 22:26:10 +0000
  • 9b7543a905 Fix circumventing sv_maxping restriction, thanks to Amanieu for reporting. http://bugzilla.icculus.org/show_bug.cgi?id=3423 Thilo Schulz 2009-10-08 20:03:25 +0000
  • 40c773d80e Don't set SDL variables if we don't build the client -> removes error messages when building on a server without SDL installed. Thilo Schulz 2009-10-08 19:21:42 +0000
  • 8d8ed0b47a * Fix bad syntax in 64bit assembler (Undeference) Tim Angus 2009-10-06 17:56:36 +0000
  • d53eeae419 Fix memory overwrite when client has too many maps. Thanks to beast for the reporting & the patch. http://bugzilla.icculus.org/process_bug.cgi Thilo Schulz 2009-10-06 14:28:50 +0000
  • 549f23bda6 Fix bot loading in case player supplied invalid bot names Thilo Schulz 2009-10-06 14:17:12 +0000
  • de9cf465cc Don't award assist bonuses to flag capturing player, https://bugzilla.icculus.org/show_bug.cgi?id=3260 Thilo Schulz 2009-10-06 14:10:45 +0000