summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* pcre: implement QUIET_CC, etc. for more pretty buildSteven Noonan2009-10-121-5/+13
* pcre: use global CFLAGS when compilingSteven Noonan2009-10-121-1/+1
* makefiles: set up global vs. local cflags, optimize sqlite buildSteven Noonan2009-10-122-2/+3
* makefiles: inherit CC and CXX variables from top-level MakefileSteven Noonan2009-10-112-7/+7
* Makefiles: unifying makefile.unix and makefile_tiles.unix, and cleaning upSteven Noonan2009-10-103-9/+56
* Fix includes.sh: POSIX sed doesn't support alternation...Robert Vollmert2009-10-091-1/+2
* Further improvements to util/includes.sh.Robert Vollmert2009-10-091-5/+38
* Extend and correct includes.sh slightly.Robert Vollmert2009-10-091-5/+29
* Add shell script to find unneeded includes.Robert Vollmert2009-10-091-0/+56
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-062-5/+0
* Add develop/ and license/ folders in docs/.David Ploog2009-10-062-130/+7
* autogenerated art data needed by the Windows buildAdam Borowski2009-10-051-1/+1
* Amulet of guardian spirit, it comes as an amulet or a cap.Adam Borowski2009-10-051-1/+2
* Revert "util/*/Makefile: allow compiler selection on command-line"Steven Noonan2009-09-302-2/+2
* Lua updated to v5.1.4Steven Noonan2009-09-2964-655/+1077