Tweak apply on spellbook of known spell to identify the spellbook and name the spell in the client message.
24 lines of code changed in 2 files:
Add messages and flag for paralysis, allowing for smarter handling of paralysis in the future.
Also disallow eating food when starving and paralyzed, since it is incogruous to do so.
45 lines of code changed in 5 files:
Patch bug #837: Jumping while captaining a vehicle doesn't relinquish control of vehicle.
16 lines of code changed in 2 files:
This change provides players with a spells msg when they learn the spell. Although this information is available in the spell window of the GTK and Java clients, many new players don't notice this at first. By providing the information straight up, new players can gain an insight into what the spell is doing.
8 lines of code changed in 1 file:
Removed commented out code from spellbook.c relating to player messages relating to literacy and spell skill level checks.
0 lines of code changed in 1 file:
This change makes the reasons for players being unable to learn spells when reading from a spellbooks much clearer (I hope).
1) replaced "You are unable to decipher the strange symbols." with a variety of messages based on the difference in level between the book and the players literacy.
2) replaced "You need to be level %d in %s to learn this spell." with a variety of messages based on the difference in level between the book and the players relevant spell skill level.
As this is my first commit involving changes to source code I have left the original code in for clarity.
95 lines of code changed in 1 file:
Update usage error message for set_god to display the command correctly and indicate the object must be a player.
4 lines of code changed in 2 files:
Patch bug #648: item power ignored from certain items.
36 lines of code changed in 2 files:
Always generate backtrace
8 lines of code changed in 1 file:
Fix animation setting for firewalls.
8 lines of code changed in 2 files:
Fix rotation of turnable firewalls.
11 lines of code changed in 2 files:
Change firewalls to use direction to control casting direction. Fixes bug #834.
6 lines of code changed in 2 files: