aboutsummaryrefslogtreecommitdiff
path: root/queen
AgeCommit message (Collapse)Author
2004-06-27Reversed param order of File::open() -- this allowed me to get rid of a few ↵Max Horn
more getGameDataPath() calls svn-id: r14090
2004-06-27Thanks to File::setDefaultDirectory(), in most cases it is *not* necessary ↵Max Horn
to pass getGameDataPath() on to File::open() svn-id: r14087
2004-06-25Added Engine::_saveFileMan; thus was able to get rid of auto_ptr usage againMax Horn
svn-id: r14058
2004-06-04handle long command strings better (see bug report 962828)Gregory Montoir
svn-id: r13928
2004-05-05make use of OSystem::setMouseCursor() changeGregory Montoir
svn-id: r13792
2004-04-06fix for bug #928549.Gregory Montoir
Animations on objects/persons setup by cutaways can still be played after the end of the cutscene. (the only ?) one room in which this is reproducable is the first time you talk to the Oracle (first c44, then c47). As a Cutaway object is created for each cutscene, the _cutAnim member should be moved to an more "persistant" object. Otherwise we're reading data from free'd memory... svn-id: r13488
2004-04-03patch #910779 (with minor tweaks), fotaq hebrew support :Gregory Montoir
- reversed button captions in journal - reversed command text in pinnacle room - reverse order of lines in dialogue chooser thanks Ori Avtalion ! svn-id: r13447
2004-03-28Fix bug #925059Nicolas Bacca
svn-id: r13416
2004-03-28Renamed more OSystem methodsMax Horn
svn-id: r13410
2004-03-26does this fixes the journal issue for spanish version ?Gregory Montoir
svn-id: r13384
2004-03-25try to track the journal issue in spanish versionGregory Montoir
svn-id: r13382
2004-03-23Fix for bug #921681 - clear _quickSave when exiting cutawaysJoost Peters
svn-id: r13376
2004-03-23Fix #922003 - FOTAQ crash on PocketPCNicolas Bacca
svn-id: r13372
2004-03-19FixedChris Apers
svn-id: r13342
2004-03-18minor cleanupGregory Montoir
svn-id: r13340
2004-03-18fixed issue when loading a savegame in last room (robot/frank fight)Gregory Montoir
svn-id: r13338
2004-03-17Added PalmOS supportChris Apers
svn-id: r13336
2004-03-17add ability to acces journal via F5 for consistency with other enginesJonathan Gray
svn-id: r13329
2004-03-15implicitly declare use of OSystemMax Horn
svn-id: r13291
2004-03-14prevent journal from reappearing when F1 is pressed more than onceGregory Montoir
svn-id: r13272
2004-03-14fixed inventory scrolling using keyboardGregory Montoir
svn-id: r13265
2004-03-09Respond to volume-altering songsJoost Peters
svn-id: r13225
2004-03-09Enable music volume slider in JournalJoost Peters
svn-id: r13222
2004-03-07cleanup (removed irrevelant comments and useless XXX'ed code)Gregory Montoir
svn-id: r13214
2004-03-02Display keyboard when savingNicolas Bacca
svn-id: r13156
2004-02-28renamed more OSystem methods to follow our naming scheme; renamed ↵Max Horn
NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend svn-id: r13087
2004-02-28forgot to change that, tooGregory Montoir
svn-id: r13086
2004-02-28dropped the 'always' verb feature, as it is more confusing than usefulGregory Montoir
svn-id: r13084
2004-02-28simplified alt_intro checkGregory Montoir
svn-id: r13082
2004-02-28removed hack from loading codeGregory Montoir
svn-id: r13080
2004-02-28Forgot to add this to xref.txtJoost Peters
svn-id: r13076
2004-02-27Handle comic book case, enable music toggle and some minor cleanup.Joost Peters
svn-id: r13074
2004-02-27Handle "compressed" songsJoost Peters
svn-id: r13066
2004-02-24the OSystem changes we discussed on the ML (note: renaming of the existing ↵Max Horn
OSystem API is not yet finished); porters will have to fix their ports to get them to compile again svn-id: r13036
2004-02-22Patch #885904 (Flac Support) with some tweaks by meMax Horn
svn-id: r12984
2004-02-21I am an idiot.Joost Peters
Better fix for bug #899881 (Sounds played when sound turned off) - I forgot I added the isSpeech flag a while back. :) svn-id: r12976
2004-02-21Fix for bug #899881 (Sounds played when sound turned off)Joost Peters
svn-id: r12975
2004-02-21Fixed arrow dialogue glitches (partial display) in non-english versions. ↵Gregory Montoir
This was due to a (wrong) blitting order of the bobs, arrows are now the last ones. svn-id: r12959
2004-02-14fix yet another piece of broken musicJoost Peters
svn-id: r12861
2004-02-13Applied patch #896726 (reversed hebrew text) and reduced overhead a little ↵Joost Peters
by introducing an _isReversed boolean svn-id: r12860
2004-02-13Add hebrew font dataJoost Peters
svn-id: r12858
2004-02-11Don't do unnecessary checksJoost Peters
svn-id: r12827
2004-02-11add support for the hebrew talkie version and warn the user if s/he's using ↵Joost Peters
an old version of the tbl file svn-id: r12826
2004-02-10Alternative intro. is only in CD versions.Travis Howell
svn-id: r12816
2004-02-05renamed (Const)Iterator to (const_)iterator; changed size() to return an uintMax Horn
svn-id: r12722
2004-02-02Fixed initialization order warning.Torbjörn Andersson
svn-id: r12715
2004-02-01init _joe.walk (valgrind warning)Joost Peters
svn-id: r12701
2004-02-01another valgrind fixJoost Peters
svn-id: r12700
2004-02-01Match new[] with delete[]Joost Peters
svn-id: r12698
2004-02-01fix valgrind warning. (pressing ESC like mad at startup could cause it to ↵Joost Peters
check against uninitialised value) svn-id: r12697