version 1.24 | | version 1.25 |
---|
| | |
------------------------------------------------------------------------------ | | ------------------------------------------------------------------------------ |
Changes for CVS: | | Changes for CVS: |
| | |
| | Various bug fixes: |
| | common/living.c: Reset glow_radius for players, so they stop glowing |
| | after they snuff out their torch or whatever. |
| | server/apply.c: Fix message about improving armour so that it is now |
| | accurate. |
| | server/monster.c: Add some debug lines that may show cause of excess |
| | monster hp. |
| | server/spell_effect.c: fix compile warning in summon_pet(). Clean up |
| | indentation of alchemy functions, but functional changes is to |
| | insert gold nuggets below player (so more of the actions work), |
| | as well as to reset the view position, so that it won't have the |
| | 'previous 50' object selection. Add suggested parens in |
| | cast_detection. |
| | server/weather.c: Fix crash in weather code if snow was only object |
| | on space. |
| | MSW 2002-12-20 |
| | |
| | +++ |
server/weather.c: | | server/weather.c: |
More weather routines: | | More weather routines: |
| | |
| | |
Some of the conditions for the various tiles really need to be looked at, | | Some of the conditions for the various tiles really need to be looked at, |
and fiddled with. | | and fiddled with. |
garbled 2002-12-08 | | garbled 2002-12-08 |
| | +++ |
| | |
common/exp.c: Fix bug were drain attacks added exp. | | common/exp.c: Fix bug were drain attacks added exp. |
MSW 2002-12-05 | | MSW 2002-12-05 |