Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-29 | cleanup | Max Horn | |
svn-id: r21496 | |||
2006-03-09 | Correct GCC_PACK define for non-GCC | Travis Howell | |
svn-id: r21160 | |||
2006-03-09 | Revert GCC_PACK removal, which broke compile | Travis Howell | |
svn-id: r21159 | |||
2006-03-09 | Revert GCC_PACK removal, which broke compile | Travis Howell | |
svn-id: r21158 | |||
2006-03-08 | Check format string in calls of debug/error (adapted from patch #1445422) | Max Horn | |
svn-id: r21139 | |||
2006-03-04 | define int types for msvc to allow compile mpeg2 library. msvc does not ↵ | Paweł Kołodziejski | |
fully conform C99 svn-id: r21073 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20510 | |||
2006-02-02 | Fixed PalmOS backend compilation | Chris Apers | |
svn-id: r20352 | |||
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2005-12-02 | Updated so ScummVM also builds for Symbian WINS emulator builds (!defined added) | Lars Persson | |
svn-id: r19729 | |||
2005-11-05 | Prevent conflic with Sky def | Chris Apers | |
svn-id: r19470 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-10-14 | cleanup (really would like to unify all those typedef's eventually; maybe we ↵ | Max Horn | |
can use inttypes.h on some systems?) svn-id: r19077 | |||
2005-10-13 | Set _HEAPOK to correct value,if using earlier mingw-runtime. | Travis Howell | |
svn-id: r19059 | |||
2005-09-03 | Prepare new backends and potential native version | Chris Apers | |
svn-id: r18747 | |||
2005-08-28 | mingw can handle heap checking now. | Travis Howell | |
NOTE: Requires mingw-runtime-3.8 svn-id: r18714 | |||
2005-08-16 | Added: PSP backend | Joost Peters | |
svn-id: r18696 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-07-05 | * Start of generic key configuration support for ScummVM | Lars Persson | |
* Moved KeyConfigDialog, key from WinCE to gui * Updated wince code to inherit and use new GUI::Keys and launch new dialog * New definition SMALL_SCREEN_DEVICE when keysdialog should be inittialized from options.cpp * Added new function to SDL\Events that handles key remapping. LINUPY & QTOPIA remapping moved to that function. SymbianOs.cpp overrides this function to enable key remapping to events * Compiled VC6++ project. This with warnings and errors, but NOT in the changed code. (SAGA,KYRA) * Compiled using WCE tools 3 for X86 target and running Scummvm in emulator to test * Compiled with UIQ target. The rest Symbian platforms might require further configuration to operate properly * Actor.h in Saga now compiles for default VC6 setting. * Aspect.cpp does not compile in VC6/WCE due to template problems with the kFastAndNiceAspectMode setting. * Changed order of creation of gamedetector and mainsystem in Main.cpp * If anything does not compile, or is totally out of order, please revert changes. svn-id: r18498 | |||
2005-06-23 | Moved endian macros to a separate header file | Max Horn | |
svn-id: r18441 | |||
2005-06-21 | Patches needed to build for SYMBIAN32 WINS/GCC added. | Lars Persson | |
Test built for Symbian and run on P910i without any major problems. Test built for MSVC6. Changed parts seems to compile ok but there are some problems with MSVC6 and some of the targets which the EPOC build does n't support (KYRA,SAGA). svn-id: r18430 | |||
2005-06-05 | added code for loading dynamic plugins(DLLs) for windows | Paweł Kołodziejski | |
svn-id: r18356 | |||
2005-05-14 | Factor out common stuff in scummsys.h a little bit | Max Horn | |
svn-id: r18095 | |||
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 |