summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix broken include."Robert Vollmert2009-10-212-1/+2
* Fix broken include.Robert Vollmert2009-10-212-2/+1
* Move print_?lua_stack into CLua.Robert Vollmert2009-10-215-57/+30
* Move more utility code from dlua to cluautil.Robert Vollmert2009-10-214-24/+25
* Create l_defs.h and move stuff there.Robert Vollmert2009-10-2110-6/+27
* Fix non-fastdep depend target.Robert Vollmert2009-10-211-1/+1
* Move userdata templates to cluautil.h.Robert Vollmert2009-10-215-81/+82
* Move clua_register_metatable to cluautil.Robert Vollmert2009-10-214-30/+34
* Move more macros and functions to cluautil.cc.Robert Vollmert2009-10-2117-83/+94
* Sort makefile.obj.Robert Vollmert2009-10-211-15/+15
* Move utility functions from clua.cc to cluautil.cc.Robert Vollmert2009-10-2115-125/+110
* Complete rename to mapgrd.Robert Vollmert2009-10-214-22/+22
* Update CREDITS.David Ploog2009-10-211-29/+30
* Fix compile error with new Slow God conducts mismatch.Jude Brown2009-10-201-1/+1
* Add comment fixes.David Lawrence Ramsey2009-10-201-4/+5
* Add minor cosmetic fixes.David Lawrence Ramsey2009-10-201-6/+6
* Fix bug [2879187] Gods gifting duplicate booksCharles Otto2009-10-201-0/+4
* Fix bug [2880266] permanent stat loss when mutatingCharles Otto2009-10-201-5/+22
* beam.cc: Half of arena fungi are friendlyMatthew Cline2009-10-201-1/+5
* Merge branch 'master' of ssh://zelgadis@crawl-ref.git.sourceforge.net/gitroot...Matthew Cline2009-10-2011-88/+92
|\
| * Remove tabs, and add minor cosmetic fixes.David Lawrence Ramsey2009-10-2011-88/+92
* | Merge branch 'master' of ssh://zelgadis@crawl-ref.git.sourceforge.net/gitroot...Matthew Cline2009-10-2023-38/+318
|\|
| * Fix altars of Chronos being invisible, include them when searching for altars.Adam Borowski2009-10-214-0/+15
| * Change the glyph for trees to '7'.Adam Borowski2009-10-211-2/+2
| * Edit early Chonos' titles.Adam Borowski2009-10-211-2/+2
| * Makefile: add -lSDL_image to LIB line for pkg-config based buildsSteven Noonan2009-10-201-1/+1
| * gods: added "Chronos", the slow godSteven Noonan2009-10-2018-35/+300
* | misc/grind.sh: Make work with -arena optionMatthew Cline2009-10-201-1/+1
* | Merge branch 'master' of ssh://zelgadis@crawl-ref.git.sourceforge.net/gitroot...Matthew Cline2009-10-2024-1609/+1652
|\|
| * cosmetic: strip trailing whitespaceSteven Noonan2009-10-2012-245/+245
| * makefile: simplify cross-compiles, eliminate need for sdl-configSteven Noonan2009-10-201-56/+37
| * SDL: fix MinGW static buildsSteven Noonan2009-10-201-0/+0
| * contrib/Makefile: add SDL as dependency of SDL_imageSteven Noonan2009-10-201-1/+1
| * makefile: fix consistency of 'NEEDS_*' -> 'NEED_*'Steven Noonan2009-10-201-16/+16
| * Comments and renaming for consistency.Robert Vollmert2009-10-203-8/+6
| * Move remaining libraries from clua.cc.Robert Vollmert2009-10-207-235/+258
| * Move library "item" from clua.cc to l_item.cc.Robert Vollmert2009-10-205-691/+713
| * Move library "options" from clua.cc to l_option.cc.Robert Vollmert2009-10-204-136/+142
| * Move monster libraries from clua.cc to l_mons.cc.Robert Vollmert2009-10-204-236/+249
* | arena: Respawn fix, "move_respawns" option, msgsMatthew Cline2009-10-202-7/+32
* | Merge branch 'master' of ssh://zelgadis@crawl-ref.git.sourceforge.net/gitroot...Matthew Cline2009-10-2032-2024/+2538
|\|
| * Move grd_lib out of clua.cc into l_mapgrd.cc.Robert Vollmert2009-10-207-110/+117
| * Xcode: upgrade to SDL 1.2.14, SDL_image 1.2.8, add support for x86_64Steven Noonan2009-10-205-91/+409
| * Move clua functions with ASSERT_DLUA to dlua.Robert Vollmert2009-10-201-40/+38
| * Move clua you_lib to l_you.cc.Robert Vollmert2009-10-203-226/+240
| * Change you_dlib load style.Robert Vollmert2009-10-203-8/+8
| * Move clua crawl_lib from clua to l_crawl.cc.Robert Vollmert2009-10-2017-617/+649
| * Silence int cast warning.Robert Vollmert2009-10-201-1/+1
| * 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