summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_libs.h
Commit message (Expand)AuthorAgeFilesLines
* Start using -Wredundant-decls; fix all the instances I getSamuel Bronson2013-12-121-2/+0
* New clua functions spells.range and spells.mana_costNaruni2013-08-281-0/+1
* Use std namespace.Raphael Langella2012-08-261-1/+1
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-4/+4
* allow defining colour patterns in luaJesse Luehrs2010-09-101-0/+1
* Make monster_info store all the player's knowledge on a monster (v3)Luca Barbieri2010-07-281-1/+1
* Make MonsterWrap and friends accessible to other files.Robert Vollmert2010-02-131-0/+1
* Allow passing of monster_info arguments via CLua::push_args.Robert Vollmert2010-02-051-0/+3
* Fix stash-tracker item annotations and restrict user scripts to access items ...Darshan Shaligram2010-01-241-0/+2
* Convert items Lua library to use metatable. May case end-user issues.Jude Brown2010-01-241-0/+1
* Fix Shoal:$ generation bugs: stairs could be surrounded by deep water, hut en...Darshan Shaligram2010-01-051-1/+1
* A start at a dLua spells library.Jude Brown2009-12-251-0/+1
* Subvaults.Enne Walker2009-11-281-0/+1
* New Lua library: feat.Jude Brown2009-11-271-0/+1
* 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
* Start of monster_info lua binding.Robert Vollmert2009-10-271-0/+1
* Move Lua monster bindings into the dungeon lua.Robert Vollmert2009-10-271-1/+1
* Move more macros and functions to cluautil.cc.Robert Vollmert2009-10-211-47/+1
* Move utility functions from clua.cc to cluautil.cc.Robert Vollmert2009-10-211-1/+12
* cosmetic: strip trailing whitespaceSteven Noonan2009-10-201-2/+2
* Comments and renaming for consistency.Robert Vollmert2009-10-201-2/+4
* Move remaining libraries from clua.cc.Robert Vollmert2009-10-201-1/+5
* Move library "item" from clua.cc to l_item.cc.Robert Vollmert2009-10-201-0/+5
* Move library "options" from clua.cc to l_option.cc.Robert Vollmert2009-10-201-0/+1
* Move monster libraries from clua.cc to l_mons.cc.Robert Vollmert2009-10-201-0/+1
* Move grd_lib out of clua.cc into l_mapgrd.cc.Robert Vollmert2009-10-201-2/+3
* Move clua you_lib to l_you.cc.Robert Vollmert2009-10-201-0/+1
* Change you_dlib load style.Robert Vollmert2009-10-201-2/+1
* Move clua crawl_lib from clua to l_crawl.cc.Robert Vollmert2009-10-201-14/+22
* Split debug lua bindings out to new library "debug".Robert Vollmert2009-10-201-0/+1
* Split out grid and feature-related bindings.Robert Vollmert2009-10-201-0/+4
* Split builder functions out from l_dgn.cc.Robert Vollmert2009-10-201-0/+2
* Split level and branch functions out of l_dgn.cc.Robert Vollmert2009-10-201-0/+2
* Split out tiles specific functions from l_dgn.cc.Robert Vollmert2009-10-201-1/+49
* Split some parts of lua library "dgn" out.Robert Vollmert2009-10-201-1/+9
* Move part of dgn_lib out to l_dgnevt.cc.Robert Vollmert2009-10-201-1/+1
* Split out builder functions from dlua.cc.Robert Vollmert2009-10-201-1/+2
* Reduce #includes in dlua.cc.Robert Vollmert2009-10-191-0/+5
* Split out lib_mapmark from dlua.cc.Robert Vollmert2009-10-191-0/+2
* Split out dgnevent_lib from dlua.cc.Robert Vollmert2009-10-191-0/+1
* Split you_lib out from dlua.cc.Robert Vollmert2009-10-191-0/+1
* Split file_lib out.Robert Vollmert2009-10-191-0/+12