aboutsummaryrefslogtreecommitdiff
path: root/queen/logic.cpp
AgeCommit message (Expand)Author
2004-04-03patch #910779 (with minor tweaks), fotaq hebrew support :Gregory Montoir
2004-03-26does this fixes the journal issue for spanish version ?Gregory Montoir
2004-03-23Fix #922003 - FOTAQ crash on PocketPCNicolas Bacca
2004-03-18fixed issue when loading a savegame in last room (robot/frank fight)Gregory Montoir
2004-03-14prevent journal from reappearing when F1 is pressed more than onceGregory Montoir
2004-03-07cleanup (removed irrevelant comments and useless XXX'ed code)Gregory Montoir
2004-02-28simplified alt_intro checkGregory Montoir
2004-02-28removed hack from loading codeGregory Montoir
2004-02-27Handle comic book case, enable music toggle and some minor cleanup.Joost Peters
2004-02-21I am an idiot.Joost Peters
2004-02-21Fix for bug #899881 (Sounds played when sound turned off)Joost Peters
2004-02-11Don't do unnecessary checksJoost Peters
2004-02-10Alternative intro. is only in CD versions.Travis Howell
2004-02-01init _joe.walk (valgrind warning)Joost Peters
2004-01-27Proper fix for bug #884712Joost Peters
2004-01-25Seperate SFX and Speech.Joost Peters
2004-01-22(slightly) less hackish bounding box codeGregory Montoir
2004-01-21clear user input before entering Journal (no more load problems occuring when...Gregory Montoir
2004-01-20- fixed bug #880415 (only setup bam scene after all _vm->update() calls)Gregory Montoir
2004-01-19*temporary* fix for LineReader to handle files not terminated by an empty str...Gregory Montoir
2004-01-16some assert() callsGregory Montoir
2004-01-16rewritten Logic::setupJoeInRoom(), in order to only get objectData(_entryObj)...Gregory Montoir
2004-01-16it seems entryObj can be <0, check for itGregory Montoir
2004-01-14- tweaked a bit walking functions to make persons stop walking when a cutaway...Gregory Montoir
2004-01-12New save/load code, this *breaks* compatiblity with the previousGregory Montoir
2004-01-12oopsGregory Montoir
2004-01-12turned Logic::useJournal() into a virtual methodGregory Montoir
2004-01-12fixes compilation for our *cough* favourite *cough**cough* compiler: MSVC!Joost Peters
2004-01-11minor display code changesGregory Montoir
2004-01-11cleanupGregory Montoir
2004-01-11- stop voice when skipping dialogueJoost Peters
2004-01-09renamed some methods and moved some code to DisplayGregory Montoir
2004-01-08minor Logic::initPerson() tweakGregory Montoir
2004-01-08moved the remaining 'graphics' stuff from Logic to GraphicsGregory Montoir
2004-01-08cleanup, xref updateGregory Montoir
2004-01-08- new Grid class to handle all zones / areas stuffGregory Montoir
2004-01-08mostly cleanup :Gregory Montoir
2004-01-07- moved some Person/Anim code to GraphicsGregory Montoir
2004-01-06- minor cleanup in Person/Actor stuffGregory Montoir
2004-01-06- enabled debugger in QueenEngine::errorStringGregory Montoir
2004-01-06moved animation stuff to Graphics classGregory Montoir
2004-01-06updated copyright noticeMax Horn
2004-01-06simplified room switching code a bitGregory Montoir
2004-01-05added a class to manage banks, Queen::Graphics cleanupGregory Montoir
2004-01-05At last - credits!David Eriksson
2004-01-04- added code to only redraw changed blocks in order to avoid full screen refreshGregory Montoir
2004-01-02minor rewrite of some asm funcsGregory Montoir
2003-12-30acessing _numGraphics'th element of GraphicData array is safeGregory Montoir
2003-12-30interview mini-game supportGregory Montoir
2003-12-30minor cleanup & add playSong() calls in Logic::handlePinnacleRoomGregory Montoir