aboutsummaryrefslogtreecommitdiff
path: root/queen/logic.cpp
AgeCommit message (Collapse)Author
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-12-03Minor cleanup, one more time.Gregory Montoir
Fixed a crash when returning to the launcher at the end of the game. I played FOTAQ (french) from the beginning to the end some hours ago, I haven't encountered any special problems/glitches (except the one mentionned above). svn-id: r15979
2004-12-02simplified palette handlingGregory Montoir
svn-id: r15971
2004-12-02enabled autosaveGregory Montoir
svn-id: r15970
2004-11-30enabled savegame loading on startupGregory Montoir
svn-id: r15964
2004-11-23cleanup, follow code conventionsGregory Montoir
svn-id: r15872
2004-11-23sync queen engine with latest OSystem changesGregory Montoir
svn-id: r15871
2004-10-18minor changesGregory Montoir
svn-id: r15607
2004-10-17plugged some memory leaksGregory Montoir
svn-id: r15591
2004-10-10make queen engine returning to the launcher when finished (next step: plug ↵Gregory Montoir
all the memory leaks, mainly in Logic class) svn-id: r15511
2004-10-08cleanup ; follow the code conventionsGregory Montoir
svn-id: r15476
2004-10-05fix ending credits glitchGregory Montoir
svn-id: r15423
2004-10-03merged FRAMES_JOE and FRAMES_JOE_XTRAGregory Montoir
svn-id: r15398
2004-10-03cleanupGregory Montoir
svn-id: r15396
2004-09-19add missing breakGregory Montoir
svn-id: r15190
2004-08-14minor cleanpGregory Montoir
svn-id: r14616
2004-08-06cleanup and simplify Resource class a bit moreGregory Montoir
svn-id: r14488
2004-08-06minor cleanupGregory Montoir
svn-id: r14484
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-26does this fixes the journal issue for spanish version ?Gregory Montoir
svn-id: r13384
2004-03-23Fix #922003 - FOTAQ crash on PocketPCNicolas Bacca
svn-id: r13372
2004-03-18fixed issue when loading a savegame in last room (robot/frank fight)Gregory Montoir
svn-id: r13338
2004-03-14prevent journal from reappearing when F1 is pressed more than onceGregory Montoir
svn-id: r13272
2004-03-07cleanup (removed irrevelant comments and useless XXX'ed code)Gregory Montoir
svn-id: r13214
2004-02-28simplified alt_intro checkGregory Montoir
svn-id: r13082
2004-02-28removed hack from loading codeGregory Montoir
svn-id: r13080
2004-02-27Handle comic book case, enable music toggle and some minor cleanup.Joost Peters
svn-id: r13074
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-11Don't do unnecessary checksJoost Peters
svn-id: r12827
2004-02-10Alternative intro. is only in CD versions.Travis Howell
svn-id: r12816
2004-02-01init _joe.walk (valgrind warning)Joost Peters
svn-id: r12701
2004-01-27Proper fix for bug #884712Joost Peters
svn-id: r12635
2004-01-25Seperate SFX and Speech.Joost Peters
this fixes the 'pauses' in the car-chase scene and other scene which use speech and sfx simultaneously. svn-id: r12599
2004-01-22(slightly) less hackish bounding box codeGregory Montoir
svn-id: r12576
2004-01-21clear user input before entering Journal (no more load problems occuring ↵Gregory Montoir
when journal is started as joe is about to do sthg) svn-id: r12568
2004-01-20- fixed bug #880415 (only setup bam scene after all _vm->update() calls)Gregory Montoir
- constness svn-id: r12564
2004-01-19*temporary* fix for LineReader to handle files not terminated by an empty ↵Gregory Montoir
string (*.crd) svn-id: r12527
2004-01-16some assert() callsGregory Montoir
svn-id: r12435
2004-01-16rewritten Logic::setupJoeInRoom(), in order to only get ↵Gregory Montoir
objectData(_entryObj) when necessary svn-id: r12434
2004-01-16it seems entryObj can be <0, check for itGregory Montoir
svn-id: r12433
2004-01-14- tweaked a bit walking functions to make persons stop walking when a ↵Gregory Montoir
cutaway is canceled - removed unpack to bob frame 2 (as it is never used) - changed some error() calls to assert() - minor cleanups svn-id: r12385
2004-01-12New save/load code, this *breaks* compatiblity with the previousGregory Montoir
savefile format. Use the 'qsc' tool to convert your old files (http://0x.7fc1.org/fotaq/qsc.[cpp|exe]). svn-id: r12339
2004-01-12oopsGregory Montoir
svn-id: r12337
2004-01-12turned Logic::useJournal() into a virtual methodGregory Montoir
svn-id: r12336
2004-01-12fixes compilation for our *cough* favourite *cough**cough* compiler: MSVC!Joost Peters
svn-id: r12331
2004-01-11minor display code changesGregory Montoir
svn-id: r12323
2004-01-11cleanupGregory Montoir
svn-id: r12318
2004-01-11- stop voice when skipping dialogueJoost Peters
- scroll 4 inventory items when right-clicking svn-id: r12314
2004-01-09renamed some methods and moved some code to DisplayGregory Montoir
svn-id: r12276