summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/luaterp.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix NOWIZARD compilation (#8369).Neil Moore2014-04-141-4/+0
* Replace `mpr(s, ch)` with `mprf(ch, s)`Adam Borowski2013-11-291-1/+1
* Wizmode command &^U for a clua prompt.Neil Moore2013-11-151-6/+6
* Enlarge a criminally low line length limit in the lua interpreter.Adam Borowski2013-10-071-1/+1
* Use std namespace.Raphael Langella2012-08-261-1/+1
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-4/+4
* Fix a case of clua/dlua confusion.Adam Borowski2012-06-261-2/+2
* Remove a good deal of header inclusion.Adam Borowski2012-05-231-1/+0
* Make another bunch of functions static or deleted.Adam Borowski2012-03-211-2/+2
* Fix calls to mprf without substitutions.Jude Brown2011-08-031-1/+1
* Rename dat/clua to dat/dlua to avoid the clua/dlua confusion.Adam Borowski2011-06-181-1/+1
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+5
* Convert luaterp to use msgwin_get_line.Robert Vollmert2010-01-181-2/+3
* Rename lua interpreter context (doy).Robert Vollmert2009-11-241-1/+1
* Auto-clear more while luaterp is runningMatthew Cline2009-11-241-0/+12
* luaterp (&^T): load files via terp_file optionMatthew Cline2009-11-151-0/+17
* Quick how-to-exit message for wizard Lua interpreter. (rob, zelgadis)Jude Brown2009-11-141-0/+1
* Improve error handling in lua interpreter.Robert Vollmert2009-11-031-4/+1
* Add whitespace fixes.David Lawrence Ramsey2009-10-311-2/+2
* Initialize __echo in lua interpreter.Robert Vollmert2009-10-301-2/+1
* Fix handling of empty input lines.Robert Vollmert2009-10-291-3/+3
* Luaterp: introductory comments and renaming.Robert Vollmert2009-10-281-2/+8
* Convert to cancelable_get_line_autohist.Robert Vollmert2009-10-281-3/+4
* A lot more functional, now, though still deficient.Robert Vollmert2009-10-281-12/+107
* Partial lua interpreter.Robert Vollmert2009-10-281-0/+33