Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-24 | - add support for HOF floppy versions | Florian Kagerer | |
- playing directly from installer files (WESTWOOD.00X) is supported (not recommended for low-end machines and certain ports) svn-id: r32249 | |||
2008-05-24 | fix for missing spellbook and letter text in the floppy versions | Florian Kagerer | |
svn-id: r32242 | |||
2008-05-23 | Fixed KyraEngine_v2::pauseEngineIntern. | Johannes Schickel | |
svn-id: r32235 | |||
2008-05-23 | - Added a simple (but yet better) implementation of pauseEngineIntern for ↵ | Johannes Schickel | |
Kyra_v1 and Kyra_v2 - Added comments about what game specific details are missing in the pause implementation svn-id: r32231 | |||
2008-05-23 | Added 'enter' command to kyra1 debugger again. | Johannes Schickel | |
svn-id: r32230 | |||
2008-05-23 | Cleanup. | Johannes Schickel | |
svn-id: r32226 | |||
2008-05-19 | Fixed bug in KyraEngine_v2::directLinePassable. This should fix some ↵ | Johannes Schickel | |
pathfinder issues in HoF and MR. svn-id: r32190 | |||
2008-05-19 | - Fixed out of bounds bug in KyraEngine_MR::updateItemAnimations | Johannes Schickel | |
- Clean up in KyraEngine_HoF::updateItemAnimations svn-id: r32189 | |||
2008-05-19 | Fixed max text line length for French version in HoF. | Johannes Schickel | |
svn-id: r32186 | |||
2008-05-19 | Fixed filename string in KyraEngine_MR::objectChat. | Johannes Schickel | |
svn-id: r32185 | |||
2008-05-19 | Added a comment to TextDisplayer_MR::preprocessString. | Johannes Schickel | |
svn-id: r32184 | |||
2008-05-19 | Fix for bug #1967311 "KYRA3: Word-wrapping is slightly buggy". | Johannes Schickel | |
svn-id: r32183 | |||
2008-05-18 | Cleanup. | Johannes Schickel | |
svn-id: r32176 | |||
2008-05-18 | add support for Kyra 1 Italian floppy (this fixes so called bug #1409244 - ↵ | Florian Kagerer | |
KYRA1: GFX problems with ITALIAN floppy) svn-id: r32175 | |||
2008-05-18 | Typos. | Johannes Schickel | |
svn-id: r32171 | |||
2008-05-18 | Reverted commit #32166. | Johannes Schickel | |
svn-id: r32170 | |||
2008-05-18 | Formatting. | Johannes Schickel | |
svn-id: r32168 | |||
2008-05-18 | Fixed fillRect opcode for HoF. | Johannes Schickel | |
svn-id: r32166 | |||
2008-05-17 | fix o1_fillRect() | Florian Kagerer | |
svn-id: r32160 | |||
2008-05-17 | Added default search path "hof_cd"/"malcolm" directory for HoF/Kyra3. | Johannes Schickel | |
svn-id: r32156 | |||
2008-05-17 | - fixes bug #1962601 at least for intro and outro | Florian Kagerer | |
- add a mutex lock in sound_towns svn-id: r32155 | |||
2008-05-17 | Changed parameter of KyraEngine_LoK::setMouseItem. | Johannes Schickel | |
svn-id: r32153 | |||
2008-05-17 | - Fixed sound channel fadeout on VQA playing | Johannes Schickel | |
- Minor formatting fixes svn-id: r32152 | |||
2008-05-17 | Loop the Kyra 3 menu music. (The original does.) | Torbjörn Andersson | |
svn-id: r32149 | |||
2008-05-16 | cleanup | Florian Kagerer | |
svn-id: r32144 | |||
2008-05-16 | commit eriktorbjorn's patch #1964853 (HoF: Hand of Fate credits cleanup ↵ | Florian Kagerer | |
(WIP)) with minor changes (including fix for the glitch mentioned in the tracker item) svn-id: r32143 | |||
2008-05-14 | fix regression in KyraEngine_LoK::setMouseItem | Florian Kagerer | |
svn-id: r32128 | |||
2008-05-14 | Changed kyra3 detection entries, now there are special entries for non ↵ | Johannes Schickel | |
installed version checking for WESTWOOD.001 and special entries for installed version checking for AUD.PAK. svn-id: r32120 | |||
2008-05-14 | Just allow animation scripts marked as skipable to be skipped. | Johannes Schickel | |
svn-id: r32114 | |||
2008-05-14 | Formatting. | Johannes Schickel | |
svn-id: r32113 | |||
2008-05-14 | Possibly fixed bug #1963700 "KYRA2: Nonresponsive clicks". | Johannes Schickel | |
svn-id: r32112 | |||
2008-05-14 | Oops, I definitely meant for that to be '==', not '='. I guess this is what it | Torbjörn Andersson | |
should look like, but I can't actually test (or even compile) it right now. svn-id: r32103 | |||
2008-05-14 | Added a FIXME regarding commit #32096 | Filippos Karapetis | |
svn-id: r32102 | |||
2008-05-14 | Added the animation speed workaround for the sheriff animation as well. (See | Torbjörn Andersson | |
bug #1926838, "HoF: Animation plays too fast".) svn-id: r32096 | |||
2008-05-13 | fix engine destructor for non interactive hof demo | Florian Kagerer | |
svn-id: r32093 | |||
2008-05-13 | More descriptive error message when encountering invalid font data. | Johannes Schickel | |
svn-id: r32092 | |||
2008-05-12 | Formatting. | Johannes Schickel | |
svn-id: r32078 | |||
2008-05-12 | remove useless double check on sound list entries | Florian Kagerer | |
svn-id: r32076 | |||
2008-05-12 | fix valgrind warning and some cleanup | Florian Kagerer | |
svn-id: r32075 | |||
2008-05-12 | Don't restart music while changing music volume in Hof and MR. | Johannes Schickel | |
svn-id: r32069 | |||
2008-05-12 | Yet another valgrind warning fixed. | Johannes Schickel | |
svn-id: r32067 | |||
2008-05-12 | Fixed some valgrind warnings. | Johannes Schickel | |
svn-id: r32065 | |||
2008-05-12 | More naming consistency fixes (fixes old TODO). | Johannes Schickel | |
svn-id: r32062 | |||
2008-05-12 | fix for kyra 3 sfx (broken by last commit) | Florian Kagerer | |
svn-id: r32061 | |||
2008-05-12 | Added assert to snd_playSoundEffect. | Johannes Schickel | |
svn-id: r32060 | |||
2008-05-12 | move some kyra 3 static resources to kyra.dat | Florian Kagerer | |
svn-id: r32058 | |||
2008-05-12 | Two more KyraEngine_LoK opcodes renamed. | Johannes Schickel | |
svn-id: r32057 | |||
2008-05-12 | - Some more opcodes moved to KyraEngine_v1 | Johannes Schickel | |
- Yet more naming consistency fixes svn-id: r32056 | |||
2008-05-12 | - Yet more opcodes moved to KyraEngine_v1 | Johannes Schickel | |
- Renamed some opcodes inside KyraEngine_LoK svn-id: r32055 | |||
2008-05-12 | Oops forgot to commit module.mk | Johannes Schickel | |
svn-id: r32054 |