summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/contrib/sqlite
Commit message (Collapse)AuthorAgeFilesLines
* Fix submodules.Neil Moore2013-05-301-0/+0
|
* Revert accidential revertion of some contrib/sqlite changes.Adam Borowski2012-07-111-0/+0
| | | | This partially reverts commit d2ad5edba5b7014f28534728389cfaae2a07d9c3.
* Randart weapon names.David Ploog2012-07-111-0/+0
| | | | Remove "Holocaust", add a bunch.
* Disable sqlite locking on Mac OS X (GreatZebu).Adam Borowski2012-01-201-0/+0
| | | | | | | | This should actually be safe in our case since we do our own redundant locking, and never write to the database except for the initial cache build. This can bite us in the future if we ever use sqlite for some non-readonly purpose, though.
* Undo mutilation of thread-safety of contrib sqlite.Adam Borowski2011-12-281-0/+0
|
* Revert submodules clobbered in "Add EV Checks to mons_do_spines()"Darshan Shaligram2010-05-061-0/+0
| | | | This reverts commit 67e4e37c9d27835852099de23d424293cd2c07c9.
* Add EV Checks to mons_do_spines()Robert Burnham2010-05-051-0/+0
| | | | | | Uses a constant factor of 6, this reduces the chance to one-shot bats, rats, kobolds, and other weak creatures early on and the chance to easily kill hydras / executioners later on.
* contribs: remove target .a file before calling 'ar'Steven Noonan2010-05-051-0/+0
| | | | | | | This fixes some build breakage on Mac OS X when switching architecture targets or compilers between builds. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* sqlite: fix linkage on Mac OS X 10.4 SDKSteven Noonan2010-04-051-0/+0
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* SQLite: upgrade to v3.6.23.1 and fix SQLITE_HAS_CODEC issueSteven Noonan2010-04-041-0/+0
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* Restore contribs/sqlite to its old broken state.Robert Vollmert2010-04-021-0/+0
|
* Convert stats to use vectors player::stats, player::max_stats.Robert Vollmert2010-04-011-0/+0
| | | | | | | Stats are now stored in FixedVector<char, NUM_STATS> player::stats, player::max_stats. Most code now reads you.strength(), you.max_strength() etc.
* Restore contribs/sqlite to its old broken state.Robert Vollmert2010-04-011-0/+0
|
* Move player stat handling to player-stats.{cc,h}.Robert Vollmert2010-04-011-0/+0
|
* sqlite: updated to v3.6.23Steven Noonan2010-03-201-0/+0
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* sqlite: fix inconsistent use of SQLITE_HAS_CODEC macroSteven Noonan2010-02-241-0/+0
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* sqlite: fix gitignore rulesSteven Noonan2010-02-241-0/+0
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* sqlite: fix Intel compiler breakageSteven Noonan2010-02-241-0/+0
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* sqlite: update 3.6.20 -> 3.6.22Steven Noonan2010-02-221-0/+0
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* sqlite: update 3.6.18 -> 3.6.20Steven Noonan2009-12-041-0/+0
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* makefile: rebuild .d files and contribs if CFLAGS changeSteven Noonan2009-11-061-0/+0
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* Fix the DOS port.Adam Borowski2009-11-061-0/+0
|
* sqlite: fix cleanupSteven Noonan2009-10-251-0/+0
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* contribs: fix parallel make and simplify MinGW buildsSteven Noonan2009-10-241-0/+0
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* msvc: add x86_64 build supportSteven Noonan2009-10-241-0/+0
| | | | | | | This updates all the contrib projects for this support as well. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* sqlite: fix annoying "memset used with constant zero length parameter" warningSteven Noonan2009-10-211-0/+0
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* contribs: fix contrib commit referencesSteven Noonan2009-10-171-0/+0
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* Replace monster_los by calls to losight.Robert Vollmert2009-10-171-0/+0
| | | | | | | | | los_param got a new opacity_monmove to help. The change compiles and the game runs, but I'm unsure how to test monster pathfinding. Please tell me if anything went wrong! Removes mon-los.{cc,h}, so I'm afraid I may have broken the non-Unix builds again.
* lua, pcre, sqlite: inherit top-level Makefile's RANLIB settingSteven Noonan2009-10-171-0/+0
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* makefiles & contribs: add support for MinGW tiles buildsSteven Noonan2009-10-161-0/+0
| | | | | | | | | Incredibly hairy to get this to work, largely because MinGW's GCC is picky about the link order, among other things. But now we have a working build! Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* contribs: update HEAD position for new Contribs.sln usageSteven Noonan2009-10-161-0/+0
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* Revert radiance and refrigeration patches for the moment.Robert Vollmert2009-10-161-0/+0
| | | | | | | | | | There's a couple of issues with these that were missed. This reverts commits 70c41610927b7f9adfc3a0fd6c72c7af6756427e dce44e60507ec723f3cf94cdeadc6762ee492786 6525d257d208e990f5d62213adf6a062943e6626 6d9b6f226847487b3fd9e2ff408d7c0f42361c93.
* msvc: add tile build supportSteven Noonan2009-10-151-0/+0
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* MSVC: move contrib projects to contrib, fix some compile errorsSteven Noonan2009-10-151-0/+0
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* contribs: moved to contribs dir, added as submodulesSteven Noonan2009-10-141-0/+0
Signed-off-by: Steven Noonan <steven@uplinklabs.net>