aboutsummaryrefslogtreecommitdiff
path: root/queen
AgeCommit message (Expand)Author
2004-01-02minor rewrite of screenblanker codeGregory Montoir
2003-12-31use compressed data file instead of original one if both are availableGregory Montoir
2003-12-31There's that incomprehensible MinGW GCC warning again!Torbjörn Andersson
2003-12-30acessing _numGraphics'th element of GraphicData array is safeGregory Montoir
2003-12-30remove hack from original code, this was apparently only needed for SELECT_VE...Gregory 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-29invalidate previous dynalum value on re-init (this fixes room <-> journal iss...Gregory Montoir
2003-12-29mass debuglevel change for less verbosity (0 -> 6)Joost Peters
2003-12-29cleanup & use BobSlot::curPos() when possibleGregory Montoir
2003-12-29cleanup & follow code conventionsGregory 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-29fix for 'Klunk sentence repeated 2 times' bug (noticeable in french talkie ve...Gregory Montoir
2003-12-29Demo uses different file for music (and disable it for now)Joost Peters
2003-12-29- hack to read patched .dog files (french & italian versions) from game data ...Gregory Montoir
2003-12-28cleanupGregory Montoir
2003-12-28cleanup Resource class a bit :Gregory Montoir
2003-12-28Need to call this as well to properly stop musicJoost Peters
2003-12-28Improved music code a bit. still has 'hanging notes' when stopping music, tho...Joost Peters
2003-12-28Cope with song '0' (old savegames used to use this 'dummy' value)Joost Peters
2003-12-28- added 'song' debugger commandJoost Peters
2003-12-27enable alternative introductionGregory Montoir
2003-12-26cleanupGregory Montoir
2003-12-26oopsGregory Montoir
2003-12-26enable original screen blankersGregory Montoir
2003-12-26new debugging code, using Common::DebuggerGregory Montoir
2003-12-24o Added SoundMixer::isReady()Max Horn
2003-12-24turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ma...Max Horn
2003-12-21stdafx.h first, please.Marcus Comstedt
2003-12-21added convenience SoundMixer::playVorbis variant which calls through to playS...Max Horn
2003-12-21Make it possible for game detection functions to detect language/platform (no...Max Horn
2003-12-21cleanupMax Horn
2003-12-20some code to play the 'room background sfx' (equivalent to sfxplay(NULLstr))Gregory Montoir
2003-12-19put all 'bam' related stuff in a class and allow load/save during a 'bam' sceneGregory Montoir
2003-12-19handle mouse wheel in Journal screenGregory Montoir
2003-12-15clear command text in pinnacle room when there is no valid place under the cu...Gregory Montoir
2003-12-15cleanupGregory Montoir
2003-12-14re-enable keyboard commandsGregory Montoir
2003-12-14don't call Command::changeObjectState() on itemsGregory Montoir
2003-12-14add check before accessing ObjectData (only for safety)Gregory Montoir
2003-12-14Make music_mute take effect.Travis Howell
2003-12-14Fixproblem of fotaq attempting to play sfx as music, when sfx are disabled.Travis Howell
2003-12-14Get rid of unused variableJoost Peters
2003-12-14Initial (Roland) Music support; a lot of stuff is still missing and/or incomp...Joost Peters
2003-12-13some refactoring in Command code (removed/commented unused code, renamed some...Gregory Montoir
2003-12-13removed GameSettings::detectname and GameSettings::midi; renamed GameSettings...Max Horn
2003-12-12cleanupGregory Montoir