Skip to content

Commit

Permalink
Update prboom to version 2.2.3
Browse files Browse the repository at this point in the history
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
  • Loading branch information
zuntum committed Sep 6, 2002
1 parent 460c17e commit b8c7fbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions games/prboom/Makefile
Original file line number Original file line Diff line number Diff line change
@@ -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 CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prboom/} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prboom/}


Expand Down
6 changes: 3 additions & 3 deletions games/prboom/distinfo
Original file line number Original file line Diff line number Diff line change
@@ -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 SHA1 (prboom-2.2.3.tar.gz) = 0fbabbd29bc690439825fadf72b973de2a903a75
Size (prboom-2.2.2.tar.gz) = 1005898 bytes Size (prboom-2.2.3.tar.gz) = 994824 bytes
SHA1 (patch-aa) = 3578b8c1a32db0ff804a75c35bfa4fbc9782901c SHA1 (patch-aa) = 3578b8c1a32db0ff804a75c35bfa4fbc9782901c
SHA1 (patch-ab) = 0f805aead21ce92fcaac17f060ded0e15a807e1d SHA1 (patch-ab) = 0f805aead21ce92fcaac17f060ded0e15a807e1d
SHA1 (patch-ac) = 7bf1bc9061cacc93549596c56d769714cb432b88 SHA1 (patch-ac) = 7bf1bc9061cacc93549596c56d769714cb432b88

0 comments on commit b8c7fbb

Please sign in to comment.