Commit Graph

290 Commits

Author SHA1 Message Date
Bill Currie 31e9e7e883 clean up a bunch of type punning warnings 2003-07-09 17:35:07 +00:00
Jamie Wilkinson 4fec79655b - Cleaned up the console clock and console version string
code.  Now adjusts the line length to fit the entire
  version string in.  The clock is drawn at the top of the
  console.
2003-02-24 04:48:37 +00:00
Jamie Wilkinson 2b49ecafc9 - Updated THANKS and TODO lists after Steve Winston's
patches.
- misc checkin verifying the last patches are correct.
2003-02-23 13:18:56 +00:00
Jamie Wilkinson cfc2398bc2 - Fixed some old define macros so that joystick code
actually compiled...
2003-02-23 12:42:35 +00:00
Jamie Wilkinson 1035689544 - Applied patch from Steven Winston for variable skybox
size.
2003-02-23 12:38:09 +00:00
Jamie Wilkinson 4c3dd08845 - Applied patch from Steven Winston for a console clock. 2003-02-23 12:33:52 +00:00
Jamie Wilkinson 4884d09e9a - Applied patch from Steven Winston for m32 format texture
support.
2003-02-23 12:26:59 +00:00
Jamie Wilkinson 53a863747f - Applied patch from Steven Winston for zipped packfile
support.  Unfortunately this patch doesn't allow the old
  pk2 format, so it's currently disabled with a HAVE_ZIP
  macro wrapping the code.
2003-02-23 12:12:37 +00:00
Jamie Wilkinson 762bcb6e23 - Applied patch from Steven Winston for MP3 playback support
using libmpg123.  No configure test yet, so the code is
  disabled by default.
2003-02-23 11:50:40 +00:00
Jamie Wilkinson ac36ffaaf7 - Reverted to old pthreads message, as the new one was
breaking in the generated script.
- Removed some redundant commented out checks
2003-02-21 03:15:37 +00:00
Jamie Wilkinson 5e8aaafe64 - Added some more comments
- Changed posix threads not found error message.
- Removed done items from TODO list
2003-02-20 05:57:11 +00:00
Jamie Wilkinson 3ded630b6e - More verbose configure reports, informative tests.
- Updated TODO list
2003-02-19 14:16:16 +00:00
Jamie Wilkinson 7a18c3ea70 - Fix missing semicolon in Sun-only code. Thanks Vincent. 2003-02-14 04:01:37 +00:00
Jamie Wilkinson aaa894cd95 - Updated TODO list 2003-02-13 00:59:58 +00:00
Jamie Wilkinson 39c967847d - Make size_t printfs use unsigned type. 2003-02-13 00:45:11 +00:00
Jamie Wilkinson 759f9efeff - Use printf's z modifier for printing size_t types, fixes
build failure on 64 bit architectures.  Thanks to Juhana
  Paavola for reporting the problem.  (Closes: #72)
2003-02-12 23:34:47 +00:00
Jamie Wilkinson 1180ade5be - Applied a patch from Jean-Fran�ois St-Amour:
- fixes dlight shine-through problem
  - adds transparent console
  as per http://www.quakesrc.org/?Page=tutorials&Dir=Quake2
2003-02-11 05:48:46 +00:00
Jamie Wilkinson 489425e6b4 - Applied a patch from Ulrich for BSD systems
- include pthread.h when trying to use it
  - Linux and BSD systems use SIGIO instead of SIGPOLL
2003-02-11 05:43:36 +00:00
Jamie Wilkinson 0dda5022d2 - Fix typo in configure 2003-02-11 05:20:02 +00:00
Jamie Wilkinson 23b2239321 - Verbose configure patch 2003-02-11 05:16:08 +00:00
Jamie Wilkinson 16b8934801 - Making configure more verbose and friendly. 2003-02-09 23:36:46 +00:00
Jamie Wilkinson 6f45925d90 - Updated todo list 2003-02-09 12:25:59 +00:00
Jamie Wilkinson edf5a8c087 - Make sure the makefile distributes all the optional source
code.
2003-02-06 13:45:39 +00:00
Jamie Wilkinson bd674b91df - Ulrich pointed out that the last release didn't contain
the asm stuff, tracked it down to a bug in the
  Makefile.am.  Fixed that, bumped the version number, added
  news.
- Updated release script to cope with version numbers with
  more than one decimal point.
2003-02-06 00:50:08 +00:00
Jamie Wilkinson c3933d08ae - Actually call automake 1.6 2003-01-30 20:27:43 +00:00
Jamie Wilkinson dc6eaa8589 - Force use of automake 1.6 for make distcheck bug.
- Set verbose mode on the release script.
2003-01-30 20:05:16 +00:00
Jamie Wilkinson 4674ab5136 - Note to self: bump version number in configure.in when
making a new release.
2003-01-30 13:35:03 +00:00
Jamie Wilkinson 85f1b3fade - Updated NEWS for the release. 2003-01-30 13:23:55 +00:00
Jamie Wilkinson adaab547ee - Added my release script from 0.1 to the new tools
directory.
2003-01-30 13:04:47 +00:00
Jamie Wilkinson 3aaf3a4d3b - Added a bunch of readmes to the old OS source trees 2003-01-30 13:00:41 +00:00
Jamie Wilkinson cb9cd31523 - Changed the wording of the notice about the OS source
directories.
2003-01-21 15:55:42 +00:00
Jamie Wilkinson d70da96ab7 - Added the new 17" Powerbook G4 resolution. 2003-01-21 15:49:39 +00:00
Jamie Wilkinson 899d768c68 - The mystery bugfixes were courtesy of Martin Englund and
Elias M�rtensson from the Swedish branch of SUN.  They
  ported Quake II to Solaris with XIL and OpenGL and Martin
  released their code when id Software GPLd their code.
2003-01-11 05:35:06 +00:00
Jamie Wilkinson b796032faa - More solaris patches from Vincent Cojot's first patches to
icculus.  (icculus patchset #65)
- Also including some bugfixes by a mythical 'eliasm' from
  the same patchset.
2003-01-11 05:18:59 +00:00
Jamie Wilkinson 0b0e9986ef - Applied joystick patchsets 60, 61, 62, 71, 80, and 122 from the
icculus.org cvs tree.
  - linux joystick support
  - freelook honouring
  - X11 keyrepeat
2003-01-09 12:06:13 +00:00
Jamie Wilkinson 1006220402 - Added url to volumetric lighting to the the TODO list 2003-01-04 06:04:33 +00:00
Jamie Wilkinson be96e8f55c - Added spec file to gitignore 2003-01-01 02:35:09 +00:00
Jamie Wilkinson 44db620af6 - Applied patch from Marc Leeman to specify the location of
autoconf helper scripts.
2003-01-01 02:34:13 +00:00
Jamie Wilkinson f501f57e5c - Removed package name from summary field 2002-12-24 01:47:33 +00:00
Jamie Wilkinson bdedccdd19 - Note previous changes in the RPM changelog, too 2002-12-24 00:49:28 +00:00
Jamie Wilkinson e748e1895f - Rearranged some of the RPM spec fields
- Updated summary and description
2002-12-24 00:46:29 +00:00
Jamie Wilkinson 4e812659cd - Applied Paul Jenner's patch to fix RPM install process. 2002-12-24 00:26:53 +00:00
Jamie Wilkinson 8efa11c6ca - Added a RPM spec file from Paul Jenner. 2002-12-24 00:19:15 +00:00
Jamie Wilkinson 3eb6a3f91a - Added --disable-warn flag to configure for bodgy compilers
and OSes with bodgy headers.  (Closes: #64)
2002-12-23 14:04:34 +00:00
Jamie Wilkinson 315b13e4fd - Don't need the extra comparision, the switch statement has
already done it.  (Closes: #23)
2002-12-23 13:50:44 +00:00
Jamie Wilkinson a3b38df57f - Fix incorrect function name in error message. 2002-12-23 08:15:36 +00:00
Jamie Wilkinson 27ab9f9b47 - Added PKGLIBDIR to game search path, so that the game.so
shared object is found.
- Reverted the game loader in main.c to iterate through the
  search path.
2002-12-23 08:15:00 +00:00
Jamie Wilkinson a5b3a4adb2 - X11 key repeat fix.
- Added GPL blurb to sv_user.c
2002-12-23 00:00:16 +00:00
Jamie Wilkinson 0caed99967 - Applied a bunch of patches from icculus's tree, bringing
us up to icculus patchset #59.  Skipped over most of
  patchsets #30 onwards, going from memory of applied
  patches, so it's possible that not all of these patches
  (the ones that are valid, anyway) got applied.
- Applied the "Big Gun crash" fix to the same section of
  code in the CTF mod.  (PatchSet #45)
2002-12-08 13:03:25 +00:00
Jamie Wilkinson 958c381926 - Got rid of a comma (and reworded the MSG_RESULT) to fix a
cosmetic breakage in configure.
2002-12-06 15:03:15 +00:00