aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-09Fix bug #2834254 - ELVIRA: Buggy scroll arrows when mixing spells.Travis Howell
svn-id: r43152
2009-08-09Changed subtitles display speed to also include the time taken to say voice ↵Paul Gilbert
samples (if voices are turned on). This means subtitles will display for the same time irrespective of whether voices are on or not svn-id: r43150
2009-08-08added code to support the "finale" sectionNorbert Lange
cleaned up playSoundEffect and playTrack svn-id: r43149
2009-08-08Changed the scroll-handling to be more like the original. This fixes bug ↵Sven Hesse
#2832362 ("GOB3: Scrolling locked after cutscene") svn-id: r43147
2009-08-08Fix bug #2825565: "Unable to select subtitles in Atlantis and Simon 1"Eugene Sandulenko
svn-id: r43145
2009-08-08Patch #2832247: "GMM: Enable loading & deleting of unnamed savegames"Eugene Sandulenko
svn-id: r43143
2009-08-08Add DS version of Atari MM from Bug #2834054Eugene Sandulenko
svn-id: r43139
2009-08-08moved table-definition from header to cpp fileNorbert Lange
svn-id: r43136
2009-08-08merge with trunkNorbert Lange
svn-id: r43134
2009-08-08Implemented support for Amiga wander score map.Johannes Schickel
svn-id: r43133
2009-08-08Implement FR#2821534: "GUI: Mute All disable volume sliders"Eugene Sandulenko
svn-id: r43131
2009-08-08Fix XMIDI looping implementation. Now for example the music in the ferret ↵Johannes Schickel
village of ITE plays fine. svn-id: r43126
2009-08-08Change workaround for bug #2820054 to apply for all GRA versions.Johannes Schickel
svn-id: r43123
2009-08-08Formatting fix.Johannes Schickel
svn-id: r43122
2009-08-08Fix for bug #2412336 "DW2: Voices cut off" (commit on behalf of dreammaster)Johannes Schickel
svn-id: r43120
2009-08-08Add workaround for bug #2820054 "DW1: No intro music at first start on Wii", ↵Johannes Schickel
which actually happened on all systems, when using the multilanguage version. svn-id: r43119
2009-08-08tweaked the mapped keys to reintroduce SHIFT for mass adding gamesAndre Heider
svn-id: r43117
2009-08-08fix a bug that prevented gcc from compilingNorbert 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-08forward port of wince 3.0 fix for paths from branch 0.13.0, r39978Kostas Nakos
svn-id: r43114
2009-08-08Commit of dhewg's patch to fix screen refreshes on the WiiPaul Gilbert
svn-id: r43112
2009-08-08slighty changed how voices get disabled after their sample playedNorbert Lange
svn-id: r43111
2009-08-08added missing stuff for modulation and microtonal effects (several bugs in ↵Norbert Lange
original player - dont think this was ever used) added compiletime macros for modulation and microtonal moved common initialization stuff into a new resetPlayer() method reworked stopEvents, made them simpler and inlined the noteOff function added check for allocation and IO-Errors to the load-function. svn-id: r43110
2009-08-08When opening a data stream, don't read the whole file into memory if not ↵Sven Hesse
necessary. This vastly improves the loading times of Gob3 on small devices svn-id: r43107
2009-08-07refactored noteOnNorbert Lange
removed channel.voicesActive variable svn-id: r43104
2009-08-07mouse up events need the same lovin' as mouse down events do. don't ↵Kostas Nakos
underestimate 'em. fixes bug #2833549 svn-id: r43102
2009-08-07Merge creation of Info.plist into update-version.pl.Andre Heider
This fixes the static version info after branching (#2820503). svn-id: r43101
2009-08-07implemented "SPECIAL" commandsNorbert Lange
addid missing stacklock for a few public functions svn-id: r43100
2009-08-07added stub for setting audio filter in PaulaNorbert Lange
fixed wrong value for volume in maxtrax svn-id: r43099
2009-08-07show VK in gui_v2 games of kyraKostas Nakos
svn-id: r43097
2009-08-07hint backend about virtual keyboard on save, in LoKKostas Nakos
svn-id: r43095
2009-08-07Bugfix for #2831159 - Palace guards saying !!HIGH STRING!!Paul Gilbert
svn-id: r43093
2009-08-06overload showMouse to kill mouse shadows in kyraKostas Nakos
svn-id: r43088
2009-08-05move function definitions from header to the cpp fileNorbert Lange
moved a few functions to static scope svn-id: r43077
2009-08-05added some error messages to the compile-time checksNorbert Lange
svn-id: r43076
2009-08-05moved check if class should be compiled to the headerNorbert Lange
svn-id: r43075
2009-08-05fixed wrong indentationNorbert Lange
moved notetable to static scope svn-id: r43074
2009-08-05check if modplayers should be compiled based on engine-macrosNorbert Lange
svn-id: r43073
2009-08-05replace workaround in case musicfiles are missing with a simpler oneNorbert Lange
svn-id: r43071
2009-08-05T7G: Fix bug #2831041 by implementing opcode responsible for starting music ↵Scott Thomas
partway through a video svn-id: r43068
2009-08-05Bugfix for music not being stopped when music volume is set to zeroPaul Gilbert
svn-id: r43066
2009-08-04CleanupFilippos Karapetis
svn-id: r43056
2009-08-04remove a former workaround for Amiga MINorbert Lange
svn-id: r43055
2009-08-04fixed hanging intro (and possible other scenes) when music cant be loadedNorbert Lange
svn-id: r43054
2009-08-04cleaned up sound_amiga.cpp a bit, added checks for missing filesNorbert Lange
svn-id: r43050
2009-08-04added warning should the sound files not be available (intro will hang if ↵Norbert Lange
there is no musictimer) svn-id: r43049
2009-08-04Removed the superfluous VGA buffer, replacing it with direct writes to the ↵Filippos Karapetis
video buffer svn-id: r43048
2009-08-04moved helper functions from the header file into the cpp fileNorbert Lange
svn-id: r43047
2009-08-04added doxygeb commentsNorbert Lange
added checks to public functions if resources already got loaded svn-id: r43046
2009-08-04moved code for initialising patterns into own functionNorbert Lange
added initialisation of return-addresses for patterns and macros svn-id: r43045
2009-08-04got rid of superfluous semicolonsKostas Nakos
svn-id: r43043