aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2012-12-13WINTERMUTE: Correct the char-code check in BaseKeyboardStateEinar Johan Trøan Sømåen
2012-12-13WINTERMUTE: Check renderTicket-owner before anything else.Einar Johan Trøan Sømåen
2012-12-13WINTERMUTE: Use ascii for detecting printable-characters instead of Keycode.Einar Johan Trøan Sømåen
2012-12-13PEGASUS: Fix invalid use of RipTimerMatthew Hoops
2012-12-13TOUCHE: Add support for external digital music.D G Turner
2012-12-13TINSEL: Fix a comment in playDW1MacMusic()Filippos Karapetis
2012-12-13TINSEL: Add support for the digitized music in DW1 MacFilippos Karapetis
2012-12-13TINSEL: Unify the PSX graphics drawing code with the restFilippos Karapetis
2012-12-13TINSEL: Remove outdated commentFilippos Karapetis
2012-12-13TINSEL: Clean up the sound codeFilippos Karapetis
2012-12-12TOUCHE: Add generic music functions to wrap MidiPlayer usages.D G Turner
2012-12-11TINSEL: Clean up the graphics draw types codeFilippos Karapetis
2012-12-11TINSEL: Fix misleading commentFilippos Karapetis
2012-12-11TINSEL: Fix the colors in the Mac version of DW1Filippos Karapetis
2012-12-11TINSEL: An additional endianess fix for DW1 MacFilippos Karapetis
2012-12-11TINSEL: Merge the different TinselV0/V1 graphics code handlersFilippos Karapetis
2012-12-11TINSEL: The speech file in DW1 Mac demo/full is LEFilippos Karapetis
2012-12-11TINSEL: Handle the invalid max polygons value in DW1 MacFilippos Karapetis
2012-12-11TINSEL: Add an initial incomplete graphics decoder for DW1 MacFilippos Karapetis
2012-12-11TINSEL: Fix what seems to be two bugs in the endianess handling codeFilippos Karapetis
2012-12-11TINSEL: Add another check to skip the non-MIDI music of DW1 MacFilippos Karapetis
2012-12-11TINSEL: Add resource handling of the BE resources in DW1 MacFilippos Karapetis
2012-12-11TINSEL: Revert the BE -> LE resource conversion for DW1 MacFilippos Karapetis
2012-12-10TINSEL: Remove unused variableTorbjörn Andersson
2012-12-10TINSEL: Add a WIP BE To LE SCN file conversion code (unfinished)Filippos Karapetis
2012-12-10TINSEL: Simplify the scene entrance handling codeFilippos Karapetis
2012-12-10TINSEL: Revert most of the engine BE resource handling codeFilippos Karapetis
2012-12-09WINTERMUTE: Fix a gcc warningMatthew Hoops
2012-12-09WINTERMUTE: Privatize members in AdObject.Einar Johan Trøan Sømåen
2012-12-09WINTERMUTE: Privatize members in AdSceneStateEinar Johan Trøan Sømåen
2012-12-09WINTERMUTE: Mark savedGameExt and localSaveDir for eventual removal.Einar Johan Trøan Sømåen
2012-12-09WINTERMUTE: Remove unused include in BaseGameEinar Johan Trøan Sømåen
2012-12-09WINTERMUTE: Remove code moved in previous commit.Einar Johan Trøan Sømåen
2012-12-09WINTERMUTE: Move "GetSoundLength" to BaseGameMusicEinar Johan Trøan Sømåen
2012-12-09WINTERMUTE: Split out the music-related functionality of BaseGame to a separa...Einar Johan Trøan Sømåen
2012-12-09WINTERMUTE: Only warn about drawLine once.Einar Johan Trøan Sømåen
2012-12-09WINTERMUTE: Privatize members of AdResponseBoxEinar Johan Trøan Sømåen
2012-12-09WINTERMUTE: Make AdScaleLevel::getScale() const.Einar Johan Trøan Sømåen
2012-12-09WINTERMUTE: Make getters const in AdRegionEinar Johan Trøan Sømåen
2012-12-09WINTERMUTE: Privatize members in AdEntityEinar Johan Trøan Sømåen
2012-12-09WINTERMUTE: Privatize AdScaleLevel and AdWaypointGroup's members.Einar Johan Trøan Sømåen
2012-12-09WINTERMUTE: Privatize members in AdRegionEinar Johan Trøan Sømåen
2012-12-09WINTERMUTE: Fix the rest of the Common:sort comparators.Einar Johan Trøan Sømåen
2012-12-09WINTERMUTE: Use uint32 to fix warning in drawTickets()Einar Johan Trøan Sømåen
2012-12-09WINTERMUTE: Fix Object-sorting in scenes.Einar Johan Trøan Sømåen
2012-12-05WINTERMUTE: Add another detection-entry for Chivalry is not DeadEinar Johan Trøan Sømåen
2012-12-04CRUISE: Correct missing comma and extra value in Spanish font table.D G Turner
2012-12-03TINSEL: Fix misleading commentTorbjörn Andersson
2012-12-03GROOVIE: Fix some indentation in StuffItMatthew Hoops
2012-12-03Merge pull request #294 from eriktorbjorn/tinsel-scrollwheelDavid Turner