Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-01 | Fixed regression in the ADPCM decoder. DW2 music should be played correctly ↵ | Filippos Karapetis | |
again svn-id: r36195 | |||
2009-02-01 | Fixed incorrect usage of a boolean (boolean variables are not supposed to be ↵ | Filippos Karapetis | |
used as indexes to arrays...) svn-id: r36194 | |||
2009-02-01 | Fixed graphics glitches when replaying intro. | Johannes Schickel | |
svn-id: r36193 | |||
2009-02-01 | - Cleanup | Johannes Schickel | |
- This time fixed the real cause of the mismatching malloc / delete[] call. svn-id: r36191 | |||
2009-02-01 | Updated the MSVC project files of the scummvm project with the latest ↵ | Filippos Karapetis | |
changes to the files svn-id: r36190 | |||
2009-02-01 | Updated the kyra MSVC project files for the newly added files | Filippos Karapetis | |
svn-id: r36189 | |||
2009-02-01 | Removed uneeded setupPrologueData calls. | Johannes Schickel | |
svn-id: r36188 | |||
2009-02-01 | Oops wrong parameter in last commit. | Johannes Schickel | |
svn-id: r36187 | |||
2009-02-01 | - Fixed mismatching new[] / free. | Johannes Schickel | |
- Fixed bad casting svn-id: r36186 | |||
2009-02-01 | Silenced MSVC warning (MSVC is being silly here...) | Filippos Karapetis | |
svn-id: r36185 | |||
2009-02-01 | Implemented per voice volume control. (Used for example in LoL intro) | Johannes Schickel | |
svn-id: r36184 | |||
2009-02-01 | Moved some code to newly added files sequences_lol.cpp (more static sequence ↵ | Johannes Schickel | |
code is coming up in the future anyway...) svn-id: r36183 | |||
2009-02-01 | Oops removed accidently commited code. | Johannes Schickel | |
svn-id: r36182 | |||
2009-02-01 | Removed obsolete fixme. | Johannes Schickel | |
svn-id: r36181 | |||
2009-02-01 | Fixed out of bounds memory access. | Johannes Schickel | |
svn-id: r36180 | |||
2009-02-01 | Fixed compilation for now. | Johannes Schickel | |
svn-id: r36179 | |||
2009-02-01 | svn-id: r36178 | Florian Kagerer | |
2009-02-01 | Merged r36175 from branch-0-13-0: | Marcus Comstedt | |
Fixed alpha blending in the UI dialogs by adding alpha computation to the blendPixelPtr() function. To minimize impact, pre-multiplied alpha is assumed, meaning that the blending of the R, G and B components is the same both with and without hardware alpha. svn-id: r36177 | |||
2009-02-01 | T7G: Fix for 2474078 (hopefully). Check if volume has fallen to correct ↵ | Henry Bush | |
level at end of applyfading, in case it gets set to correct level during it. svn-id: r36173 | |||
2009-02-01 | don't test existence of file in AmigaOSFilesystemNode::getChild (bug #2487481) | Willem Jan Palenstijn | |
svn-id: r36171 | |||
2009-02-01 | T7G: revert r36125 until I figure out why it broke general midi music | Henry Bush | |
svn-id: r36170 | |||
2009-01-31 | o2_loadSoundFile is a dummy for non DOS versions. | Johannes Schickel | |
svn-id: r36168 | |||
2009-01-31 | Disable GMM Save/Loading when a cut-scene is playing | Paul Gilbert | |
svn-id: r36165 | |||
2009-01-31 | Enabled runtime save/loading from the GMM menu, and fixed launcher listing ↵ | Paul Gilbert | |
of savegames svn-id: r36164 | |||
2009-01-31 | Fixed o2_loadSoundFile implementation. | Johannes Schickel | |
svn-id: r36163 | |||
2009-01-31 | Fix for bug #2551436 "KYRA2: ScummVM quits after death". | Johannes Schickel | |
svn-id: r36161 | |||
2009-01-31 | fixed invalid dirty rect for infobar ; added code difference in infobar ↵ | Gregory Montoir | |
display for DE version (tracker items #2523881,2523924) svn-id: r36160 | |||
2009-01-31 | Disable the "press c for credits" hotkey (which wasn't in the original anyway) | Torbjörn Andersson | |
because of strange rumors about the credits running spontaneously every few minutes. I don't know if this is a temporary or permanent measure. svn-id: r36155 | |||
2009-01-31 | Bugfix to properly have one NPC character move out of the way when two NPCs ↵ | Paul Gilbert | |
bump into each other svn-id: r36153 | |||
2009-01-30 | Removed default implementations of OSystem::getOverlayHeight() and ↵ | Max Horn | |
getOverlayWidth() svn-id: r36152 | |||
2009-01-30 | Got rid of VectorRenderer::surfacePitch() & ↵ | Max Horn | |
VectorRenderer::bytesPerPixel(): the latter was not used, for the former it is silly to go through a virtual method to compute that value; all in all, this code performs too many unnecessary divisions ;) svn-id: r36151 | |||
2009-01-30 | Document OSystem::copyRectToOverlay params more explicitly (esp. the pitch ↵ | Max Horn | |
param, which differs from that of copyRectToScreen) svn-id: r36150 | |||
2009-01-30 | Avoid using g_engine if possible | Max Horn | |
svn-id: r36149 | |||
2009-01-30 | Removed unused area convolution code from VectorRenderer | Max Horn | |
svn-id: r36148 | |||
2009-01-30 | Don't use g_engine to access the mixer | Max Horn | |
svn-id: r36147 | |||
2009-01-30 | Fix for bug #2548995: AmigaOS4: Compiler error (and taking care of some ↵ | Max Horn | |
potential errors in WinCE & GP2x, too) svn-id: r36146 | |||
2009-01-30 | Bugfix to stop characters changing rooms if the entrance in the other room ↵ | Paul Gilbert | |
is blocked by another NPC svn-id: r36144 | |||
2009-01-30 | do not include common/debug.h from common/util.h | Max Horn | |
svn-id: r36143 | |||
2009-01-30 | Renamed SpecialDebugLevel to DebugChannel | Max Horn | |
svn-id: r36142 | |||
2009-01-30 | Switched special debug levels to using a hashmap internally | Max Horn | |
svn-id: r36141 | |||
2009-01-30 | Some more 'special debug levels' tweaks | Max Horn | |
svn-id: r36140 | |||
2009-01-30 | Some work on the 'special debug levels' aka 'engine debug levels' code | Max Horn | |
svn-id: r36139 | |||
2009-01-30 | cleanup | Max Horn | |
svn-id: r36138 | |||
2009-01-30 | AGOS: Added TODO about the possibility of using special debug levels | Max Horn | |
svn-id: r36137 | |||
2009-01-30 | Reorder modules to fix linker issues when all engines are disabled (this ↵ | Max Horn | |
order is weird, but for now seems to work) svn-id: r36136 | |||
2009-01-30 | Moved default implementations for various OSystem methods into a new class ↵ | Max Horn | |
BaseBackend svn-id: r36135 | |||
2009-01-30 | Moved debug() etc. and special debug flag handling code to common/debug.*; ↵ | Max Horn | |
also some tweaks to the code svn-id: r36134 | |||
2009-01-30 | cleanup | Max Horn | |
svn-id: r36133 | |||
2009-01-29 | Moved AdvancedDetector from common/ to engines/ | Max Horn | |
svn-id: r36132 | |||
2009-01-29 | Be paranoid about g_system being set | Max Horn | |
svn-id: r36131 |