aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2013-11-01ZVISION: Fix compilationTorbjörn Andersson
2013-11-01ZVISION: Move StateFlags inside ScriptManager class and fix build errorsRichieSams
2013-11-01ZVISION: Update includes to use the new file structureRichieSams
2013-11-01ZVISION: Create a folder structure for ZVision source filesRichieSams
I personally used filters within my IDE, but since others are now joining the project, it was brought to my attention that some better organization would be nice.
2013-11-01SCUMM: Move all players to a separate "player" directoryFilippos Karapetis
There are 34 player .cpp/.h player files, so they have been placed in their own directory, to logically separate them from the rest of the engine
2013-10-31ZVISION: Update timer logicRichieSams
Also account ZNem and ZGI using different timer scales
2013-10-31ZVISION: Move Puzzle flags to a ScriptManager HashMapRichieSams
This can be used to enable/disable Controls as well. Also, enabling/disabling should be somewhat faster now as well as checking for enabled/disabled.
2013-10-31TSAGE: #if 0 out the uninitialised variable switch blockPaul Gilbert
2013-10-31TSAGE: Cleanup and saving fixes for R2R star-field credits scenePaul Gilbert
2013-10-31TSAGE: Fixes for saving on R2R credits screenPaul Gilbert
2013-10-31TSAGE: Improved comments about uninitialised variable in original codePaul Gilbert
2013-10-31TSAGE: Remove unneeded unk macro definePaul Gilbert
2013-10-31TSAGE: In progress work implementing R2R unused spaceport scenePaul Gilbert
2013-10-31HUGO: Fix CID 1003560, 1002882Strangerke
2013-10-31HUGO: Fix CID 1003199-1003200, better fix of CID 1003197-1003198Strangerke
2013-10-31HUGO: Fix CID 1063173, 1002888, 1002886Strangerke
2013-10-31HOPKINS: Fix CID 10868875-1086887Strangerke
2013-10-31NEVERHOOD: Fix bug #3615124 - "NEVERHOOD: Music from Credits continues to play"Filippos Karapetis
2013-10-31NEVERHOOD: Add an option to skip the Hall of Records storyboard scenesFilippos Karapetis
Quoting from the Neverhood wiki: "The Hall of Records is considered to be one of the longest and most tedious elements of the Neverhood, and takes approximately nine to ten minutes to walk through". This option allows the player to just skip past all of these tedious storyboard scenes
2013-10-31SCI: Update ScummVM's game audio options for SCI1.1 CD gamesFilippos Karapetis
This ensures that ScummVM's game audio options for speech and subtitles get updated when they are changed in the game GUI
2013-10-31ZVISION: Error out when an unknown sound file identifier is encounteredFilippos Karapetis
2013-10-31ZVISION: Silence some false positive warnings in MSVCFilippos Karapetis
2013-10-31ZVISION: Throw a warning when a WAV file can't be openedFilippos Karapetis
2013-10-30MORTEVIELLE: Replace strncpy by strlcpyStrangerke
2013-10-30TOON: For consistency, replace the remaining strncpy by strlcpyStrangerke
2013-10-30CGE: Add detection entry for translated Spanish SoltysThierry Crozat
2013-10-30AVALANCHE: Fix CID 1109678, 1109674Strangerke
2013-10-30TSAGE: Fix a bug pointed by wjpStrangerke
2013-10-30TOON: replace strncpy by strlcpy as suggested by LordHotoStrangerke
2013-10-30SCI: kq6 inventory patch now applies to floppy tooMartin Kiewitz
2013-10-30SCI: Fix uninitialized reads of the Hoyle 3 backgammon doubling cubeFilippos Karapetis
This also fixes bug #3615121
2013-10-30SCI: Fix script bug #3615129 - "SCI: Crazy Nick Laura Bow - Uninitialized ↵Filippos Karapetis
read error 3"
2013-10-30SCI: Fix script bug #3615119 - "SCI: Crazy Nick Laura Bow - Uninitialized ↵Filippos Karapetis
read error 2"
2013-10-30TOON: Fix CID 1002728, 1002729, 1003215, 1002731, 1002730Strangerke
2013-10-30SWORD1: Fix unitialized variables. CID 1002991Eugene Sandulenko
2013-10-30SWORD1: Fix unitialized variables. CID 1002989Eugene Sandulenko
2013-10-30TOON: Fix CID 1004156Strangerke
2013-10-30SCI: Fix script bug #3615130 - "SCI: Hoyle3 - Uninitialized read error"Filippos Karapetis
2013-10-30SCI: Fix script bug #3615120 - "SCI: Crazy Nick Laura Bow - kReadNumber ↵Filippos Karapetis
signature mismatch"
2013-10-30SCI: Handle objects with a dot in their nameFilippos Karapetis
An example is the object 'dominoes.opt' in Hoyle 3, script 101
2013-10-30SCI: Fix script bug #3615118 in Crazy Nick's Laura BowFilippos Karapetis
2013-10-30TOON: Fix CID 1002430, 1002431, 1002727Strangerke
2013-10-30TOON: Fix CID 1002427, 1002428, 1002429Strangerke
2013-10-30TOON: Fix CID 1002425, 1002426, 1003214Strangerke
2013-10-30FULLPIPE: Fix crash in debug menuEugene Sandulenko
2013-10-30FULLPIPE: Fix crash after introEugene Sandulenko
2013-10-29TSAGE: FIX CID 1003725, 1003726, 1002380, 1002379Strangerke
2013-10-29SCI: kq6 cd inventory stack overflow script patchMartin Kiewitz
fixes bug #3293954
2013-10-29DREAMWEB: More unitialized variables. CID 1003402Eugene Sandulenko
2013-10-29TOUCHE: Initialize class variables. CID 1002423Eugene Sandulenko