Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-31 | back disable warnings into stdafx.h, vc6 is lack of warnings support | Paweł Kołodziejski | |
svn-id: r9337 | |||
2003-07-31 | added new header file backends/intern.h; removed some stuff from ↵ | Max Horn | |
common/system.h which is either only of interest to backends or code instantiating a backend (->backends/intern.h); also removed fmopl specific enums (->sound/fmopl.h) svn-id: r9327 | |||
2003-07-31 | use #define instead of enum here because that makes ccache more effective ↵ | Max Horn | |
when changing sample rates svn-id: r9326 | |||
2003-07-31 | Disabled unknown pragma warning in MSVC-6. | Jamieson Christian | |
svn-id: r9320 | |||
2003-07-30 | moved turn off warnings into vc7 project files. someone must also update vc6 | Paweł Kołodziejski | |
svn-id: r9311 | |||
2003-07-30 | disable empty statement warnings for vc | Paweł Kołodziejski | |
svn-id: r9310 | |||
2003-07-30 | disable conversion type warnings for vc | Paweł Kołodziejski | |
svn-id: r9309 | |||
2003-07-30 | version 0.5.3cvs | Max Horn | |
svn-id: r9304 | |||
2003-07-30 | rename bs2 to sword2 to have the same name as the original engine. | Oliver Kiehl | |
besides this way all our engines start with an "s" ;) svn-id: r9301 | |||
2003-07-30 | the VC warning for unknown pragmas is now gloabally disabled, no need to ↵ | Max Horn | |
work around it locally svn-id: r9300 | |||
2003-07-30 | globally disable 'unknown pragma' warning for VC | Max Horn | |
svn-id: r9299 | |||
2003-07-29 | Add option for the demo included in Maniac Mansion (Classic version) | Travis Howell | |
svn-id: r9279 | |||
2003-07-28 | change version to 0.5.3-cvs allowing room for two follow up minor releases... | Jonathan Gray | |
svn-id: r9247 | |||
2003-07-28 | bs2 | Jonathan Gray | |
svn-id: r9213 | |||
2003-07-28 | Patch #715991: Quit Confirmation Dialog (feature request #642721) with some ↵ | Max Horn | |
tweaks by me svn-id: r9210 | |||
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-22 | start -> start_frame, to match backends (purely cosmetic :-) | Max Horn | |
svn-id: r9140 | |||
2003-07-22 | fixed play_cdrom docs | Max Horn | |
svn-id: r9131 | |||
2003-07-21 | Rest of patch #774556 (small optimization for aspect ratio correction) | Max Horn | |
svn-id: r9103 | |||
2003-07-20 | Use automatic dirty rect code for simon games for now to reduce CPU usage | Travis Howell | |
svn-id: r9093 | |||
2003-07-19 | added TODOs; made switching between asepct modes a bit nice; made scale a ↵ | Max Horn | |
template parameter to help compile optimizations svn-id: r9074 | |||
2003-07-15 | replaced SCUMMVM_VERSION/SCUMMVM_CVS by ↵ | Max Horn | |
gScummVMVersion/gScummVMBuildDate/gScummVMFullVersion; made engine.o depend on all other .o files, so that the build date in it is always up-to-date svn-id: r9032 | |||
2003-07-13 | linux/mingw compilation fix pointed out by Jeroen Janssen | Jonathan Gray | |
svn-id: r8984 | |||
2003-07-13 | Update WINDBG to WinCE | Nicolas Bacca | |
svn-id: r8976 | |||
2003-07-13 | Do not use free_check on WinCE | Nicolas Bacca | |
svn-id: r8975 | |||
2003-07-12 | added support for different languages and fixed memory leak and screen ↵ | Robert Göffringmann | |
refreshes in load/save dialogs svn-id: r8921 | |||
2003-07-07 | check for odd addresses being free'd | Max Horn | |
svn-id: r8850 | |||
2003-07-05 | gah. I am stupid | Max Horn | |
svn-id: r8780 | |||
2003-07-05 | fixed stack lock at startup | Max Horn | |
svn-id: r8779 | |||
2003-07-05 | enforce use of type MutexRef | Max Horn | |
svn-id: r8778 | |||
2003-07-05 | updated code to use type MutexRef; added class StackLock (from sdl backend, ↵ | Max Horn | |
now in util.*) svn-id: r8777 | |||
2003-07-05 | Fix irky old date. We need to autogenerate this somehow. | James Brown | |
svn-id: r8771 | |||
2003-07-05 | Fix multiple debug level messages, when debug level is set in the config file. | Travis Howell | |
svn-id: r8764 | |||
2003-07-05 | applied eriktorbjorn's floppy-intro-with-cd-version patch (#765885) | Joost Peters | |
svn-id: r8753 | |||
2003-07-04 | prevent (or rather: make much less likely) some sound output related race ↵ | Max Horn | |
conditions svn-id: r8740 | |||
2003-07-04 | Allow "no-" prefix to long command-line options, e.g. --no-aspect-ratio, | Torbjörn Andersson | |
to invert their meanings. This is useful for overriding settings in the config file. svn-id: r8733 | |||
2003-07-03 | const correctness | Max Horn | |
svn-id: r8727 | |||
2003-07-03 | Timer now uses a mutex, which should make it thread safe (it wasn't before, ↵ | Max Horn | |
particuarly bad if timers are implemented via threads), plus this should help in fixing race conditions in classes using class Timer svn-id: r8722 | |||
2003-07-03 | Made read() return the number of bytes that were actually read, rather than | Torbjörn Andersson | |
the number that was requested. A lot of our code obviously assumes this behaviour, and the MP3 file player depends on it because otherwise, when reaching the end of the file, it will think it read a full buffer, when in fact it only got part of it and the rest is the remains from the previous read. This would cause a brief note from earlier in the track at the end of the MI1 chapter one screen. Probably other cases as well. Of course, this may cause regressions but only - I think - if the code was buggy to begin with. svn-id: r8721 | |||
2003-07-02 | don't default to the slowest aspect ratio correcter; rather use the medium ↵ | Max Horn | |
one (good quality with acceptable speed) svn-id: r8715 | |||
2003-06-27 | ops | Paweł Kołodziejski | |
svn-id: r8667 | |||
2003-06-27 | chenged ifdef to handle all win32 ports | Paweł Kołodziejski | |
svn-id: r8666 | |||
2003-06-22 | fix the inaccurate version of interpolate5Line to work correctly for odd widths | Max Horn | |
svn-id: r8628 | |||
2003-06-22 | undoing this optimization: despite my initial sureness about this being ↵ | Max Horn | |
correct - I was wrong :-) just plug in 0xFFFFFFFF to see it (roughly spoken, we can loose the uppermost bits if we shift after the addition instead of before it) svn-id: r8627 | |||
2003-06-22 | fixed warning | Paweł Kołodziejski | |
svn-id: r8623 | |||
2003-06-22 | Fixed the last (?) glitches around the mouse cursor [*] in aspect-ratio | Torbjörn Andersson | |
correction mode by making sure that dirty rects always start on a line that won't have its colours changed by the stretching function. This was probably only noticeable when using the 1x scaler. [*] Actually, the glitches weren't specific to the mouse cursor, but it was useful for triggering them. svn-id: r8621 | |||
2003-06-22 | Rearranged logic in SuperEagle | Bertrand Augereau | |
svn-id: r8620 | |||
2003-06-22 | Fix some graphics glitches that would sometimes be visible around the mouse | Torbjörn Andersson | |
cursor in aspect-ratio correction mode. svn-id: r8618 |