Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-28 | Updated MSVC8 and MSVC9 kyra project files for commit #31290 | Filippos Karapetis | |
svn-id: r31292 | |||
2008-03-28 | Added FIXME comment regarding sorting of pred.dic; replaced weird binary ↵ | Max Horn | |
search code with simple binary search code ;-) svn-id: r31291 | |||
2008-03-28 | Refactored Kyrandia GUI code a bit. | Johannes Schickel | |
svn-id: r31290 | |||
2008-03-28 | cleanup | Max Horn | |
svn-id: r31289 | |||
2008-03-28 | Oops that shouldn't be committed yet. | Johannes Schickel | |
svn-id: r31288 | |||
2008-03-28 | Committed shared pointer implementation of patch #1895703 "COMMON: Managed ↵ | Johannes Schickel | |
List". Unlike the patch on the tracker this commit includes documentation for SharedPtr. svn-id: r31287 | |||
2008-03-28 | Fixed showing of cauldron animations processing while the inventory is not ↵ | Johannes Schickel | |
shown. svn-id: r31286 | |||
2008-03-28 | Implemented command text fadeout. | Johannes Schickel | |
svn-id: r31285 | |||
2008-03-28 | Finished o2_delay implementation. | Johannes Schickel | |
svn-id: r31284 | |||
2008-03-28 | Oops fixed wrong o2_delaySecs. | Johannes Schickel | |
svn-id: r31283 | |||
2008-03-28 | - Clear input queue after loading game via hotkeys. | Johannes Schickel | |
- Fixed bug which caused the need for clicking twice to change pages in spellbook. svn-id: r31282 | |||
2008-03-28 | Implemented savegame loading via command line params -x/--save-slot. | Johannes Schickel | |
svn-id: r31281 | |||
2008-03-28 | Properly set sfx flag when playing digital SFX. | Johannes Schickel | |
svn-id: r31280 | |||
2008-03-28 | Implemented opcodes: | Johannes Schickel | |
- 38: o2_countItemsInScene - 57: o2_setTimerDelay - 84: o2_getSceneExitToFacing - 137: o2_removeItemFromScene svn-id: r31279 | |||
2008-03-28 | - some accuracy changes for KyraEngine_v2::snd_playSoundEffect() | Florian Kagerer | |
- fix one more skip flag bug in the sequence player - fix SoundTowns_v2::voicePlay() svn-id: r31278 | |||
2008-03-27 | - Implemented opcodes: | Johannes Schickel | |
-> 51: o2_getElapsedSecs -> 52: o2_getTimerDelay - Added warnings to o2_delaySecs and o2_delay for unimplemented subfunctions svn-id: r31277 | |||
2008-03-27 | Implemented opcode 74: o2_setSceneAnimPos2. | Johannes Schickel | |
svn-id: r31276 | |||
2008-03-27 | Implemented opcodes: | Johannes Schickel | |
- 164: o2_getSfxDriver - 165: o2_getVocSupport - 166: o2_getMusicDriver svn-id: r31275 | |||
2008-03-27 | Oops added missing return, should fix crashed on trying to load non-existant ↵ | Johannes Schickel | |
savegames. svn-id: r31274 | |||
2008-03-27 | fix for bug 1922560 (HoF: wheels entrance gfx wrong) | Florian Kagerer | |
svn-id: r31273 | |||
2008-03-27 | Made some more former kyra1 specific debug commands available for HoF. | Johannes Schickel | |
svn-id: r31272 | |||
2008-03-27 | Removed much code duplication in Hand of Fate savefile loading with ↵ | Johannes Schickel | |
SeekableSubReadStreamEndian. svn-id: r31271 | |||
2008-03-27 | Implemented SeekableSubReadStreamEndian moddeled after MemoryReadStreamEndian. | Johannes Schickel | |
svn-id: r31270 | |||
2008-03-27 | Readded warning when loading HoF saves from original interpreter. | Johannes Schickel | |
svn-id: r31269 | |||
2008-03-27 | - Implemented support for --list-saves in Kyra engine | Johannes Schickel | |
- Added support for variable length savegame name field - Changed savegame identifier - Increased savegame file version svn-id: r31268 | |||
2008-03-27 | Enabled gamespeed debug command also for Kyra1. | Johannes Schickel | |
svn-id: r31267 | |||
2008-03-27 | Fixed palette loading debug command for amiga version. | Johannes Schickel | |
svn-id: r31266 | |||
2008-03-27 | Added debugger command to set screen palette. | Johannes Schickel | |
svn-id: r31265 | |||
2008-03-27 | Update hack comment in o2_updateSceneAnim. | Johannes Schickel | |
svn-id: r31263 | |||
2008-03-27 | Fix for bug #1926838 "HoF: Animation plays too fast". | Johannes Schickel | |
svn-id: r31262 | |||
2008-03-27 | Patch #1926787: small memory leak and cleanup | Max Horn | |
svn-id: r31261 | |||
2008-03-27 | Add work around for script bug in The Feeble Files. | Travis Howell | |
svn-id: r31260 | |||
2008-03-26 | this should fix item #1926532 (HoF: ScummVM quits on ESCaping "Virgin" and ↵ | Florian Kagerer | |
"Westwood" logo) svn-id: r31259 | |||
2008-03-26 | Prevents adding of events to input queue, which will not be processed anyway. | Johannes Schickel | |
svn-id: r31258 | |||
2008-03-26 | Properly fix DestroyScalers | Max Horn | |
svn-id: r31257 | |||
2008-03-26 | Init the _fmtownsBuf in the constructor, not in setupScumm() (fixes a leak, ↵ | Max Horn | |
and ensure that _fmtownsBuf always is inited) svn-id: r31256 | |||
2008-03-26 | Fixed GCC warning. It warns about "if (a = b)" unless you put an extra set of | Torbjörn Andersson | |
parentheses around the assignment. svn-id: r31255 | |||
2008-03-26 | Fixed typo. | Johannes Schickel | |
svn-id: r31254 | |||
2008-03-26 | - reworked skip flag handling in some places again | Johannes Schickel | |
- hopefully fixed tons of warnings related to stackPosString svn-id: r31253 | |||
2008-03-26 | - fixed multiple voices playing at once (see bug #1926547 "HoF: Right mouse ↵ | Johannes Schickel | |
button messes up gameplay"). - fixed crash while uninitializing AdLib driver svn-id: r31252 | |||
2008-03-26 | Set delay time for the hack in o2_updateSceneAnim to the value Raziel^ suggests. | Johannes Schickel | |
svn-id: r31251 | |||
2008-03-26 | Possible fix for part 1 of bug #1926547 "HoF: Right mouse button messes up ↵ | Johannes Schickel | |
gameplay". svn-id: r31250 | |||
2008-03-26 | Added support for HoF savefile from the original interpreter. | Johannes Schickel | |
svn-id: r31249 | |||
2008-03-26 | Added some inlines to MemoryReadStreamEndian. | Johannes Schickel | |
svn-id: r31248 | |||
2008-03-26 | Commented out two frees() in DestroyScalers(), introduced with commit #31244 ↵ | Filippos Karapetis | |
and added a FIXME - these cause crashes with 640x480 games, when using an HQ2x scaler svn-id: r31247 | |||
2008-03-26 | Extended savegame type checks. | Johannes Schickel | |
svn-id: r31246 | |||
2008-03-26 | Added a simple hack which adds delay between animation frames of some scene ↵ | Johannes Schickel | |
animations, this prevents some animations from running too fast. See for example bug #1923638 "HoF: Marco missing animation frames". svn-id: r31245 | |||
2008-03-26 | Modified Patch #1925352: Memory leak fixes | Max Horn | |
svn-id: r31244 | |||
2008-03-26 | Fix bug #1923638 "HoF: Marco missing animation frames". | Johannes Schickel | |
svn-id: r31243 | |||
2008-03-26 | Call InitScalers instead of setting gBitFormat directly | Max Horn | |
svn-id: r31242 |