Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-09 | Fix bug #2834254 - ELVIRA: Buggy scroll arrows when mixing spells. | Travis Howell | |
svn-id: r43152 | |||
2009-08-09 | Changed 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-08 | added code to support the "finale" section | Norbert Lange | |
cleaned up playSoundEffect and playTrack svn-id: r43149 | |||
2009-08-08 | Changed 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-08 | Fix bug #2825565: "Unable to select subtitles in Atlantis and Simon 1" | Eugene Sandulenko | |
svn-id: r43145 | |||
2009-08-08 | Patch #2832247: "GMM: Enable loading & deleting of unnamed savegames" | Eugene Sandulenko | |
svn-id: r43143 | |||
2009-08-08 | Add DS version of Atari MM from Bug #2834054 | Eugene Sandulenko | |
svn-id: r43139 | |||
2009-08-08 | moved table-definition from header to cpp file | Norbert Lange | |
svn-id: r43136 | |||
2009-08-08 | merge with trunk | Norbert Lange | |
svn-id: r43134 | |||
2009-08-08 | Implemented support for Amiga wander score map. | Johannes Schickel | |
svn-id: r43133 | |||
2009-08-08 | Implement FR#2821534: "GUI: Mute All disable volume sliders" | Eugene Sandulenko | |
svn-id: r43131 | |||
2009-08-08 | Fix XMIDI looping implementation. Now for example the music in the ferret ↵ | Johannes Schickel | |
village of ITE plays fine. svn-id: r43126 | |||
2009-08-08 | Change workaround for bug #2820054 to apply for all GRA versions. | Johannes Schickel | |
svn-id: r43123 | |||
2009-08-08 | Formatting fix. | Johannes Schickel | |
svn-id: r43122 | |||
2009-08-08 | Fix for bug #2412336 "DW2: Voices cut off" (commit on behalf of dreammaster) | Johannes Schickel | |
svn-id: r43120 | |||
2009-08-08 | Add 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-08 | tweaked the mapped keys to reintroduce SHIFT for mass adding games | Andre Heider | |
svn-id: r43117 | |||
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-08 | forward port of wince 3.0 fix for paths from branch 0.13.0, r39978 | Kostas Nakos | |
svn-id: r43114 | |||
2009-08-08 | Commit of dhewg's patch to fix screen refreshes on the Wii | Paul Gilbert | |
svn-id: r43112 | |||
2009-08-08 | slighty changed how voices get disabled after their sample played | Norbert Lange | |
svn-id: r43111 | |||
2009-08-08 | added 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-08 | When 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-07 | refactored noteOn | Norbert Lange | |
removed channel.voicesActive variable svn-id: r43104 | |||
2009-08-07 | mouse 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-07 | Merge creation of Info.plist into update-version.pl. | Andre Heider | |
This fixes the static version info after branching (#2820503). svn-id: r43101 | |||
2009-08-07 | implemented "SPECIAL" commands | Norbert Lange | |
addid missing stacklock for a few public functions svn-id: r43100 | |||
2009-08-07 | added stub for setting audio filter in Paula | Norbert Lange | |
fixed wrong value for volume in maxtrax svn-id: r43099 | |||
2009-08-07 | show VK in gui_v2 games of kyra | Kostas Nakos | |
svn-id: r43097 | |||
2009-08-07 | hint backend about virtual keyboard on save, in LoK | Kostas Nakos | |
svn-id: r43095 | |||
2009-08-07 | Bugfix for #2831159 - Palace guards saying !!HIGH STRING!! | Paul Gilbert | |
svn-id: r43093 | |||
2009-08-06 | overload showMouse to kill mouse shadows in kyra | Kostas Nakos | |
svn-id: r43088 | |||
2009-08-05 | move function definitions from header to the cpp file | Norbert Lange | |
moved a few functions to static scope svn-id: r43077 | |||
2009-08-05 | added some error messages to the compile-time checks | Norbert Lange | |
svn-id: r43076 | |||
2009-08-05 | moved check if class should be compiled to the header | Norbert Lange | |
svn-id: r43075 | |||
2009-08-05 | fixed wrong indentation | Norbert Lange | |
moved notetable to static scope svn-id: r43074 | |||
2009-08-05 | check if modplayers should be compiled based on engine-macros | Norbert Lange | |
svn-id: r43073 | |||
2009-08-05 | replace workaround in case musicfiles are missing with a simpler one | Norbert Lange | |
svn-id: r43071 | |||
2009-08-05 | T7G: Fix bug #2831041 by implementing opcode responsible for starting music ↵ | Scott Thomas | |
partway through a video svn-id: r43068 | |||
2009-08-05 | Bugfix for music not being stopped when music volume is set to zero | Paul Gilbert | |
svn-id: r43066 | |||
2009-08-04 | Cleanup | Filippos Karapetis | |
svn-id: r43056 | |||
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-04 | Removed the superfluous VGA buffer, replacing it with direct writes to the ↵ | Filippos Karapetis | |
video buffer svn-id: r43048 | |||
2009-08-04 | moved helper functions from the header file into the cpp file | Norbert Lange | |
svn-id: r43047 | |||
2009-08-04 | added doxygeb comments | Norbert Lange | |
added checks to public functions if resources already got loaded svn-id: r43046 | |||
2009-08-04 | moved code for initialising patterns into own function | Norbert Lange | |
added initialisation of return-addresses for patterns and macros svn-id: r43045 | |||
2009-08-04 | got rid of superfluous semicolons | Kostas Nakos | |
svn-id: r43043 |