aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v7he.cpp
AgeCommit message (Collapse)Author
2005-04-17Debug no longer needed.Travis Howell
svn-id: r17655
2005-04-16Error on all unknown compression types.Travis Howell
Remove some unused cases. svn-id: r17617
2005-04-16CleanupTravis Howell
svn-id: r17615
2005-04-13Off by one.Travis Howell
svn-id: r17583
2005-04-13Read/write INI entries from config file in HE games.Travis Howell
svn-id: r17580
2005-04-12Not all polygons should be cleared in startScene().Travis Howell
A few minor corrections. svn-id: r17567
2005-04-10Enable object lock/unlock in HE 100 too.Travis Howell
Add comments svn-id: r17503
2005-04-09Add flObject lock/unlock support for HE games.Travis Howell
svn-id: r17474
2005-04-08Add HE70+ version of seekFilePos opcode.Travis Howell
svn-id: r17450
2005-04-02CleanupTravis Howell
svn-id: r17333
2005-03-31Started to move some resource related code into a new class ResourceManager ↵Max Horn
(hypothetic goal for the future: use ResourceManager in ScummEx) svn-id: r17311
2005-03-30CleanupTravis Howell
svn-id: r17292
2005-03-28findObject in HE72+ only checks object boundsTravis Howell
findObject in He70/71 only needs additional polygon check svn-id: r17270
2005-03-23Add HE90 version of kernelGet/Set opcode and move HE90 specific cases over.Travis Howell
svn-id: r17200
2005-03-22Add three new HE sports games. Baseball is most playable now.Eugene Sandulenko
Add some unhandled KernelGet/SetFunctions used by new titles. svn-id: r17198
2005-03-11Mass-renamed all variables of Actor object according to our current codeEugene Sandulenko
formatting standards. Earlier we had half of vars named with leading underscore and half without it. Now code in actor.cpp is considerably more readable. svn-id: r17068
2005-03-08Add HE100 difference in opcode.Travis Howell
svn-id: r17033
2005-03-03Fix compare string.Travis Howell
svn-id: r16981
2005-03-02Add dummy case used in airportTravis Howell
svn-id: r16971
2005-03-02Fix string display in Buzzy games.Travis Howell
svn-id: r16968
2005-02-22Minor cleanupTravis Howell
svn-id: r16860
2005-02-14Update commentTravis Howell
svn-id: r16790
2005-02-02Merge two opcode, move two opcodes back to HE70.Travis Howell
svn-id: r16731
2005-02-02o Added few targetsEugene Sandulenko
* baseball2003 and Soccer2004 use Bink videos but just for intro movies and logos, so we may add them. * artdemo and readdemo also use Bink, but seems that additionally it uses them in cutscenes, but since there are just few of them, not like in full games, we may try to look at them too * SoccerMLS is (alsmost) working. It runs the intro, shows menu, lets to select from it but then fails at some Wiz stuff and there is no hotspots to choose. I think it may be related to overall HE99 problem with inventory where there is a bug preventing from item selection o baseball2003 and Soccer2004 featured new LECF index block. Add stub for it o SoccerMLS used kernelSetFunction 2001 in intro. add stub for it o Alternative russian freddi3 uses badly formatted logo substitution in intro, so error() in default case in Gdi::drawBMAPBg() was replaced with warning(). svn-id: r16722
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-12-21Unused includesTravis Howell
svn-id: r16236
2004-11-27moved all the HE wiz stuff to a separate module, with minor cleanups and ↵Gregory Montoir
simplifications svn-id: r15921
2004-11-27No longer stubsTravis Howell
svn-id: r15906
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-10-19Help PalmOS (and more ?) to save memoryChris Apers
svn-id: r15611
2004-10-18TyposTravis Howell
svn-id: r15603
2004-10-18LeftoverTravis Howell
svn-id: r15602
2004-10-18CleanupTravis Howell
svn-id: r15601
2004-10-18Correction/cleanup.Travis Howell
svn-id: r15600
2004-10-17Polygons used by HE71 too.Travis Howell
svn-id: r15585
2004-10-17Rename opcodeTravis Howell
svn-id: r15581
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-16OoopsTravis Howell
svn-id: r15565
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-13Add initual sound looping support for HE 70+ games.Travis Howell
svn-id: r15538
2004-10-10Rename opcodesTravis Howell
svn-id: r15502
2004-10-10Add some missing code for HE100.Travis Howell
Cleanup svn-id: r15494
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-05fix drawWizPolygon glitchGregory Montoir
svn-id: r15422
2004-09-28Changed more of the actor class members to match our coding guidelines (in ↵Max Horn
the future, when adding new member vars here, please always use our conventions, i.e. prefix them with _ and use CamelBackStyle svn-id: r15331
2004-09-21Add missing casesTravis Howell
svn-id: r15220