Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-31 | Fix another HOME buffer overflow attack vector | Max Horn | |
svn-id: r19376 | |||
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-14 | Added Linux platform. Now it is used by some ITE version and is required | Eugene Sandulenko | |
for proper game identification (21 subtle distinct versions of same game which still require individual flags is not a joke) cvs: ---------------------------------------------------------------------- svn-id: r19073 | |||
2005-10-13 | Improved savefile error handling: | Marcus Comstedt | |
* New flush() method in WriteStream class to flush pending I/O, in order to detect any I/O errors * Use of flush() and ioFailed() added to scumm engine save function * Dreamcast backend extended to support the new checks svn-id: r19066 | |||
2005-10-13 | Set _HEAPOK to correct value,if using earlier mingw-runtime. | Travis Howell | |
svn-id: r19059 | |||
2005-10-11 | Added WRITE_UINT16() and WRITE_UINT32() as well. | Torbjörn Andersson | |
svn-id: r19019 | |||
2005-10-11 | Added READ_UINT16(). It looks like SAGA will need it. | Torbjörn Andersson | |
svn-id: r19018 | |||
2005-10-11 | Patch #1323715 "OS/2 Patches to ScummVM" and credited the author. | Eugene Sandulenko | |
svn-id: r19016 | |||
2005-10-08 | PalmOS: | Chris Apers | |
- fix crash trying to use emptyString - debug option svn-id: r18963 | |||
2005-10-08 | PalmOS: cannot use global objects in ARM | Chris Apers | |
svn-id: r18962 | |||
2005-09-30 | Fix compilation | Eugene Sandulenko | |
svn-id: r18910 | |||
2005-09-30 | 1.Removed warning from symbian portdefs | Lars Persson | |
2.Made thumbnail.cpp compile for VC6 (Symbian Emulator environment). Order of template declaration and includes causing the problems 3.Moved int i declaration from for;loop into local variable 4.Updated stdafx uio.h is not part of the Symbian build chain. svn-id: r18909 | |||
2005-09-20 | Normalize use of DISABLE_SCALERS. Now it really disables all scalers | Eugene Sandulenko | |
except essential Normal1x. Also thumbnails get compiled unconditionally so we get them on all platforms, even those which never display them. Sorted out mess brought to sdl backend by epoc maintainer. He misused __SYMBIAN32__ where DISABLE_SCALERS is more appropriate. svn-id: r18850 | |||
2005-09-03 | Avoid putting non-ASCII chars into source files | Max Horn | |
svn-id: r18761 | |||
2005-09-03 | Prepare new backends and potential native version | Chris Apers | |
svn-id: r18747 | |||
2005-09-03 | Change PalmOS ident | Chris Apers | |
svn-id: r18746 | |||
2005-09-03 | Fixed compilation | Chris Apers | |
svn-id: r18745 | |||
2005-09-03 | Change PalmOS ident and fix ARM bug using global initializers | Chris Apers | |
svn-id: r18744 | |||
2005-09-02 | Add debuggins method. Whitespace fixes. | Eugene Sandulenko | |
svn-id: r18729 | |||
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-25 | Fix postfix inc/decrement operators of List::Iterator | Max Horn | |
svn-id: r18465 | |||
2005-06-24 | Whitespace changes. | Torbjörn Andersson | |
svn-id: r18449 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-06-23 | Fix 64 bit compiler warning/error | Max Horn | |
svn-id: r18442 | |||
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-20 | Added virtual destructor, to silence a few more GCC 4 warnings | Max Horn | |
svn-id: r18419 | |||
2005-06-10 | fix VS2005beta2 compilation | Andrew Kurushin | |
svn-id: r18374 | |||
2005-06-07 | Increase max number of timers to 8. | Eugene Sandulenko | |
svn-id: r18364 | |||
2005-06-05 | added code for loading dynamic plugins(DLLs) for windows | Paweł Kołodziejski | |
svn-id: r18356 | |||
2005-05-28 | fix warning | Andrew Kurushin | |
svn-id: r18285 | |||
2005-05-28 | commit adds setWidth & setHeight to extend bounds of rect | Andrew Kurushin | |
svn-id: r18283 | |||
2005-05-22 | Add Norwegian Bokm�l version of Freddi Fish 1. | Travis Howell | |
Set HE70+ games to Windows platform by default. svn-id: r18213 | |||
2005-05-17 | Initial support of C64 MM & Zak | Eugene Sandulenko | |
svn-id: r18146 | |||
2005-05-15 | Indentation and whitespace. | Torbjörn Andersson | |
svn-id: r18107 | |||
2005-05-15 | Added String::iterator | Max Horn | |
svn-id: r18105 | |||
2005-05-14 | Improvements to --disable-* stuff. Now less ugly #ifdefs with #includes. | Eugene Sandulenko | |
svn-id: r18100 | |||
2005-05-14 | Added --disable-hq and --disable-scumm-7-8 options. Also improved | Eugene Sandulenko | |
DISABLE_HE so more HE-specific code gets excluded. svn-id: r18099 | |||
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-10 | Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' ↵ | Max Horn | |
because we already have many classes with that name) svn-id: r18039 | |||
2005-05-10 | Moved (In/Out)SaveFile(Manager) and Timer to namespace Common | Max Horn | |
svn-id: r18038 | |||
2005-05-10 | Moved class File and the MD5 stuff to namespace Common | Max Horn | |
svn-id: r18037 | |||
2005-05-10 | Fix compilation | Eugene Sandulenko | |
svn-id: r18017 | |||
2005-05-10 | Fix compilation | Eugene Sandulenko | |
svn-id: r18016 | |||
2005-05-09 | fixed compilation for evc4 and vc7 | Paweł Kołodziejski | |
svn-id: r18013 |