Commit Graph

1028 Commits

Author SHA1 Message Date
Ryan C. Gordon 5af41ec3eb Fixed debug error message on loki_setup's stdout. 2006-11-29 06:44:58 +00:00
Tim Angus 6872486e1b * Change trunk installer release name to 'svn'
* Fix tabulation in README
2006-11-28 16:20:23 +00:00
Tim Angus 4abd270a67 * Merge 954:955 from 1.34 branch 2006-11-28 14:03:27 +00:00
Thilo Schulz 4502f863d4 There's still a little bug in my recent change... 2006-11-26 11:12:35 +00:00
Thilo Schulz 26cf8f2987 - Add input sanitising to various sound playing functions called from MODs.
This fixes https://bugzilla.icculus.org/show_bug.cgi?id=2836
- Make searching through the knownSfx array a bit more efficient.
2006-11-25 13:35:23 +00:00
Thilo Schulz 3b046464e3 Remove unnecessary hack. Thanks to ensiform. 2006-11-25 11:03:30 +00:00
Thilo Schulz 5a195bdd7b Fix vsprintf bug, thanks to ensiform. 2006-11-25 10:54:41 +00:00
Thilo Schulz d23e7a1521 Fix bug in parameter checking. Thanks to Neil Toronto for reporting. 2006-11-23 11:10:30 +00:00
Coyote 9563aec49b Changes to the Solaris build scripts.. 2006-11-22 13:55:22 +00:00
Coyote 1cd69be223 Minor changes to Solaris build scripts 2006-11-21 13:09:25 +00:00
Coyote b032a84996 Yet another attempt... 2006-11-21 08:44:46 +00:00
Ryan C. Gordon fb6d6d43b4 Attempt #2 at fixing login for Vincent... 2006-11-21 08:40:52 +00:00
Ryan C. Gordon 57a093c408 (Ryan committing here...)
Downgraded myself in the credits, so I could test Vincent's svn problem...
2006-11-21 08:36:40 +00:00
Thilo Schulz b6aed5dfb5 gnahh.. I hate windows. 2006-11-09 14:51:24 +00:00
Thilo Schulz b8573b7b4e Update readme to include curl variables. 2006-11-09 14:29:57 +00:00
Zachary Slater 84df97f187 Fixing a bunch of links. 2006-11-06 04:03:34 +00:00
Thilo Schulz aea7262d86 Only stop demo on map change if it was started by autorecord. 2006-11-03 08:42:21 +00:00
Thilo Schulz b57a970034 - Explicitly set distance attenuation model.
- Mute sounds that exceed a certain distance from the listener.
2006-11-03 08:22:38 +00:00
Thilo Schulz 90208be35a - Remove "server crashed" message on server shutdown caused by local client disconnect.
- Stop demo recording on a new gamestate packet so the demo won't end with a new level load.
2006-10-27 12:49:55 +00:00
Thilo Schulz 78e6b4a904 Fix weight interpolation thanks to cyrri 2006-10-25 21:20:55 +00:00
Tony J. White = 8b1b3464d7 * (bug 2758) Toggling the console while holding keys can put the cgame/ui
keycatchers in a bad place since they see a key press for a key that is
  already in a down state.  Simply clearing the down state of all keys as
  the console is toggled seems like a simple fix.
2006-10-23 15:18:05 +00:00
Ludwig Nussel fe3e8ba879 fix readlink() for /bin/sh != bash 2006-10-18 19:11:19 +00:00
Zachary Slater 3089de8f42 Updated the README for os x, and another fix for the get page. 2006-10-15 18:39:35 +00:00
Zachary Slater 7aa8d6f790 Minor update to point to the patch page 2006-10-15 18:36:29 +00:00
Tony J. White = 189e8b33f3 * (bug 2784) help to prevent reliable command overflow in cases when a slow
client is loading the map on a busy server. Specifically, hold back all
  configstring update commands while the client is CS_PRIMED.  Once the
  client goes from CS_PRIMED to CS_ACTIVE, send the cleint commands for
  updating each of the configstring indexes which were updated while the 
  client was CS_PRIMED.
2006-10-13 19:44:52 +00:00
Tony J. White = 41add6c01f * (bug 2893) OpenAL was not tracking one-shot sound effects to the entity's
position
2006-10-13 18:58:57 +00:00
Thilo Schulz a88611d34e Revert partially incorrect fix and add a few more float casts. 2006-10-12 13:13:08 +00:00
Thilo Schulz 2977d001e4 Fix weight calculation in botlib, found by Andi Christ. (#2889) 2006-10-12 12:51:24 +00:00
Tony J. White = 338ca1689e * make-macosx-ub.sh script now creates an .app bundle 2006-09-26 03:12:54 +00:00
Tony J. White = fbf09d64c5 * Increased the number of registers used for the opStack in the PPC vm from
12 to 16.  This is cannot be increased any further without major changes
  (there only 32 General Purporse Registers).  Anyway, his change allows the
  cgame.qvm from the excessiveplus mod to work with ioquake3 on a PPC.
2006-09-24 02:33:08 +00:00
Tony J. White = 90e611cea3 * Mac OS X ppc version needs to be compiled with an -O flag (-O3 is used)
or the client simply neglects to draw most models.  I didn't believe it 
  myself, but I can reproduce by compiling with both XCode 2.3 on PPC and 
  XCode 2.4 on x86.  Compiler flag voodoo to the extreeeem!
2006-09-24 00:11:08 +00:00
Tony J. White = d45ece8223 * Mac OS X compiler optimization flag -O3 (or any -O flag) generate broken
pk3 handling in the new XCode 2.4
* use more proper SSE compiler optimization flags for Mac OS X on x86
2006-09-23 15:25:34 +00:00
Thilo Schulz 5568c9fcad Fix endian issue in MDR loading. 2006-09-22 12:53:03 +00:00
Thilo Schulz 6c95eb7991 Update the installer specific files for PPC and fix a few minor bugs. 2006-09-21 12:04:21 +00:00
Thilo Schulz a2dffecfbe Remove shfolder.lib dependeny as since rev 909 it's not necessary anymore. 2006-09-21 12:03:35 +00:00
Tony J. White = ea997b340e * (bug 2813) ioquake3 on win32 is no longer linked to SHFolder.dll. instead
it is dynamically loaded at run-time.  this means that win95/win98
  systems can fail the homepath detection gracefully if they don't have the
  dll installed (this dll is only provided by Internet Explorer updates
  on those systems)
2006-09-20 16:13:20 +00:00
Tony J. White = ea0f646068 Bug 2813
* reverted my recent win95, win98, winme homepath change.  it turns out these
  systems can be configured to have multiple user directories afterall
2006-09-13 23:52:54 +00:00
Tony J. White = 307a4c037a Bug 2813
* Do not detect a seperate homepath on win95, win98, or winme since it's not
  truly a user-specific dir and therefore provides no advantage
* Use CSIDL_APPDATA instead of CSIDL_LOCAL_APPDATA.  This means that
  user-specific game data is now allowed to be part of a user's Roaming Profile
2006-09-13 22:55:53 +00:00
Zachary Slater e25fdba4fa Quick update ftw 2006-09-13 18:57:27 +00:00
Tony J. White = 2af23e813d * add cURL support for HTTP/FTP downloading (bug 2661) 2006-09-11 16:41:55 +00:00
Thilo Schulz fa904ff235 Fix bug that wouldn't show 32 bit binaries on x86 arch .. d'oh! 2006-09-07 14:14:30 +00:00
Thilo Schulz 5d118e434f Fix a few text related bugs in the installer. 2006-09-05 14:29:07 +00:00
Thilo Schulz 4a084a46a8 - add TA patch pk3s to installation
- some cleanups in the installer UI
- reduce verbosiveness of preuninstall script
2006-09-05 14:21:06 +00:00
Thilo Schulz 4d062b1b84 - Remove arch name in resulting file as the file should contain all arches.
- Make sure to delete all files that don't get uninstalled automatically before uninstall process begins.
2006-09-05 13:24:34 +00:00
Thilo Schulz c34c94294d Extend the installer to offer more options 2006-09-05 12:54:25 +00:00
Ludwig Nussel cec7660885 looks like ALCchar is not available on older openal versions 2006-09-05 07:05:04 +00:00
Ludwig Nussel b5ab8384ac icculus.org/quake3 -> ioquake3 2006-09-05 07:02:23 +00:00
Thilo Schulz 6e45169ddd Update splash image for unix installer. 2006-09-05 00:58:50 +00:00
Tony J. White = 8f965b9aad * fixed Mac OS X cross compiling from a ppc host 2006-08-31 14:33:37 +00:00
Tony J. White = bc4591b03e * renamed static function GetClipboardData to CL_GetClipboardData since it was causing compile errors in newer mingw 2006-08-30 15:16:36 +00:00