Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-14 | Removing the last traces of the old custom new/delete operators | Max Horn | |
svn-id: r18094 | |||
2005-05-09 | Patch #1181544 (AmigaOS 4 changes) | Max Horn | |
svn-id: r18011 | |||
2005-03-31 | Playstation2 Port: initial import | Robert Göffringmann | |
svn-id: r17305 | |||
2005-02-19 | compatible version for wince | Paweł Kołodziejski | |
svn-id: r16813 | |||
2005-02-18 | removing ZLIB_WINAPI from scummsys.h | Andrew Kurushin | |
ZLIB_WINAPI macro needs only than you want to build VisualBasic compatible ZLIBWAPI.DLL with WINAPI(STDCALL) calling convetion. svn-id: r16803 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-10 | Moved to prefix file | Chris Apers | |
svn-id: r16015 | |||
2004-11-09 | Cleanup | Chris Apers | |
svn-id: r15739 | |||
2004-10-08 | Use compile.h as prefix file | Chris Apers | |
svn-id: r15472 | |||
2004-09-18 | changed zlib support for msvc | Paweł Kołodziejski | |
svn-id: r15163 | |||
2004-06-22 | Implement 24-bit read from memory functions | Eugene Sandulenko | |
svn-id: r14002 | |||
2004-05-25 | New PalmOS includes | Chris Apers | |
svn-id: r13888 | |||
2004-03-09 | correct error text | Jonathan Gray | |
svn-id: r13226 | |||
2004-03-07 | remove dependency on SDL_byteorder.h when we are using config.h | Max Horn | |
svn-id: r13206 | |||
2004-02-28 | renamed more OSystem methods to follow our naming scheme; renamed ↵ | Max Horn | |
NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend svn-id: r13087 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-12-21 | disable custom new/delete/free by default (only keep it around in case it ↵ | Max Horn | |
comes in handy again in the future) svn-id: r11839 | |||
2003-12-21 | Require stdafx.h to have been included. | Marcus Comstedt | |
svn-id: r11822 | |||
2003-12-18 | resolve an inconsistency in the FROM_* helper macros: now they *always* cast ↵ | Max Horn | |
their argument to unsigned (previously, the LE funcs would do this when used on BE machines, and vice versa; but using a FROM_LE macro on a LE machine wouldn't cause a cast to unsigned; this potentially leads to endian bugs!) svn-id: r11726 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11219 | |||
2003-11-03 | Use compiler option instead of this | Chris Apers | |
svn-id: r11104 | |||
2003-10-03 | fixed compilation under msvc7 | Paweł Kołodziejski | |
svn-id: r10562 | |||
2003-09-21 | added WRITE_LE/BE_16/32 functions to match our current READ_ funcs - useful ↵ | Max Horn | |
in some places svn-id: r10358 | |||
2003-09-18 | disable the custom operator 'new' on Mac OS X, as it cause multiple ↵ | Max Horn | |
definition linker error when building ScummVM with loadable modules svn-id: r10303 | |||
2003-09-18 | moved engine.* to base; this fixes some linking issues when building a ↵ | Max Horn | |
barebone ScummVM (or maybe I just want to increase our CVS stats? <g>) svn-id: r10287 | |||
2003-07-31 | back disable warnings into stdafx.h, vc6 is lack of warnings support | Paweł Kołodziejski | |
svn-id: r9337 | |||
2003-07-24 | Fix warning (no newline at end of file) | Torbjörn Andersson | |
svn-id: r9172 | |||
2003-07-24 | Remove palmos fixme | Chris Apers | |
svn-id: r9169 | |||
2003-07-24 | scumm_strnicmp | Jonathan Gray | |
svn-id: r9168 | |||
2003-07-13 | Do not use free_check on WinCE | Nicolas Bacca | |
svn-id: r8975 | |||
2003-06-14 | some more cleanup | Max Horn | |
svn-id: r8488 | |||
2003-06-14 | fix for LE systems | Max Horn | |
svn-id: r8487 | |||
2003-06-14 | Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; ↵ | Max Horn | |
augmented by some more changes of mine svn-id: r8482 | |||
2003-05-21 | don't inline free_check to make debugging easier | Max Horn | |
svn-id: r7805 | |||
2003-05-21 | pedantic fixes (little endian version) | Oliver Kiehl | |
svn-id: r7798 | |||
2003-05-21 | pedantic fixes | Max Horn | |
svn-id: r7789 | |||
2003-05-20 | replace our 'nice' new which sets memory to 0 with a nasty one which sets it ↵ | Max Horn | |
to 0xE7. This should help finding any remaining places where we don't init member variables as we should. svn-id: r7719 | |||
2003-05-18 | HAVE_CONFIG_H | Jonathan Gray | |
svn-id: r7632 | |||
2003-04-30 | typedef NewGuiColor on all platforms; indention | Max Horn | |
svn-id: r7225 | |||
2003-04-30 | more PalmOS changes | Max Horn | |
svn-id: r7220 | |||
2003-04-06 | nope, not all big endian system require alignment | Max Horn | |
svn-id: r6922 | |||
2003-03-13 | added const qualifier | Max Horn | |
svn-id: r6806 | |||
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2003-03-06 | next pedantic cleanup code | Paweł Kołodziejski | |
svn-id: r6714 | |||
2002-12-17 | New savefile backend system (bye bye NONSTANDARD_SAVE...) | Marcus Comstedt | |
svn-id: r6007 | |||
2002-12-01 | OS X app bundle should contain static linked executable; 'bool' is part of ↵ | Max Horn | |
the C++ standard svn-id: r5795 | |||
2002-11-30 | Fix compile | Travis Howell | |
svn-id: r5762 | |||
2002-11-30 | gp32 port stuff | Peter Moraliyski | |
svn-id: r5761 | |||
2002-11-29 | Fix warnings | Travis Howell | |
svn-id: r5744 | |||
2002-11-19 | Small 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 |