summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
Commit message (Collapse)AuthorAgeFilesLines
* License compliance changes -- see the following excerpt from license.txt:nlanza2006-09-261-0/+2
| | | | | | | | | | | | | | | | | | | | | 2. You may modify your copy or copies of Crawl or any portion of it, and copy and distribute such modifications under the terms of Paragraph 1 above (including distributing this Licence Agreement), provided that you also do the following: a. cause the modified files to carry prominent notices stating that you changed the files and the date of any change; and This tags all source files that didn't already have it with a 'Modified for Crawl Reference by $Author on $Date$' header tag, allowing SVN to do the datestamp monkeying for us. I've also tagged files that are new to crawl-ref / stone soup, which the license doesn't require but does provide a bit of unity and makes it easier to see who's changing things. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@124 c06c8d41-db1a-0410-9941-cceddc491573
* More cleanups of file handling.haranp2006-09-241-4/+0
| | | | | | | Removed the useless "anticheat check." git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@108 c06c8d41-db1a-0410-9941-cceddc491573
* Cleaned up a lot of dependencies between MULTIUSER, SAVE_PACKAGE_CMD,haranp2006-09-241-4/+7
| | | | | | | | | etc. Note that ouch.cc, misc.cc and newgame.cc still duplicate the file name creation routines for no good reason - will be fixed later. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@102 c06c8d41-db1a-0410-9941-cceddc491573
* Clean out the crufty old pre-OSX Mac build -- the modern build uses Xcodenlanza2006-09-211-9/+0
| | | | | | | | | | | | | | | and is based on the standard UNIX build, so it doesn't need pretty much any of the special support. All of the MAC/macintosh defines should now be gone. If you need to tell whether crawl is building on a mac, check for 'OSX' instead. Also, overhaul makefile.osx to call into xcodebuild -- there's no sense in having two parallel OS X build systems when you need Xcode installed to get gcc anyway. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@59 c06c8d41-db1a-0410-9941-cceddc491573
* r126@xenon: dshaligram | 2006-09-21 02:17:58 +051800dshaligram2006-09-201-0/+4
| | | | | | | | | | | | | Changes for DOS support: * Added dummy vsnprintf macro to delegate to vsprintf on DOS. Lame, but no helping it unless we roll our own vsnprintf. * Removed reference to errno in debug.cc. * Renamed safechunk.lua to safechnk.lua to fit 8.3 naming conventions for DOS. * Updated makefile.dos for the latest djgpp version. * Added #include <dos.h> to religion.cc for special-effects delays. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@54 c06c8d41-db1a-0410-9941-cceddc491573
* Integrated the inscription patch, *except* for the keybindings issue.haranp2006-09-201-2/+2
| | | | | | | | Also, made a minor change to files.cc - I couldn't reload savefiles the way it was set up before. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@53 c06c8d41-db1a-0410-9941-cceddc491573
* r32@calamity: dshaligram | 2006-08-15 23:29:32 +051800DShaligram2006-08-151-3/+0
| | | | | | | | Removed #ifdefs for USE_SILENCE - Silence is well-established now, there's no need to keep it conditional. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@19 c06c8d41-db1a-0410-9941-cceddc491573
* Clean up a mistake in the SVN import.nlanza2006-08-131-0/+387
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10 c06c8d41-db1a-0410-9941-cceddc491573