summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_crawl.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Hush a warning.Adam Borowski2011-09-051-0/+2
* Lua function crawl.dpr() to print messages in debug builds only.Adam Borowski2011-09-031-1/+10
* A lua hook to tell if we're currently being prompted for level up stat gain.Raphael Langella2011-08-241-0/+2
* Remove references to mouse control from the tutorial in Webtiles mode.Florian Diebold2011-07-211-0/+12
* A clua function call_dlua() (wizmode only), to avoid crawl.sendkeys(&^T) hacks.Adam Borowski2011-07-121-0/+55
* An ugly display for runes.Adam Borowski2011-06-171-0/+11
* clua function crawl.enable_more(false) to do no more.Adam Borowski2011-05-231-0/+13
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-4/+4
* Fix crawl.process_keys() refusing to run when called from DELAY_MACRO (ekiM).Darshan Shaligram2011-03-211-2/+10
* Initialise some tutorial triggers in the maps themselves.Johanna Ploog2011-01-291-0/+2
* Allow setting skills from the tutorial map.Johanna Ploog2011-01-261-0/+3
* Make tutorial maps set hunger directly.Johanna Ploog2011-01-161-0/+3
* Add code to make leaving the tutorial trigger an end of game screen.Johanna Ploog2011-01-121-0/+2
* Explicitly describe uppercase keys as such in the tutorial.Johanna Ploog2011-01-121-1/+1
* Handle '<' properly in the tutorial messages.Johanna Ploog2011-01-121-2/+8
* Add x_chance_in_y to the Lua API.Vsevolod Kozlov2010-12-221-0/+3
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-12/+12
* Fix Aliza's macro crash (!lm Aliza type=crash 1)Darshan Shaligram2010-07-161-4/+3
* Rename is_rune* to item_is_rune*, make mark_milestone usable without dgl chec...Darshan Shaligram2010-07-141-2/+0
* For functions with names starting with _, actually declare them static.Adam Borowski2010-07-061-1/+1
* Decouple stealth checks from drawing the view window.Adam Borowski2010-06-231-1/+1
* Get rid of get_input_line.Robert Vollmert2010-05-151-11/+0
* Update mesclr wrapper, add command_to_string wrapper.Jude Brown2010-04-231-1/+15
* Convert stats to use vectors player::stats, player::max_stats.Robert Vollmert2010-04-011-3/+1
* Replace calls to redefined getch by getchm.Robert Vollmert2010-03-281-1/+1
* Remove travel_stop_message.Robert Vollmert2010-03-111-15/+0
* Add lua binding for printing to stderr.Robert Vollmert2010-03-111-0/+9
* Report parent level in branch entry milestones.Darshan Shaligram2010-02-271-1/+2
* Lua wrapper for travel_stoppers, auto-add portal vault messages.Jude Brown2010-01-271-0/+15
* Update tests to use crawl.message() instead of low-level crawl.mpr().Darshan Shaligram2010-01-211-0/+4
* Remove libutil.h from AppHdr.h and include explicitly.Robert Vollmert2010-01-201-0/+1
* Add an option to draw the player cursor manually.Robert Vollmert2009-11-281-2/+0
* Fix crawl.process_keys(), add crawl.redraw_stats()Matthew Cline2009-11-241-0/+57
* craw.more_autoclear()Matthew Cline2009-11-241-0/+13
* Lua wrapper for god_speaks (again, dlua).Jude Brown2009-11-201-0/+29
* you.is_tiles(): check if build is tiles or notMatthew Cline2009-11-191-0/+12
* Remove a few obsolete includes.Robert Vollmert2009-11-101-1/+0
* Split shouting and stealth code from view.cc.Robert Vollmert2009-11-101-0/+1
* Remove option draw_it from viewwindow.Robert Vollmert2009-11-091-1/+1
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
* lmark.synchronized_markers(): apply one marker's effects to multiple points s...Darshan Shaligram2009-10-311-1/+1
* Splitting up stuff.cc.Robert Vollmert2009-10-301-0/+1
* Fix build with -DDGAMELAUNCH (Napkin).Darshan Shaligram2009-10-241-0/+1
* Move more macros and functions to cluautil.cc.Robert Vollmert2009-10-211-1/+1
* cosmetic: strip trailing whitespaceSteven Noonan2009-10-201-2/+2
* Move clua crawl_lib from clua to l_crawl.cc.Robert Vollmert2009-10-201-1/+592
* Simplify make_name binding and silence int cast warning.Robert Vollmert2009-10-201-14/+13
* A wrapper for itemname:make_name().Jude Brown2009-10-201-0/+27
* Reduce #includes in dlua.cc.Robert Vollmert2009-10-191-1/+5
* Split file_lib out.Robert Vollmert2009-10-191-0/+3