summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* 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
* Split you_lib out from dlua.cc.Robert Vollmert2009-10-194-49/+58
* Split file_lib out.Robert Vollmert2009-10-198-142/+162
* Split out crawl_lib from dlua.cc.Robert Vollmert2009-10-194-48/+56
* Split dgn_lib out of luadgn.cc; rename luadgn to dlua.Robert Vollmert2009-10-1917-1528/+1533
* makefile: try to use full gcc compiler name when possibleSteven Noonan2009-10-191-5/+22
* makefile: fix doublequote escaping for compflag.hSteven Noonan2009-10-191-5/+5
* Add minor cosmetic fixes.David Lawrence Ramsey2009-10-191-5/+3
* directn.cc: Fix arena crash on examine monsterMatthew Cline2009-10-191-1/+2
* fight.cc: Fix undrandart/unarmed crashMatthew Cline2009-10-191-1/+1
* New arena option "respawn"Matthew Cline2009-10-192-0/+64
* monstuff.cc: friendly arena jellies can eatMatthew Cline2009-10-191-1/+1
* Kraken tentacles shouldn't zerk.Adam Borowski2009-10-191-1/+1
* Mark krakens as "BLACK" so they are listed same as other random colours.Adam Borowski2009-10-191-2/+2
* Move cell_see_cell from dgn_lib to los_lib.Robert Vollmert2009-10-193-11/+10
* Simplify.Robert Vollmert2009-10-191-1/+1
* Naming monsters via MONS: rat name:Yves (Jude & Vsevolod).David Ploog2009-10-196-3/+37
* More iron statues near Dispater. (Neil Middleton)David Ploog2009-10-191-4/+4
* makefile: correct dependencies to always generate build.h and compflag.hSteven Noonan2009-10-181-1/+1
* version.cc: add OS version to the compilation_info() printoutSteven Noonan2009-10-182-3/+15
* gen_ver.pl: add OS version to the list of definesSteven Noonan2009-10-181-0/+3
* gen_ver.pl: use 'uname -s' instead of 'uname -o'Steven Noonan2009-10-181-1/+1
* makefile: remove 'compile-flags' target/dependencyMatthew Cline2009-10-181-1/+1
* arena.cc: Avoid divide-by-zero errorMatthew Cline2009-10-181-0/+8
* Merge branch 'master' of ssh://zelgadis@crawl-ref.git.sourceforge.net/gitroot...Matthew Cline2009-10-184-58/+18
|\
| * makefile: don't use intermediate .compflag.h fileSteven Noonan2009-10-182-26/+15
| * gen_ver.pl: don't bother with MD5 checkingSteven Noonan2009-10-181-31/+2