aboutsummaryrefslogtreecommitdiff
path: root/common/scummsys.h
AgeCommit message (Expand)Author
2011-05-10COMMON: Refactor typedefs a bitMax Horn
2011-05-09COMMON: Refactor scummsys.hMax Horn
2011-05-09COMMON: Do not #undef _MSC_VERMax Horn
2011-05-09COMMON: If config.h is present, don't use hardcoded settings from scummsys.hMax Horn
2011-05-09COMMON: Unify definition of scumm_str(n)icmpMax Horn
2011-05-09N64: Remove (u)int64 typedefs from common/scummsys.hMax Horn
2011-05-02ALL: Mark printf and various other symbols as forbiddenMax Horn
2011-04-12COMMON: Drop totally obsolete & outdated DEC C++ 'support'Max Horn
2011-03-19COMMON: Removed custom PI define (M_PI should be used instead)md5
2011-03-19COMMON: Enable math constants under Visual Studiomd5
2011-02-10CONFIGURE: Add basic support for ICC.Johannes Schickel
2010-11-19COMMON: Use user include instead of system include to remove lots of compiler...Lars Persson
2010-10-30ALL: Add code to help stop people from accidentally using "bad" APIsMax Horn
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
2010-09-20PSP: switch from wrapping memcpy to defining our own memcpyYotam Barnoy
2010-08-19DINGOO: new port. Patch #3039277Eugene Sandulenko
2010-07-17Remove PalmOS portMax Horn
2009-12-30Add Nintendo 64 port to trunk.Fabio Battaglia
2009-11-29COMMON: Replace NORETURN by NORETURN_PRE & NORETURN_POSTMax Horn
2009-11-23Remove SCUMMVM_USE_LONG_INTMax Horn
2009-11-10Move definition of stdint types to the only file that needs them (mpeg_player.h)Max Horn
2009-11-10Add some FIXME comments about defining types from stdint.h on our own.Johannes Schickel
2009-09-27Backported NDS changes from 1.0.0 branch to trunkMax Horn
2009-09-24Removed the MSVC-specific pragmas for disabling warnings. These are now in Sc...Filippos Karapetis
2009-09-22Fix warning in gcc 3.3.5, by changing FORCEINLINE definition.Johannes Schickel
2009-09-11fix duplicate definition of FORCEINLINE on mingw toolchainsNorbert Lange
2009-09-11Slightly modified version of Patch #2838562: Improve endian.h and stream.hMax Horn
2009-03-25Allow building of psp backend via configure (Part 1 - Still need to add the f...Joost Peters
2009-03-20Removed #include nds/jtypes.h from common/scummsys.h -- it already gets loade...Max Horn
2009-02-20Disable MSVC warning, which is frequently paranoid.Travis Howell
2009-02-13Changed OverlayColor from int16 to uint16 to fix the strange colours thatTorbjörn Andersson
2008-12-08Removed last traces of X11 backend.Johannes Schickel
2008-11-23Turned on MSVC warning 4505 - "Unreferenced local function has been removed",...Filippos Karapetis
2008-11-23Re-enabled MSVC warning 4125 - "decimal digits terminates octal escape sequen...Filippos Karapetis
2008-11-13* got rid of CDECLMax Horn
2008-06-22Turned off overzealous warning 4800 - "forcing value to bool 'true' or 'false...Filippos Karapetis
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