summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_defs.h
Commit message (Collapse)AuthorAgeFilesLines
* Start using -Wredundant-decls; fix all the instances I getSamuel Bronson2013-12-121-3/+0
| | | | | That is, unless you count the ones in ncurses' headers, which I can't do anything except suppress.
* Get rid of a misplaced prototype, adjust includes.Adam Borowski2013-04-101-1/+0
|
* Use std namespace.Raphael Langella2012-08-261-3/+3
| | | | | | | | | | | | | 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 file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-6/+5
| | | | | | | "File:" is shown in your editor's status bar. "Written by:" was used only for the first person who changed a file. We got git for that now, and pre-DCSS history is so woefully inaccurate it doesn't really matter.
* Fix newlines at end of file.Adam Borowski2010-01-211-1/+0
|
* set_exclude/del_exclude lua bindings.Robert Vollmert2009-11-121-0/+1
|
* Add lua binding for inspecting env.show.Robert Vollmert2009-10-271-0/+1
|
* Create l_defs.h and move stuff there.Robert Vollmert2009-10-211-0/+18
l_defs.h contains headers for things defined in the Lua functions but used elsewhere. This should probably not exist long-term.