aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-21Add detection of Orion Burger demos.Travis Howell
svn-id: r31643
2008-04-21Fixed drawAnimFrame (don't draw anything if the frame number is invalid)Benjamin Haisch
svn-id: r31642
2008-04-21Fixed palette handling in PMV videos.Benjamin Haisch
svn-id: r31641
2008-04-21Add detection of the Return to Zork demo.Travis Howell
svn-id: r31640
2008-04-21Removed Functor2 class definition.Benjamin Haisch
svn-id: r31639
2008-04-21Fixed endian issues in get/setObjectProperty.Benjamin Haisch
svn-id: r31638
2008-04-21Fix timing in Apple IIGS MIDI parsing. Now sounds should get triggered at ↵Kari Salminen
the correct times without the previously observed time jitter effect. svn-id: r31636
2008-04-21Add m4.dat to installation of engine data files.Travis Howell
svn-id: r31635
2008-04-20Simplified Kyra3 TLK loading.Johannes Schickel
svn-id: r31634
2008-04-20Fixed yet another two long standing bugs in Screen::encodeShape.Johannes Schickel
svn-id: r31633
2008-04-20Committed patch removing Audio::Mixer::SoundType alias in Kyra::SoundDigital.Johannes Schickel
svn-id: r31632
2008-04-20Another fix from #1947288: "AmigaOS4: small changes (ports.mk)"Eugene Sandulenko
svn-id: r31631
2008-04-20Added information about spanish riddleJordi Vilalta Prat
svn-id: r31630
2008-04-20Add another verions of fanmade game Kings Quest 2 1/4 mentioned inEugene Sandulenko
bugreport #1947051: "AGI: Kings Quest 2 1/4 - Unknown version" svn-id: r31629
2008-04-20Patch #1947288: "AmigaOS4: small changes (Makefile, configure)"Eugene Sandulenko
svn-id: r31628
2008-04-20Made the sound less choppy. Though we may have to do some kind of doubleTorbjörn Andersson
buffering here to completely fix the problem. svn-id: r31627
2008-04-20Cleanup.Johannes Schickel
svn-id: r31626
2008-04-20Fixed comments.Torbjörn Andersson
svn-id: r31625
2008-04-20Forgot to include two libs.Lars Persson
svn-id: r31624
2008-04-20Implicit casts are causing problems for CodeWarrior compilers, added C casts.Lars Persson
svn-id: r31623
2008-04-20unlink function name causing conflicts. Renaming to unlinkItem.Lars Persson
svn-id: r31622
2008-04-20More compilation fixes by lordhotoFilippos Karapetis
svn-id: r31621
2008-04-20Updated kyra MSVC project filesFilippos Karapetis
svn-id: r31620
2008-04-20Compilation fixes by lordhotoFilippos Karapetis
svn-id: r31619
2008-04-20Forgot to disable engines in special buildLars Persson
svn-id: r31618
2008-04-20Catch EVENT_QUIT events, too. I realize that g_system->quit() isn't the nicestTorbjörn Andersson
way to quit a game, but it beats not being able to quit at all. svn-id: r31617
2008-04-20Updated SYMBIAN buildsystem to build M4 and MADE enginesLars Persson
svn-id: r31616
2008-04-20Initial support for M4 and MADE enginesLars Persson
svn-id: r31615
2008-04-20- moved kyra functor code to common/func.hJohannes Schickel
- adapted debugger code to use functor code from common/func.h - adapted kyra engine to use functor code from common/func.h svn-id: r31614
2008-04-20Credits update for the M4 and MADE engines (3/3)Filippos Karapetis
svn-id: r31613
2008-04-20Changed spaces to tabs.Torbjörn Andersson
svn-id: r31610
2008-04-20Further updates to the MSVC files for the M4 and MADE enginesFilippos Karapetis
svn-id: r31609
2008-04-20Removed unused variables.Torbjörn Andersson
svn-id: r31608
2008-04-20Fixed bad usage of functor objects.Johannes Schickel
svn-id: r31607
2008-04-20Added the M4 and MADE enginesFilippos Karapetis
svn-id: r31605
2008-04-20Added MSVC project files for the M4 and MADE enginesFilippos Karapetis
svn-id: r31604
2008-04-20Added the M4 and MADE engines to configure (disabled by default)Filippos Karapetis
svn-id: r31603
2008-04-20Added the m4 and made pluginsFilippos Karapetis
svn-id: r31602
2008-04-20Added m4.dat, needed for Orion BurgerFilippos Karapetis
svn-id: r31601
2008-04-20Initial import of the work in progress M4 engineFilippos Karapetis
svn-id: r31600
2008-04-20Initial import of the work in progress MADE engineFilippos Karapetis
svn-id: r31599
2008-04-20Improved sound priority handling.Johannes Schickel
svn-id: r31598
2008-04-20Implemented sound priority handling.Johannes Schickel
svn-id: r31597
2008-04-20Implemented opcodes:Johannes Schickel
- 6: o3_getCharacterFacing - 7: o3_getCharacterScene - 13: o3_trySceneChange - 32: o3_checkForItem - 46: o3_addSpecialExit - 63: o3_drawSceneShape - 75: o3_update - 80: o3_enterNewScene - 86: o3_setMalcolmPos - 154: o3_setupSceneAnimObject svn-id: r31596
2008-04-20Implemented opcodes:Johannes Schickel
- 64: o3_checkInRect - 87: o3_stopMusic - 88: o3_playMusicTrack svn-id: r31595
2008-04-20Fixed bug in getCharLength.Johannes Schickel
svn-id: r31594
2008-04-20Fixed long standing bug in encodeShape.Johannes Schickel
svn-id: r31593
2008-04-20Updated kyra MSVC project filesFilippos Karapetis
svn-id: r31592
2008-04-20- Fixed some valgrind warnings.Johannes Schickel
- Little bugfix for scene shape loading. svn-id: r31591
2008-04-20Use correct (I hope) size when loading TLK files. The size field in the AUDTorbjörn Andersson
header does not count the size of the header itself. (This fixes a failed assertion when entering the Pegasus Landing in Kyrandia 3.) svn-id: r31590