aboutsummaryrefslogtreecommitdiff
path: root/common/scummsys.h
AgeCommit message (Expand)Author
2008-06-04Patch #1971285: "Nintendo Wii port"Eugene Sandulenko
2008-03-12Removed remaining traces of the dead MorphOS backend, which itself was remove...Max Horn
2008-01-05Several warnings which have been disabled for MSVC are never thrown (at least...Filippos Karapetis
2007-12-21Turn off an MSVC warning, thrown with some escape sequencesFilippos Karapetis
2007-12-20Fix compilation under MSVC9Filippos Karapetis
2007-12-20Do not #include time.h globally (ideally, we should provide a localtime clone...Max Horn
2007-12-09Only for ARM codeChris Apers
2007-10-13Added extra includes for the DS port now that stdafx.h is no longer includedNeil Millstone
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-01Cleanup: remove obsolete code (PalmOS 68K version not supported anymore)Chris Apers
2007-07-01Re-added __attribute__(packed)Max Horn
2007-06-22Do not use SCUMMVM_USE_LONG_INT on _MSC_VER anymore (if it *is* needed after ...Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-01Cleanup, remove PalmOS dependencies from the ScummVM coreChris Apers
2007-03-09Removing some unnecessary #includesMax Horn
2007-03-08cleaned up stdafx.h, removing various unnecessary #includes (there are still ...Max Horn
2007-03-08Moved the printf #define for the NDS into scummsys.h (not sure if that suits ...Max Horn
2007-03-08Changed File::_handle to be of type void* instead of FILE* (to ease porting);...Max Horn
2006-10-08Initial commit of the wince-gcc re-portKostas Nakos
2006-09-23Re-order platform order, to avoid exclusionsTravis Howell
2006-09-23Remove defines, which were only used by checkHeap()Travis Howell
2006-09-23Removed CHECK_HEAPMax Horn
2006-09-23Whitepsace changesTravis Howell
2006-09-23Remove duplicate and left over _WIN32_WCE checksTravis Howell
2006-08-04Fixed some broken #include's (the PS2 and Symbian may need more fixed, though)Max Horn
2006-07-22Fix struct packing issues (macros are not resolve in #pragma params, at least...Max Horn
2006-07-21Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now...Max Horn
2006-07-09Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking...Max Horn
2006-07-09Changed the default value of START_PACK_STRUCTS / END_PACK_STRUCTS; cleanupMax Horn
2006-07-09Patch #1519399: DS BackendMax Horn
2006-06-10fixes ps2 stuff I brokeKostas Nakos
2006-06-10added CE port definitions sectionKostas Nakos
2006-06-08fixed ps2 types.Robert Göffringmann
2006-05-23fix VC & SDL 1.2.10 compilation errorAndrew Kurushin
2006-04-11Fixed line endingChris Apers
2006-04-11Not neededChris Apers
2006-04-08AmigaOS4 changes from tracker #1416370Max Horn
2006-04-07Fix compile with GP32 by overriding datatypes.Won Star
2006-04-05Added comments to Symbians data types.Lars Persson
2006-04-05Updated datatypes for Symbian OSLars Persson
2006-04-05Added SCUMMVM_DONT_DEFINE_TYPES so that (a) porters can still override our ty...Max Horn
2006-04-04Remove SCUMMVM_USE_LONG_INT from DC port.Marcus Comstedt
2006-04-02Fully and officially renamed our main function to scummvm_main, thus makingMax Horn
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...Max Horn
2006-03-29- Added some explanatory comments (everybody feel free to extend them)Max Horn
2006-03-29cleanupMax Horn
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