Fixed Nemelex altar macro in crawl_macros.txt - reported on SF. Added a little hack for Crawl running in dgamelaunch so ttyplay isn't lost. Reduce the –more– overdose on end-of-game.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@666 c06c8d41-db1a-0410-9941-cceddc491573
MWHMD65QP6UKXO6Q4ZVEAMXY563AJ6KH7J6UEZOB5CRPPSRB762QC
KYAZOGUYKETNKQHXEUA3BOAOYD35AEYWXD3J6EUNAFIESZ4HCRLAC
GSQ72ULBSL6WBJZUB3GJKAPQDXZIQV7B2TDBA5OP2WVGHVJMCQFQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
SDLKLUNFGVKDS55DDJZCBAVIB7NL3RRYPTACAY65SCUQKV6APFSAC
22RFWMSJGG26Z2MQEEXGKVTFSTLREHQIG46WYOTMDRKI5YVMRNVAC
RPOZZWKG5GLPHVZZ7ZKMKS64ZMV2LDCQSARBJFJ6FZOTOKCQO7FAC
RVST2QHYJ757ZHK4AUJ5NGPDZ44AD6RVFVXYPKQIBJXZBDNUCHXQC
UFLQ2LXPSQHE3XF57FPHQZIQPJUCFHB3Y5DMNZMRHOCV4LYKJGGQC
4OBA2N3JTGNCUMZSLL4N5YGTRHGT2DL267PGLTGCXFAP7XB4RCXAC
B7HFR5CJ6TGCPW3H5GWIE36TKJA6HZBYBGJAKB2JXKQX6HQWGHPAC
#if _MSC_VER >= 1100 // note that we can't just check for _MSC_VER: most compilers will wind up defining this in order to work with the SDK headers...
#pragma message("Compiling AppHeader.h (this message should only appear once)")
#endif
// Uncomment if you're running Crawl with dgamelaunch and have
// problems viewing games in progress. This affects how Crawl
// clears the screen (see DGL_CLEAR_SCREEN) below.
//
// #define DGAMELAUNCH
// DGL_CLEAR_SCREEN specifies the escape sequence to use to clear
// the screen (used only when DGAMELAUNCH is defined). We make no
// attempt to discover an appropriate escape sequence for the
// term, assuming that dgamelaunch admins can adjust this as
// needed.
//
// Why this is necessary: dgamelaunch's ttyplay initialises
// playback by jumping to the last screen clear and playing back
// from there. For that to work, ttyplay must be able to recognise
// the clear screen sequence, and ncurses clear()+refresh()
// doesn't do the trick.
//
#define DGL_CLEAR_SCREEN "\033[2J"
#elif _MSC_VER >= 1100
#include <string>
#include "WinHdr.h"
#error MSVC is not supported yet
#define CHARACTER_SET A_ALTCHARSET
#define FILE_SEPARATOR '/'
The Dungeon Crawl Stone Soup team (Peter Berger, Nat Lanza, Haran Pilpel,
Erik Piper, David Ploog, Darshan Shaligram) would like to thank:
* Linley Henzell, the author of Dungeon Crawl, for writing this great game.
* Brent Ross, Dungeon Crawl 4.0/4.1 maintainer. Stone Soup owes a lot to his
ideas and code in Crawl 4.1.
* Other members of the 4.0 Crawl development team: Michal Valvoda, Guus Sliepen,
Brian Robinson, Mark Mackey, Gordon Lipford, Daniel Ligon, Jesse Jones, Josh
Fishman, Don Brodale.
* Everyone else who has contributed to Crawl in the past.
We'd also like to thank members of the Dungeon Crawl community who have
contributed to Dungeon Crawl Stone Soup:
Peter Borgmann
Matthew Cline
Mike Drinen
Kieron Dunbar
Elethiomel
Christopher Evenstar
Ben Goetter
Ciaran Hamilton
R. Dan Henry
Benoit Hudson
Ilyak
Mitsuhiro Itakura
Ryan Kusnery
Jukka Kuusisto
Icy Lich
Arien Malec
Eva Myers
Erkki Nurmi
nyra
Yuuma Oohara
Pedro
Lemuel Pitkin
Johanna Ploog
Remsleep
David Rose
Shawn Moore
Johan Strandell
Jeremey Wilson