aboutsummaryrefslogtreecommitdiff
path: root/common/scummsys.h
AgeCommit message (Expand)Author
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
2003-07-24scumm_strnicmpJonathan Gray
2003-07-13Do not use free_check on WinCENicolas Bacca
2003-06-14some more cleanupMax Horn
2003-06-14fix for LE systemsMax Horn
2003-06-14Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; augme...Max Horn
2003-05-21don't inline free_check to make debugging easierMax Horn
2003-05-21pedantic fixes (little endian version)Oliver Kiehl
2003-05-21pedantic fixesMax Horn
2003-05-20replace our 'nice' new which sets memory to 0 with a nasty one which sets it ...Max Horn
2003-05-18HAVE_CONFIG_HJonathan Gray
2003-04-30typedef NewGuiColor on all platforms; indentionMax Horn
2003-04-30more PalmOS changesMax Horn
2003-04-06nope, not all big endian system require alignmentMax Horn
2003-03-13added const qualifierMax Horn
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06next pedantic cleanup codePaweł Kołodziejski
2002-12-17New savefile backend system (bye bye NONSTANDARD_SAVE...)Marcus Comstedt
2002-12-01OS X app bundle should contain static linked executable; 'bool' is part of th...Max Horn
2002-11-30Fix compileTravis Howell
2002-11-30gp32 port stuffPeter Moraliyski
2002-11-29Fix warningsTravis Howell
2002-11-19Small Windows CE changes : detect old WinCE as NONSTANDARD_PORT, change __cde...Nicolas Bacca
2002-11-14cleanupMax Horn
2002-11-10added FIXME commentMax Horn
2002-10-27patch #628997 support for ogg vorbis instead of cd tracks by Daniel Schepler....Jonathan Gray
2002-10-23cleaning up scummsys.h a bit (in preparation of using configure eventually). ...Max Horn
2002-09-16minor changes in source structurePaweł Kołodziejski
2002-09-07Fix heap corruption. Fix compiler warning.Matt Hargett
2002-08-31removed bad strdup implementationMax Horn
2002-08-24endian fixes; cleanupMax Horn
2002-08-21Initial revisionMax Horn