diff options
author | wiz <wiz> | 2011-10-10 13:09:33 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-10-10 13:09:33 +0000 |
commit | b9140f7779f91f33347c900e11ad0b815447b35a (patch) | |
tree | 5ecf13a688b21912636cdd238d2971236c946451 /games | |
parent | 648c3243ffd2e0a6e80887562d4e70a0d4ea7533 (diff) | |
download | pkgsrc-b9140f7779f91f33347c900e11ad0b815447b35a.tar.gz |
Update to 116:
Nine months since the last release, so much for the weekly release
schedule POWDER started with! You will notice that I have at least
maintained the same size release, minor fixes and a new spell. I'm
particularly happy with finally finding a compromise for god-induced
flamestrikes - you get a warning now so they are less just an
insta-death out of the blue.
You may thank the Annual Roguelike Release Party (ARRP) for this
release - it provided the impetus to get something out. If you like
POWDER, but are frustrated at the slow rate of development, I
strongly recommend checking the rest of the roguelike scene!
MSVC Express Edition 2008 project files and instructions added,
created by Andreas Bohm.
Tower shields are large. (Claudio)
"You cannot hide from I!" is now "You cannot hide from Me!"
(B. Perry)
Looking at a square will also describe any smoke there.
The dig spell now has the side effect of spraying the excavated
rock shards, damaging those around you.
Create Pit spell is now 10 MP rather than 15.
Blizzards fill the air with sleet and snow, not sleet and slow.
Though the latter does describe their special effect nicely.
New spell: Sandstorm
If a god decides to flamestrike you, you now get a few turns
warning to prepare yourself.
Monsters properly check safety of squares before stepping on
them.
If trapped inside a wall without Phase or Breathess, you will
suffocate. (Strange Child, Julian Agloro)
Helmets should be sorted together now. (Aapo)
Empty bottles will be filled by down pour now. (Aapo)
Entomb has a better message when blocked. (Aapo)
Rocks are created when rocks fall on your head. (Aapo)
Spells you can't cast have (!) after them in the zap list (Aapo)
Saving when out of disk space should no longer corrupt your
last save game. (Aapo)
Tossing an item hand to hand no longer takes a turn. (Aapo)
Spears, knives, and daggers no longer let you equip stacks.
(Aapo)
You are only prompted to throw one spear of a stack. (Aapo)
The animate forest spell now has its own icon.
Diffstat (limited to 'games')
-rw-r--r-- | games/powder/Makefile | 4 | ||||
-rw-r--r-- | games/powder/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/powder/Makefile b/games/powder/Makefile index 45f66eb7b72..89b51c25b7b 100644 --- a/games/powder/Makefile +++ b/games/powder/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2011/01/21 22:01:36 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2011/10/10 13:09:33 wiz Exp $ # -DISTNAME= powder115_src +DISTNAME= powder116_src PKGNAME= ${DISTNAME:S/_src//:S/powder/powder-/} CATEGORIES= games MASTER_SITES= http://www.zincland.com/powder/release/ diff --git a/games/powder/distinfo b/games/powder/distinfo index f870229fffc..fc8a21cb021 100644 --- a/games/powder/distinfo +++ b/games/powder/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2011/01/21 22:01:36 wiz Exp $ +$NetBSD: distinfo,v 1.3 2011/10/10 13:09:33 wiz Exp $ -SHA1 (powder115_src.tar.gz) = 3a48cb199bf8bdd236a9c0094ad014eb58f90561 -RMD160 (powder115_src.tar.gz) = dc6656736e25ea34072fd0e3c57932efd23eb4ed -Size (powder115_src.tar.gz) = 1872955 bytes +SHA1 (powder116_src.tar.gz) = 278fce58b0b6fd24b3c50663f01f0adaa3caeee2 +RMD160 (powder116_src.tar.gz) = 9d5f1d893c3b38107e9d3e16bbdc545c8627780e +Size (powder116_src.tar.gz) = 1884616 bytes |