summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC
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 tilegen debug buildSteven Noonan2009-10-301-171/+171
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* 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-245-25/+887
| | | | | | | 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>
* win32: eliminate need for WIN32TILES/WIN32CONSOLE macrosSteven Noonan2009-10-192-2/+2
| | | | | | | | | | | | | | Instead of defined(WIN32CONSOLE) we should use: defined(TARGET_OS_WINDOWS) && !defined(USE_TILE) As well as replace defined(WIN32TILES) with: defined(TARGET_OS_WINDOWS) && defined(USE_TILE) Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* msvc: add tile build supportSteven Noonan2009-10-155-48/+26
| | | | 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-155-744/+11
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* MSVC: fix build for updated PCRESteven Noonan2009-10-152-23/+1
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* contribs: moved to contribs dir, added as submodulesSteven Noonan2009-10-144-82/+82
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* MSVC: add minimal rebuild supportSteven Noonan2009-10-121-9/+13
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* MSVC: add tiles build supportSteven Noonan2009-10-125-1233/+1955
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* msvc: fix projects to compile Crawl properlySteven Noonan2009-10-1211-1039/+1898
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* Fix projects referencing 'Kills.cc' to reference 'kills.cc'Steven Noonan2009-09-291-1/+1
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* Move 'FixAry.h' -> 'fixary.h', 'FixVec.h' -> 'fixvec.h' for file naming ↵Steven Noonan2009-09-291-2/+2
| | | | | | consistency Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* move 'Kills.h' -> 'kills.h', 'Kills.cc' -> 'kills.cc' for file naming ↵Steven Noonan2009-09-291-1/+1
| | | | | | consistency Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* Change direct.cc/h to directn.cc/hpauldubois2008-04-201-7/+7
| | | | | | | | Add YY_NO_UNISTD_H to MSVC builds, and turn off warn-as-error for now git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4398 c06c8d41-db1a-0410-9941-cceddc491573
* Fix some link errors and a few remaining compile warnings (thepauldubois2008-03-102-0/+27
| | | | | | | | | | | | | ones that aren't bugs) - if static const int foo=VALUE; is in header, don't need to have a definition in a .cc file. The definition goes into every .cc file with "vague linkage" - add sqlite and lua to the sln/vcproj git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3576 c06c8d41-db1a-0410-9941-cceddc491573
* Another batch of msvc compile fixes.pauldubois2008-03-101-43/+69
| | | | | | | | | | | | | | Added wrapper implementation for opendir/readdir Other functions left stubbed out. It's a shame that crawl's "direct.h" conflicts with <direct.h>. Fixed up use of AppHdr.h in a couple places (it must be included first); changed project to use precompiled headers. crawl now compiles cleanly but doesn't link. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3573 c06c8d41-db1a-0410-9941-cceddc491573
* The fixing of a thousand compile errors begins with a single commitpauldubois2008-02-273-0/+1370
This is pretty much just a test submit, although the files do work. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3468 c06c8d41-db1a-0410-9941-cceddc491573