Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2003-12-14 | Make music_mute take effect. | Travis Howell | |
svn-id: r11624 | |||
2003-12-14 | Fixproblem of fotaq attempting to play sfx as music, when sfx are disabled. | Travis Howell | |
svn-id: r11623 | |||
2003-12-14 | Get rid of unused variable | Joost Peters | |
svn-id: r11622 | |||
2003-12-14 | Initial (Roland) Music support; a lot of stuff is still missing and/or ↵ | Joost Peters | |
incomplete. svn-id: r11621 | |||
2003-12-13 | some refactoring in Command code (removed/commented unused code, renamed ↵ | Gregory Montoir | |
some methods) svn-id: r11619 | |||
2003-12-13 | removed GameSettings::detectname and GameSettings::midi; renamed ↵ | Max Horn | |
GameSettings::gameName to name; added temporary experimental MD5 hack svn-id: r11603 | |||
2003-12-12 | cleanup | Gregory Montoir | |
svn-id: r11600 | |||
2003-12-12 | get rid of queencomp target (rather simply always check for both queen.1 and ↵ | Max Horn | |
queen.1c); this allows some code simplification and gets rid of the last access to detector->_game in queen svn-id: r11599 | |||
2003-12-12 | get rid of Verb class | Gregory Montoir | |
svn-id: r11594 | |||
2003-12-11 | constructors cleanup | Gregory Montoir | |
svn-id: r11589 | |||
2003-12-11 | cleanup | Gregory Montoir | |
svn-id: r11588 | |||
2003-12-11 | merged Logic::joeGrab & Logic::joeGrabDirection and removed speed argument ↵ | Gregory Montoir | |
as it always equals 0 svn-id: r11582 | |||
2003-12-11 | cleanup | Gregory Montoir | |
svn-id: r11579 | |||
2003-12-11 | centralize all State related stuff | Gregory Montoir | |
svn-id: r11577 | |||
2003-12-10 | oops | Gregory Montoir | |
svn-id: r11556 | |||
2003-12-10 | get rid of GameConfig, use ConfigurationManager | Gregory Montoir | |
svn-id: r11555 | |||
2003-12-10 | oops | Gregory Montoir | |
svn-id: r11554 | |||
2003-12-10 | - moved QueenEngine::roomChanged to Logic and enabled call from Cutaway code ↵ | Gregory Montoir | |
(this fixes the 2 irons bars being displayed at the end of c39a.cut) - moved my 'panel being hidden after the head room display' fix - fix problem in joeCutFacing / joeFacing in cutaway code svn-id: r11553 | |||
2003-12-10 | cleanup, split Cutaway::specialMove() into several methods ; this should ↵ | Gregory Montoir | |
allow us minor changes in order to support different/other special moves (demo, interview) svn-id: r11552 | |||
2003-12-07 | (temporary) fix for cutaway_41f / command_0x178 graphical glitches | Gregory Montoir | |
svn-id: r11526 | |||
2003-12-06 | - handle person bank number hack slighlty differently (fix it when loading, ↵ | Gregory Montoir | |
not in personSetData) - remove some useless checks as there are no invalid bob numbers in actor data - minor cleanups in Area svn-id: r11520 | |||
2003-12-06 | minor cleanup, reuse some data from intervie.exe | Gregory Montoir | |
svn-id: r11519 | |||
2003-12-06 | make Joe say something when trying to speak to a mute object/person | Gregory Montoir | |
svn-id: r11518 | |||
2003-12-05 | - fix Joe scaling issue when switching from room 51 to 47 (temple) | Gregory Montoir | |
- add remaining fadein() call in cutaway, pinnacle room is ok now - add 2 macros to 'clarify' some room tests - some cleanup svn-id: r11502 | |||
2003-12-05 | cleanup, s/abs/ABS/g | Gregory Montoir | |
svn-id: r11501 | |||
2003-12-04 | handle 'talking heads' slighlty differently | Gregory Montoir | |
svn-id: r11495 | |||
2003-12-04 | cleanup | Gregory Montoir | |
svn-id: r11494 | |||
2003-12-04 | special moves 14, 25, 27, 29, 30, 33 | Gregory Montoir | |
svn-id: r11493 | |||
2003-12-04 | in original DOS version, characters *can* walk in last room | Gregory Montoir | |
svn-id: r11492 | |||
2003-12-03 | - hard coded cutaway stuff for boat room | Gregory Montoir | |
- hard coded cutaway and talk oracle stuff - scale Joe during cutaway when changing rooms - special moves 20 & 24 (temple room 100) - special move 15 (valley room 67) - special move 26 (c69g.CUT) - (game is now completable up to final fight scene) svn-id: r11491 | |||
2003-12-03 | be consistent with animateJoe | Gregory Montoir | |
svn-id: r11490 | |||
2003-12-03 | whitespaces/tab | Gregory Montoir | |
svn-id: r11489 | |||
2003-12-03 | fix walking person issue (noticeable when Azura is escaping from Floda) | Gregory Montoir | |
svn-id: r11488 | |||
2003-12-03 | remaining stuff for Azura/Floda | Gregory Montoir | |
svn-id: r11487 | |||
2003-12-03 | fix klunk scene glitches | Gregory Montoir | |
svn-id: r11486 | |||
2003-12-03 | fix problem in opening/closing doors | Gregory Montoir | |
svn-id: r11485 | |||
2003-12-03 | removed unused stuff | Gregory Montoir | |
svn-id: r11484 | |||
2003-12-03 | new room/gamestate constants | Gregory Montoir | |
svn-id: r11483 |