Commit Graph
86814 Commits
Author SHA1 Message Date
Paweł Kołodziejski 2a58faff8f revert costume palette table to 32 and fix actor.cpp compilation
svn-id: r5507
2002-11-10 17:35:02 +00:00
Max Horn da5a347d3e completly decoupled engine.h/.cpp from simon.h and scumm.h; removed some static variables from drawFlashlight() and made them members of class Scumm instead
svn-id: r5506
2002-11-10 17:19:43 +00:00
Paweł Kołodziejski 2965bd2708 increasing actor palette to 256
svn-id: r5505
2002-11-10 17:17:11 +00:00
Oliver Kiehl a413779432 oops
svn-id: r5504
2002-11-10 17:01:51 +00:00
Oliver Kiehl 20c658bf94 oops, forgot a file (ambient effects)
svn-id: r5503
2002-11-10 16:28:18 +00:00
Oliver Kiehl 1a57316e16 added ambient effects (rest of vc_52)
svn-id: r5502
2002-11-10 16:25:03 +00:00
Oliver Kiehl fb8f8c6105 added looping support to playRaw
svn-id: r5501
2002-11-10 16:23:02 +00:00
James Brown 0eb3a9017d Fix another typo
svn-id: r5500
2002-11-10 16:12:55 +00:00
Tore Anderson 20bc792fb1 fixed typo
svn-id: r5499
2002-11-10 16:05:38 +00:00
James Brown 9d3a9fe2ae Update internal version number
svn-id: r5498
2002-11-10 16:00:09 +00:00
James Brown 8dd8b927f5 Update readme file, mark Indy3 as completable and rearrange some wording.
svn-id: r5497
2002-11-10 15:59:08 +00:00
Max Horn e901190863 fix for the flashlight crash in Indy3; I am not 100% sure that this is the right way t do it, though, need to do some more reseach
svn-id: r5496
2002-11-10 15:42:53 +00:00
Max Horn 0b3e4323f0 if possible, always #include headers in the source files, not in other headers
svn-id: r5495
2002-11-10 15:24:17 +00:00
Max Horn c772fff655 fixed stupid mistake
svn-id: r5494
2002-11-10 15:09:13 +00:00
Max Horn 93d5d667d0 added Scumm::displayError() method; make use of that to display errors if save/load failed; changed runDialog() to return the result of Dialog::runModal(); changed the order in which autosave is performed a little bit
svn-id: r5493
2002-11-10 14:59:15 +00:00
Max Horn ca5a230d33 indention fix :-)
svn-id: r5492
2002-11-10 14:54:21 +00:00
Max Horn 42e6a81629 improved MessageDialog: long lines are split now (this needs improvement to favor splitting at spaces); maximum size is restricted to 300x180
svn-id: r5491
2002-11-10 14:53:28 +00:00
Max Horn 54aa3f898d fixed two race conditions
svn-id: r5490
2002-11-10 14:49:49 +00:00
James Brown 08c80c4e98 Add small correction
svn-id: r5489
2002-11-10 14:06:27 +00:00
Jamieson Christian c7eba62d1e Removed final references to the defunct -emidiemu option.
svn-id: r5488
2002-11-10 13:59:46 +00:00
Jamieson Christian a1954ac31e Fixed IMuseGM device state trackers to prevent inappropriate dropped messages.
svn-id: r5487
2002-11-10 13:44:53 +00:00
Max Horn 5b7c29e4e6 added FIXME comment
svn-id: r5486
2002-11-10 13:16:59 +00:00
James Brown ade86f45df Hack to prevent decapitation :)
svn-id: r5485
2002-11-10 12:59:36 +00:00
James Brown dc9e77461f Let's try this without the blatent stupidity
svn-id: r5484
2002-11-10 12:50:06 +00:00
James Brown 3cb29c224d Fix a stupid mistake in my implementation of Indy3's alternate wait_for_message.
Unlike the o5_wait() version, we don't read any data, so there's no need to reset the script pointer.

svn-id: r5483
2002-11-10 12:44:40 +00:00
James Brown 5e966f88e9 Implement Indy3 opcode - this fixes the 'walking to car' portion of the first section of the game
svn-id: r5482
2002-11-10 12:22:22 +00:00
Jonathan Gray 18506e7714 properly translate class, read (i want my trains back), I'm told this will require regression testing for at least loom and zak by ender
svn-id: r5481
2002-11-10 09:14:20 +00:00
James Brown d21e0a3373 Remove hack. It's not even the CORRECT hack for this problem.
svn-id: r5480
2002-11-10 07:58:53 +00:00
Travis Howell 8461473467 simon2dos works, thanks again to ludde
svn-id: r5479
2002-11-10 05:25:33 +00:00
Jonathan Gray 21b18178e7 add back code that was removed in rev 1.16 with a room specific check, so trains in the lucasfilm games logo in indy3 work the way they should. Maybe a look at the dissasembly of setClass for indy3 is in order...
svn-id: r5478
2002-11-10 01:22:39 +00:00
Oliver Kiehl 9659006f84 fixed some memory leaks
svn-id: r5477
2002-11-09 22:16:07 +00:00
James Brown 782a310a2e Remove obsolete references to midiemu, update Adlib info regarding adlib midi translation
svn-id: r5476
2002-11-09 17:48:38 +00:00
James Brown d232d518bb Apart from broke actor costumes, and the random catacomb crashes -
Indy3-256 is completable. (Will not be labeled as such in the
compatability table until the catacomb crashes are fixed!)

svn-id: r5475
2002-11-09 16:56:20 +00:00
Jamieson Christian 4fd2497a21 New IMuseMonitor front-end provides thread-safe access into IMuse from scripts and the MIDI parser. This seems to effectively remove pointer corruption observed under IMuseGM, and also provides thread-safe access into IMuseAdlib.
This is an improved version of the mutex-based solution presented in Patch 615737.

svn-id: r5474
2002-11-09 16:55:16 +00:00
James Brown cc14b87f25 Patch 635873: Loom Masking Hack - update
svn-id: r5473
2002-11-09 10:05:43 +00:00
James Brown 7eb9753a9c Evil Geniuses arn't, otherwise the world would be far more intrested.
svn-id: r5472
2002-11-09 10:02:59 +00:00
James Brown 5923a9f5e3 This should fix the DOTT white-background bug. Someone please confirm this for me :)
svn-id: r5471
2002-11-09 09:59:25 +00:00
Paweł Kołodziejski 4db6c3b768 fix for bomp scalling, missing duplicate table
svn-id: r5470
2002-11-09 07:13:30 +00:00
Max Horn 69735e63c5 fixed warning; fixed array out of bounds access
svn-id: r5469
2002-11-08 22:06:03 +00:00
James Brown 6e4bc05791 Masking patch
svn-id: r5468
2002-11-08 18:40:12 +00:00
James Brown 1bf9bb768e Fix Indy3 "Guard-Fighting" crash and properly fix the empty exits problem
svn-id: r5467
2002-11-08 18:06:08 +00:00
Oliver Kiehl 70f3aff2c8 last fix didn't work properly
svn-id: r5466
2002-11-08 13:38:25 +00:00
Oliver Kiehl 163b1eeeb5 big endian fix
svn-id: r5465
2002-11-08 13:25:27 +00:00
Travis Howell c2b419dacf grammer
svn-id: r5464
2002-11-08 09:46:25 +00:00
Travis Howell 7c393dec20 typos
svn-id: r5463
2002-11-08 09:31:47 +00:00
Travis Howell db15a868a2 Typo
svn-id: r5462
2002-11-08 05:15:42 +00:00
Travis Howell c8d4d0233c Add note about Simon games
svn-id: r5461
2002-11-08 05:07:28 +00:00
Travis Howell d3798b7e3d Remove error and replace with proper exit function.
svn-id: r5460
2002-11-08 03:45:38 +00:00
Travis Howell 04c1d2f90c Changed wrong section
svn-id: r5459
2002-11-08 02:15:11 +00:00
Travis Howell c879445d43 Don't attempt to play music in simon 1 demo
svn-id: r5458
2002-11-08 02:05:19 +00:00