summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godmenu.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fix prompts asking for 'I' in Turkish locales.Adam Borowski2012-11-221-1/+2
| | | | | | | They have I<->ı and İ<->i. Fortunately, people are quite unlikely to type capital letters in response to prompts, perhaps save for the stat gain one.
* Use std namespace.Raphael Langella2012-08-261-2/+2
| | | | | | | | | | | | | I had to rename distance() (in coord.h) to distance2() because it conflicts with the STL function to compare 2 iterators. Not a bad change given how it returns the square of the distance anyway. I also had to rename the message global variable (in message.cc) to buffer. I tried to fix and improve the coding style has much as I could, but I probably missed a few given how huge and tedious it is. I also didn't touch crawl-gdb.py, and the stuff in prebuilt, rltiles/tool and util/levcomp.*, because I have no clue about those.
* Make /?G display uppercase hotkey, but allow upper- and lowercase hotkeysRaphael Langella2012-04-271-1/+1
|
* Start work on a generic god menu.Samuel Bronson2011-10-031-0/+39
So far, this consists of moving GodMenuEntry to a new module and slightly altering its interface to be more useful outside of ?/G.