Age | Commit message (Expand) | Author |
2003-08-03 | fix for bug #782132 (MI1: -e null doesn't work) | Max Horn |
2003-08-02 | fix compile with vc7 | Paweł Kołodziejski |
2003-08-02 | removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ... | Max Horn |
2003-08-01 | This should be Microsoft Visual C++ only | Travis Howell |
2003-08-01 | mingw compile broken when include order was changed | Travis Howell |
2003-08-01 | #include cleanup (explicityl specify the location for headers from common/, s... | Max Horn |
2003-08-01 | Ooops | Travis Howell |
2003-08-01 | This should be Microsoft Visual C++ only | Travis Howell |
2003-07-31 | back disable warnings into stdafx.h, vc6 is lack of warnings support | Paweł Kołodziejski |
2003-07-31 | added new header file backends/intern.h; removed some stuff from common/syste... | Max Horn |
2003-07-31 | use #define instead of enum here because that makes ccache more effective whe... | Max Horn |
2003-07-31 | Disabled unknown pragma warning in MSVC-6. | Jamieson Christian |
2003-07-30 | moved turn off warnings into vc7 project files. someone must also update vc6 | Paweł Kołodziejski |
2003-07-30 | disable empty statement warnings for vc | Paweł Kołodziejski |
2003-07-30 | disable conversion type warnings for vc | Paweł Kołodziejski |
2003-07-30 | version 0.5.3cvs | Max Horn |
2003-07-30 | rename bs2 to sword2 to have the same name as the original engine. | Oliver Kiehl |
2003-07-30 | the VC warning for unknown pragmas is now gloabally disabled, no need to work... | Max Horn |
2003-07-30 | globally disable 'unknown pragma' warning for VC | Max Horn |
2003-07-29 | Add option for the demo included in Maniac Mansion (Classic version) | Travis Howell |
2003-07-28 | change version to 0.5.3-cvs allowing room for two follow up minor releases... | Jonathan Gray |
2003-07-28 | bs2 | Jonathan Gray |
2003-07-28 | Patch #715991: Quit Confirmation Dialog (feature request #642721) with some t... | Max Horn |
2003-07-24 | Fix warning (no newline at end of file) | Torbjörn Andersson |
2003-07-24 | Remove palmos fixme | Chris Apers |
2003-07-24 | scumm_strnicmp | Jonathan Gray |
2003-07-22 | start -> start_frame, to match backends (purely cosmetic :-) | Max Horn |
2003-07-22 | fixed play_cdrom docs | Max Horn |
2003-07-21 | Rest of patch #774556 (small optimization for aspect ratio correction) | Max Horn |
2003-07-20 | Use automatic dirty rect code for simon games for now to reduce CPU usage | Travis Howell |
2003-07-19 | added TODOs; made switching between asepct modes a bit nice; made scale a tem... | Max Horn |
2003-07-15 | replaced SCUMMVM_VERSION/SCUMMVM_CVS by gScummVMVersion/gScummVMBuildDate/gSc... | Max Horn |
2003-07-13 | linux/mingw compilation fix pointed out by Jeroen Janssen | Jonathan Gray |
2003-07-13 | Update WINDBG to WinCE | Nicolas Bacca |
2003-07-13 | Do not use free_check on WinCE | Nicolas Bacca |
2003-07-12 | added support for different languages and fixed memory leak and screen refres... | Robert Göffringmann |
2003-07-07 | check for odd addresses being free'd | Max Horn |
2003-07-05 | gah. I am stupid | Max Horn |
2003-07-05 | fixed stack lock at startup | Max Horn |
2003-07-05 | enforce use of type MutexRef | Max Horn |
2003-07-05 | updated code to use type MutexRef; added class StackLock (from sdl backend, n... | Max Horn |
2003-07-05 | Fix irky old date. We need to autogenerate this somehow. | James Brown |
2003-07-05 | Fix multiple debug level messages, when debug level is set in the config file. | Travis Howell |
2003-07-05 | applied eriktorbjorn's floppy-intro-with-cd-version patch (#765885) | Joost Peters |
2003-07-04 | prevent (or rather: make much less likely) some sound output related race con... | Max Horn |
2003-07-04 | Allow "no-" prefix to long command-line options, e.g. --no-aspect-ratio, | Torbjörn Andersson |
2003-07-03 | const correctness | Max Horn |
2003-07-03 | Timer now uses a mutex, which should make it thread safe (it wasn't before, p... | Max Horn |
2003-07-03 | Made read() return the number of bytes that were actually read, rather than | Torbjörn Andersson |
2003-07-02 | don't default to the slowest aspect ratio correcter; rather use the medium on... | Max Horn |