aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/utils.cpp
AgeCommit message (Collapse)Author
2013-09-01MORTEVIELLE: Fix computation of elapsed time around midnightThierry Crozat
Replace use of getTimeAndDate() by getMillis() when computing elapsed time. This fixes an issue when playing around midnight. Also rename some variables for clarity (since they contain a time in seconds having Hour in the name was a bit confusing).
2013-08-21MORTEVIELLE: Silent CID 1063229Strangerke
2013-08-21MORTEVIELLE: Add detection entry for improved German translationThierry Crozat
I also reworked a bit how detection work so that both the original and the improved German translations can be played.
2013-08-21MORTEVIELLE: Replace some big if statements by switch statementsStrangerke
2013-08-21MORTEVIELLE: Remove second parameter of show()Strangerke
2013-08-19MORTEVIELLE: Fix display of ending speech in German DOS editionStrangerke
2013-08-17MORTEVIELLE: Remove some dead code and variables related to graphical modesStrangerke
2013-08-17MORTEVIELLE: Fix verb highlighting in Action and Self menus. Refactor ↵Strangerke
functions related to MenuItem
2013-08-16MORTEVIELLE: Fix bug in previous commit, some multiple if statement ↵Strangerke
optimizations
2013-08-16MORTEVIELLE: Put resolution scaler in a const, remove some dead code related ↵Strangerke
to it
2013-08-16MORTEVIELLE: Remove code related to unsupported display modesStrangerke
2013-08-15MORTEVIELLE: Rename opcode variablesStrangerke
2013-08-15MORTEVIELLE: Use verb order stored in mort.datStrangerke
2013-08-14MORTEVIELLE: Some renamingStrangerke
2013-08-13MORTEVIELLE: Wait for the end of sound in some more placesStrangerke
2013-08-11MORTEVIELLE: Merge SpeechManager and SoundManagerStrangerke
2013-08-11MORTEVIELLE: Remove some useless code and variablesStrangerke
2013-08-11MORTEVIELLE: Fix sound checks (thanks to fuzzie for pointing them out)Strangerke
2013-08-11MORTEVIELLE: Move the end of "sentence" to the main loop in order to fix the ↵Strangerke
display
2013-08-11MORTEVIELLE: Add an initialization of _charAnswerCount in initMaxAnswer()Strangerke
2013-08-04MORTEVIELLE: Improve looping of the intro songThierry Crozat
Using a LoopingAudioStream gets rid of the pause between each loop (and simplifies the code).
2013-08-04MORTEVIELLE: Compute real buffer size in order to avoid ticks at the end of ↵Strangerke
the song
2013-08-04MORTEVIELLE: Implement music in intro screenStrangerke
2013-08-04MORTEVIELLE: Pass Pattern struct by referenceTorbjörn Andersson
This should avoid unnecessary copying of a 400+ byte struct. This was a low-priority Coverity issue, for some reason without a CID.
2013-08-03MORTEVIELLE: Rename ROOM9 into JULIA_ROOMStrangerke
2013-08-03MORTEVIELLE: Some more renamingStrangerke
2013-08-03MORTEVIELLE: Rework code using _openObjectsStrangerke
2013-07-31MORTEVIELLE: Another fix for WinCE compilation.D G Turner
S_OK is a system define in the WinCE toolchain library headers, so this conflicts. Renamed to S_OKAY in the engine code to avoid this.
2013-07-29MORTEVIELLE: Remove remaining macros, start refactoring menus, modify the ↵Strangerke
way _cfiphBuffer is read/written
2013-07-26MORTEVIELLE: Remove another use of _memStrangerke
2013-07-25MORTEVIELLE: Use a specific buffer instead of _mem for noise5 fileStrangerke
2013-07-25MORTEVIELLE: Use a specific buffer instead of _mem for the animationsStrangerke
2013-07-25MORTEVIELLE: Use variable size for _rightFramePict in order to handle the ↵Strangerke
different sizes of the Amiga and Atari versions
2013-07-25MORTEVIELLE: Use a specific buffer instead of _mem for the right frameStrangerke
2013-07-25MORTEVIELLE: Fix box height when searchingStrangerke
2013-07-24MORTEVIELLE: Remove unused code from the original compression schemeStrangerke
2013-07-24MORTEVIELLE: Move Current Picture out of _mem buffer, some renamingStrangerke
2013-07-24MORTEVIELLE: Start working on displayPicture, misc renaming and refactoringStrangerke
2013-07-24MORTEVIELLE: Remove useless constant, rename another oneStrangerke
2013-07-23MORTEVIELLE: Give a better name to kAdrDecBufferStrangerke
2013-07-23MORTEVIELLE: Get rid of phaz, Fix an uninitialized variable in ↵Strangerke
setRandomPresenceRoom9
2013-07-23MORTEVIELLE: Renaming fields and functions related to the number of answers ↵Strangerke
per character
2013-07-23MORTEVIELLE: Improve question cheat in debuggerStrangerke
2013-07-23MORTEVIELLE: Some more renamingStrangerke
2013-07-23MORTEVIELLE: Some more renamingStrangerke
2013-07-22MORTEVIELLE: Remove _msg arrayStrangerke
2013-07-22MORTEVIELLE: Fix another glitch in the head display functionsStrangerke
2013-07-22MORTEVIELLE: Fix glitch in one of the head display functionsStrangerke
2013-07-22MORTEVIELLE: Use kAdrPictureComp in displayCGAPatternStrangerke
2013-07-22MORTEVIELLE: Fix invalid read size in music codeStrangerke