Received: by 10.68.196.130 with SMTP id im2mr246502pbc.3.1326920372054; Wed, 18 Jan 2012 12:59:32 -0800 (PST) Path: lh20ni197280pbb.0!nntp.google.com!news2.google.com!goblin2!goblin.stu.neva.ru!news.space.net!news.m-online.net!.POSTED!not-for-mail From: Daniel Thaler Newsgroups: rec.games.roguelike.nethack,rec.games.roguelike.development Subject: Re: NitroHack 4.0.0 release Date: Wed, 18 Jan 2012 21:58:50 +0100 Organization: (posted via) M-net Telekommunikations GmbH Lines: 19 Message-ID: References: <86lip7akb2.fsf@bhaak.dyndns.org> <0960e786-66b0-419b-af79-a9192fbc2548@m11g2000yqe.googlegroups.com> <86d3ai8hrz.fsf@bhaak.dyndns.org> <95959547-adb9-49e6-89da-013f2ab8cf34@e8g2000yqd.googlegroups.com> <01bc82d3-5f41-4110-8a7d-3f153bc0cc73@k28g2000yqc.googlegroups.com> <67842efb-a0e0-46bd-afdd-88d47d2a1979@g41g2000yqa.googlegroups.com> NNTP-Posting-Host: ppp-93-104-40-43.dynamic.mnet-online.de Mime-Version: 1.0 X-Trace: news.m-online.net 1326920371 31405 93.104.40.43 (18 Jan 2012 20:59:31 GMT) X-Complaints-To: news@news.m-online.net NNTP-Posting-Date: Wed, 18 Jan 2012 20:59:31 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20120108 Thunderbird/9.0 In-Reply-To: <67842efb-a0e0-46bd-afdd-88d47d2a1979@g41g2000yqa.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 18.01.2012 19:48, Jonadab the Unsightly One wrote: > On Jan 17, 8:05 pm, Daniel Thaler wrote: >> Congratulations, you found a bug. > > I think I may possibly have found another one: > When performing certain non-movement actions > (e.g., unlocking a chest), the direction inputs for > up and down seem to get swapped. > > Either that or I'm losing my mind. I was about to say yes, but testing reveals that you aren't. Translating the symbolic direction constants from the key bindings into actual z values was getting done the wrong way round ... oops. The fix is in the repo and it looks like I'll be updating the binaries on the weekend, as I've also fixed a crash-bug. - Daniel