version 1.558 | | version 1.559 |
---|
| | |
------------------------------------------------------------------------------ | | ------------------------------------------------------------------------------ |
Changes for CVS: | | Changes for CVS: |
| | |
| | server/apply.c: In apply_scroll() do not identify the scroll if the player |
| | lacks the literacy skill. |
| | Andreas Kirschbaum 2006-02-10 |
| | |
Apply slightly modified patch #1428309 (code-cleanup: const, static) by | | Apply slightly modified patch #1428309 (code-cleanup: const, static) by |
Stefan Huehner: add const/static to functions/variables. Remove some type | | Stefan Huehner: add const/static to functions/variables. Remove some type |
casts. | | casts. |
| | |
random_maps/{door.c,rproto.h,standalone.c,style.c}, | | random_maps/{door.c,rproto.h,standalone.c,style.c}, |
server/{alchemy.c,apply.c,c_chat.c,c_misc.c,init.c,player.c,shop.c,spell_effect.c}, | | server/{alchemy.c,apply.c,c_chat.c,c_misc.c,init.c,player.c,shop.c,spell_effect.c}, |
socket/{info.c,loop.c,request.c} | | socket/{info.c,loop.c,request.c} |
Andreas Kirschbaum | | Andreas Kirschbaum 2006-02-10 |
| | |
server/c_wiz.c: make dm stats command print Int and damage. Rearrange output | | server/c_wiz.c: make dm stats command print Int and damage. Rearrange output |
to match the stat ordering. | | to match the stat ordering. |