summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/macro.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-1/+1
* Move redraw functions from stuff.cc -> output.ccNicholas Feinberg2014-07-281-0/+1
* Move get_ch() from stuff.cc to macro.ccNicholas Feinberg2014-07-271-0/+14
* Rename 'mesclr()' to 'clear_messages()'reaverb2014-06-221-1/+1
* Chance function(void) to function()reaverb2014-05-241-2/+2
* Formatting fixes (add braces).Neil Moore2014-05-121-0/+2
* Avoid a crash parsing bad keymap lines in macro files.Neil Moore2014-04-241-2/+3
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-2/+0
* Fix spelling of "targeting" (#7837)Chris Campbell2013-12-101-5/+5
* Replace `mpr(s, ch)` with `mprf(ch, s)`Adam Borowski2013-11-291-8/+7
* More formatting fixes for return (...);Neil Moore2013-11-151-1/+1
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-9/+9
* Don't allocate pointless iterators.Adam Borowski2013-11-151-3/+3
* Reformat multi-line array literals.Adam Borowski2013-10-051-2/+4
* Pad some ternary operators with spaces on the leftChris Oelmueller2013-07-281-1/+1
* Fix lots of typosChris Oelmueller2013-07-231-1/+1
* ASSERT_RANGEs other than >= <.Adam Borowski2013-06-081-2/+1
* Refactor ASSERT(a && b) -> ASSERT(a); ASSERT(b);Brendan Hickey2013-04-281-1/+2
* Simplify handling of version info.Adam Borowski2013-03-141-1/+1
* Fix prompts asking for 'I' in Turkish locales.Adam Borowski2012-11-221-2/+2
* Remove unnecessary includes from header files.Jay3.14152012-10-231-0/+1
* Use std namespace.Raphael Langella2012-08-261-54/+53
* Drop a bunch of parentheses from return statements.Adam Borowski2012-08-081-3/+3
* Stop key replay properly on failure to cast spells, evoke items, etc.Steve Melenchuk2012-08-051-1/+2
* Some more return deparenthesization.Adam Borowski2012-07-051-7/+7
* Remove parentheses around return (simple_function_call).Adam Borowski2012-07-051-2/+2
* String scalars are scalars, too.Adam Borowski2012-07-051-1/+1
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-21/+21
* Fix a bunch of webtiles-in-console message regressions.Adam Borowski2012-06-221-0/+1
* Use ARRAYSZ() instead of sizeof division, for readability.Adam Borowski2012-06-191-1/+1
* Make another bunch of functions static or deleted.Adam Borowski2012-03-211-7/+9
* Get rid of USisms in spelling of -ll- and -tt-.Adam Borowski2012-01-251-5/+5
* Make a bunch of functions static, delete some unused junk.Adam Borowski2011-11-111-7/+0
* cppcheck: use ++p not p++ for complex types (like iterators).Adam Borowski2011-07-051-4/+4
* cppcheck: fix inefficient checking for emptiness.Adam Borowski2011-07-051-6/+6
* Fix check if the line is empty before accessing it.Hurcan Solter2011-06-121-1/+1
* Let sendkeys() input not yet injected into the macro buffer inhibit ready().Adam Borowski2011-05-231-0/+5
* Merge branch 'unicode'.Adam Borowski2011-04-011-14/+18
|\
| * Merge branch 'master' into unicodeAdam Borowski2011-03-131-2/+7
| |\
| * \ Merge branch 'master' into unicodeAdam Borowski2011-01-111-30/+58
| |\ \
| * | | Rename TextFileReader to FileLineInput I didn't notice, use it for config files.Adam Borowski2010-12-161-1/+1
| * | | Fix an use of fstream, allow macro files to be in dirs with non-ASCII paths.Adam Borowski2010-12-161-4/+3
| * | | Convert ofstream to fopen() for macro files.Adam Borowski2010-12-161-10/+15
* | | | Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
| |_|/ |/| |
* | | Explicitly describe uppercase keys as such in the tutorial.Johanna Ploog2011-01-121-2/+7
| |/ |/|
* | More feedback at the macro prompt: make it clear exactly what macro/keymap wa...Darshan Shaligram2011-01-101-23/+55
* | Fix clashes between typedefs and variables.Adam Borowski2011-01-071-3/+3
* | Remove some unused logic (thanks gcc-4.6).Adam Borowski2011-01-071-4/+0
|/
* Make an inlined function static.Adam Borowski2010-12-011-1/+1
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-19/+19