summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
Commit message (Expand)AuthorAgeFilesLines
...
* Handle SIGHUP in tiles and on Windows.Adam Borowski2011-05-011-4/+0
* Fix build failure with SOUND_PLAY_COMMAND.Adam Borowski2011-04-181-4/+2
* Drop remnants of the DOS port.Adam Borowski2011-04-081-20/+0
* Useless option purge: USE_MORE_SECURE_SEED, always on.Adam Borowski2011-04-071-10/+0
* Purge an unused #define.Adam Borowski2011-04-021-4/+0
* Merge branch 'unicode'.Adam Borowski2011-04-011-12/+1
|\
| * Make cset overrides more sane.Adam Borowski2011-04-011-3/+0
| * Merge branch 'master' into unicodeAdam Borowski2011-03-131-0/+2
| |\
| * \ Merge branch 'master' into unicodeAdam Borowski2011-01-111-37/+18
| |\ \
| * \ \ Merge branch 'master' into unicodeAdam Borowski2010-12-021-52/+8
| |\ \ \
| * \ \ \ Merge branch 'master' into unicodeAdam Borowski2010-10-151-2/+1
| |\ \ \ \
| * | | | | Fix tiles compilation.Adam Borowski2010-09-261-0/+1
| * | | | | Always use Unicode values for glyphs. Always use ncursesw on Unix console.Adam Borowski2010-09-261-12/+0
| * | | | | Remove an unused function, we don't do line input anymore.Adam Borowski2010-09-251-1/+0
* | | | | | Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-15/+12
| |_|_|_|/ |/| | | |
* | | | | Disable ghost creation/loading in wizard non-debug mode.Adam Borowski2011-03-121-0/+2
| |_|_|/ |/| | |
* | | | Always enable "optional" colour.Adam Borowski2011-01-111-7/+0
* | | | Remove defines for "a bunch of optional features".Adam Borowski2011-01-111-18/+0
* | | | Reduce the clock threshold when the player is idle.Adam Borowski2011-01-111-2/+5
* | | | s/noreturn/NORETURN/ to unbreak Windows builds.Adam Borowski2011-01-071-3/+3
* | | | Fix tiles compile.Adam Borowski2011-01-071-8/+8
* | | | Mark AssertFailed() as noreturn.Adam Borowski2011-01-071-0/+8
* | | | Use the Windows equivalent of /dev/urandom there.Adam Borowski2010-12-311-10/+5
| |_|/ |/| |
* | | Get rid of MULTIUSER logic.Adam Borowski2010-12-021-21/+8
* | | Implement file locking on Windows.Adam Borowski2010-12-021-11/+0
* | | Drop any chmod() calls from inside Crawl.Adam Borowski2010-12-021-4/+0
* | | Move the num of runes needed define, it's not really user-configurable.Adam Borowski2010-12-021-7/+0
* | | Remove an option to disable "new" semi-controlled blink.Adam Borowski2010-12-021-3/+0
* | | Remove an unmaintained option to remove the "new" str-dex weighting.Adam Borowski2010-12-021-3/+0
* | | Remove an unimplemented "new" option from 9 years ago.Adam Borowski2010-12-021-3/+0
* | | Use the system locale rather than hardcoded en_US.UTF-8 (twb).Adam Borowski2010-11-091-4/+0
| |/ |/|
* | Purge some remnants of zip/tar use.Adam Borowski2010-09-251-2/+1
|/
* Rip away the save tarring/zipping code.Adam Borowski2010-09-031-34/+0
* Convert ./crawl --save-version to the new format.Adam Borowski2010-09-031-0/+2
* A compile option (-DDEBUG_GLOBALS) to let valgrind act on global classes.Adam Borowski2010-07-191-0/+5
* Revert typed enums (ee530f00).Adam Borowski2010-06-211-4/+0
* Use typed enums -- or a non-enum field -- in item_def to save memory.Adam Borowski2010-06-201-0/+4
* Windows has no usleep(), emulate.Adam Borowski2010-06-151-0/+2
* Make Crawl react better to seeing des files and database text files modified ...Darshan Shaligram2010-06-141-0/+9
* Enable versioned .des cache dirs only for dgl builds (kilobyte).Darshan Shaligram2010-06-131-0/+5
* Gut away broken endianness/word length detection.Adam Borowski2010-04-061-1/+2
* Remove EOL.Robert Vollmert2010-03-111-3/+0
* Add comment about the interaction between Tiles and the IBM charset.Johanna Ploog2010-03-071-0/+2
* Revert "Use CSET_ASCII for tiles builds."Johanna Ploog2010-03-071-3/+1
* Use CSET_ASCII for tiles builds.Robert Vollmert2010-02-261-1/+3
* code cleanup: fix #ifdef/#if usage inconsistenciesSteven Noonan2010-02-251-9/+11
* AppHdr.h: use 'ifdef __MWERKS__' instead of 'if __MWERKS__'Steven Noonan2010-02-241-1/+1
* For dgl builds, record timestamps every 100 turns to a .ts file in the morgue...Darshan Shaligram2010-02-241-0/+4
* ... and allow using shipped fonts.Adam Borowski2010-02-181-1/+1
* Allow using alternate (system) fonts as build #defines.Adam Borowski2010-02-181-0/+7