Age | Commit message (Expand) | Author |
2009-07-27 | Fix format string issues (and compiler warnings). | Willem Jan Palenstijn |
2009-07-26 | Simplify KYRA's SJIS font loading code. | Johannes Schickel |
2009-07-26 | Change the way the font data for SJIS fonts is load. | Johannes Schickel |
2009-07-26 | Change KYRA to use our SJIS font, when it's available. | Johannes Schickel |
2009-07-25 | Implement missing bits in KyraEngine_HoF::setCauldronState. | Johannes Schickel |
2009-07-25 | Fix palette regression in Kyra2. | Johannes Schickel |
2009-07-25 | Adept savegame name creation code to use Common::String::printf. | Johannes Schickel |
2009-07-25 | Move the event recorder to its own class (EventRecoder inside common/EventRec... | Johannes Schickel |
2009-07-25 | remove implicit SoundDigital::Sound ctor call, which is redundant because the... | Joost Peters |
2009-07-21 | Use 50Hz ticks in Kyra1 Amiga instead of 60Hz ticks. | Johannes Schickel |
2009-07-19 | now using tick for fadeout through the nowmal delay function | Norbert Lange |
2009-07-19 | reverted fadeout to using plain delay as delayWithTicks crashes >( | Norbert Lange |
2009-07-19 | use own soundhandle as the ones in Kyra::Sound seem to be used for voices (an... | Norbert Lange |
2009-07-19 | use ticks for timing fadeout | Norbert Lange |
2009-07-19 | fixed retiring of external Notes | Norbert Lange |
2009-07-19 | fixed: intro-music started twice because it was hardcoded in the engine | Norbert Lange |
2009-07-19 | add support for fadeout | Norbert Lange |
2009-07-19 | some more tables included, for tempo and volume values | Norbert Lange |
2009-07-18 | found and use another table, soundeffects in intro are now working | Norbert Lange |
2009-07-18 | first attempt at enabling soundeffects using an table from the executeable. D... | Norbert Lange |
2009-07-17 | merge with trunk | Norbert Lange |
2009-07-17 | added missing file | Norbert Lange |
2009-07-17 | added primitive support for Kyrandia`s Intro Music. | Norbert Lange |
2009-07-17 | Cleanup. | Johannes Schickel |
2009-07-17 | - Moved SoundAdlibPC definition to new header file sound_adlib.h | Johannes Schickel |
2009-07-17 | Replace LGPL header by GPL header. | Johannes Schickel |
2009-07-16 | Fix bug in "KyraEngine_v2::runSceneScript6", fixes text line Zanthia says, wh... | Johannes Schickel |
2009-07-15 | Bugfix: Disallow GMM Save/Load while in kyragem scene. | Johannes Schickel |
2009-07-14 | Fix graphics glitch in LoL PC98 intro. | Johannes Schickel |
2009-07-14 | Got rid of some more ioFailed uses (also fixed a potential leak in graphics/f... | Max Horn |
2009-07-13 | Got rid of Screen_LoL::_paletteConvTable. | Johannes Schickel |
2009-07-12 | Add missing quotation mark to error message. | Johannes Schickel |
2009-07-11 | Removed the now uneeded "Screen::_disableScreen" flag. | Johannes Schickel |
2009-07-11 | Fix graphics not updating, when loading a save in Kyra1. This fixes problems ... | Johannes Schickel |
2009-07-09 | Cleanup rollDice (the results of the old and the new function are almost iden... | Johannes Schickel |
2009-07-09 | Cleanup. | Johannes Schickel |
2009-07-08 | LOL: cleanup | Florian Kagerer |
2009-07-08 | LOL: rename new function in last commit according to LordHoto's suggestion | Florian Kagerer |
2009-07-08 | LOL: fix long standing bugs in the battle system (hit chance, damage, etc) by... | Florian Kagerer |
2009-07-07 | Change all uses of FM-Towns/fm-towns to FM-TOWNS. | Johannes Schickel |
2009-07-07 | Change "FM-Towns" to "FM-TOWNS" for consistency. | Johannes Schickel |
2009-07-07 | - Rename FontSJIS::enableShadow to enableOutline. | Johannes Schickel |
2009-07-07 | - Added support for outlined FM-Towns ROM drawing | Johannes Schickel |
2009-07-07 | Adapt KYRA to use the new Graphics::FontSJIS code. | Johannes Schickel |
2009-07-06 | Fix RTL from Kyra3 main menu. (It now doesn't quit ScummVM anymore) | Johannes Schickel |
2009-07-05 | LOL: cleanup | Florian Kagerer |
2009-07-05 | LOL: - reduce code duplication | Florian Kagerer |
2009-07-04 | KYRA: fix minor bug in Screen::drawShape() | Florian Kagerer |
2009-07-04 | Kyra1 PC-98 never offered English as language settings, thus remove it. (The ... | Johannes Schickel |
2009-07-03 | Added more GCC_PRINTF attributes, and fixed resulting warnings in format strings | Max Horn |