Age | Commit message (Expand) | Author |
2019-04-15 | WINCE: Fix compilation | Cameron Cawley |
2018-12-17 | WIN32: Move all ARRAYSIZE undefs to util.h | SupSuper |
2018-11-27 | CREATE_PROJECT: Support building with Tremor instead of Vorbis | Cameron Cawley |
2018-11-04 | BACKENDS: Remove references to the GP32 backend | Cameron Cawley |
2018-04-04 | COMMON: Add WARN_UNUSED_RESULT to scummsys.h | Adrian Frühwirth |
2017-11-10 | COMMON: Use C++11 static_assert when available | Colin Snover |
2017-09-30 | COMMON: Remove unused OverlayColor typedef | Bastien Bouclet |
2017-09-30 | BUILD: Define pointer sized integer types and remove SCUMM_64BITS | Bastien Bouclet |
2017-03-09 | BUILD: Fixed macro redefinition warning for 64 bits builds | Peter Kohaut |
2017-02-06 | BUILD: Define SCUMM_64BITS on 64 bits platforms when not using configure | Thierry Crozat |
2017-01-14 | COMMON: Define STATIC_ASSERT for all ports | Colin Snover |
2017-01-08 | COMMON: Add STATIC_ASSERT macro to scummsys.h | Colin Snover |
2016-12-19 | COMMON: Add stddef.h to scummsys.h for ptrdiff_t | Colin Snover |
2016-08-13 | Merge pull request #790 from salty-horse/clang_fixes | Willem Jan Palenstijn |
2016-07-28 | Revert "BUILD: Fix test compilation with event recorder enabled" | Bastien Bouclet |
2016-07-23 | ALL: Don't use 'defined' in macro definitions | Ori Avtalion |
2016-05-23 | BUILD: Fix test compilation with event recorder enabled | Eugene Sandulenko |
2016-04-06 | 3DS: Initial commit | Thomas Edvalson |
2015-12-12 | COMMON: A few formatting fixes. | Johannes Schickel |
2015-09-28 | CREATE_PROJECT: Add support for Visual Studio 2015 | Paul Gilbert |
2014-10-28 | COMMON: Remove trailing whitespace | Filippos Karapetis |
2014-04-28 | Merge pull request #426 from sunmax/master | Eugene Sandulenko |
2014-02-18 | COMMON: Make GPL headers consistent in themselves. | Johannes Schickel |
2014-01-19 | PS2: scummsys.h (u)int64 is "long" for PS2 | Max Lingua |
2013-11-06 | COMMON: Define int64 and uint64 if HAVE_CONFIG_H isn't set | Filippos Karapetis |
2013-09-27 | COMMON: Make Coverity 6.6.1 happier | Eugene Sandulenko |
2013-08-02 | COMMON: Define all Unix98/BSD math constants in scummsys.h. | Johannes Schickel |
2013-08-02 | COMMON: Add comment explaining reason for defining math constants. | D G Turner |
2013-07-31 | COMMON: Move definition of math constants to scummsys header. | D G Turner |
2013-02-23 | ALL: Fix typo (existant->existent) | Willem Jan Palenstijn |
2013-01-09 | COMMON: Add a header for C++11 keywords for pre-C++11 compilers. | Johannes Schickel |
2012-03-17 | ALL: Make use of defined() for the preprocessor consistent. | Johannes Schickel |
2012-03-17 | COMMON: Use defined() instead of defined in preprocessor macros. | Johannes Schickel |
2012-03-17 | ALL: Use GCC_ATLEAST(). | Christoph Mallon |
2012-03-17 | COMMON: Add GCC_ATLEAST(major, minor) to simplify testing for versions of GCC. | Christoph Mallon |
2011-11-17 | COMMON: Move <new> include into scummsys.h. | Alyssa Milburn |
2011-10-11 | Symbian: Must define scumm_va_copy also for Symbian | anotherguest |
2011-06-18 | COMMON: Add vformat() function (Common::String analog to vsprintf) | Max Horn |
2011-06-01 | COMMON: Implement two simple workaround wrappers for _vsnprintf and _snprintf... | Johannes Schickel |
2011-06-01 | COMMON: Add note about us defining vsnprintf as _vsnprintf for older MSVC ver... | Johannes Schickel |
2011-06-01 | COMMON: Add comment about MSVC's _snprintf. | Johannes Schickel |
2011-06-01 | COMMON: Move SDL endian check a bit down | Max Horn |
2011-05-31 | COMMON: Include SDL_endian.h instead of SDL_byteorder.h | Max Horn |
2011-05-31 | COMMON: Simplify OverlayColor definition | Max Horn |
2011-05-31 | COMMON: Move scumm_str(n)icmp declaration to str.h | Max Horn |
2011-05-31 | COMMON: Move some weird WinCE/MSVC snprintf-#define around | Max Horn |
2011-05-31 | COMMON: Shorten endianess / mem align guessing logic in scummsys.h | Max Horn |
2011-05-31 | COMMON: Move more stuff from scummsys.h to portdefs.h | Max Horn |
2011-05-31 | COMMON: Move some code from scummsys.h to relevant portdefs.h files | Max Horn |
2011-05-23 | COMMON: Provide our own implementations for scumm_str(n)icmp | Max Horn |