aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-09Cleanup AMIGA graphics conversion.Johannes Schickel
svn-id: r43183
2009-08-09update news files for 1.0.0rc1 releaseKostas Nakos
svn-id: r43179
2009-08-09removing support for flac (good riddance) and mpeg2Kostas Nakos
svn-id: r43178
2009-08-09Fix for bug #2834250 "GUI: Incorrect behavior of sliders".Johannes Schickel
svn-id: r43172
2009-08-09Removed redundant code related to Midi handlingPaul Gilbert
svn-id: r43171
2009-08-09GP2X: Commit local version of backend, contains a 'fix' to work around a ↵John Willis
GP2X SDL 'feature' that was removing the ability to disable aspect ratio correction. Also misc cleanup and changes to default volume levels to cut down on sample clipping. svn-id: r43167
2009-08-09Fix glitch when removing arrows from spell book in Elvira 1.Travis Howell
svn-id: r43165
2009-08-09Fix bug #2834260 - ELVIRA1: Graphic glitch when bird takes off.Travis Howell
svn-id: r43163
2009-08-09Fix bug #2834252 - ELVIRA1 Problem with 8-character-long save names.Travis Howell
svn-id: r43156
2009-08-09Slight adjustment to Spanish font lookup table, based on mac_es's ↵Paul Gilbert
description of character lookup problems svn-id: r43155
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-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-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-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-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-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-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-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-04Removed the superfluous VGA buffer, replacing it with direct writes to the ↵Filippos Karapetis
video buffer svn-id: r43048
2009-08-04got rid of superfluous semicolonsKostas Nakos
svn-id: r43043
2009-08-04Cleaned up the MSVC project files of the gob engineFilippos Karapetis
svn-id: r43042
2009-08-04commit slightly modified patch #2828646: WINCE: Integrate Windows CE with ↵Kostas Nakos
the master build system svn-id: r43041
2009-08-04update readme (draft)Kostas Nakos
svn-id: r43039
2009-08-04update MakefileKostas Nakos
svn-id: r43037
2009-08-04support made engineKostas Nakos
svn-id: r43035
2009-08-04add bindings for cruise engineKostas Nakos
svn-id: r43033
2009-08-03GP2XWiz: Fix bug with downscaled cursors.John Willis
svn-id: r43029
2009-08-03Fix for #2824798 (FW: crash when clicking "load" in the GUI):Kari Salminen
- Fixed CineMetaEngine::listSaves(const char *target) which was broken. - Also added explicit initialization of savegame descriptions to empty strings for safety reasons (e.g. arrays on stack aren't initialized to zero). - Added explicit trailing zero setting to savegame descriptions (Previously using GMM you could write a description of length >= 20 that had no trailing zero when written to description file (e.g. fw.dir)). svn-id: r43027
2009-08-03Fix for bug #2828333 (AGI: KQ1: Greensleeves always plays):Kari Salminen
- Made all savegame loading in AGI do the same pre-load and post-load stuff. - Moved load/saveGameState from AgiBase to AgiEngine - Added rudimentary error handling to load/saveGameState - Incidentally also fixes the hanging note from bug #2798797. svn-id: r43025
2009-08-03Bugfix to correctly reset the music tempo when loading a savegamePaul Gilbert
svn-id: r43023
2009-08-03T7G: Fix bug #2831046 where save names not shown after loading a save from ↵Scott Thomas
launcher svn-id: r43020
2009-08-02Make MemoryReAlloc() 64-bit alignment safeJoost Peters
svn-id: r43013
2009-08-02Fix AGI crashes on 64-bit systems that require alignmentJoost Peters
svn-id: r43011