Skip to content

Commit

Permalink
update to 2.4.5
Browse files Browse the repository at this point in the history
changes:
-fix crash when saving the game in levels with lots of monsters (bug
 introduced in 2.4.4)
--nodeh option to disable automatic loading of dehacked-in-wad lump
-Unified software and opengl engine into one binary
-Added video mode selection to menu
-fix demo desyncs on E1M5 on x86_64 systems
-Fullscreen setting will only take effect after game restart
-reduce red palette translation if the menu is up, so the menu can still
 be read
-screenshots now in PNG format on Linux/Unix in GL mode too
-Added experimental -checksum option for demo playback comparison
-Merged new internal patch (graphics) format from PrBoom 2.3
-some Mac OS X fixes
  • Loading branch information
drochner committed Aug 29, 2006
1 parent a006deb commit 047bf2f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 37 deletions.
5 changes: 3 additions & 2 deletions games/prboom/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.27 2006/08/03 20:18:04 drochner Exp $ # $NetBSD: Makefile,v 1.28 2006/08/29 10:23:21 drochner Exp $


DISTNAME= prboom-2.4.4 DISTNAME= prboom-2.4.5
CATEGORIES= games CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prboom/} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prboom/}


Expand All @@ -9,6 +9,7 @@ HOMEPAGE= http://prboom.sourceforge.net/
COMMENT= Multiplayer-capable and modified version of DOOM COMMENT= Multiplayer-capable and modified version of DOOM


GNU_CONFIGURE= YES GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-waddir=${PREFIX}/share/doom


#CONFIGURE_ARGS+= --enable-gl #CONFIGURE_ARGS+= --enable-gl


Expand Down
10 changes: 4 additions & 6 deletions games/prboom/distinfo
@@ -1,8 +1,6 @@
$NetBSD: distinfo,v 1.11 2006/08/03 20:18:04 drochner Exp $ $NetBSD: distinfo,v 1.12 2006/08/29 10:23:21 drochner Exp $


SHA1 (prboom-2.4.4.tar.gz) = adb413ceef595292175ad22521acdfed99733af7 SHA1 (prboom-2.4.5.tar.gz) = 732305dd21770e38103340e5af824c303fd8212b
RMD160 (prboom-2.4.4.tar.gz) = e85213acc29eb5ff18a69f840185c76f95cdad71 RMD160 (prboom-2.4.5.tar.gz) = 7495750f0ed35e96dd8ea8a1546dcf0cfc1bdf89
Size (prboom-2.4.4.tar.gz) = 961947 bytes Size (prboom-2.4.5.tar.gz) = 970658 bytes
SHA1 (patch-aa) = af29064c9e7198f09c670b8bc8a915b17973e57e
SHA1 (patch-ab) = 41fb1226564517a13e195540276134d08bdac3e9
SHA1 (patch-ac) = 0b2a495c2fed6e48f5af9fb84ff1e44bbbd6b27a SHA1 (patch-ac) = 0b2a495c2fed6e48f5af9fb84ff1e44bbbd6b27a
16 changes: 0 additions & 16 deletions games/prboom/patches/patch-aa

This file was deleted.

13 changes: 0 additions & 13 deletions games/prboom/patches/patch-ab

This file was deleted.

0 comments on commit 047bf2f

Please sign in to comment.