aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-06-15some renamesAndrew Kurushin
svn-id: r18397
2005-06-15fix animation loopAndrew Kurushin
svn-id: r18396
2005-06-15Corrected error message.Torbjörn Andersson
svn-id: r18395
2005-06-15Appliced cyx's fix for bug #1220168, with a few modifications. ApparentlyTorbjörn Andersson
Sam & Max uses a different sorting method than (all?) other games. svn-id: r18394
2005-06-14Bug fix for inter_execPtr beeing a char*. Char is not the same defined typ ↵Lars Persson
on all targets. On symbian a char is unsigned char but Gob is assuming int in this case. len = *(int8*)inter_execPtr++; // must be a signed char typ and char is not default signed on all platforms. svn-id: r18393
2005-06-14Changed palanim datatype from char to byteLars Persson
svn-id: r18392
2005-06-14Added struct packning to palette struct && added check for define __WINS__ ↵Lars Persson
for symbian build svn-id: r18391
2005-06-14Added __WINS__ defintion check for the Symbian integration so the right ↵Lars Persson
function is used. svn-id: r18390
2005-06-14Applied patch #1208299. A warning message about the "playing from CD underTorbjörn Andersson
Windows" bug is better than nothing, even if a proper bugfix - if one is possible - would be preferable. svn-id: r18389
2005-06-14UpdateTravis Howell
svn-id: r18388
2005-06-14UpdateTravis Howell
svn-id: r18387
2005-06-14UpdateTravis Howell
svn-id: r18386
2005-06-14-Add more Backyard sports titlesTravis Howell
-Add additional HE100 opcodes changes for basketball -Fix baseball asserts in VAR_WIZ_TCOLOR svn-id: r18385
2005-06-14Fix dock bugEugene Sandulenko
svn-id: r18384
2005-06-13Fix crash on chasm.Eugene Sandulenko
svn-id: r18383
2005-06-13Add comments on smacker opcodes.Travis Howell
svn-id: r18382
2005-06-13Rename opcode/functionTravis Howell
svn-id: r18381
2005-06-12fixed scene entranceAndrew Kurushin
implemented sfEraseDelta, sfSetActorZ, sfGetActorX, sfGetActorY svn-id: r18380
2005-06-12fix Hooneyfoot bugAndrew Kurushin
svn-id: r18379
2005-06-12applied patch 1218705Paweł Kołodziejski
svn-id: r18378
2005-06-11rewritten animation loadingAndrew Kurushin
removed animation warnings during game process svn-id: r18377
2005-06-11This should fix playing the sound for the entering/exiting the old mineTorbjörn Andersson
road movies when using compressed SAN files. (The movies are started through seekSan() rather than play().) svn-id: r18376
2005-06-11Cleanup.Torbjörn Andersson
svn-id: r18375
2005-06-10fix VS2005beta2 compilationAndrew Kurushin
svn-id: r18374
2005-06-10When setting a new verb, clear the "pointer object", i.e. the variable thatTorbjörn Andersson
keeps track of whatever object the pointer is hovering over. This way, the pointer object will be updated but with the new verb applied to it. I was getting tired of having to move the cursor off and on the object whenever I changed verb. This isn't exactly how the original engine did it, but it appears to work. svn-id: r18373
2005-06-10WhitespaceTorbjörn Andersson
svn-id: r18372
2005-06-10Whitespace changes I made while looking for the sourberry sprite bug.Torbjörn Andersson
svn-id: r18371
2005-06-10Fixed sourberry sprite, and probably a couple of others. (The frame numberTorbjörn Andersson
in the original is based on OBJ_EBERRIES, not OBJ_BERRIES.) svn-id: r18370
2005-06-10Adjust for HE100Travis Howell
svn-id: r18369
2005-06-09Fix bug #1216439 "SAGA: run-length slice typo in online source". ActuallyEugene Sandulenko
I just zapped custom line drawing routine and use that one from OSystem. svn-id: r18368
2005-06-08fix animation free bugAndrew Kurushin
svn-id: r18367
2005-06-08Allow part of the IHNM intro to run again. I haven't verified that theseTorbjörn Andersson
resource numbers are correct. svn-id: r18366
2005-06-08Added IHNM "main strings" resource. It's trial-and-error, so it may be theTorbjörn Andersson
wrong one, but it does contain the verb strings. Unlike IHNM, it does not contain the object names. We'll need to do something about that eventually. svn-id: r18365
2005-06-07Increase max number of timers to 8.Eugene Sandulenko
svn-id: r18364
2005-06-07Based (again) on indy4demo FMTowns, unkScreenEffect5(1) seems equivalent to ↵Gregory Montoir
dissolveEffect(1, virtscr[0].h) svn-id: r18363
2005-06-07Based on indy4demo FMTowns, some minor changes to SO_ROOM_FADEGregory Montoir
svn-id: r18362
2005-06-07Be less prone to crash on really, really stupid output sample rates.Torbjörn Andersson
Added warning message if SDL_OpenAudio() fails. Might help diagnosing bug reports like #1206314. svn-id: r18361
2005-06-06VGAVideoDriver::drawLine implementationGregory Montoir
svn-id: r18360
2005-06-05Removed an old hack that I don't think is needed any more. Clear screenTorbjörn Andersson
when the dialog window is removed. svn-id: r18359
2005-06-05implements sfScriptClimb, sfThrowActor, sfChangeActorSceneAndrew Kurushin
so tunnel may be passed now svn-id: r18358
2005-06-05Add reported French monkeyegaEugene Sandulenko
svn-id: r18357
2005-06-05added code for loading dynamic plugins(DLLs) for windowsPaweł Kołodziejski
svn-id: r18356
2005-06-05Proper error calls.Eugene Sandulenko
svn-id: r18355
2005-06-05Hide debug outputEugene Sandulenko
svn-id: r18354
2005-06-05Fix long-standing bug with applying one object to another.Eugene Sandulenko
svn-id: r18353
2005-06-05updatePaweł Kołodziejski
svn-id: r18352
2005-06-05Ooops, mixed up one function name.Travis Howell
svn-id: r18351
2005-06-05Remove duplicate field.Travis Howell
svn-id: r18350
2005-06-05Rename sprite functions, based on map.Travis Howell
svn-id: r18349
2005-06-05Update HE commentsTravis Howell
svn-id: r18348