aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-07MOHAWK: Implement loading to different ages in MystMatthew Hoops
svn-id: r54807
2010-12-07SCI: Silence warningsMatthew Hoops
svn-id: r54806
2010-12-07SCI: Removed the system strings code and replaced it with a much more ↵Filippos Karapetis
simplified version, thus greatly simplifying handling of system strings svn-id: r54805
2010-12-06HUGO: Fixed Valgrind Errors and Segfault when hugo.dat is missing.David Turner
svn-id: r54804
2010-12-06MOHAWK: Rewrite the Myst save/load code to use Common::Serializer and name ↵Matthew Hoops
all the variables svn-id: r54803
2010-12-06MOHAWK: Fix Myst library books, fireplace combination book, and bookcase ↵Bastien Bouclet
transform animation. svn-id: r54802
2010-12-06HUGO: Fix crash in H3 (Swinger display name)Arnaud Boutonné
svn-id: r54801
2010-12-06MOHAWK: Silenced warningFilippos Karapetis
svn-id: r54800
2010-12-06SCI: Fix uninitialized reads (and therefore, GK1)Matthew Hoops
svn-id: r54799
2010-12-06MOHAWK: fix LBLiveTextItem::handleMouseDownAlyssa Milburn
svn-id: r54798
2010-12-06MOHAWK: finish kLBSetPlayInfo readingAlyssa Milburn
svn-id: r54797
2010-12-06HUGO: Fixed ReadPCX Memory LeakDavid Turner
freeObjects now works correctly. svn-id: r54796
2010-12-05MOHAWK: fix kLBNotifyChangeMode where there's no mode changeAlyssa Milburn
svn-id: r54795
2010-12-05MOHAWK: implement kLBNotifyChangeModeAlyssa Milburn
svn-id: r54794
2010-12-05MOHAWK: improve LBPaletteItem supportAlyssa Milburn
svn-id: r54793
2010-12-05MOHAWK: handle LB 2/3 kLBNotifyChangeMode, kLBActionNotified matchingAlyssa Milburn
svn-id: r54792
2010-12-05MOHAWK: handle -1 phase for LB 2/3 itemsAlyssa Milburn
svn-id: r54791
2010-12-05MOHAWK: remove 'internal error' errorsAlyssa Milburn
svn-id: r54790
2010-12-05HUGO: Partial Fix For Leaks from ReadPCX()David Turner
The shutdown() call has been reinstated, and freeObjects() now works without a double free and thus segfault, but this still misses some allocated resources... svn-id: r54789
2010-12-05I18N: Update Brazilian Portuguese translationThierry Crozat
svn-id: r54788
2010-12-05HUGO: Remove Invalid Memory Read in getSound() - Size not defined until ↵David Turner
after function returns. svn-id: r54787
2010-12-05MOHAWK: Silence a warningMatthew Hoops
svn-id: r54779
2010-12-05MOHAWK: read and use LB 2/3 conditions/commandsAlyssa Milburn
svn-id: r54778
2010-12-05MOHAWK: add runCommand/checkCondition routines for LB 2/3Alyssa Milburn
svn-id: r54777
2010-12-05MOHAWK: Implement Myst opcodes 158 to 166: Rocket sliders + check lever + ↵Bastien Bouclet
link book svn-id: r54776
2010-12-05COMMON: Fix AppleDouble support in the MacResManager (thanks, fuzzie)Matthew Hoops
svn-id: r54775
2010-12-05MOHAWK: Fix tMOV resources at the end of the file list (thanks, fuzzie)Matthew Hoops
svn-id: r54774
2010-12-04MOHAWK: implement setGlobalEnable and setGlobalVisible for LBAlyssa Milburn
svn-id: r54771
2010-12-04MOHAWK: fix LB menu mode with subpagesAlyssa Milburn
svn-id: r54770
2010-12-04MOHAWK: fix LiveText items without phrasesAlyssa Milburn
svn-id: r54769
2010-12-04MOHAWK: tidy up LB hardcoded UI click functions, add poetry mode supportAlyssa Milburn
svn-id: r54768
2010-12-04MOHAWK: Implement Myst opcodes 120 and 210, rocket power generatorBastien Bouclet
svn-id: r54759
2010-12-04MOHAWK: Give meaningful names to the game global vars and selenitic varsBastien Bouclet
svn-id: r54758
2010-12-04BASE: Only clear debug channels after destructing the engine object in runGame.Johannes Schickel
This should fix missing debugC output when the engine object uses debugC etc. in its destructor (or functions called from there). In theory all the engines should do that themselves, but to avoid any issues because of them not doing it we still do it here to be safe. svn-id: r54757
2010-12-03OPENGLES: Fix the projection matrix and the includes.Jordi Vilalta Prat
svn-id: r54756
2010-12-03OPENGL: Some slight formatting fixes.Jordi Vilalta Prat
svn-id: r54755
2010-12-03OPENGL: Fix the fullscreen mode detection when SDL accepts any resolution.Jordi Vilalta Prat
svn-id: r54754
2010-12-03DC: Remove extra semicolon. (Should fix compiliation hopefully).Johannes Schickel
svn-id: r54753
2010-12-03DC: Implement getSystemLanguage()Marcus Comstedt
svn-id: r54752
2010-12-03WII: Use more standard Chinese locales.Jordi Vilalta Prat
Don't distinguish between simplified and traditional Chinese in the language tag, as suggested by LordHoto. svn-id: r54751
2010-12-03LURE : Fix for ID: 3030143 Unexpected game cursor behavior. Always refresh ↵Lars Persson
menu and screen when mouse is moved. svn-id: r54747
2010-12-02GUI: Prevent high res versions of the themes to be picked for 544x333.Johannes Schickel
This fixes a problem in case the high resolution theme file was picked up before the low resolution theme file and thus it was directly chosen. svn-id: r54746
2010-12-02GUI: Change the themes to use their low res version for 544x333.Johannes Schickel
This fixes an assertion in Myst when opening the GMM. The GMM in Myst looks a bit odd now though. svn-id: r54745
2010-12-02GOB: Make drawYUV() more clearSven Hesse
(It's still wrong though :P) svn-id: r54744
2010-12-02MOHAWK: move shared setPalette/copyImage routines into GraphicsManagerAlyssa Milburn
svn-id: r54743
2010-12-02MOHAWK: implement kLBAnimOpDelayAlyssa Milburn
svn-id: r54742
2010-12-02MOHAWK: Implement Myst opcodes 141 to 143, circuit breakersBastien Bouclet
svn-id: r54741
2010-12-02MOHAWK: Fix resource type 12Bastien Bouclet
svn-id: r54740
2010-12-02I18N: Update Hungarian translation (from patch #3124359)Thierry Crozat
svn-id: r54738
2010-12-02SCI: Slight formatting fix.Johannes Schickel
svn-id: r54737