I think I've found a bug which is in the most recent dev version and also in the 3.3-release branch, but is not in 3.3.0. The ticket is http://trac.rephial.org/ticket/1536. Every time I use a wand, staff or rod it is instantly IDd.
If you are playing the most recent dev version and do not see this behaviour, please post a savefile.
If you notice it start or stop happening, please describe.
If you happen to have any ideas about what's caused it, please let me know. If you're using git and you type
git log -p 3.3-release ^v3.3.0
you can see every single line of code which has been changed since 3.3.0 was released - there aren't many and I can't see anything in there which is remotely related, but maybe someone else can.
(You do need an up-to-date local 3.3-release branch to do this: git fetch official ; git checkout official/3.3-release ; git checkout -b 3.3-release)
EDIT: I'm asking for help because this is the last serious bug holding up the release of 3.3.1 ...
If you are playing the most recent dev version and do not see this behaviour, please post a savefile.
If you notice it start or stop happening, please describe.
If you happen to have any ideas about what's caused it, please let me know. If you're using git and you type
git log -p 3.3-release ^v3.3.0
you can see every single line of code which has been changed since 3.3.0 was released - there aren't many and I can't see anything in there which is remotely related, but maybe someone else can.
(You do need an up-to-date local 3.3-release branch to do this: git fetch official ; git checkout official/3.3-release ; git checkout -b 3.3-release)
EDIT: I'm asking for help because this is the last serious bug holding up the release of 3.3.1 ...
Comment