summaryrefslogtreecommitdiff
path: root/src/h-config.h
Commit message (Collapse)AuthorAge
* Remove MACINTOSH-compatibility codeBardur Arantsson2015-12-29
|
* Replace usleep with C++11 this_thread::sleep_for()Bardur Arantsson2014-12-16
| | | | | | | Also remove TERM_XTRA_DELAY. The terminal abstraction should not be used for providing general platform independence. As a side effect this reintroduces support for "delay" on SDL, not sure if that's a good idea or not.
* Replace uses of stricmp with boost::algorithm::iequalsBardur Arantsson2014-12-16
|
* Remove __GO32__-conditional codeBardur Arantsson2014-12-16
|
* Remove lots of obsolete platform definesBardur Arantsson2014-12-16
|
* Remove shim memset() implementationBardur Arantsson2014-06-26
|
* Remove obsolete MSDOS/AMIGA support codeBardur Arantsson2014-06-25
|
* Disable stricmp -> strcasecmp remapping for LinuxBardur Arantsson2013-09-27
| | | | It seems to interfere with compilation using C++
* Fixups for include guards and __cplusplusBardur Arantsson2013-09-27
|
* Refactor: USE_EMX compile-time flag never setBardur Arantsson2012-03-29
|
* Revert use of stdint.h since not all compilers we're supporting have it.Bardur Arantsson2010-02-14
| | | | This reverts commit d324d9c0ac98e74db26e5dd5c6e379c1fc18cff3.
* Remove obsolete platforms/frontends.Bardur Arantsson2010-01-11
| | | | | | | | | | | | | | | Removed platforms/systems: - OS/2 - RiscOS - SVGALib - IBM DOS - VM/ESA (Vax) - Amiga - Acorn - Dummy - VMS - Macintosh (non-Carbon)
* Use the C99 standard int32_t/uint32_t instead of the L64 define.Bardur Arantsson2010-01-10
|
* Import fix from CVS: Fix misc. problems on 64-bit platforms.Bardur Arantsson2010-01-08
|
* Import tome-2.3.5.Bardur Arantsson2010-01-08