summaryrefslogtreecommitdiff
path: root/games/neverball/patches/patch-ab
diff options
context:
space:
mode:
authorsnj <snj>2015-02-09 09:02:12 +0000
committersnj <snj>2015-02-09 09:02:12 +0000
commit650497f1041952f5523027764f96347d35ccfa77 (patch)
tree3fd27172768b8f6f81e0e0bfcd5df140f4d012ef /games/neverball/patches/patch-ab
parent78b6cb2d0cc7197591f5ae3bd6bcd9eae8784e77 (diff)
downloadpkgsrc-650497f1041952f5523027764f96347d35ccfa77.tar.gz
Update neverball to 1.6.0.
Changes: * An OpenGL ES-compatible renderer. * Port to SDL 2. * Graphics performance improvements. * Mapping documentation * Configurable responsiveness of all three cameras via camera_*_speed * Intelligent manual rotation behavior. * Reworked configuration via joystick_axis_* and joystick_button_* options in neverballrc. * Configurable tilt responsiveness via mouse_response and joystick_response options in neverballrc. Accustomed keyboard users may want to set joystick_response to 50 to restore previous arrow key responsiveness. * Move default camera keys from F1-F3 to 1-3. * Automatically invalidate scores for older levels. * Adjustable replay playback speed using the mouse wheel. * Interpolate game state between updates for smooth display. * Simulation and collision detection-related fixes. * Rotating platforms! * NeverballPack gamepack for Radiant: * Tailored defaults. * Built-in entity documentation. * Custom Build menu options. * Ability to load levels in standalone mode from the command line. * Recognize .pk3 (a renamed .zip) as a package extension for Radiant compatibility. * Limit entity timer precision to milliseconds to fix a number of timing-related bugs. * New level sets / courses: * Tones Levels, a level set by Ian Walker. * Golf Jambalaya, a golf course by vidski. * Reshaun's Easy-Putt, a golf course by Reshaun Francis. * Updated level sets: * Countless highscore and bug fixes. * Some completely reworked levels. * Four all-new Nevermania levels. * New balls: * Rift Ball, Octocat Ball, Melon Ball, Orange Ball, Diagonal Ball, Cheese Ball, Catseye Ball, UFO Ball. * Updated balls: * Eyeball, Blinky. * Countless translation updates. * Language selection screen. * Support for custom GUI themes. A GUI theme can be installed as any Neverball package and selected via the theme option in neverballrc. * Lighting adjustments to improve visibility in levels. * Error logging to a text file in the user folder. * Incremental loading of replays.
Diffstat (limited to 'games/neverball/patches/patch-ab')
-rw-r--r--games/neverball/patches/patch-ab16
1 files changed, 8 insertions, 8 deletions
diff --git a/games/neverball/patches/patch-ab b/games/neverball/patches/patch-ab
index 07eb3cc4a86..f2d819215fa 100644
--- a/games/neverball/patches/patch-ab
+++ b/games/neverball/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1 2009/12/03 06:33:46 snj Exp $
+$NetBSD: patch-ab,v 1.2 2015/02/09 09:02:12 snj Exp $
---- Makefile.orig 2009-09-20 03:06:00.000000000 -0700
-+++ Makefile 2009-12-02 21:39:12.000000000 -0800
-@@ -27,7 +27,7 @@ endif
+--- Makefile.orig 2014-05-21 06:21:43.000000000 -0700
++++ Makefile 2015-01-07 22:18:15.000000000 -0800
+@@ -21,7 +21,7 @@ endif
# Paths (packagers might want to set DATADIR and LOCALEDIR)
USERDIR := .neverball
@@ -10,13 +10,13 @@ $NetBSD: patch-ab,v 1.1 2009/12/03 06:33:46 snj Exp $
+DATADIR := ${PREFIX}/share/neverball/data
LOCALEDIR := ./locale
- ifdef MINGW
-@@ -309,7 +309,7 @@ DESKTOPS := $(basename $(wildcard dist/*
+ ifeq ($(PLATFORM),mingw)
+@@ -409,7 +409,7 @@ WINDRES ?= windres
#------------------------------------------------------------------------------
-all : $(BALL_TARG) $(PUTT_TARG) $(MAPC_TARG) sols locales desktops
+all : $(BALL_TARG) $(PUTT_TARG) $(MAPC_TARG) sols locales
- $(BALL_TARG) : $(BALL_OBJS)
- $(CC) $(ALL_CFLAGS) -o $(BALL_TARG) $(BALL_OBJS) $(LDFLAGS) $(ALL_LIBS)
+ ifeq ($(ENABLE_HMD),libovr)
+ LINK := $(CXX) $(ALL_CXXFLAGS)