Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-14 | Update | Travis Howell | |
svn-id: r18388 | |||
2005-06-14 | Update | Travis Howell | |
svn-id: r18387 | |||
2005-06-14 | Update | Travis Howell | |
svn-id: r18386 | |||
2005-06-14 | -Add more Backyard sports titles | Travis Howell | |
-Add additional HE100 opcodes changes for basketball -Fix baseball asserts in VAR_WIZ_TCOLOR svn-id: r18385 | |||
2005-06-14 | Fix dock bug | Eugene Sandulenko | |
svn-id: r18384 | |||
2005-06-13 | Fix crash on chasm. | Eugene Sandulenko | |
svn-id: r18383 | |||
2005-06-13 | Add comments on smacker opcodes. | Travis Howell | |
svn-id: r18382 | |||
2005-06-13 | Rename opcode/function | Travis Howell | |
svn-id: r18381 | |||
2005-06-12 | fixed scene entrance | Andrew Kurushin | |
implemented sfEraseDelta, sfSetActorZ, sfGetActorX, sfGetActorY svn-id: r18380 | |||
2005-06-12 | fix Hooneyfoot bug | Andrew Kurushin | |
svn-id: r18379 | |||
2005-06-12 | applied patch 1218705 | Paweł Kołodziejski | |
svn-id: r18378 | |||
2005-06-11 | rewritten animation loading | Andrew Kurushin | |
removed animation warnings during game process svn-id: r18377 | |||
2005-06-11 | This should fix playing the sound for the entering/exiting the old mine | Torbjörn Andersson | |
road movies when using compressed SAN files. (The movies are started through seekSan() rather than play().) svn-id: r18376 | |||
2005-06-11 | Cleanup. | Torbjörn Andersson | |
svn-id: r18375 | |||
2005-06-10 | fix VS2005beta2 compilation | Andrew Kurushin | |
svn-id: r18374 | |||
2005-06-10 | When setting a new verb, clear the "pointer object", i.e. the variable that | Torbjö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-10 | Whitespace | Torbjörn Andersson | |
svn-id: r18372 | |||
2005-06-10 | Whitespace changes I made while looking for the sourberry sprite bug. | Torbjörn Andersson | |
svn-id: r18371 | |||
2005-06-10 | Fixed sourberry sprite, and probably a couple of others. (The frame number | Torbjörn Andersson | |
in the original is based on OBJ_EBERRIES, not OBJ_BERRIES.) svn-id: r18370 | |||
2005-06-10 | Adjust for HE100 | Travis Howell | |
svn-id: r18369 | |||
2005-06-09 | Fix bug #1216439 "SAGA: run-length slice typo in online source". Actually | Eugene Sandulenko | |
I just zapped custom line drawing routine and use that one from OSystem. svn-id: r18368 | |||
2005-06-08 | fix animation free bug | Andrew Kurushin | |
svn-id: r18367 | |||
2005-06-08 | Allow part of the IHNM intro to run again. I haven't verified that these | Torbjörn Andersson | |
resource numbers are correct. svn-id: r18366 | |||
2005-06-08 | Added IHNM "main strings" resource. It's trial-and-error, so it may be the | Torbjö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-07 | Increase max number of timers to 8. | Eugene Sandulenko | |
svn-id: r18364 | |||
2005-06-07 | Based (again) on indy4demo FMTowns, unkScreenEffect5(1) seems equivalent to ↵ | Gregory Montoir | |
dissolveEffect(1, virtscr[0].h) svn-id: r18363 | |||
2005-06-07 | Based on indy4demo FMTowns, some minor changes to SO_ROOM_FADE | Gregory Montoir | |
svn-id: r18362 | |||
2005-06-07 | Be 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-06 | VGAVideoDriver::drawLine implementation | Gregory Montoir | |
svn-id: r18360 | |||
2005-06-05 | Removed an old hack that I don't think is needed any more. Clear screen | Torbjörn Andersson | |
when the dialog window is removed. svn-id: r18359 | |||
2005-06-05 | implements sfScriptClimb, sfThrowActor, sfChangeActorScene | Andrew Kurushin | |
so tunnel may be passed now svn-id: r18358 | |||
2005-06-05 | Add reported French monkeyega | Eugene Sandulenko | |
svn-id: r18357 | |||
2005-06-05 | added code for loading dynamic plugins(DLLs) for windows | Paweł Kołodziejski | |
svn-id: r18356 | |||
2005-06-05 | Proper error calls. | Eugene Sandulenko | |
svn-id: r18355 | |||
2005-06-05 | Hide debug output | Eugene Sandulenko | |
svn-id: r18354 | |||
2005-06-05 | Fix long-standing bug with applying one object to another. | Eugene Sandulenko | |
svn-id: r18353 | |||
2005-06-05 | update | Paweł Kołodziejski | |
svn-id: r18352 | |||
2005-06-05 | Ooops, mixed up one function name. | Travis Howell | |
svn-id: r18351 | |||
2005-06-05 | Remove duplicate field. | Travis Howell | |
svn-id: r18350 | |||
2005-06-05 | Rename sprite functions, based on map. | Travis Howell | |
svn-id: r18349 | |||
2005-06-05 | Update HE comments | Travis Howell | |
svn-id: r18348 | |||
2005-06-04 | Fix for bug #1202029 (MI1VGA: Guybrush turns into a rowboat) | Max Horn | |
svn-id: r18347 | |||
2005-06-04 | Updated comment; added code to deal with newline chars in COMI text (see bug ↵ | Max Horn | |
#902415) svn-id: r18346 | |||
2005-06-04 | Fix for bug #1202487 (MANIAC64: crash after using hunk-o-matic and pressing ESC) | Max Horn | |
svn-id: r18345 | |||
2005-06-04 | fixed dog's castle bug | Andrew Kurushin | |
svn-id: r18344 | |||
2005-06-04 | Fix for bug #1064658 (FM-TOWNS (Loom, Zak, Indy3): Dialog text shading ↵ | Max Horn | |
incorrect) svn-id: r18343 | |||
2005-06-04 | Fixed warning. | Torbjörn Andersson | |
svn-id: r18342 | |||
2005-06-04 | Fix for bug #1066329 (COMI: Actor redraw glitch) | Max Horn | |
svn-id: r18341 | |||
2005-06-04 | fixed lense creation bug ( fade in/out now has separate flag) | Andrew Kurushin | |
svn-id: r18340 | |||
2005-06-04 | Fix bug reported by Marticus with situation when Rif left scene with | Eugene Sandulenko | |
converse panel on. svn-id: r18339 |