aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-16Include all required header files in launcher.h (should fix compilation ↵Max Horn
problems in WinCE backend) svn-id: r32141
2008-05-15Porting changes from 0.11.0 branchNeil Millstone
svn-id: r32140
2008-05-15Removed the GP32 portMax Horn
svn-id: r32139
2008-05-15Removed the default OSystem::getTimeAndDate() implementationMax Horn
svn-id: r32138
2008-05-15NDS: Rollback of the custom build target rule from .cpp.o to %.o: %.cppBertrand Augereau
svn-id: r32137
2008-05-15NDS: Protection against FastRam (ITCM) allocation failureBertrand Augereau
svn-id: r32136
2008-05-15* Cleanup of input code.Nicola Mettifogo
* Removed old timer routines. svn-id: r32135
2008-05-15Add patch #1964159 - PUTTPUTT: Add Japanese 3DO Version.Travis Howell
svn-id: r32133
2008-05-14This should fix the video not closing / chunk slot clogging bug (Yeah, I'm ↵Sven Hesse
apparently stupid *g*) svn-id: r32131
2008-05-14fix regression in KyraEngine_LoK::setMouseItemFlorian Kagerer
svn-id: r32128
2008-05-14Fixed QuickTime MIDI pluginMax Horn
svn-id: r32127
2008-05-14Added entries for the unpacked (*.dat) English and German CD versions of RtZ 1.2Filippos Karapetis
svn-id: r32126
2008-05-14Added Return to Zork German CD version 1.2Filippos Karapetis
Updated comment about *.red and *.dat svn-id: r32124
2008-05-14Some comments to opcodes sfGetMusicBeat and sfSetTextRectFilippos Karapetis
svn-id: r32123
2008-05-14Fixed menu background loading in Riddle of Master LuFilippos Karapetis
svn-id: r32122
2008-05-14Added plugin priority so there's just one plugin that provides a module ↵Jordi Vilalta Prat
functionality. svn-id: r32121
2008-05-14Changed kyra3 detection entries, now there are special entries for non ↵Johannes Schickel
installed version checking for WESTWOOD.001 and special entries for installed version checking for AUD.PAK. svn-id: r32120
2008-05-14Update MSVC project files.Kari Salminen
svn-id: r32119
2008-05-14Fix compilationSven Hesse
svn-id: r32118
2008-05-14- Added more information (ID and capabilities) to the MIDI driversJordi Vilalta Prat
- Added the MidiPlugin interface to the remaining MIDI drivers - Added an initial MidiManager to handle the MIDI plugins (just static plugins by now) svn-id: r32117
2008-05-14Oops. Forgot to update module.mk.Nicola Mettifogo
svn-id: r32116
2008-05-14- Moved input code to its own class.Nicola Mettifogo
- Slightly simplified inventory highlight code thanks to changes in input code. svn-id: r32115
2008-05-14Just allow animation scripts marked as skipable to be skipped.Johannes Schickel
svn-id: r32114
2008-05-14Formatting.Johannes Schickel
svn-id: r32113
2008-05-14Possibly fixed bug #1963700 "KYRA2: Nonresponsive clicks".Johannes Schickel
svn-id: r32112
2008-05-14Forgot to include screenfx.*Filippos Karapetis
svn-id: r32111
2008-05-14Updated the MSVC project files of the MADE engineFilippos Karapetis
svn-id: r32110
2008-05-14Add a pause when the script endsFilippos Karapetis
svn-id: r32109
2008-05-14TypoMax Horn
svn-id: r32108
2008-05-14Forgot the makefile, sorryBenjamin Haisch
svn-id: r32107
2008-05-14Deleting obsolete filesBenjamin Haisch
svn-id: r32106
2008-05-14Merged the three ScriptFunctionsXXX classes into ScriptFunctionsBenjamin Haisch
svn-id: r32105
2008-05-14- Added some visual effects (palette fading etc.)Benjamin Haisch
- Moved Screen::getAnimFrameCount directly into o1_GETFRAMECOUNT - Renamed variables/cleanup svn-id: r32104
2008-05-14Oops, I definitely meant for that to be '==', not '='. I guess this is what itTorbjörn Andersson
should look like, but I can't actually test (or even compile) it right now. svn-id: r32103
2008-05-14Added a FIXME regarding commit #32096Filippos Karapetis
svn-id: r32102
2008-05-14Removed obsolete fileFilippos Karapetis
svn-id: r32101
2008-05-14NDS: Minor code formatting fixesBertrand Augereau
svn-id: r32100
2008-05-14NDS: OSystem::getTimeAndDate is demoted to the port (with the standard Bertrand Augereau
implementation) svn-id: r32099
2008-05-14NDS : Compilation fixesBertrand Augereau
svn-id: r32098
2008-05-14Moved midiplugin.h to sound/ since it will be used for more than just the ↵Jordi Vilalta Prat
native MIDI drivers. svn-id: r32097
2008-05-14Added the animation speed workaround for the sheriff animation as well. (SeeTorbjörn Andersson
bug #1926838, "HoF: Animation plays too fast".) svn-id: r32096
2008-05-13Some fixes for vertical scrolling in WoodruffSven Hesse
svn-id: r32095
2008-05-13fix engine destructor for non interactive hof demoFlorian Kagerer
svn-id: r32093
2008-05-13More descriptive error message when encountering invalid font data.Johannes Schickel
svn-id: r32092
2008-05-13Added a warning when all chunk slots are full, as that's still a problem in ↵Sven Hesse
Woodruff (some videos aren't closed correctly yet). svn-id: r32091
2008-05-13Fixing the crash when entering the virtual trip tower in WoodruffSven Hesse
svn-id: r32090
2008-05-13Added a sanity check to o1_LOADCURSOR to prevent LGoP2 from crashing when ↵Filippos Karapetis
the save/load menu is opened during character selection svn-id: r32089
2008-05-13Implemented support for object videos with more than 256 frames, this fixes ↵Sven Hesse
a lockup when entering the bar svn-id: r32087
2008-05-13Fixing a segfault when quitting while an object video with sound playsSven Hesse
svn-id: r32086
2008-05-13Taken care of FilePluginProvider's FIXMEsJordi Vilalta Prat
svn-id: r32085