pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/prboom update to 2.4.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/508734770bd7
branches:  trunk
changeset: 517083:508734770bd7
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Aug 03 20:18:04 2006 +0000

description:
update to 2.4.4
changes:
- Don't fail when a texture name can't be looked up
- Increased several limits - Thanks to entryway and RjY
  - Increased number of sidedef limit to 65534
  - Increased number of vertexes limit to 65535
  - Fixed crash when crossing sectors with very big height differences
- fix crash on E4M8
- Mac OS X:  Launcher has a Console that displays text output from the game
- New command-line options for setting a window (-window) or fullscreen
  (-nowindow) mode temporarily.
- The maximal supported resolution is increased from 1600x1200 to 2048x1536
- GLBoom will use the closest supported resolution when running fullscreen
- The "RUN" key inverts the autorun state
- Live monsters are highlighted in a different colour on the iddt-automap
- Fixed OpenGL sky rendering in Requiem and Memento Mori
- The "Show coordinates of automap pointer" setting works now
- merged many cleanups and fixes from PrBoom 2.3
- fix translucency map file handle leak
- fix consistency failures in netgames
- prevent crashes at 800x600 caused by rounding errors with naive clipping
- fixed slowdown at 1024x768 on some systems
- ability to play tasdoom demos directly
- -solo-net option is a shortcut for one-player network games
- emulate spechit overflows for dosdoom and tasdoom compatibility
- made several cleanups and fixes

diffstat:

 games/prboom/Makefile         |   4 ++--
 games/prboom/distinfo         |  14 +++++++-------
 games/prboom/patches/patch-aa |   8 ++++----
 games/prboom/patches/patch-ab |  14 +++++++-------
 games/prboom/patches/patch-ac |  16 ++++++++--------
 5 files changed, 28 insertions(+), 28 deletions(-)

diffs (97 lines):

diff -r e6d467de5f7d -r 508734770bd7 games/prboom/Makefile
--- a/games/prboom/Makefile     Thu Aug 03 20:13:43 2006 +0000
+++ b/games/prboom/Makefile     Thu Aug 03 20:18:04 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2006/07/24 20:03:25 drochner Exp $
+# $NetBSD: Makefile,v 1.27 2006/08/03 20:18:04 drochner Exp $
 
-DISTNAME=      prboom-2.4.3
+DISTNAME=      prboom-2.4.4
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=prboom/}
 
diff -r e6d467de5f7d -r 508734770bd7 games/prboom/distinfo
--- a/games/prboom/distinfo     Thu Aug 03 20:13:43 2006 +0000
+++ b/games/prboom/distinfo     Thu Aug 03 20:18:04 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.10 2006/07/24 20:03:25 drochner Exp $
+$NetBSD: distinfo,v 1.11 2006/08/03 20:18:04 drochner Exp $
 
-SHA1 (prboom-2.4.3.tar.gz) = f2d76fa8925226d7e3a623951413e6a10384f2e9
-RMD160 (prboom-2.4.3.tar.gz) = b8412e8ed1e4ed28165e4862a76923b474776893
-Size (prboom-2.4.3.tar.gz) = 947872 bytes
-SHA1 (patch-aa) = e4254ad7a29380fdf7af0d0e59063abf7b77acd2
-SHA1 (patch-ab) = 2e98b4ef7c13953ca0397499b881f437d6a245a3
-SHA1 (patch-ac) = c2f185096970313689a3e7025eb32b9c4fedf9b5
+SHA1 (prboom-2.4.4.tar.gz) = adb413ceef595292175ad22521acdfed99733af7
+RMD160 (prboom-2.4.4.tar.gz) = e85213acc29eb5ff18a69f840185c76f95cdad71
+Size (prboom-2.4.4.tar.gz) = 961947 bytes
+SHA1 (patch-aa) = af29064c9e7198f09c670b8bc8a915b17973e57e
+SHA1 (patch-ab) = 41fb1226564517a13e195540276134d08bdac3e9
+SHA1 (patch-ac) = 0b2a495c2fed6e48f5af9fb84ff1e44bbbd6b27a
diff -r e6d467de5f7d -r 508734770bd7 games/prboom/patches/patch-aa
--- a/games/prboom/patches/patch-aa     Thu Aug 03 20:13:43 2006 +0000
+++ b/games/prboom/patches/patch-aa     Thu Aug 03 20:18:04 2006 +0000
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.3 2006/07/24 20:03:25 drochner Exp $
+$NetBSD: patch-aa,v 1.4 2006/08/03 20:18:04 drochner Exp $
 
---- configure.orig     2006-07-23 17:40:25.000000000 +0200
+--- configure.orig     2006-07-29 18:17:22.000000000 +0200
 +++ configure
-@@ -1821,9 +1821,9 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(inst
- 
+@@ -1898,9 +1898,9 @@ _ACEOF
+ fi
  
  if test "x$prefix" != xNONE; then
 -  DOOMWADDIR="$prefix/share/games/doom"
diff -r e6d467de5f7d -r 508734770bd7 games/prboom/patches/patch-ab
--- a/games/prboom/patches/patch-ab     Thu Aug 03 20:13:43 2006 +0000
+++ b/games/prboom/patches/patch-ab     Thu Aug 03 20:18:04 2006 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.4 2006/07/24 20:03:25 drochner Exp $
+$NetBSD: patch-ab,v 1.5 2006/08/03 20:18:04 drochner Exp $
 
---- data/Makefile.in.orig      2006-07-23 17:40:24.000000000 +0200
+--- data/Makefile.in.orig      2006-07-30 20:14:26.000000000 +0200
 +++ data/Makefile.in
-@@ -106,7 +106,7 @@ am__include = @am__include@
- am__quote = @am__quote@
- install_sh = @install_sh@
- 
+@@ -169,7 +169,7 @@ target_alias = @target_alias@
+ target_cpu = @target_cpu@
+ target_os = @target_os@
+ target_vendor = @target_vendor@
 -waddir = $(datadir)/games/doom
 +waddir = $(datadir)/doom
  wad_DATA = prboom.wad
  EXTRA_DIST = prboom.wad prboom.txt
- subdir = data
+ all: all-am
diff -r e6d467de5f7d -r 508734770bd7 games/prboom/patches/patch-ac
--- a/games/prboom/patches/patch-ac     Thu Aug 03 20:13:43 2006 +0000
+++ b/games/prboom/patches/patch-ac     Thu Aug 03 20:18:04 2006 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-ac,v 1.3 2006/07/24 20:03:25 drochner Exp $
+$NetBSD: patch-ac,v 1.4 2006/08/03 20:18:04 drochner Exp $
 
---- src/Makefile.in.orig       2006-07-23 17:40:24.000000000 +0200
+--- src/Makefile.in.orig       2006-07-30 20:14:27.000000000 +0200
 +++ src/Makefile.in
-@@ -112,7 +112,7 @@ install_sh = @install_sh@
- 
+@@ -243,7 +243,7 @@ target_cpu = @target_cpu@
+ target_os = @target_os@
+ target_vendor = @target_vendor@
  SUBDIRS = SDL POSIX MAC
- 
 -gamesdir = $(prefix)/games
 +gamesdir = $(prefix)/bin
- EXTRA_PROGRAMS = prboom
- games_PROGRAMS = @BUILD_DOOM@ prboom-game-server
- 
+ prboom_game_server_SOURCES = d_server.c i_udp_sdl.c protocol.h
+ prboom_game_server_LDADD = POSIX/libposixdoom.a @NET_LIBS@ @SDL_LIBS@
+ COMMON_SRC = \



Home | Main Index | Thread Index | Old Index