aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
AgeCommit message (Collapse)Author
2005-02-08Minor updates to HE100Travis Howell
svn-id: r16754
2005-02-02OoopsTravis Howell
svn-id: r16732
2005-02-02Merge two opcode, move two opcodes back to HE70.Travis Howell
svn-id: r16731
2005-02-01More HE100 diffs.Travis Howell
svn-id: r16720
2005-01-31Support for Mac cursors.Eugene Sandulenko
TODO: o Allow reading from non-processed game executable. Now you need to get .bin file out of it o Use color versions of cursors o Combine MacResExtractor with Win32ResExtractor. Now I just stupidly create 2 objects and do not use new cursor caching code. svn-id: r16713
2005-01-30Check sound queue for music in HE games.Travis Howell
Avoid extra sound channel. svn-id: r16706
2005-01-30HE100 differenceTravis Howell
svn-id: r16703
2005-01-06Fixed bug #1093845 after discussing with Fingolfin.Torbjörn Andersson
svn-id: r16449
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-12-19to please PalmOS, I moved the _wiz member to ScummEngine_v70he, where it ↵Gregory Montoir
actually belongs, I don't quite like the upcasts I introduced, but I don't know how to deal without them svn-id: r16132
2004-11-28correctionGregory Montoir
svn-id: r15928
2004-11-27moved all the HE wiz stuff to a separate module, with minor cleanups and ↵Gregory Montoir
simplifications svn-id: r15921
2004-11-27Make Array stuff part of the V6 engine class (note: it's a bit confusing to ↵Max Horn
have two different ArrayHeader structs, maybe we should rename them?) svn-id: r15909
2004-11-27Revert opcode EF merge, HE72 uses different array structure.Travis Howell
svn-id: r15905
2004-11-26renamed some HE opcodes and got rid of o72_unknownEF as it seems it was a ↵Gregory Montoir
duplicate of o70_unknownEF svn-id: r15896
2004-11-23renamed some HE opcodesGregory Montoir
svn-id: r15869
2004-11-22HE wiz update, o90_unknown29 fully implemented.Gregory Montoir
Next step : move all the wiz related stuff to a specific class/struct. svn-id: r15860
2004-11-21HE wiz stuff updateGregory Montoir
svn-id: r15857
2004-11-21o90_unknown24 implementationGregory Montoir
svn-id: r15856
2004-10-19Help PalmOS (and more ?) to save memoryChris Apers
svn-id: r15611
2004-10-17Polygons used by HE71 too.Travis Howell
svn-id: r15585
2004-10-17Rename opcodeTravis Howell
svn-id: r15581
2004-10-17cleanup: moved some things to gfx.cpp and changed o60_setState to match ↵Gregory Montoir
disassembly of version 72 svn-id: r15578
2004-10-17preliminar o72_captureWizImage() implementation ; still have to handle flag ↵Gregory Montoir
0x2 in drawWizImage to display correctly the painting in 1grademo svn-id: r15577
2004-10-16fixed warningsPaweł Kołodziejski
svn-id: r15574
2004-10-16required for ff5demoGregory Montoir
svn-id: r15569
2004-10-16Add missing case for HE 90+Travis Howell
Always clear complete local script vars. svn-id: r15564
2004-10-13Remove more duplicates.Travis Howell
svn-id: r15544
2004-10-13Rename opcodeTravis Howell
svn-id: r15543
2004-10-10Changes for mustardTravis Howell
svn-id: r15503
2004-10-10Rename opcodesTravis Howell
svn-id: r15502
2004-10-10More HE100 corrections.Travis Howell
svn-id: r15500
2004-10-10Add some missing code for HE100.Travis Howell
Cleanup svn-id: r15494
2004-10-10Complete stub cases.Travis Howell
svn-id: r15493
2004-10-09o90_getPolygonOverlap updateGregory Montoir
svn-id: r15489
2004-10-09Inital support for later HE games with altered opcode table.Travis Howell
svn-id: r15485
2004-10-08wizImageOps updateGregory Montoir
svn-id: r15478
2004-10-08more math opcodesGregory Montoir
svn-id: r15474
2004-10-08Match opcode names with SCUMM8.Travis Howell
svn-id: r15466
2004-10-05HE71+ games use wizImages for charset too.Travis Howell
svn-id: r15417
2004-10-04Add missing roomOps case for HE games.Travis Howell
svn-id: r15404
2004-10-04Add some HE99 varsTravis Howell
Rename opcodes svn-id: r15403
2004-10-04Rename opcodeTravis Howell
svn-id: r15402
2004-10-04Add opcode differenceTravis Howell
svn-id: r15400
2004-10-03Add stubTravis Howell
svn-id: r15399
2004-10-03simplificationGregory Montoir
svn-id: r15395
2004-10-03Add missing code for opcodeTravis Howell
svn-id: r15391
2004-10-03Add missing code for opcodeTravis Howell
svn-id: r15388
2004-10-03Add missing code for opcode.Travis Howell
svn-id: r15386
2004-10-02One more...Max Horn
svn-id: r15384