aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-12-20Moved all of the sound iterator code in its own directory, and added a ↵Filippos Karapetis
slight hack to the SoundCommandParser constructor svn-id: r46430
2009-12-20Wrapped some more sound code around appropriate definesFilippos Karapetis
svn-id: r46429
2009-12-20Wrapped some more sound code around appropriate definesFilippos Karapetis
svn-id: r46428
2009-12-20Directly modify the sound objects, instead of modifying a local copy. Remove ↵Filippos Karapetis
duplicate code (which now resides in resource.*) svn-id: r46427
2009-12-20Removed dead codeFilippos Karapetis
svn-id: r46426
2009-12-20Started implementation of the original game's cheat modePaul Gilbert
svn-id: r46425
2009-12-20Changed the M4 event handler to encode the keyboard flags into KEVENT_KEY eventsPaul Gilbert
svn-id: r46424
2009-12-19gob - Remove detection of a cracked version of Lost in TimeArnaud Boutonné
svn-id: r46423
2009-12-19- Started wrapping the current sound code around appropriate definesFilippos Karapetis
- Introduced a new resource type, SoundResource, used in the new music code svn-id: r46421
2009-12-19- Removed unused includesFilippos Karapetis
- Added a new method for constructing a new MidiDriver in the Adlib driver - Added a hack to obtain the resource manager in the default open() method of the overriden Adlib MIDI driver (used in the new sound code) svn-id: r46420
2009-12-19Removed unused includeFilippos Karapetis
svn-id: r46419
2009-12-19Further implementation of dialog/message script languagePaul Gilbert
svn-id: r46418
2009-12-19Added an extra assertPaul Gilbert
svn-id: r46417
2009-12-19Fix segfault when quitting. static const Common::String's shouldn't be used.Matthew Hoops
svn-id: r46416
2009-12-19Silence some gcc 3.4.5 warnings.Matthew Hoops
svn-id: r46415
2009-12-18Moved the interface class for the the custom SCI MIDI drivers together with ↵Filippos Karapetis
the actual driver implementation code svn-id: r46414
2009-12-18Moved the midi_writer struct into the place where it's actually used, and ↵Filippos Karapetis
named the header file appropriately svn-id: r46413
2009-12-17gob - Split LiT part 2 detection in light / full. Arnaud Boutonné
svn-id: r46412
2009-12-17gob - Add MD5 for LiT floppy part 1 "full", part 1 "light" and part 2. Part ↵Arnaud Boutonné
2 still has to be properly separated between "full" and "light" svn-id: r46411
2009-12-17Implemented basic message parsingPaul Gilbert
svn-id: r46402
2009-12-15Fix a typoJordi Vilalta Prat
svn-id: r46386
2009-12-15removed file as suggested by max hornVladimir Menshakov
svn-id: r46385
2009-12-15updated known bugs Vladimir Menshakov
svn-id: r46384
2009-12-15added known bugs file, enabled teenagent in configure.Vladimir Menshakov
svn-id: r46383
2009-12-15GUI: Re-add ellipsis to various button labelsMax Horn
svn-id: r46382
2009-12-15GUI: Shorten button labels if too long, and improve the shortening logicMax Horn
svn-id: r46381
2009-12-15GUI: Fix some GUI hacks, add some comments, etc.Max Horn
* Rename LauncherDialog::selectGame() to selectTarget() * Get rid of the 'temp_selection' ConfMan entry hack * Add some Doxygen comments * Turn a printf(...) into a debug(1,...) * Don't scroll around if 'Mass Add' is cancelled svn-id: r46380
2009-12-15Got rid of ReadStream::ioFailed()Max Horn
svn-id: r46379
2009-12-14skip rendering if restart was requestedVladimir Menshakov
svn-id: r46378
2009-12-14fixed tv/vcr callbacksVladimir Menshakov
svn-id: r46377
2009-12-13LOL: fixed regressionFlorian Kagerer
svn-id: r46366
2009-12-13LOL: some cleanup for recent code changesFlorian Kagerer
svn-id: r46358
2009-12-12LOL: fixed regressionFlorian Kagerer
svn-id: r46354
2009-12-12create_msvc: (littleboy) Fixed closing of search handle (should use ↵Arnaud Boutonné
FindClose instead of CloseHandle with handles from FindFirstFile) svn-id: r46353
2009-12-12LOL: fix compilation when the LOL engine is disabledFlorian Kagerer
svn-id: r46352
2009-12-12LOL: moved TIM animation code into a separate classFlorian Kagerer
svn-id: r46351
2009-12-12do not clear busy flag on !ignore animation, fixed invalid loop/ignore flagsVladimir Menshakov
svn-id: r46350
2009-12-12fixed tv issuesVladimir Menshakov
svn-id: r46349
2009-12-12fixed minor issues from the chapter 1&2Vladimir Menshakov
svn-id: r46348
2009-12-12fixed dirty rectangleVladimir Menshakov
svn-id: r46346
2009-12-12do not play music while _rows is emptyVladimir Menshakov
svn-id: r46345
2009-12-12fixed skipped animation at lakeside houseVladimir Menshakov
svn-id: r46344
2009-12-12added z-ordering of the animation slots.Vladimir Menshakov
svn-id: r46343
2009-12-12moved 'on' surfaces rendering into mark's codeVladimir Menshakov
svn-id: r46342
2009-12-12render 'on' surfaces only on mark (fixed many z-order issues)Vladimir Menshakov
svn-id: r46341
2009-12-12fixed non-default src rectangle renderingVladimir Menshakov
svn-id: r46340
2009-12-12fixed typo in checking src rect heightVladimir Menshakov
svn-id: r46339
2009-12-12Implemented the rendering section of dialog displayPaul Gilbert
svn-id: r46338
2009-12-12added Rect ctor from Common::RectVladimir Menshakov
svn-id: r46337
2009-12-12reverted the latest patchVladimir Menshakov
svn-id: r46336