summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util
Commit message (Expand)AuthorAgeFilesLines
* Fix name sorting in columnise-credits.Darshan Shaligram2010-01-161-0/+2
* Add Robert Burnham to credits (dpeg).Darshan Shaligram2010-01-141-5/+11
* Move to a more compile-safe way of defining species skill aptitudes.Darshan Shaligram2010-01-041-11/+10
* Fix alignment of unarmed combat skill column.Darshan Shaligram2010-01-031-1/+4
* Generate aptitudes.txt as part of the build, remove generated file from repo.Darshan Shaligram2010-01-031-0/+246
* Remove code duplication by making artifacts use SPARM_SPIRIT_SHIELD.Adam Borowski2009-12-151-2/+1
* Massively expand tile functionality in vault definitions.Jude Brown2009-12-092-1/+20
* Use env in hashbangs to placate necrocomputing OSes with packaged perl instal...Adam Borowski2009-12-025-5/+5
* Revert "Convert dgn.set_border_fill_type to BORDER."Jude Brown2009-11-302-11/+0
* Convert dgn.set_border_fill_type to BORDER.Jude Brown2009-11-302-0/+11
* Subvaults.Enne Walker2009-11-282-1/+19
* Properly build when out of git (using packaged source).Adam Borowski2009-11-252-9/+9
* Don't number entries in art-data.h, this serves no purpose but clouds diffs.Adam Borowski2009-11-121-3/+1
* Update a few special cases in includes.sh.Robert Vollmert2009-11-101-5/+2
* Split up level_design.txt into smaller files.David Ploog2009-11-081-1/+1
* Remove a few placeholders from enum.hStefan O'Rear2009-11-041-2/+2
* Artefacts no longer provide tele or mappingMatthew Cline2009-11-031-8/+11
* version.cc: combine CFLAGS_L and CFLAGSSteven Noonan2009-10-311-6/+1
* Combine mons_is_sleeping(monsters *m) into monsters::asleep()abrahamwl2009-10-301-1/+1
* makefile: allow build.h to be generated based on git-merge-baseSteven Noonan2009-10-251-2/+7
* Retrieved names lost from CREDITS.Darshan Shaligram2009-10-221-0/+69
* columnise-credits should remove duplicate names.Darshan Shaligram2009-10-221-1/+2
* Fix bug in columnise-credits that could cause it to lose names (dpeg).Darshan Shaligram2009-10-221-1/+1
* KPROP: assign feature properties in Lua vaults: FPROP_BLOODY, etc.Jude Brown2009-10-212-1/+12
* Fix missing levcomp include properly.Robert Vollmert2009-10-211-2/+1
* Revert "Fix broken include."Robert Vollmert2009-10-211-1/+2
* Fix broken include.Robert Vollmert2009-10-211-2/+1
* compflag.h: generate via perl script instead of shellSteven Noonan2009-10-191-0/+38
* Split dgn_lib out of luadgn.cc; rename luadgn to dlua.Robert Vollmert2009-10-191-1/+1
* 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
* gen_ver.pl: don't bother with MD5 checkingSteven Noonan2009-10-181-31/+2
* gcc-opt.pl: use gcc-opt-x86.pl for x86_64 as wellSteven Noonan2009-10-181-1/+1
* Add compilation information to Version namespaceMatthew Cline2009-10-181-0/+12
* Lua map improvements.Enne Walker2009-10-181-1/+1
* gen_ver.pl: add build.h generator scriptSteven Noonan2009-10-182-0/+164
* gcc-opt-x86.pl: add Core 2 and AtomSteven Noonan2009-10-181-5/+23
* gcc-gte.pl: use 1/0 instead of Yes/NoSteven Noonan2009-10-181-6/+6
* git-opt-x86.pl: Detect some more archesMatthew Cline2009-10-181-0/+26
* util/gcc-opt.pl: added (whoops)Steven Noonan2009-10-181-0/+38
* AUTO_OPT: add a bit of flexibility for future porting, Mac OS X supportSteven Noonan2009-10-182-50/+104
* makefile: Automatically optimize for your machineMatthew Cline2009-10-171-0/+50
* art-data.pl: add tiledef-player.h include to fix undeclared identifiersSteven Noonan2009-10-151-0/+1
* contribs: moved to contribs dir, added as submodulesSteven Noonan2009-10-14190-231327/+0
* Fix it returning "No" if any of the parts of gcc's version was less thanMatthew Cline2009-10-141-0/+10
* makefile: detect if GCC is >= 4.3.0 before adding -Wno-array-boundsSteven Noonan2009-10-141-0/+59
* makefiles: 'clean'/'distclean' now do RM on all intermediates at onceSteven Noonan2009-10-143-10/+8
* sqlite3.c: fix SQLITE_HAS_CODEC macro usageSteven Noonan2009-10-131-4/+4
* sqlite/Makefile: define missing macros and fix THREADSAFE macroSteven Noonan2009-10-131-1/+2
* sqlite3.c: stomp trailing whitespaceSteven Noonan2009-10-131-638/+638