summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/Crawl.xcodeproj
Commit message (Collapse)AuthorAgeFilesLines
* Turn off sign-comparison checks for now until I can figure out what's going onnlanza2008-06-301-8/+8
| | | | | | | | with Xcode 3.1 + yacc; we didn't always get sign-comparison errors here, and it's pretty annoying. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6231 c06c8d41-db1a-0410-9941-cceddc491573
* Change direct.cc/h to directn.cc/hpauldubois2008-04-201-9/+9
| | | | | | | | 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
* Freshly-rewritten quiver code. This is just a checkpoint, and it'spauldubois2008-04-091-2/+10
| | | | | | | | | used from anywhere yet. It should compile. Let me know if it doesn't, or if I've modified the makefiles incorrectly. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4161 c06c8d41-db1a-0410-9941-cceddc491573
* Now that flex has been updated, we can turn signed comparison warningspeterb122008-04-021-1/+1
| | | | | | | back on. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4050 c06c8d41-db1a-0410-9941-cceddc491573
* Icon for app bundle.peterb122008-04-011-0/+4
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4028 c06c8d41-db1a-0410-9941-cceddc491573
* Changes to XCode project file to allow trivial building of peterb122008-04-011-21/+245
| | | | | | | a "clickable" app bundle. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4021 c06c8d41-db1a-0410-9941-cceddc491573
* Enable sign comparison warning.pauldubois2008-03-081-2/+4
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3537 c06c8d41-db1a-0410-9941-cceddc491573
* Changes to get things building again, and minor tweaks:pauldubois2008-02-291-14/+3
| | | | | | | | | | | - change to text mode (remove svn:mime-type) for easier diff/patch - remove lua.c, luac.c from lua project - remove deleted insult.h, insult.cc - Debug: enable fix and continue, disable optimization git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3480 c06c8d41-db1a-0410-9941-cceddc491573
* Add mgrow.{cc,h} to the Xcode project.nlanza2007-10-271-0/+6
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2631 c06c8d41-db1a-0410-9941-cceddc491573
* Add store.{cc,h} to the Xcode build and clean up debugging support a bit.nlanza2007-10-151-2/+14
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2463 c06c8d41-db1a-0410-9941-cceddc491573
* Add xom.h to the project file so everything's listed.nlanza2007-10-061-0/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2338 c06c8d41-db1a-0410-9941-cceddc491573
* Add state.cc to the Xcode build and massage the compile settings to dealnlanza2007-09-241-9/+16
| | | | | | | | with the fact that yacc on 10.5 emits code that the compiler's default settings don't like -- signed/unsigned comparisons, specifically. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2190 c06c8d41-db1a-0410-9941-cceddc491573
* Update the Xcode build for Matthew's recent refactor.nlanza2007-09-161-0/+36
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2098 c06c8d41-db1a-0410-9941-cceddc491573
* Fix up the Xcode build.nlanza2007-09-151-6/+38
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2094 c06c8d41-db1a-0410-9941-cceddc491573
* [1730096] Updated Xcode project to include xom.cc.dshaligram2007-06-031-0/+4
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1514 c06c8d41-db1a-0410-9941-cceddc491573
* Update the Xcode build.nlanza2007-04-281-0/+16
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1388 c06c8d41-db1a-0410-9941-cceddc491573
* A little more project-file cleanup; link against readline for Lua's benefit.nlanza2007-04-141-36/+40
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1311 c06c8d41-db1a-0410-9941-cceddc491573
* Add Lua in to the default OS X build, including the CLUA_BINDINGS support.nlanza2007-04-141-2/+367
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1310 c06c8d41-db1a-0410-9941-cceddc491573
* Update the Xcode project; I've been slacking on this.nlanza2007-03-241-0/+28
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1084 c06c8d41-db1a-0410-9941-cceddc491573
* Update the Xcode project for branch.{cc,h}.nlanza2006-12-231-0/+8
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@697 c06c8d41-db1a-0410-9941-cceddc491573
* Merged stone_soup r15:451 into trunk.dshaligram2006-11-221-135/+266
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@452 c06c8d41-db1a-0410-9941-cceddc491573
* Add a metric ton of compiler warnings to the Xcode project, and cleannlanza2006-08-131-0/+9
| | | | | | | | | | | up the source accordingly. At some point these warnings should be merged into the makefile system, but I don't have the will to merge them into the 3451351235 individual makefiles at the moment. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@12 c06c8d41-db1a-0410-9941-cceddc491573
* Add an Xcode project capable of building Crawl, with build configurationsnlanza2006-08-131-0/+840
equivalent to the normal, debug, and wizard makefile targets as well as a Universal-build optimized Release target. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@11 c06c8d41-db1a-0410-9941-cceddc491573