aboutsummaryrefslogtreecommitdiff
path: root/common/scummsys.h
AgeCommit message (Expand)Author
2011-11-17COMMON: Move <new> include into scummsys.h.Alyssa Milburn
2011-10-11Symbian: Must define scumm_va_copy also for Symbiananotherguest
2011-06-18COMMON: Add vformat() function (Common::String analog to vsprintf)Max Horn
2011-06-01COMMON: Implement two simple workaround wrappers for _vsnprintf and _snprintf...Johannes Schickel
2011-06-01COMMON: Add note about us defining vsnprintf as _vsnprintf for older MSVC ver...Johannes Schickel
2011-06-01COMMON: Add comment about MSVC's _snprintf.Johannes Schickel
2011-06-01COMMON: Move SDL endian check a bit downMax Horn
2011-05-31COMMON: Include SDL_endian.h instead of SDL_byteorder.hMax Horn
2011-05-31COMMON: Simplify OverlayColor definitionMax Horn
2011-05-31COMMON: Move scumm_str(n)icmp declaration to str.hMax Horn
2011-05-31COMMON: Move some weird WinCE/MSVC snprintf-#define aroundMax Horn
2011-05-31COMMON: Shorten endianess / mem align guessing logic in scummsys.hMax Horn
2011-05-31COMMON: Move more stuff from scummsys.h to portdefs.hMax Horn
2011-05-31COMMON: Move some code from scummsys.h to relevant portdefs.h filesMax Horn
2011-05-23COMMON: Provide our own implementations for scumm_str(n)icmpMax Horn
2011-05-16IPHONE/OSX: Updated xcode projectOystein Eftevaag
2011-05-14COMMON: RemoveAvoid redundant typedefs if config.h is presentMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
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