summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC/crawl.vcproj
Commit message (Collapse)AuthorAgeFilesLines
* Subvaults.Enne Walker2009-11-281-0/+4
| | | | | | | | Vaults can now include other vaults as a part of their definition. These subvaults are currently included by tag only and replace glyphs in their parent vault. See documentation for more details. Vault:8 has been modified to use subvaults.
* Lua builder funcs act on map_lines, not grd.Enne Walker2009-11-021-4/+0
| | | | | | | This lets regular vaults use the same Lua functions that layout vaults do. Convert functions in l_dgnbld that acted on grd. Update layout vaults to use these new functions. Also, remove l_dgn_bf, as all of its functionality is now in l_dgnbld.
* msvc: fix compile errorsSteven Noonan2009-10-301-870/+978
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* msvc: add x86_64 build supportSteven Noonan2009-10-241-22/+700
| | | | | | | This updates all the contrib projects for this support as well. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* MSVC: fix build (add missing source files to project)Steven Noonan2009-10-241-16/+161
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* msvc: add tile build supportSteven Noonan2009-10-151-8/+12
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* MSVC: do not use edit-and-continue for Visual C++ buildsSteven Noonan2009-10-151-14/+14
| | | | | | It breaks on compiling debug.cc, because __LINE__ is variable Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* MSVC: move contrib projects to contrib, fix some compile errorsSteven Noonan2009-10-151-0/+8
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* contribs: moved to contribs dir, added as submodulesSteven Noonan2009-10-141-4/+4
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* MSVC: add tiles build supportSteven Noonan2009-10-121-1198/+1639
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* msvc: fix projects to compile Crawl properlySteven Noonan2009-10-121-0/+1198
Signed-off-by: Steven Noonan <steven@uplinklabs.net>