aboutsummaryrefslogtreecommitdiff
path: root/common/scummsys.h
AgeCommit message (Collapse)Author
2005-06-21Patches needed to build for SYMBIAN32 WINS/GCC added.Lars Persson
Test built for Symbian and run on P910i without any major problems. Test built for MSVC6. Changed parts seems to compile ok but there are some problems with MSVC6 and some of the targets which the EPOC build does n't support (KYRA,SAGA). svn-id: r18430
2005-06-05added code for loading dynamic plugins(DLLs) for windowsPaweł Kołodziejski
svn-id: r18356
2005-05-14Factor out common stuff in scummsys.h a little bitMax Horn
svn-id: r18095
2005-05-14Removing the last traces of the old custom new/delete operatorsMax Horn
svn-id: r18094
2005-05-09Patch #1181544 (AmigaOS 4 changes)Max Horn
svn-id: r18011
2005-03-31Playstation2 Port: initial importRobert Göffringmann
svn-id: r17305
2005-02-19compatible version for wincePaweł Kołodziejski
svn-id: r16813
2005-02-18removing ZLIB_WINAPI from scummsys.hAndrew Kurushin
ZLIB_WINAPI macro needs only than you want to build VisualBasic compatible ZLIBWAPI.DLL with WINAPI(STDCALL) calling convetion. svn-id: r16803
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-12-10Moved to prefix fileChris Apers
svn-id: r16015
2004-11-09CleanupChris Apers
svn-id: r15739
2004-10-08Use compile.h as prefix fileChris Apers
svn-id: r15472
2004-09-18changed zlib support for msvcPaweł Kołodziejski
svn-id: r15163
2004-06-22Implement 24-bit read from memory functionsEugene Sandulenko
svn-id: r14002
2004-05-25New PalmOS includesChris Apers
svn-id: r13888
2004-03-09correct error textJonathan Gray
svn-id: r13226
2004-03-07remove dependency on SDL_byteorder.h when we are using config.hMax Horn
svn-id: r13206
2004-02-28renamed more OSystem methods to follow our naming scheme; renamed ↵Max Horn
NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend svn-id: r13087
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-12-21disable custom new/delete/free by default (only keep it around in case it ↵Max Horn
comes in handy again in the future) svn-id: r11839
2003-12-21Require stdafx.h to have been included.Marcus Comstedt
svn-id: r11822
2003-12-18resolve an inconsistency in the FROM_* helper macros: now they *always* cast ↵Max Horn
their argument to unsigned (previously, the LE funcs would do this when used on BE machines, and vice versa; but using a FROM_LE macro on a LE machine wouldn't cause a cast to unsigned; this potentially leads to endian bugs!) svn-id: r11726
2003-11-08cleanup whitespacesPaweł Kołodziejski
svn-id: r11219
2003-11-03Use compiler option instead of thisChris Apers
svn-id: r11104
2003-10-03fixed compilation under msvc7Paweł Kołodziejski
svn-id: r10562
2003-09-21added WRITE_LE/BE_16/32 functions to match our current READ_ funcs - useful ↵Max Horn
in some places svn-id: r10358
2003-09-18disable the custom operator 'new' on Mac OS X, as it cause multiple ↵Max Horn
definition linker error when building ScummVM with loadable modules svn-id: r10303
2003-09-18moved engine.* to base; this fixes some linking issues when building a ↵Max Horn
barebone ScummVM (or maybe I just want to increase our CVS stats? <g>) svn-id: r10287
2003-07-31back disable warnings into stdafx.h, vc6 is lack of warnings supportPaweł Kołodziejski
svn-id: r9337
2003-07-24Fix warning (no newline at end of file)Torbjörn Andersson
svn-id: r9172
2003-07-24Remove palmos fixmeChris Apers
svn-id: r9169
2003-07-24scumm_strnicmpJonathan Gray
svn-id: r9168
2003-07-13Do not use free_check on WinCENicolas Bacca
svn-id: r8975
2003-06-14some more cleanupMax Horn
svn-id: r8488
2003-06-14fix for LE systemsMax Horn
svn-id: r8487
2003-06-14Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; ↵Max Horn
augmented by some more changes of mine svn-id: r8482
2003-05-21don't inline free_check to make debugging easierMax Horn
svn-id: r7805
2003-05-21pedantic fixes (little endian version)Oliver Kiehl
svn-id: r7798
2003-05-21pedantic fixesMax Horn
svn-id: r7789
2003-05-20replace our 'nice' new which sets memory to 0 with a nasty one which sets it ↵Max Horn
to 0xE7. This should help finding any remaining places where we don't init member variables as we should. svn-id: r7719
2003-05-18HAVE_CONFIG_HJonathan Gray
svn-id: r7632
2003-04-30typedef NewGuiColor on all platforms; indentionMax Horn
svn-id: r7225
2003-04-30more PalmOS changesMax Horn
svn-id: r7220
2003-04-06nope, not all big endian system require alignmentMax Horn
svn-id: r6922
2003-03-13added const qualifierMax Horn
svn-id: r6806
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-03-06next pedantic cleanup codePaweł Kołodziejski
svn-id: r6714
2002-12-17New savefile backend system (bye bye NONSTANDARD_SAVE...)Marcus Comstedt
svn-id: r6007
2002-12-01OS X app bundle should contain static linked executable; 'bool' is part of ↵Max Horn
the C++ standard svn-id: r5795
2002-11-30Fix compileTravis Howell
svn-id: r5762