aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v7he.cpp
AgeCommit message (Collapse)Author
2005-08-06Cleanup.Torbjörn Andersson
svn-id: r18621
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-06-24Whitespace changes.Torbjörn Andersson
svn-id: r18453
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
svn-id: r18444
2005-06-13Rename opcode/functionTravis Howell
svn-id: r18381
2005-06-04Fix another off by one in rects.Travis Howell
Fixes minor glitches in water svn-id: r18331
2005-05-29resourceMapper isn't used in HE72+ games.Travis Howell
svn-id: r18291
2005-05-28Correct case order.Travis Howell
svn-id: r18280
2005-05-28Sync opcode names and add HE72+ version of o_systemOps.Travis Howell
svn-id: r18278
2005-05-26Changed name of addMessageToStack to convertMessageToString (still not ↵Max Horn
really happy with that name but at least it is a little bit more descriptive than the old) svn-id: r18262
2005-05-23Turn Wiz struct into class as requested.Eugene Sandulenko
svn-id: r18224
2005-05-15Added AuxBlock::reset() method; moved aux related code to ScummEngine_v71he ↵Max Horn
class svn-id: r18102
2005-05-13Cases apply to rtRoomImage in He70+ too.Travis Howell
svn-id: r18076
2005-05-12Avoid HE regressions.Travis Howell
svn-id: r18068
2005-05-07Missed one section.Travis Howell
svn-id: r17939
2005-05-07Add missing opcode detailsTravis Howell
Fix regression (Fields not initied) svn-id: r17938
2005-05-02Add missing case for pajama.Travis Howell
Fixes music in MusicRm. svn-id: r17892
2005-04-27Fix glitch when skipping AUX sequence in freddi.Travis Howell
Add missing bits of AUX code. svn-id: r17837
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