Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-04 | respond to 'alter'-type overrides | Joost Peters | |
svn-id: r12126 | |||
2004-01-03 | Allow queen to use adlib driver as well (that was surprisingly easy :)) | Joost Peters | |
svn-id: r12100 | |||
2004-01-02 | - added missing MOVE_SPEAK code (only CHEF.DOG seems to use that) | Gregory Montoir | |
- clear Talk::_dialogueTree[0] to avoid problems when accessing oldLevel / level 0 svn-id: r12093 | |||
2004-01-02 | spelling mistake | Joost Peters | |
svn-id: r12090 | |||
2004-01-02 | Tell adlib people they won't hear music | Joost Peters | |
svn-id: r12089 | |||
2004-01-02 | minor rewrite of some asm funcs | Gregory Montoir | |
svn-id: r12088 | |||
2004-01-02 | some debugger commands for bobs | Gregory Montoir | |
svn-id: r12087 | |||
2004-01-02 | minor rewrite of screenblanker code | Gregory Montoir | |
svn-id: r12086 | |||
2003-12-31 | use compressed data file instead of original one if both are available | Gregory Montoir | |
svn-id: r12059 | |||
2003-12-31 | There's that incomprehensible MinGW GCC warning again! | Torbjörn Andersson | |
svn-id: r12050 | |||
2003-12-30 | acessing _numGraphics'th element of GraphicData array is safe | Gregory Montoir | |
svn-id: r12046 | |||
2003-12-30 | remove hack from original code, this was apparently only needed for ↵ | Gregory Montoir | |
SELECT_VERB (from what I understood, bob 16 was supposed to highlight the current selected verb ; but the original doesn't use it at all) svn-id: r12041 | |||
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 | invalidate previous dynalum value on re-init (this fixes room <-> journal ↵ | Gregory Montoir | |
issues) svn-id: r12022 | |||
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 | |||
2003-12-29 | cleanup & use BobSlot::curPos() when possible | Gregory Montoir | |
svn-id: r12020 | |||
2003-12-29 | cleanup & follow code conventions | Gregory Montoir | |
svn-id: r12019 | |||
2003-12-29 | - revise the way special moves are handled (demo and interview don't need a ↵ | Gregory Montoir | |
table) - slighlty modified some asm funcs which could let the game in fast mode - minor cleanup svn-id: r12018 | |||
2003-12-29 | more 'preparation' for interview and minor tweaks for demo | Gregory Montoir | |
svn-id: r12016 | |||
2003-12-29 | fix for 'Klunk sentence repeated 2 times' bug (noticeable in french talkie ↵ | Gregory Montoir | |
version) svn-id: r12015 | |||
2003-12-29 | Demo uses different file for music (and disable it for now) | Joost Peters | |
svn-id: r12011 | |||
2003-12-29 | - hack to read patched .dog files (french & italian versions) from game data ↵ | Gregory Montoir | |
path instead of data file - cleanup Resource a bit (add an accessor for ResourceEntry in order to avoid multiple calls to resourceIndex) svn-id: r12006 | |||
2003-12-28 | cleanup | Gregory Montoir | |
svn-id: r12003 | |||
2003-12-28 | cleanup Resource class a bit : | Gregory Montoir | |
- re-use some methods to read the resource table (normal / compressed) - removed _gameVersion member as we can do without it (and is mostly useless in case of a compressed data file) ; now, we use the 'JAS version string' as it is sufficient to detect if the game is a floppy version / demo etc. - const'ness - tweaked checkJASVersion() for interview mini game removed (useless) dirty hack in Logic::changeRoom() to setup initial scene in demos (pclogo.cut doesn't exist at all !) svn-id: r11998 | |||
2003-12-28 | Need to call this as well to properly stop music | Joost Peters | |
svn-id: r11989 | |||
2003-12-28 | Improved music code a bit. still has 'hanging notes' when stopping music, ↵ | Joost Peters | |
though. svn-id: r11988 | |||
2003-12-28 | Cope with song '0' (old savegames used to use this 'dummy' value) | Joost Peters | |
svn-id: r11986 | |||
2003-12-28 | - added 'song' debugger command | Joost Peters | |
- restore music after loading game - fix for bug in Roland Floda Corridor music - added LE struct reading methods (and renamed the old BE ones) for future compatibility with original DOS savegames svn-id: r11985 | |||
2003-12-27 | enable alternative introduction | Gregory Montoir | |
svn-id: r11959 | |||
2003-12-26 | cleanup | Gregory Montoir | |
svn-id: r11946 | |||
2003-12-26 | oops | Gregory Montoir | |
svn-id: r11945 | |||
2003-12-26 | enable original screen blankers | Gregory Montoir | |
svn-id: r11944 | |||
2003-12-26 | new debugging code, using Common::Debugger | Gregory Montoir | |
svn-id: r11940 | |||
2003-12-24 | o Added SoundMixer::isReady() | Max Horn | |
o Removed SoundMixer::bindToSystem() o In scumm, replaced _silentMixer, _silentDigitalImuse and _noDigitalSamples by SoundMixer::isReady() svn-id: r11893 | |||
2003-12-24 | turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ↵ | Max Horn | |
mainly because people kept (accidentally and sometimes on purpose :-) misusing them svn-id: r11881 | |||
2003-12-21 | stdafx.h first, please. | Marcus Comstedt | |
svn-id: r11820 | |||
2003-12-21 | added convenience SoundMixer::playVorbis variant which calls through to ↵ | Max Horn | |
playSfxSound_Vorbis; made scumm/queen engines use it svn-id: r11812 | |||
2003-12-21 | Make it possible for game detection functions to detect language/platform ↵ | Max Horn | |
(not yet done by any detector, but will come with the MD5 detection code) svn-id: r11811 | |||
2003-12-21 | cleanup | Max Horn | |
svn-id: r11795 | |||
2003-12-20 | some code to play the 'room background sfx' (equivalent to sfxplay(NULLstr)) | Gregory Montoir | |
svn-id: r11786 | |||
2003-12-19 | put all 'bam' related stuff in a class and allow load/save during a 'bam' scene | Gregory Montoir | |
svn-id: r11759 | |||
2003-12-19 | handle mouse wheel in Journal screen | Gregory Montoir | |
svn-id: r11758 | |||
2003-12-15 | clear command text in pinnacle room when there is no valid place under the ↵ | Gregory Montoir | |
cursor svn-id: r11652 | |||
2003-12-15 | cleanup | Gregory Montoir | |
svn-id: r11651 | |||
2003-12-14 | re-enable keyboard commands | Gregory Montoir | |
svn-id: r11641 | |||
2003-12-14 | don't call Command::changeObjectState() on items | Gregory Montoir | |
svn-id: r11639 | |||
2003-12-14 | add check before accessing ObjectData (only for safety) | Gregory Montoir | |
svn-id: r11634 |