summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
Commit message (Expand)AuthorAgeFilesLines
* Re-enable, and fix, DEBUG_MONSPEAKNicholas Feinberg2014-06-221-0/+1
* Remove PRINTF #define duplication in mingw check.John Olender2014-06-081-18/+19
* AppHdr.h: Adjust PRINTF macro for use with mingw-w64John Olender2014-06-081-0/+20
* Drop some useless parentheses around comparisons.Adam Borowski2014-01-101-1/+1
* Simplify a #define logic.Adam Borowski2013-11-051-0/+4
* Don't waste electricity for mapstat infinite loops.Adam Borowski2013-10-031-0/+5
* Remove TURN_ZERO_WIZARD (elliptic, bh).Steve Melenchuk2013-09-241-4/+0
* Add option to allow entering wizmode on turn 0.Brendan Hickey2013-07-241-0/+4
* Fix spelling (elliott)Neil Moore2013-06-261-1/+1
* Revert "Fix compilation with old (4.1) GCC and libstdc++"Neil Moore2013-06-261-9/+4
* Fix compilation with old (4.1) GCC and libstdc++Neil Moore2013-06-261-4/+9
* Fix msys (and probably other) compilation.Neil Moore2013-06-081-0/+1
* Correct a compile directive in AppHdr.h for non-MSVC buildsPete Hurst2013-05-191-1/+1
* Allow 64bit enum to compile in MSVCPete Hurst2013-05-191-0/+3
* The C++ version check failed in MSVC, add a more explicit checkPete Hurst2013-05-191-1/+1
* Port to OpenSolaris (Dyson/Illumos).Adam Borowski2013-05-051-0/+10
* Include debug.h earlier.Adam Borowski2013-04-261-0/+1
* Rename the bikeshed IMMUTABLE.Adam Borowski2013-03-261-2/+2
* More PURE, and introduce REALLYPURE as well.Samuel Bronson2013-03-241-0/+5
* Fix typo of ~/crawl for ~/.crawl in a comment.Samuel Bronson2013-03-231-1/+1
* Indentation and comment changes.Adam Borowski2012-11-241-2/+1
* Remove unnecessary includes from header files.Jay3.14152012-10-231-2/+0
* Don't force darkgrey to blue on OS X.Adam Borowski2012-08-291-17/+0
* Use unique_ptr instead of auto_ptr (emulated for non-C++11).Adam Borowski2012-08-281-0/+7
* Pre-declare the std namespace to make clang happy.Adam Borowski2012-08-271-0/+1
* Use std namespace.Raphael Langella2012-08-261-0/+1
* Make inline functions static.Adam Borowski2012-08-091-1/+1
* Move the shipped font to contribs, upgrade to DejaVu.Adam Borowski2012-07-201-5/+7
* Declare get_monster_data() as pure.Adam Borowski2012-06-261-0/+7
* Make is_tiles() available on the C++ side.Adam Borowski2012-06-221-5/+4
* Make COMPILE_CHECK work both with --std=c++11 and on gcc-4.8.Adam Borowski2012-06-031-0/+5
* Make tile enums available in console builds.Adam Borowski2011-12-141-3/+3
* Fail Windows webtiles builds with a descriptive error.Adam Borowski2011-12-141-1/+4
* AppHdr.h: add ifndef __OBJC__ to skip pointless compile errors with Xcode pro...Steven Noonan2011-12-031-0/+5
* Fix obvious cut & paste error which broke the *nix build.Samuel Bronson2011-11-011-0/+2
* Windows (MinGW): Do crash dumps, same as on *nix.Samuel Bronson2011-11-011-4/+4
* Make Webtiles output happen in parallel to the console display, and make the ...Florian Diebold2011-10-151-1/+1
* Add more printf warnings (SamB).Adam Borowski2011-09-211-0/+10
* Revert "Use std::unordered_map instead of std::map -- O(1) vs O(log n), in on...Adam Borowski2011-09-161-12/+0
* Clean up all the old abyss code.Raphael Langella2011-09-141-1/+0
* Use std::unordered_map instead of std::map -- O(1) vs O(log n), in one place ...Adam Borowski2011-09-141-0/+12
* Don't emulate usleep() on Windows, all supported toolchains do that already.Adam Borowski2011-08-101-2/+0
* Enable the new Abyss, ready or not.Adam Borowski2011-07-201-1/+1
* Partial fix for broken MSVC build (still need to fix prebuild)Alexander Vostres2011-07-171-12/+10
* Merge branch 'webtiles'Adam Borowski2011-07-101-1/+1
|\
| * Clean up tilesdl.h.Florian Diebold2011-07-061-1/+1
* | Encase new Abyss code in #ifdefs.Adam Borowski2011-07-061-0/+3
|/
* Fix build failure on certain configurations of mingw.Adam Borowski2011-06-121-0/+5
* Remove a no longer implemented option.Adam Borowski2011-06-071-5/+0
* Old #ifdef purge: USE_FILE_LOCKING.Adam Borowski2011-05-011-8/+0