diff options
author | adam <adam> | 2004-11-03 15:14:17 +0000 |
---|---|---|
committer | adam <adam> | 2004-11-03 15:14:17 +0000 |
commit | 5c33beddddcb19f671b16a4c173aceaa6bb50ea6 (patch) | |
tree | b3f2fd8e9c876c114ac80b0b31e30ed06e7fd82b /games/rocksndiamonds/patches/patch-ak | |
parent | bb96f0e397697b55b3eaf64d74b58aa441ec44c5 (diff) | |
download | pkgsrc-5c33beddddcb19f671b16a4c173aceaa6bb50ea6.tar.gz |
Changes 3.1.0:
- fixed obvious bug with wrong "Murphy" graphics (when digging etc.)
- fixed a lot of Emerald Mine and Supaplex game engine emulation bugs
- re-converted Emerald Mine and Supaplex levels to apply engine fixes
- changed default snap/drop keys from left/right Shift to Control keys
- added level loader for loading native Emerald Mine levels
- added level loader for loading native Supaplex packed levels
- added group elements for multiple matches and random element creation
- added elements that can be digged or left behind by custom elements
- added element "Sokoban field with player" missing for Sokoban levels
- added custom element features to allow building of teleporters
- added option to use step limit instead of time limit for level
- added pressing "space" key as valid action to select menu options
- added clipboard (cut and paste buttons) for custom and group elements
- added shortcut to dump brush (type ":DB" in editor) for use in forum
- added network multiplayer code for Windows (still only command line)
- replaced old tutorial level set with far better one by Niko Böhm
- "contributions" levels now separate package to make base set smaller
- too many bugfixes and changes to list them all here (see ChangeLog)
Diffstat (limited to 'games/rocksndiamonds/patches/patch-ak')
-rw-r--r-- | games/rocksndiamonds/patches/patch-ak | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/rocksndiamonds/patches/patch-ak b/games/rocksndiamonds/patches/patch-ak index 214e422f307..3f15d7491aa 100644 --- a/games/rocksndiamonds/patches/patch-ak +++ b/games/rocksndiamonds/patches/patch-ak @@ -1,8 +1,8 @@ -$NetBSD: patch-ak,v 1.3 2003/12/15 14:47:37 adam Exp $ +$NetBSD: patch-ak,v 1.4 2004/11/03 15:14:18 adam Exp $ ---- src/libgame/system.c.orig 2003-12-13 23:30:41.000000000 +0000 +--- src/libgame/system.c.orig 2004-04-27 23:14:34.000000000 +0000 +++ src/libgame/system.c -@@ -1162,10 +1162,14 @@ inline void InitJoysticks() +@@ -1190,10 +1190,14 @@ inline void InitJoysticks() return; /* joysticks generally deactivated by compile-time directive */ #endif |