server/player.c: Move clearing of monitor_spells to initial socket allocation.
Fixes bug where spell updates would cease if player used a savebed and
then played again on same server.
MSW 2010-08-30
15 lines of code changed in 2 files:
Tentative fix for bug #3054686: unarmed combat xp goes to sorcery by default.
9 lines of code changed in 2 files:
Fix broken special foods.
5 lines of code changed in 2 files:
Fix jumping skill: now jumping into a monster or player attacks it.
4 lines of code changed in 2 files:
Check head parts of multi-part objects when using the skills jumping, singing, or oratory.
23 lines of code changed in 2 files:
Fix possible crash using the singing skill.
5 lines of code changed in 2 files:
Remove trailing whitespace.
7 lines of code changed in 1 file:
Fix balm of asbestos's formulae.
1 lines of code changed in 1 file:
added call to knockback to bolt and explosion spells.
49 lines of code changed in 1 file:
Remove new lines in town portal messages.
7 lines of code changed in 2 files:
Fix container-related crash, when a plugin removes the container or equivalent.
19 lines of code changed in 2 files:
Move location of assignment - after seeing another stack trace,
seems like invoke also needs this.
MSW 2010-08-14
2 lines of code changed in 1 file:
server/c_range.c:
Fix missing assignment of spell in player object - only results in crashes if
casting time is used.
MSW 2010-08-14
8 lines of code changed in 2 files:
fixed a bug with spell casting time that made the server crash when an npc cast a spell and casting_time true is set in the settings file
1 lines of code changed in 1 file:
Fix wrong attack roll adjust for player in the dark with xray.
5 lines of code changed in 2 files:
Merge split lines.
21 lines of code changed in 1 file:
Wrap player state change to a function.
40 lines of code changed in 6 files:
Correctly inform player of lost overall level at death.
19 lines of code changed in 2 files:
Make Python's Object.Anim a String in both read and write.
46 lines of code changed in 5 files:
Make Python's Object.Face a String in both read and write.
44 lines of code changed in 5 files:
make config.h match settings for permxp
1 lines of code changed in 1 file:
Fix accidentally broke 'tell' command.
14 lines of code changed in 2 files:
Fix broken 'curse' spell.
7 lines of code changed in 2 files:
Merge split lines in artifacts messages.
63 lines of code changed in 2 files:
Don't change decor's move_block in random maps, this messes item merging.
15 lines of code changed in 2 files:
Fix mover-related crash if in an inventory.
13 lines of code changed in 2 files:
Change plugin hooks prototype, don't return anything. Make functions static.
230 lines of code changed in 4 files:
Change event listener prototype for plugins to return int instead of void*.
70 lines of code changed in 17 files:
Remove unused 'command_' return values. Change function prototype to make 'params' const. Fix some const discarding.
766 lines of code changed in 19 files:
Add missing prototype for test.
2 lines of code changed in 1 file:
Make some DM functions static. Move 'command_dumpbelow' to c_wiz.c.
241 lines of code changed in 4 files:
Remove old 'ring_desc' function.
14 lines of code changed in 3 files:
Don't send the view when dropping items, that makes appear an opened
container was closed.
10 lines of code changed in 2 files:
Don't switch to golem mode if summon failed.
14 lines of code changed in 2 files:
CRE: tool to create base for smoothed face from a face.
256 lines of code changed in 8 files:
Fix bug #2546538: odd rune spell behavior.
8 lines of code changed in 2 files:
Don't display attenuation or repell if denied.
8 lines of code changed in 2 files:
Fix bug #3018536: duplication of items in containers.
11 lines of code changed in 2 files:
Remove deprecated function.
45 lines of code changed in 12 files:
Fix knowledge for recipes not displaying the required cauldron.
16 lines of code changed in 2 files:
CRE: correctly display artifacts that can be made via alchemy.
27 lines of code changed in 3 files:
Fix lighter message containing 'NULL'.
3 lines of code changed in 2 files:
Fix a unit test.
6 lines of code changed in 2 files: