aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2006-12-19Get rif od ARRAYSIZE in ADGameDescriptionEugene Sandulenko
svn-id: r24882
2006-12-19Got rid of ARRAYSIZE in advanceDetector callsEugene Sandulenko
svn-id: r24881
2006-12-19Changed game id's back to agi. Added some KQ2 entriesStuart George
svn-id: r24880
2006-12-19oopsEugene Sandulenko
svn-id: r24879
2006-12-19Update makefileEugene Sandulenko
svn-id: r24878
2006-12-19Added AdvancedDetection to AGI engine. Only added KQ1 for testingStuart George
svn-id: r24877
2006-12-18Fixed the note-pad, font changing and date/time-displaySven Hesse
svn-id: r24875
2006-12-18Added a waitRetrace in Game_v2::CheckCollisions() and rearranged the delay ↵Sven Hesse
in o1_keyFunc(), so that the save name dialog is shown and the "Empty Inventory" message is displayed properly as well. svn-id: r24874
2006-12-18The MPEG player no longer handles frame syncing/dropping, so this comment isTorbjörn Andersson
obsolete now. svn-id: r24872
2006-12-17Fixed a walking animations related mistakeSven Hesse
svn-id: r24867
2006-12-17Added a range check in Draw_v2::printText(), fixing invalid reads. It ↵Sven Hesse
*shouldn't* pose any problem s svn-id: r24866
2006-12-17Add cyx's patch for horizontal and vertical flipping of wiz images type 1, ↵Travis Howell
in HE games. svn-id: r24860
2006-12-15Add code for stopping video playback in HE100 gamesTravis Howell
svn-id: r24858
2006-12-15added basic handlers for SFXB and SNDE tags in .CUP playerGregory Montoir
svn-id: r24857
2006-12-15GF_DEMO is only required by the PC version of Broken Sword 1 demoTravis Howell
svn-id: r24853
2006-12-14Add proper detection of BS1 Mac demo. Game crashes at attempt to play speech.Eugene Sandulenko
svn-id: r24851
2006-12-14Smashed the wizard's house bugSven Hesse
svn-id: r24850
2006-12-14added details for demo version of toucheGregory Montoir
svn-id: r24848
2006-12-14When drawing an interlaced frame, only clear every other line instead of theTorbjörn Andersson
entire buffer. Introduced a _drawBuffer pointer which points either to _scaledBuffer or _frameBuffer1. That way, we don't need to copy _frameBuffer1 every time we draw an unscaled frame. (Probably the most common case by far.) Adjusted the Broken Sword 1 DXA player for the second change. (It sneakily avoids copying each frame by using _drawBuffer directly.) svn-id: r24846
2006-12-11Adjust DXA scaling code for Broken Sword 1Travis Howell
svn-id: r24841
2006-12-11Disable saving game in original load/save screen of maniac/zak, since it ↵Travis Howell
doesn't function correctly svn-id: r24836
2006-12-11Allow load of saved game from original COMI load/save screensTravis Howell
svn-id: r24835
2006-12-11Use VAR_GAME_LOADED values from original COMI, when loading or saving ↵Travis Howell
temporary game svn-id: r24834
2006-12-11Fix error when exiting original options screen of COMI. BlastObjects are ↵Travis Howell
removed, right after checking for load/save game, in original COMI. svn-id: r24833
2006-12-10Patch #1296058: Showing the original save/load dialog (see also RFE #832460)Max Horn
svn-id: r24832
2006-12-10made CUP_Player only update the modified screen areas.Gregory Montoir
svn-id: r24831
2006-12-10cleanup (added a few more constants, renamed some opcodes) and reverted my ↵Gregory Montoir
previous change to op_sleep. svn-id: r24830
2006-12-09force mouse cursor display if first script is different from 90 (startup ↵Gregory Montoir
script number) svn-id: r24826
2006-12-09cleanupGregory Montoir
svn-id: r24825
2006-12-09Better implementation of op_sleep() which doesn't freeze mouse.Eugene Sandulenko
svn-id: r24824
2006-12-09added missing opcode (bug report #1612252)Gregory Montoir
svn-id: r24823
2006-12-07Fixed button renderingStuart George
svn-id: r24814
2006-12-07Remove unneeded #includeEugene Sandulenko
svn-id: r24813
2006-12-06Fixing some compiler warningsMax Horn
svn-id: r24812
2006-12-06Fixed compile errors (for me at least). Still plenty of warnings, though.Torbjörn Andersson
svn-id: r24809
2006-12-06first phase of objectisation of agi enginePaweł Kołodziejski
svn-id: r24808
2006-12-06Enable yet unfinished IIgs sound, but this prevents IIgs games from crashing.Eugene Sandulenko
svn-id: r24807
2006-12-03Changed CINE_*_H_ to CINE_*_H for consistency with other engines. (Oh, who am ITorbjörn Andersson
kidding, I'm still testing the SVN change.) svn-id: r24806
2006-12-03Fixed indentation. (Oh, ok, I actually just wanted to test the new SVN accessTorbjörn Andersson
path.) svn-id: r24805
2006-11-30The music in the Mac version of Gob1 seems to be selected randomly for each ↵Sven Hesse
scene svn-id: r24797
2006-11-30Adding new Gob2 MD5 (closing bug #1605235)Sven Hesse
svn-id: r24796
2006-11-27Removed the "#ifdef SCUMM_BIG_ENDIAN"sSven Hesse
svn-id: r24795
2006-11-27- Properly implemented o2_getCDTrackPos()Sven Hesse
- Each save has now its own file (.s??). They also should be endian-safe now (Can be disabled for testing by uncommenting #define GOB_ORIGSAVES in gob.cpp) - General endianness-fixes svn-id: r24794
2006-11-27Got rid of an 'unused variable' warningGregory Montoir
svn-id: r24792
2006-11-25Support loading saves from command line.Eugene Sandulenko
svn-id: r24787
2006-11-25added a few comments and details for another Touche version (tracker item ↵Gregory Montoir
#1602360) svn-id: r24786
2006-11-24Let F10 work in all expected cases.Eugene Sandulenko
svn-id: r24785
2006-11-24Fixed compile error in FLAC sound support. I haven't tested this.Torbjörn Andersson
svn-id: r24784
2006-11-24simplification, removed some duplicated codeGregory Montoir
svn-id: r24783
2006-11-24loadFile isn't called with useMalloc=true anymore, got rid of itGregory Montoir
svn-id: r24782