aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-02MT-32: Sync with the latest changes in muntFilippos Karapetis
This syncs our code with munt commits 258cd89 and 17b40a6
2013-07-02SAGA: Fix odd memcmp() conditions, as reported by clangFilippos Karapetis
Thanks to LordHoto for pointing those out - they followed the incorrect paradigm of previous code
2013-07-01BUILD: Pass -Wno-nested-anon-types to clang.Johannes Schickel
2013-07-01KYRA: Fix (a few) font checks for systems with unsigend char.Johannes Schickel
Thanks to wjp for reporting those. This only affects games with SJIS font use.
2013-07-01Merge pull request #342 from RichieSams/addDeleteRangeStringMethodJohannes Schickel
COMMON: Add erase method to String class
2013-07-01NEVERHOOD: Fix cursor glitch before looking down the lowered bridgeFilippos Karapetis
The navigation scene type used was wrong, resulting in cursor glitches when moving the mouse cursor at the screen edges
2013-07-01NEVERHOOD: Fix mouse cursor in the statue screen with the ladder buttonFilippos Karapetis
The mouse cursor resource hash used in that scene was incorrect, resulting in broken palette
2013-06-30VIDEO: Fix Indeo3 luma scaleMatthew Hoops
Now black is really black
2013-07-01NEVERHOOD: Fix sound effect heard when the castle elevator door opensFilippos Karapetis
The condition where the elevator door opening sound is heard is triggered twice. Now, we prevent it being triggered a second time.
2013-07-01NEVERHOOD: Fix display of the dynamites on shelves in the dynamite roomFilippos Karapetis
2013-07-01NEVERHOOD: Slight cleanup to the navigation scene codeFilippos Karapetis
2013-07-01NEVERHOOD: Fix the second tape sprite in the whale roomFilippos Karapetis
The second tape is now correctly faced to the right
2013-06-30NEWS: Mention Urban Runner video qualityMatthew Hoops
2013-06-30GRAPHICS: Cleanup the YUV to RGB usage documentationMatthew Hoops
2013-06-30VIDEO: Switch Indeo3 decoding to using the common YUV410 conversion codeMatthew Hoops
It now runs much faster and looks better too. Thanks to DrMcCoy for testing.
2013-06-30VIDEO: Add hypothetical 32bpp supportSven Hesse
2013-06-30VIDEO: Add hypothetical 32bpp supportSven Hesse
2013-06-30GOB: Add hypothetical 32bpp supportSven Hesse
2013-06-30TOOLS: Add support for MSVC12 in create_projectLittleboy
2013-06-30TOON: Fix bug #3611869 - Drew sometimes ends up stuck walking foreversylvaintv
Canceled old character setFacing when a new one is issued during the character rotation. Bug #3611869: "TOON: Drew sometimes ends up stuck walking forever"
2013-06-28NEVERHOOD: Handle invalid save_slot more gracefully on startupTorbjörn Andersson
If the specificed savegame doesn't exist, start the game from the beginning. Before, it would just hang. The error handling is still quite primitive, though.
2013-06-28NEVERHOOD: Fix incorrect checks for the waterfall soundsFilippos Karapetis
Some of the "wall broken" checks were inverse, resulting in the waterfall sound being incorrectly heard when the wall was broken. Also, simplified some of the "wall broken" checks
2013-06-28NEVERHOOD: Use the ScummVM dialogs for saving/loadingFilippos Karapetis
An option has been added to use the original ones, if needed
2013-06-28NEVERHOOD: Remove superfluous description from a console commandFilippos Karapetis
2013-06-28NEVERHOOD: Add missing music when entering the Hall of Records buildingFilippos Karapetis
The "Everybody Way Oh" theme should be played in both of the first two rooms of the Hall of Records building
2013-06-28NEVERHOOD: Fix graphics glitch when opening the menuFilippos Karapetis
2013-06-28NEVERHOOD: Fix scene entrance when restoring in the Aqua (music) houseFilippos Karapetis
This looks to be a logic error in the constructor of module 2400, since all the other modules do not create scenes with the global entrance number when they are instantiated without an entrance (i.e. when loading). With that logic error, all the code that handled Kleymen's entrance to a scene after restoring was incorrectly skipped
2013-06-27Merge pull request #346 from tobiatesan/gitignore_msvc11Filippos Karapetis
JANITORIAL: Add [Debug|Release][32|64] to .gitignore
2013-06-27JANITORIAL: Add [Debug|Release][32|64] to .gitignoreTobia Tesan
MSVC11 seems to be using these as new default when running on x64.
2013-06-26HOPKINS: Change some variable names for consistencyTorbjörn Andersson
This silences a GCC warning about a 'saveFile' variable shadowing a saveFile() method.
2013-06-26HOPKINS: Remove erroneous static keyword, get rid of g_vmStrangerke
2013-06-26NEVERHOOD: Stop sound updates while the main menu is activeFilippos Karapetis
2013-06-26WINTERMUTE: Add detection for J.U.L.I.A. (Greenlight Demo)Einar Johan Trøan Sømåen
2013-06-25NEVERHOOD: Fix bug in Module 1100, scene 2 which made the "Klayman, up here" ↵johndoe123
scene was unreachable. Sound bug still present, though.
2013-06-25HOPKINS: Add some commentsStrangerke
2013-06-24TSAGE: Bugfix for #3540893 - Stuck animation in Blue Force floppyPaul Gilbert
2013-06-23SCUMM: Corrected Russian Full Throttle variant namesEugene Sandulenko
2013-06-22SCUMM: Added another Russian variant of Full ThrottleEugene Sandulenko
2013-06-22NEVERHOOD: Fix warningEugene Sandulenko
2013-06-21SCI: Avoid using g_sci for usesOldGfxFunctions() in the GfxPorts classFilippos Karapetis
2013-06-20COMMON: Add erase method to String classrichiesams
2013-06-20TINSEL: Clip mouse position to be within the screen (bug #3613765)Filippos Karapetis
The mouse cursor warping code via the keyboard allows the cursor to go outside the screen. We now limit the cursor's position to always stay within the screen
2013-06-19SCI: Implement the 4-param version of kDoSoundSendMidi - bug #3614447Filippos Karapetis
Many thanks to wjp for his help with disassembly
2013-06-19WINTERMUTE: Set language of James Peris to unknown for now.Einar Johan Trøan Sømåen
The selection is done via registry, so no easy fix is available yet.
2013-06-19WINTERMUTE: Add detection for James Peris: No License Nor Control (demo)Einar Johan Trøan Sømåen
2013-06-18HOPKINS: Fix glitch occurring when skipping the flight cut scene.Strangerke
Thanks Greencis for reporting it
2013-06-18CRUISE: Remove useless fields in CRUISEGameDescriptionStrangerke
2013-06-18WINTERMUTE: Add detection for Des Reves Elastiques Avec Mille Insectes ↵Einar Johan Trøan Sømåen
Nommes Georges With the accents removed to avoid breaking encoding.
2013-06-18WINTERMUTE: Add detection entry for The Trader of Stories (Demo)Einar Johan Trøan Sømåen
2013-06-18WINTERMUTE: Minor formatting fix.Einar Johan Trøan Sømåen