aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-11-25Removed extra bars/node stuff since it was never used. From what ITorbjörn Andersson
understand the idea was to allow moving objects to take up space in the scene, thus forcing actors to move around them, or something like that. However, the number of extra bars/nodes was always zero. svn-id: r11365
2003-11-25cleanupTorbjörn Andersson
svn-id: r11364
2003-11-25More cleanup. Another unused file bites the dust.Torbjörn Andersson
svn-id: r11363
2003-11-24fix 'anderson replying twice the same sentence before taking off' issueGregory Montoir
svn-id: r11362
2003-11-24cleanup/update + make Display::palCustomScroll matching exactly the original ↵Gregory Montoir
source svn-id: r11361
2003-11-24Removed redundant information from the opcode list. I thought having theTorbjörn Andersson
number of parameters to a function would be useful for debugging, but that information is already available in the script data itself. svn-id: r11360
2003-11-23Added experimental (i.e. not tested) resource dumping code.Torbjörn Andersson
Added tentative workaround for the bug (a script bug, I think) that causes the game to hang when examining the lift at the top of the pyramid. And, of course, some misc. cleanup. svn-id: r11359
2003-11-23Ooops should have left thatoneTravis Howell
svn-id: r11358
2003-11-23Update issuesTravis Howell
svn-id: r11357
2003-11-23added ugly hack for maniac v1, it fix redrawing last 8 lines of gfx room ↵Paweł Kołodziejski
layer after change room svn-id: r11356
2003-11-23fix / hack for actor costume gfx glitches in scumm v1 gamesPaweł Kołodziejski
svn-id: r11355
2003-11-22updatePaweł Kołodziejski
svn-id: r11354
2003-11-20use constants instead of plain integers for room numbersGregory Montoir
svn-id: r11353
2003-11-20fix 'gorilla becoming invisible' issue (this was due to the missing ↵Gregory Montoir
CLEAR_COMMAND call in SPEAK/TALK ; for now, added a Command::clear before each 'sensible' Talk::* call) svn-id: r11352
2003-11-20OoopsTravis Howell
svn-id: r11351
2003-11-19new font code (currently disabled by default), which allows using ↵Max Horn
'arbitrary' BDF fonts (via convbdf) svn-id: r11350
2003-11-19Eliminated some more references to g_sword2. I think the only thing thatTorbjörn Andersson
still uses it are the engine's global variables which, on the other hand, are used *everywhere*. I'll have to think some more about those. I guess I should take a closer look at how the other engines handle them. (That goes for a lot of things by the way.) svn-id: r11349
2003-11-18oopsMax Horn
svn-id: r11348
2003-11-18return/enter key in the launcher now starts the selected targetMax Horn
svn-id: r11347
2003-11-18cleanup; fixed return/enter in ListWidget when not in editing modeMax Horn
svn-id: r11346
2003-11-18revert use of GF_DEMO in Humongous games fixing several problemsJonathan Gray
svn-id: r11345
2003-11-18Add PC game feature flag, to match others.Travis Howell
svn-id: r11344
2003-11-18Removed unused file.Torbjörn Andersson
svn-id: r11343
2003-11-18The readFile() function was only used once, for creating the debugger startTorbjörn Andersson
menu, and wasn't even necessary there so I've removed it. That means the tony_gsdk.cpp file is no longer necessary. Sorry Tony, but at least you still have your own debugger command! ;-) svn-id: r11342
2003-11-18Alter old demo checkTravis Howell
Stop crash on exit with comi demo svn-id: r11341
2003-11-18Fix object names in dig demoTravis Howell
svn-id: r11340
2003-11-18Add back full throttle pc demo targetTravis Howell
svn-id: r11339
2003-11-18Missed one checkTravis Howell
svn-id: r11338
2003-11-18added rest comi demo imuse music statesPaweł Kołodziejski
svn-id: r11337
2003-11-18COMI demos only have 3 fonts files.Travis Howell
Don't do CD checks for COMI demos svn-id: r11336
2003-11-18Music correctionTravis Howell
svn-id: r11335
2003-11-18added experimental handle for comi demo musicPaweł Kołodziejski
svn-id: r11334
2003-11-18Add extra directory checks for Macintosh versions of indy3/loomTravis Howell
svn-id: r11333
2003-11-18Music correction for dig demoTravis Howell
svn-id: r11332
2003-11-18added music support for dig demoPaweł Kołodziejski
svn-id: r11331
2003-11-17added voice support for mac dig demoPaweł Kołodziejski
svn-id: r11330
2003-11-17added voice support in dig demoPaweł Kołodziejski
svn-id: r11329
2003-11-17ft pc demo don't need nut file in smushPaweł Kołodziejski
svn-id: r11328
2003-11-17fixed 'if' at load nut smush files for comiPaweł Kołodziejski
svn-id: r11327
2003-11-17replaced demo GIDs wth GF_DEMOPaweł Kołodziejski
svn-id: r11326
2003-11-17fix some demo-related bugs :Gregory Montoir
- lola disappearing under the shower - wrong frame used when Joe uses the sheet rope (changed some conditions to match the ones in the original source) the english demo versions (PCGames & normal) seem now to be completable without any graphical glitches ; only the sound/music and 'end message' are missing svn-id: r11325
2003-11-17added comi and dig demoPaweł Kołodziejski
svn-id: r11324
2003-11-17added music hacks for cmi demo, please test itPaweł Kołodziejski
svn-id: r11323
2003-11-17restart person animations at the end of a cutaway (this enables Sparky to ↵Gregory Montoir
animate again after giving Joe his file) svn-id: r11322
2003-11-17Added note about BS2 "pyramid bug".Torbjörn Andersson
svn-id: r11321
2003-11-17fix 'chasing car disappearing for a frame' issueGregory Montoir
svn-id: r11320
2003-11-16whitespaceMax Horn
svn-id: r11319
2003-11-16fix compilation on big endian systemsMax Horn
svn-id: r11318
2003-11-16codec1 is not bomp codecPaweł Kołodziejski
svn-id: r11317
2003-11-16opsPaweł Kołodziejski
svn-id: r11316