version 1.669 | | version 1.670 |
---|
| | |
------------------------------------------------------------------------------ | | ------------------------------------------------------------------------------ |
Changes for CVS: | | Changes for CVS: |
| | |
| | Implement feature request #821645 (change password command). This introduces 3 new |
| | player states, "entering current password", "new password", "confirm new password". |
| | include/define.h: new states. |
| | include/player.h: add new_password field. |
| | include/sproto.h: new command prototype. |
| | server/c_misc.c: new command. |
| | server/commands.c: bind command. |
| | socket/request.c: handle new states. |
| | Ryo 2006-08-08 |
| | |
Implement feature request #1528641 (consecrate should change face of altar). This simply | | Implement feature request #1528641 (consecrate should change face of altar). This simply |
removes the altar, and add the god's altar. Note that the name of the altar should be | | removes the altar, and add the god's altar. Note that the name of the altar should be |
altar_<god's name>, which seems to be the case everywhere. | | altar_<god's name>, which seems to be the case everywhere. |