aboutsummaryrefslogtreecommitdiff
path: root/common/scummsys.h
AgeCommit message (Collapse)Author
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
2002-11-30gp32 port stuffPeter Moraliyski
svn-id: r5761
2002-11-29Fix warningsTravis Howell
svn-id: r5744
2002-11-19Small Windows CE changes : detect old WinCE as NONSTANDARD_PORT, change ↵Nicolas Bacca
__cdecl for these systems, add 2 sampling rates for WinCE due to problems with Smush mixer in 11 kHz svn-id: r5604
2002-11-14cleanupMax Horn
svn-id: r5552
2002-11-10added FIXME commentMax Horn
svn-id: r5486
2002-10-27patch #628997 support for ogg vorbis instead of cd tracks by Daniel ↵Jonathan Gray
Schepler. Uncomment the relevant lines in the makefile to use svn-id: r5320
2002-10-23cleaning up scummsys.h a bit (in preparation of using configure eventually). ↵Max Horn
Most notable, uint32 etc. will be 'unsigned int' not 'unsigned long'. Except for 16 bit systems that should be right, and configure will replace this by a proper check for data type sizes anyway svn-id: r5290
2002-09-16minor changes in source structurePaweł Kołodziejski
svn-id: r4949
2002-09-07Fix heap corruption. Fix compiler warning.Matt Hargett
svn-id: r4901
2002-08-31removed bad strdup implementationMax Horn
svn-id: r4876
2002-08-24endian fixes; cleanupMax Horn
svn-id: r4837
2002-08-21Initial revisionMax Horn
svn-id: r4785