aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-25TITANIC: Added LiftbotScript proc25Paul Gilbert
2016-07-25TITANIC: Added DoorbotScript proc25Paul Gilbert
2016-07-25TITANIC: Added Bellbot & Deskbot proc25Paul Gilbert
2016-07-25TITANIC: Added BarbotScript proc25Paul Gilbert
2016-07-25SDL: Disable keycode remapping when building for WinCEBastien Bouclet
WinCE does not have MapVirtualKey.
2016-07-25FULLPIPE: Added temp trace outputEugene Sandulenko
2016-07-25FULLPIPE: Fix in MGM::recalcOffsets corner case checkEugene Sandulenko
2016-07-25FULLPIPE: Fix subItems addressing in MGMEugene Sandulenko
2016-07-25FULLPIPE: Fix MGM array allocationEugene Sandulenko
2016-07-25FULLPIPE: Streamlined double binary numbers loadingEugene Sandulenko
2016-07-25VIDEO: Hid verbose debug output deeperEugene Sandulenko
2016-07-25Merge pull request #782 from bgK/sdl-win32-keycodeFilippos Karapetis
SDL: Fix Windows SDL1 keycodes to use the active keyboard layout
2016-07-25Merge pull request #789 from OmerMor/hoyle5Martin Kiewitz
Add detection to the Hoyle 5 family of games
2016-07-25SCI: Add detection to the Hoyle 5 family of gamesOmer Mor
Added games are: Hoyle Classic Games Hoyle Bridge Hoyle Children's Collection Hoyle Solitaire (CD and Hard Drive versions) Additionaly, kGetConfig was modified to support two settings used by these games: "laptop" and "jumpto".
2016-07-25TITANIC: Added NPC scripts gitDialsBitsets methodsPaul Gilbert
2016-07-25SDL: Fix Windows SDL1 keycodes to use the active keyboard layoutBastien Bouclet
2016-07-24TITANIC: Added NPC Script setDialRegion methodsPaul Gilbert
2016-07-24TITANIC: Remove deprecated codePaul Gilbert
2016-07-24TITANIC: Load word lists for each NPC Script classPaul Gilbert
2016-07-24DEVTOOLS: Add NPC Script word lists to create_titanicPaul Gilbert
2016-07-24TITANIC: More NPC Script support methodsPaul Gilbert
2016-07-24TITANIC: Adding NPC Script support methodsPaul Gilbert
2016-07-24TITANIC: Fix crash loading Sentences/Default NPC dataPaul Gilbert
2016-07-24TITANIC: Add semicolon to DECLARE_MESSAGE_MAP usagePaul Gilbert
2016-07-24TITANIC: gcc compilation fixPaul Gilbert
2016-07-24TITANIC: Add semicolon after CLASSDEF macro usagePaul Gilbert
2016-07-24TITANIC: Add semicolon after EMPTY_MESSAGE_MAP macro usagesPaul Gilbert
2016-07-24TITANIC: Add semicolons after DEFFN linesPaul Gilbert
2016-07-24TITANIC: Finish TTbarbotScript process methodPaul Gilbert
2016-07-24DEVTOOLS: Add secondary Barbot sentence data to create_titanicPaul Gilbert
2016-07-25FULLPIPE: Renames in MovGraph classEugene Sandulenko
2016-07-24FULLPIPE: Clarified MovGraph::calcDistance() implementationEugene Sandulenko
2016-07-24TITANIC: In progress adding TTbarbotScript process methodPaul Gilbert
2016-07-24WINTERMUTE: Another fix for c++11 compilationEugene Sandulenko
2016-07-24WINTERMUTE: Fix compilationEugene Sandulenko
2016-07-24Merge pull request #687 from tobiatesan/wme_debugger_rewriteEugene Sandulenko
WME: Debugger for WME, 2016 rewrite
2016-07-24I18N: Update Hungarian translation (patch #1652)Thierry Crozat
2016-07-24TITANIC: Added 16bit requirement to configure.enginePaul Gilbert
2016-07-24SCI32: Fix Video32 breaking when quitting during video playbackColin Snover
2016-07-24SCI32: Fix bad VMD palettes in GK2Colin Snover
2016-07-24SCI: Fix memory leaks in ResourceManagerColin Snover
2016-07-24SCI32: Improve behaviour of screen transitionsColin Snover
1. Use the same throttling speed as normal frameouts. The old throttling speed seemed a bit too slow. 2. Exit the event loop immediately if the engine is supposed to quit, instead of forcing the user to wait until the transition has finished before quitting.
2016-07-24SCI32: Fix KQ7 uninitialized readColin Snover
2016-07-24CREATE_PROJECT: Fix MSVC compilationBastien Bouclet
Fixes #7173.
2016-07-24MOHAWK: Make sure the cursor is visible after loading in MystBastien Bouclet
Fixes #7164.
2016-07-24TITANIC: Fleshed out various methodsPaul Gilbert
2016-07-24CREATE_PROJECT: Fix MSVC project filesEugene Sandulenko
2016-07-24CREATE_PROJECT: Hopewfully fix MSVC compilationEugene Sandulenko
2016-07-23TITANIC: Added CCreditText loadingPaul Gilbert
2016-07-23TITANIC: Further timers cleanupPaul Gilbert