summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Remove tabs, and add minor cosmetic fixes.David Lawrence Ramsey2009-10-2011-88/+92
* 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
* 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
* 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
* Split debug lua bindings out to new library "debug".Robert Vollmert2009-10-208-80/+99
* Split out grid and feature-related bindings.Robert Vollmert2009-10-206-229/+253
* Make Maurice green (jpeg, sorear).Robert Vollmert2009-10-201-1/+1
* Split builder functions out from l_dgn.cc.Robert Vollmert2009-10-206-351/+372
* Split level and branch functions out of l_dgn.cc.Robert Vollmert2009-10-205-145/+167
* Add l_dgntil.cc which was missing in the last commit.Robert Vollmert2009-10-201-0/+159
* Split out tiles specific functions from l_dgn.cc.Robert Vollmert2009-10-205-180/+54
* directn.cc: Some more non-PLAIN message channelsMatthew Cline2009-10-191-2/+2
* arena.cc: Don't dump examination messagesMatthew Cline2009-10-191-0/+10
* Applying patch from Vsevolod Kozlov for dungeon.cc:_plan_3 in lua.Enne Walker2009-10-192-86/+74
* levcomp: regenerated due to luadgn.h disappearanceSteven Noonan2009-10-192-23/+9
* makefile: force regeneration of compflag.h and build.h on revision changeSteven Noonan2009-10-192-4/+7
* makefile: move compflag.h target closer to build.h targetSteven Noonan2009-10-191-6/+4
* Split some parts of lua library "dgn" out.Robert Vollmert2009-10-207-335/+387
* Move part of dgn_lib out to l_dgnevt.cc.Robert Vollmert2009-10-204-53/+68
* Split out builder functions from dlua.cc.Robert Vollmert2009-10-205-222/+233
* compflag.h: generate via perl script instead of shellSteven Noonan2009-10-192-16/+41
* rltiles/makefile.unix: use full name of host compilerSteven Noonan2009-10-191-1/+10
* makefile: cosmetic fixSteven Noonan2009-10-191-3/+3
* Makefile: attempt to use 'autoreconf' in SDL and SDL_image buildsSteven Noonan2009-10-191-0/+2
* mingw-cross: eliminate need to override uname_S on make command lineSteven Noonan2009-10-192-1/+9
* win32: eliminate need for WIN32TILES/WIN32CONSOLE macrosSteven Noonan2009-10-1916-37/+31
* Reduce #includes in dlua.cc.Robert Vollmert2009-10-193-35/+10
* Split out lib_mapmark from dlua.cc.Robert Vollmert2009-10-194-29/+37
* Split out dgnevent_lib from dlua.cc.Robert Vollmert2009-10-194-51/+60