aboutsummaryrefslogtreecommitdiff
path: root/queen/logic.cpp
AgeCommit message (Expand)Author
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
2003-12-29cleanupGregory Montoir
2003-12-29only call Logic::executeSpecialMove if asm > 0Gregory Montoir
2003-12-29mass debuglevel change for less verbosity (0 -> 6)Joost Peters
2003-12-29cleanup & use BobSlot::curPos() when possibleGregory Montoir
2003-12-29- revise the way special moves are handled (demo and interview don't need a t...Gregory Montoir
2003-12-29more 'preparation' for interview and minor tweaks for demoGregory Montoir
2003-12-28cleanup Resource class a bit :Gregory Montoir
2003-12-28- added 'song' debugger commandJoost Peters
2003-12-27enable alternative introductionGregory Montoir
2003-12-26enable original screen blankersGregory Montoir
2003-12-26new debugging code, using Common::DebuggerGregory Montoir