Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-08 | fix a bug that prevented gcc from compiling | Norbert Lange | |
correctly added my palette patch (it showed up in the rev-changes but dint got applied fully to the svn tree?) svn-id: r43116 | |||
2009-08-05 | replace workaround in case musicfiles are missing with a simpler one | Norbert Lange | |
svn-id: r43071 | |||
2009-08-04 | remove a former workaround for Amiga MI | Norbert Lange | |
svn-id: r43055 | |||
2009-08-04 | fixed hanging intro (and possible other scenes) when music cant be loaded | Norbert Lange | |
svn-id: r43054 | |||
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-08-02 | synced the branch with the palette patch (#2819787) | Norbert Lange | |
svn-id: r42987 | |||
2009-08-02 | made MdatResource struct private and changed the signatures of functions ↵ | Norbert Lange | |
which load the resources. svn-id: r42982 | |||
2009-08-01 | stole formatting for constructors from existing code | Norbert Lange | |
svn-id: r42981 | |||
2009-08-01 | engines/scumm/scumm.cpp: terminate method is pretty redundant - removed | Norbert Lange | |
tfmx, player_v4a: refactored Tfmx to allow sharing of resources between 2 instances. Needed changes in player_v4a aswell svn-id: r42980 | |||
2009-08-01 | refactored and commented player_va4 a bit | Norbert Lange | |
fix waitcommand in Tfmx try making tfmxplayer compile again svn-id: r42976 | |||
2009-07-31 | using accessmodifiers in Tfmx now and removed/disabled functions that now ↵ | Norbert Lange | |
dont work anymore (the commandline utility cant be compiled anymore as result of this) added arraysize of external signals and check it before accesses moved 2 debug-functions into Tfmx.cpp, removed depencies to files in the tfmx folder moved common code for fade-effects in a seperate method svn-id: r42961 | |||
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-17 | Correct error in saveBackGround. | Travis Howell | |
svn-id: r42561 | |||
2009-07-17 | Fix bug #2822956 - ELVIRA2: Crash at the beginning (regression). | Travis Howell | |
svn-id: r42560 | |||
2009-07-17 | Fix input glitch regression, after pausing in PN. | Travis Howell | |
svn-id: r42559 | |||
2009-07-17 | Added an explicit break out of the event processing loop for mouse buttons ↵ | Paul Gilbert | |
and/or key-presses - this should allow stylus-based systems to properly process 'mouse down' events before the 'mouse up' is processed svn-id: r42558 | |||
2009-07-17 | Making TOTResourceItem::size unsigned, fixing a graphics bug that crept in | Sven Hesse | |
svn-id: r42552 | |||
2009-07-17 | Added some more debug warnings when resources can't be loaded | Sven Hesse | |
svn-id: r42551 | |||
2009-07-17 | Fix bug #2821986 - COMI: setting to 'subtitles only' does not disable speech. | Travis Howell | |
svn-id: r42548 | |||
2009-07-17 | Fix using subtitles only setting in The Dig. | Travis Howell | |
svn-id: r42545 | |||
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-16 | This commit is just for DrMcCoy. (forgot to fix two usages of whitespaces ↵ | Johannes Schickel | |
instead of tabs for indentation -.-) svn-id: r42539 | |||
2009-07-16 | Formatting fixes. | Johannes Schickel | |
svn-id: r42538 | |||
2009-07-16 | Fixed bug 2820514 ("Help dialog causes crash") | Vicent Marti | |
svn-id: r42537 | |||
2009-07-16 | Fixed GCC warning. | Torbjörn Andersson | |
svn-id: r42536 | |||
2009-07-16 | Added a proper fix for Pepper (the previous one caused regressions in KQ6) | Filippos Karapetis | |
svn-id: r42533 | |||
2009-07-16 | Prior script fix also fixes bug #2820788, with stealing wizard's mallets | Paul Gilbert | |
svn-id: r42528 | |||
2009-07-16 | Added game script fix for bug #2680397 - game hang when using the brochure ↵ | Paul Gilbert | |
on the Beekeeper svn-id: r42527 | |||
2009-07-16 | Added missing information for the newly-added version of Pepper | Filippos Karapetis | |
svn-id: r42525 | |||
2009-07-16 | Added the French version of KQ5 floppy (bug report #2812611) | Filippos Karapetis | |
svn-id: r42524 | |||
2009-07-16 | Added a detection entry for Pepper's Adventures in Time, and fixed an issue ↵ | Filippos Karapetis | |
with _gfxop_set_pic(), which was causing crashes in that game svn-id: r42523 | |||
2009-07-16 | Added no blocking fix for Present Outside Inn scene as well | Paul Gilbert | |
svn-id: r42522 | |||
2009-07-16 | Game script fix for bug #2525010 - in the GRA version, the luggage blocked ↵ | Paul Gilbert | |
Rincewind's exit from the Inn, leaving him in a non-walkable area svn-id: r42521 |