From 545d56b2299c01e0fbb3404ea8e8ecae5f42aa13 Mon Sep 17 00:00:00 2001 From: zuntum Date: Fri, 6 Sep 2002 16:01:38 +0000 Subject: 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 --- games/prboom/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/prboom/Makefile') 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/} -- cgit v1.2.3