diff options
author | zuntum <zuntum> | 2002-09-06 16:01:38 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2002-09-06 16:01:38 +0000 |
commit | 545d56b2299c01e0fbb3404ea8e8ecae5f42aa13 (patch) | |
tree | c2b18d8d79d9ec08616a45b74c41e80c27e48235 /games | |
parent | 68fd91a61d2b3bd3256510c611f7cfc251968b2e (diff) | |
download | pkgsrc-545d56b2299c01e0fbb3404ea8e8ecae5f42aa13.tar.gz |
Update prboom to version 2.2.3
Changes from v2.2.2 to v2.2.3
- improved mouse handling
- intermission demo sync bug fixed
- framebuffer update fixes (solves flicker on fbcon)
- -forceoldbsp allowed in non-GL version, and saved in demos
- fix player colours in multiplayer demos
- apply workarounds for buggy pwads even during demo playback
- fix numpad 5 key
- allow compilation on systems where SDL is built without joystick support
- fix comp_skymap
- using anisotropic filtering when the OpenGL extension is available
- using paletted textures when the OpenGL extension is available
- added gl_use_paletted_texture option to glboom configuration file
- using shared texture palette when the OpenGL extension is available
- added gl_use_shared_texture_palette option to glboom configuration file
Diffstat (limited to 'games')
-rw-r--r-- | games/prboom/Makefile | 4 | ||||
-rw-r--r-- | games/prboom/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/prboom/Makefile b/games/prboom/Makefile index bae93fb2684..507378ef47f 100644 --- a/games/prboom/Makefile +++ b/games/prboom/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2002/08/27 19:08:32 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/09/06 16:01:38 zuntum Exp $ # -DISTNAME= prboom-2.2.2 +DISTNAME= prboom-2.2.3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prboom/} diff --git a/games/prboom/distinfo b/games/prboom/distinfo index 1d3a2533fff..ee2fda762e7 100644 --- a/games/prboom/distinfo +++ b/games/prboom/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2002/07/20 12:56:45 zuntum Exp $ +$NetBSD: distinfo,v 1.3 2002/09/06 16:01:38 zuntum Exp $ -SHA1 (prboom-2.2.2.tar.gz) = 9de97ee3ea89f6aa34f5a2f97125880b83e0cf7b -Size (prboom-2.2.2.tar.gz) = 1005898 bytes +SHA1 (prboom-2.2.3.tar.gz) = 0fbabbd29bc690439825fadf72b973de2a903a75 +Size (prboom-2.2.3.tar.gz) = 994824 bytes SHA1 (patch-aa) = 3578b8c1a32db0ff804a75c35bfa4fbc9782901c SHA1 (patch-ab) = 0f805aead21ce92fcaac17f060ded0e15a807e1d SHA1 (patch-ac) = 7bf1bc9061cacc93549596c56d769714cb432b88 |