Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-18 | fixed issue when loading a savegame in last room (robot/frank fight) | Gregory Montoir | |
svn-id: r13338 | |||
2004-03-14 | prevent journal from reappearing when F1 is pressed more than once | Gregory Montoir | |
svn-id: r13272 | |||
2004-03-07 | cleanup (removed irrevelant comments and useless XXX'ed code) | Gregory Montoir | |
svn-id: r13214 | |||
2004-02-28 | simplified alt_intro check | Gregory Montoir | |
svn-id: r13082 | |||
2004-02-28 | removed hack from loading code | Gregory Montoir | |
svn-id: r13080 | |||
2004-02-27 | Handle comic book case, enable music toggle and some minor cleanup. | Joost Peters | |
svn-id: r13074 | |||
2004-02-21 | I 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-21 | Fix for bug #899881 (Sounds played when sound turned off) | Joost Peters | |
svn-id: r12975 | |||
2004-02-11 | Don't do unnecessary checks | Joost Peters | |
svn-id: r12827 | |||
2004-02-10 | Alternative intro. is only in CD versions. | Travis Howell | |
svn-id: r12816 | |||
2004-02-01 | init _joe.walk (valgrind warning) | Joost Peters | |
svn-id: r12701 | |||
2004-01-27 | Proper fix for bug #884712 | Joost Peters | |
svn-id: r12635 | |||
2004-01-25 | Seperate 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 code | Gregory Montoir | |
svn-id: r12576 | |||
2004-01-21 | clear 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-16 | some assert() calls | Gregory Montoir | |
svn-id: r12435 | |||
2004-01-16 | rewritten Logic::setupJoeInRoom(), in order to only get ↵ | Gregory Montoir | |
objectData(_entryObj) when necessary svn-id: r12434 | |||
2004-01-16 | it seems entryObj can be <0, check for it | Gregory 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-12 | New save/load code, this *breaks* compatiblity with the previous | Gregory 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-12 | oops | Gregory Montoir | |
svn-id: r12337 | |||
2004-01-12 | turned Logic::useJournal() into a virtual method | Gregory Montoir | |
svn-id: r12336 | |||
2004-01-12 | fixes compilation for our *cough* favourite *cough**cough* compiler: MSVC! | Joost Peters | |
svn-id: r12331 | |||
2004-01-11 | minor display code changes | Gregory Montoir | |
svn-id: r12323 | |||
2004-01-11 | cleanup | Gregory Montoir | |
svn-id: r12318 | |||
2004-01-11 | - stop voice when skipping dialogue | Joost Peters | |
- scroll 4 inventory items when right-clicking svn-id: r12314 | |||
2004-01-09 | renamed some methods and moved some code to Display | Gregory Montoir | |
svn-id: r12276 | |||
2004-01-08 | minor Logic::initPerson() tweak | Gregory Montoir | |
svn-id: r12270 | |||
2004-01-08 | moved the remaining 'graphics' stuff from Logic to Graphics | Gregory Montoir | |
svn-id: r12266 | |||
2004-01-08 | cleanup, xref update | Gregory Montoir | |
svn-id: r12256 | |||
2004-01-08 | - new Grid class to handle all zones / areas stuff | Gregory Montoir | |
- adapted Logic/Walk code to use it svn-id: r12250 | |||
2004-01-08 | mostly cleanup : | Gregory Montoir | |
- moved main update() method to QueenEngine - merged update() & checkPlayer() - added a method in Logic class to handle the CUTAWAY_SPECIAL stuff - Journal remembers last seen page - no need to call loadPanel() to restore panel palette, use palSetPanel() instead svn-id: r12240 | |||
2004-01-07 | - moved some Person/Anim code to Graphics | Gregory Montoir | |
- some renaming svn-id: r12218 | |||
2004-01-06 | - minor cleanup in Person/Actor stuff | Gregory Montoir | |
- minor tweak in Graphics::bobSetText() from previous commit (message was erroneous) : - moved config stuff to QueenEngine - added 3 Logic subclasses to handle the specific parts of each game version (demo, intv...) svn-id: r12195 | |||
2004-01-06 | - enabled debugger in QueenEngine::errorString | Gregory Montoir | |
- initialise Cutaway::_personCount* when the Cutaway starts - minor tweaks in BankManager svn-id: r12185 | |||
2004-01-06 | moved animation stuff to Graphics class | Gregory Montoir | |
svn-id: r12182 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2004-01-06 | simplified room switching code a bit | Gregory Montoir | |
svn-id: r12165 | |||
2004-01-05 | added a class to manage banks, Queen::Graphics cleanup | Gregory Montoir | |
svn-id: r12157 | |||
2004-01-05 | At last - credits! | David Eriksson | |
svn-id: r12155 | |||
2004-01-04 | - added code to only redraw changed blocks in order to avoid full screen refresh | Gregory Montoir | |
- minor code cleanup in Graphics/Display svn-id: r12147 | |||
2004-01-02 | minor rewrite of some asm funcs | Gregory Montoir | |
svn-id: r12088 | |||
2003-12-30 | acessing _numGraphics'th element of GraphicData array is safe | Gregory Montoir | |
svn-id: r12046 | |||
2003-12-30 | interview mini-game support | Gregory Montoir | |
svn-id: r12037 | |||
2003-12-30 | minor cleanup & add playSong() calls in Logic::handlePinnacleRoom | Gregory Montoir | |
svn-id: r12031 | |||
2003-12-29 | cleanup | Gregory Montoir | |
svn-id: r12024 | |||
2003-12-29 | only call Logic::executeSpecialMove if asm > 0 | Gregory Montoir | |
svn-id: r12023 | |||
2003-12-29 | mass debuglevel change for less verbosity (0 -> 6) | Joost Peters | |
importance/relevance has to be decided on an individual basis, if needed, later on svn-id: r12021 |