aboutsummaryrefslogtreecommitdiff
path: root/common/scummsys.h
AgeCommit message (Expand)Author
2006-03-09Correct GCC_PACK define for non-GCCTravis Howell
2006-03-09Revert GCC_PACK removal, which broke compileTravis Howell
2006-03-09Revert GCC_PACK removal, which broke compileTravis Howell
2006-03-08Check format string in calls of debug/error (adapted from patch #1445422)Max Horn
2006-03-04define int types for msvc to allow compile mpeg2 library. msvc does not fully...Paweł Kołodziejski
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-02-02Fixed PalmOS backend compilationChris Apers
2006-01-18Update copyright noticeEugene Sandulenko
2005-12-02Updated so ScummVM also builds for Symbian WINS emulator builds (!defined added)Lars Persson
2005-11-05Prevent conflic with Sky defChris Apers
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-10-14cleanup (really would like to unify all those typedef's eventually; maybe we ...Max Horn
2005-10-13Set _HEAPOK to correct value,if using earlier mingw-runtime.Travis Howell
2005-09-03Prepare new backends and potential native versionChris Apers
2005-08-28mingw can handle heap checking now.Travis Howell
2005-08-16Added: PSP backendJoost Peters
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-07-05* Start of generic key configuration support for ScummVMLars Persson
2005-06-23Moved endian macros to a separate header fileMax Horn
2005-06-21Patches needed to build for SYMBIAN32 WINS/GCC added.Lars Persson
2005-06-05added code for loading dynamic plugins(DLLs) for windowsPaweł Kołodziejski
2005-05-14Factor out common stuff in scummsys.h a little bitMax Horn
2005-05-14Removing the last traces of the old custom new/delete operatorsMax Horn
2005-05-09Patch #1181544 (AmigaOS 4 changes)Max Horn
2005-03-31Playstation2 Port: initial importRobert Göffringmann
2005-02-19compatible version for wincePaweł Kołodziejski
2005-02-18removing ZLIB_WINAPI from scummsys.hAndrew Kurushin
2005-01-01Updated copyrightMax Horn
2004-12-10Moved to prefix fileChris Apers
2004-11-09CleanupChris Apers
2004-10-08Use compile.h as prefix fileChris Apers
2004-09-18changed zlib support for msvcPaweł Kołodziejski
2004-06-22Implement 24-bit read from memory functionsEugene Sandulenko
2004-05-25New PalmOS includesChris Apers
2004-03-09correct error textJonathan Gray
2004-03-07remove dependency on SDL_byteorder.h when we are using config.hMax Horn
2004-02-28renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor...Max Horn
2004-01-06updated copyright noticeMax Horn
2003-12-21disable custom new/delete/free by default (only keep it around in case it com...Max Horn
2003-12-21Require stdafx.h to have been included.Marcus Comstedt
2003-12-18resolve an inconsistency in the FROM_* helper macros: now they *always* cast ...Max Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-03Use compiler option instead of thisChris Apers
2003-10-03fixed compilation under msvc7Paweł Kołodziejski
2003-09-21added WRITE_LE/BE_16/32 functions to match our current READ_ funcs - useful i...Max Horn
2003-09-18disable the custom operator 'new' on Mac OS X, as it cause multiple definitio...Max Horn
2003-09-18moved engine.* to base; this fixes some linking issues when building a barebo...Max Horn
2003-07-31back disable warnings into stdafx.h, vc6 is lack of warnings supportPaweł Kołodziejski
2003-07-24Fix warning (no newline at end of file)Torbjörn Andersson
2003-07-24Remove palmos fixmeChris Apers