summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godmenu.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Start work on a generic god menu.Samuel Bronson2011-10-031-0/+20
So far, this consists of moving GodMenuEntry to a new module and slightly altering its interface to be more useful outside of ?/G.