aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-27Implemented getTotalPlayTime for MP3InputStream.Johannes Schickel
svn-id: r32322
2008-05-27longitud -> lengthFilippos Karapetis
respuesta -> answer objetos_que_tengo -> inventoryObjects boton -> button cuadrante -> quadrant distancia -> distance juego -> game frase -> phrase suena -> sound usado -> used responde -> response puesto -> position svn-id: r32321
2008-05-27objeto_que_lleva -> pickedObjectFilippos Karapetis
Removed the verb defines and replaced them with appropriate enums svn-id: r32320
2008-05-27Rewrote some more room logicFilippos Karapetis
svn-id: r32319
2008-05-27Every time strcmp is abused, a baby koala cries...Filippos Karapetis
Changed loads of strcmp's to integer comparisons. There might be two possible regressions (marked with a FIXME) in animation_2_1() and animation_9_6(), which need to be tested Also, fixed a silly regression I made in commit #32312 in getLine() svn-id: r32317
2008-05-27Reduce audio buffer size, as indicated on scummvm-develMax Horn
svn-id: r32316
2008-05-27Changed roomParse to accept an array directly and rewrote some more room logicFilippos Karapetis
svn-id: r32315
2008-05-27comienza_sound -> playSoundFilippos Karapetis
fin_sound -> stopSound comienza_sound -> playSound n_puerta -> doorNum cierra_puerta -> closeDoor svn-id: r32314
2008-05-27Cleanup of the X_OBJ and Y_OBJ definesFilippos Karapetis
svn-id: r32313
2008-05-27palJuego -> gamePaletteFilippos Karapetis
x_raton -> mouseX y_raton -> mouseY Some slight cleanup svn-id: r32312
2008-05-27Made some methods virtual to allow File subclassesJordi Vilalta Prat
svn-id: r32311
2008-05-27Fixed an endian-related issue, making Woodruff controlable on big-endian ↵Sven Hesse
machines. It still breaks when switching screens and object videos are mispositioned, though. svn-id: r32310
2008-05-26Fixed Italian Woodruff's MD5Sven Hesse
svn-id: r32309
2008-05-26More split screen fixes.Sven Hesse
I never get tired out those... ;) svn-id: r32308
2008-05-26Changed floating point immediates to single precision (Silences MSVC warning ↵Kari Salminen
C4305: '+=' : truncation from 'double' to 'float'). svn-id: r32307
2008-05-26Implement built-in screensaverEugene Sandulenko
svn-id: r32306
2008-05-26Use memmove when source and destination sprite areas overlap in drawSprite()Sven Hesse
svn-id: r32305
2008-05-26Fix leftover 8bit characterEugene Sandulenko
svn-id: r32304
2008-05-26Fix delays against originalEugene Sandulenko
svn-id: r32303
2008-05-26Simplified all calls to talk_vb and talk_vbpuerta, together with some more ↵Filippos Karapetis
calls to talk() svn-id: r32302
2008-05-26CleanupFilippos Karapetis
svn-id: r32301
2008-05-26CleanupFilippos Karapetis
svn-id: r32300
2008-05-26Removed a lot of duplicate code, fixed a mistake I made in sprintfFilippos Karapetis
svn-id: r32299
2008-05-26More simplification to the talk() calls, fixed a shadowing warningFilippos Karapetis
svn-id: r32298
2008-05-26Disable Drascula's and MADE's dummy fallbackDetect.Jordi Vilalta Prat
svn-id: r32297
2008-05-26Made fallbackDetect to allow subclasses to override itJordi Vilalta Prat
svn-id: r32295
2008-05-26Started rewriting room logicFilippos Karapetis
svn-id: r32294
2008-05-26CleanupFilippos Karapetis
svn-id: r32293
2008-05-26Changed anim/static PieceDesc loading, to allow for more sanity checks.Sven Hesse
This should take care of all invalid reads in renderStatic(), updateStatic() and updateAnim() svn-id: r32292
2008-05-26Slight cleanupFilippos Karapetis
svn-id: r32290
2008-05-26Should fix compiling erros.Johannes Schickel
svn-id: r32289
2008-05-26Silence MSVC warning C4800.Kari Salminen
svn-id: r32288
2008-05-26Update MSVC project files.Kari Salminen
svn-id: r32287
2008-05-26Replaced a loop in PluginManger::loadPlugins with Common::for_each as a ↵Johannes Schickel
typical usage example. svn-id: r32286
2008-05-26Formatting.Johannes Schickel
svn-id: r32285
2008-05-26Updated the MSVC project files of the SAGA engineFilippos Karapetis
svn-id: r32284
2008-05-26Renamed files for consistencyFilippos Karapetis
svn-id: r32283
2008-05-26Code cleanup:Filippos Karapetis
- Removed sagaresnames.h - Moved all special scenes to scene.h, and named them consistently (e.g. RID_ITE_OVERMAP_SCENE -> ITE_SCENE_OVERMAP) - Moved all resources which were used by the ITE intro into ite_introproc.cpp - Removed several defines which were only used once (e.g. the SFX names) - Reordered the GameResourceDescription resources so that ITE and IHNM specific resources are placed in the end - Updated the comment about the IHNM Mac music - Changed the callocs in loadPalAnim to mallocs, like in the rest of the code - Removed the MEM error svn-id: r32282
2008-05-26Fixed graphics decoding bug in Manhole: N&EBenjamin Haisch
svn-id: r32281
2008-05-26CleanupFilippos Karapetis
svn-id: r32280
2008-05-26- Hopefully fixed 'responsiveness' of the mouse cursor/event handlingBenjamin Haisch
- Disabled auto dirty rects which caused major gfx problems - Added default mouse cursor for Manhole: N&E - Fixed sound rate for Manhole: N&E - Don't automatically show mouse cursor when a new cursor was loaded svn-id: r32279
2008-05-26Implemented visual effects 2 and 15Benjamin Haisch
svn-id: r32278
2008-05-26Possible fix for bug #1949230: "M4: compilation error"Filippos Karapetis
svn-id: r32277
2008-05-26Ooops, made frame skipping for A/V sync correction work again (instead of ↵Sven Hesse
locking up) svn-id: r32276
2008-05-26Fixed some code formatting thanks to LordHotoJordi Vilalta Prat
svn-id: r32275
2008-05-25Increased _soundSliceLength's accuracy. This fixes the A/V sync problems in ↵Sven Hesse
Woodruff's intro svn-id: r32274
2008-05-25Fixed the small static sound in Woodruff's intro video.Sven Hesse
Interestingly, this does _not_ fix the audio lag, so I was apparently wrong and it's another issue. *g* This does however fix the glitches in the Last Dynasty intro. svn-id: r32273
2008-05-25typoFlorian Kagerer
svn-id: r32271
2008-05-25- some pauseEngineIntern() code for the HOF sequence player (not tested)Florian Kagerer
svn-id: r32270
2008-05-25Added a workaround for the nut rolling animation in the administration ↵Sven Hesse
center in Woodruff svn-id: r32269