Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-04 | cleaned up sound_amiga.cpp a bit, added checks for missing files | Norbert Lange | |
svn-id: r43050 | |||
2009-08-04 | added warning should the sound files not be available (intro will hang if ↵ | Norbert Lange | |
there is no musictimer) svn-id: r43049 | |||
2009-07-21 | Use 50Hz ticks in Kyra1 Amiga instead of 60Hz ticks. | Johannes Schickel | |
svn-id: r42644 | |||
2009-07-19 | now using tick for fadeout through the nowmal delay function | Norbert Lange | |
svn-id: r42622 | |||
2009-07-19 | reverted fadeout to using plain delay as delayWithTicks crashes >( | Norbert Lange | |
svn-id: r42621 | |||
2009-07-19 | use own soundhandle as the ones in Kyra::Sound seem to be used for voices ↵ | Norbert Lange | |
(and might get killed) svn-id: r42620 | |||
2009-07-19 | use ticks for timing fadeout | Norbert Lange | |
svn-id: r42618 | |||
2009-07-19 | fixed retiring of external Notes | Norbert Lange | |
fixed/improved counting DMAs in Paula added flag for looping songs rearranged maxtrax.h a bit svn-id: r42613 | |||
2009-07-19 | fixed: intro-music started twice because it was hardcoded in the engine | Norbert Lange | |
removed verbose debug-output from maxtrax svn-id: r42604 | |||
2009-07-19 | add support for fadeout | Norbert Lange | |
svn-id: r42601 | |||
2009-07-19 | some more tables included, for tempo and volume values | Norbert Lange | |
svn-id: r42600 | |||
2009-07-18 | found and use another table, soundeffects in intro are now working | Norbert Lange | |
svn-id: r42594 | |||
2009-07-18 | first attempt at enabling soundeffects using an table from the executeable. ↵ | Norbert Lange | |
Doesnt quite work as it should svn-id: r42575 | |||
2009-07-17 | merge with trunk | Norbert Lange | |
svn-id: r42574 | |||
2009-07-17 | added missing file | Norbert Lange | |
svn-id: r42568 | |||
2009-07-17 | added primitive support for Kyrandia`s Intro Music. | Norbert Lange | |
svn-id: r42567 | |||
2009-07-17 | Cleanup. | Johannes Schickel | |
svn-id: r42565 | |||
2009-07-17 | - Moved SoundAdlibPC definition to new header file sound_adlib.h | Johannes Schickel | |
- Made the future versions of sound.h GPL only - sound_adlib.h is dual licensed under GPL and LGPL (so AdPlug can still benefit from future changes) svn-id: r42564 | |||
2009-07-17 | Replace LGPL header by GPL header. | Johannes Schickel | |
svn-id: r42563 | |||
2009-07-16 | Fix bug in "KyraEngine_v2::runSceneScript6", fixes text line Zanthia says, ↵ | Johannes Schickel | |
when picking up the spellbook page in the town. svn-id: r42543 | |||
2009-07-15 | Bugfix: Disallow GMM Save/Load while in kyragem scene. | Johannes Schickel | |
svn-id: r42507 | |||
2009-07-14 | Fix graphics glitch in LoL PC98 intro. | Johannes Schickel | |
svn-id: r42493 | |||
2009-07-14 | Got rid of some more ioFailed uses (also fixed a potential leak in ↵ | Max Horn | |
graphics/font.cpp, and handle eos correctly in the FLAC code) svn-id: r42488 | |||
2009-07-13 | Got rid of Screen_LoL::_paletteConvTable. | Johannes Schickel | |
svn-id: r42443 | |||
2009-07-12 | Add missing quotation mark to error message. | Johannes Schickel | |
svn-id: r42406 | |||
2009-07-11 | Removed the now uneeded "Screen::_disableScreen" flag. | Johannes Schickel | |
svn-id: r42366 | |||
2009-07-11 | Fix graphics not updating, when loading a save in Kyra1. This fixes problems ↵ | Johannes Schickel | |
when loading saves in rooms like Brynn's temple, which play animations directly on scene enter. svn-id: r42365 | |||
2009-07-09 | Cleanup rollDice (the results of the old and the new function are almost ↵ | Johannes Schickel | |
identical). svn-id: r42293 | |||
2009-07-09 | Cleanup. | Johannes Schickel | |
svn-id: r42292 | |||
2009-07-08 | LOL: cleanup | Florian Kagerer | |
svn-id: r42271 | |||
2009-07-08 | LOL: rename new function in last commit according to LordHoto's suggestion | Florian Kagerer | |
svn-id: r42270 | |||
2009-07-08 | LOL: fix long standing bugs in the battle system (hit chance, damage, etc) ↵ | Florian Kagerer | |
by adapting original style random number generator svn-id: r42269 | |||
2009-07-07 | Change all uses of FM-Towns/fm-towns to FM-TOWNS. | Johannes Schickel | |
svn-id: r42235 | |||
2009-07-07 | Change "FM-Towns" to "FM-TOWNS" for consistency. | Johannes Schickel | |
svn-id: r42232 | |||
2009-07-07 | - Rename FontSJIS::enableShadow to enableOutline. | Johannes Schickel | |
- Initialize outline to false by default in FontTowns. svn-id: r42231 | |||
2009-07-07 | - Added support for outlined FM-Towns ROM drawing | Johannes Schickel | |
- Adapted KYRA to use that svn-id: r42230 | |||
2009-07-07 | Adapt KYRA to use the new Graphics::FontSJIS code. | Johannes Schickel | |
svn-id: r42222 | |||
2009-07-06 | Fix RTL from Kyra3 main menu. (It now doesn't quit ScummVM anymore) | Johannes Schickel | |
svn-id: r42180 | |||
2009-07-05 | LOL: cleanup | Florian Kagerer | |
svn-id: r42141 | |||
2009-07-05 | LOL: - reduce code duplication | Florian Kagerer | |
svn-id: r42140 | |||
2009-07-04 | KYRA: fix minor bug in Screen::drawShape() | Florian Kagerer | |
svn-id: r42110 | |||
2009-07-04 | Kyra1 PC-98 never offered English as language settings, thus remove it. (The ↵ | Johannes Schickel | |
CD version *does* supply English files, but those will work as FM-Towns version, so this causes no drawback for the user and is faithful to the original) svn-id: r42106 | |||
2009-07-03 | Added more GCC_PRINTF attributes, and fixed resulting warnings in format strings | Max Horn | |
svn-id: r42054 | |||
2009-07-01 | - Added GCC_PRINTF attribute to several funcs where it makes sense | Max Horn | |
- change some constants from double to float, to avoid "loss of precision due to implicit conversion" warnings - removed duplicate prototypes for some funcs - fixed some "increases required alignment of target type" warnings svn-id: r42009 | |||
2009-06-29 | Fix invisible mouse cursor, when picking up items. | Johannes Schickel | |
svn-id: r41967 | |||
2009-06-29 | Fix bug in drawShape. | Johannes Schickel | |
svn-id: r41964 | |||
2009-06-29 | Fix LoL cursor in DOS version. | Johannes Schickel | |
svn-id: r41963 | |||
2009-06-29 | Fix bug in drawShape, which caused invisibility in Kyra1 to be displayed ↵ | Johannes Schickel | |
incorrectly. svn-id: r41962 | |||
2009-06-29 | Fix palette regression caused by r41949. | Johannes Schickel | |
svn-id: r41961 | |||
2009-06-29 | Fix kyra2/kyra3 mouse cursor related regressions, introduced with r41959. | Johannes Schickel | |
svn-id: r41960 |