Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-01 | Add extra cases for bb2demo. | Travis Howell | |
svn-id: r17883 | |||
2005-05-01 | Add extra cases for readdemo. | Travis Howell | |
svn-id: r17879 | |||
2005-05-01 | Use correct safety check. | Travis Howell | |
svn-id: r17878 | |||
2005-04-30 | Add expanded _wizParams used by HE100 games. | Travis Howell | |
Add u32 version variable. svn-id: r17869 | |||
2005-04-27 | Minor clean up, HE games should always copy strings directly. | Travis Howell | |
svn-id: r17838 | |||
2005-04-26 | Always skip smacker files in HE games. | Travis Howell | |
svn-id: r17807 | |||
2005-04-26 | Add stubs for the two smacker related opcodes in HE games. | Travis Howell | |
Makes it easier to test new titles. svn-id: r17806 | |||
2005-04-21 | cleanup | Gregory Montoir | |
svn-id: r17740 | |||
2005-04-21 | Add palette function for HE99+ games. | Travis Howell | |
svn-id: r17737 | |||
2005-04-21 | Add palette function foe He99+ games. | Travis Howell | |
svn-id: r17736 | |||
2005-04-20 | Rename wizImage process flag for HE games. | Travis Howell | |
svn-id: r17707 | |||
2005-04-20 | Rename sprite field for HE games. | Travis Howell | |
svn-id: r17706 | |||
2005-04-20 | Correct flag value. | Travis Howell | |
svn-id: r17697 | |||
2005-04-19 | minor cleanup | Gregory Montoir | |
svn-id: r17692 | |||
2005-04-16 | 'unstubbed' o90_getLinesIntersectionPoint | Gregory Montoir | |
svn-id: r17626 | |||
2005-04-15 | Checks actor costume frame. | Travis Howell | |
svn-id: r17604 | |||
2005-04-14 | Add HE7.2 difference in o_getResourceSize(). | Travis Howell | |
Add support for checking size of music resource. svn-id: r17595 | |||
2005-04-14 | Set result back to 1 for now, otherwise chase locks up. | Travis Howell | |
svn-id: r17594 | |||
2005-04-13 | Updated comment | Gregory Montoir | |
svn-id: r17590 | |||
2005-04-13 | _stringBuffer can have mutple strings, ie in pajama2 startup. | Travis Howell | |
Add safety check for buffer size. svn-id: r17581 | |||
2005-04-11 | Update debug message. | Travis Howell | |
svn-id: r17541 | |||
2005-04-11 | Add a few extra sprite correction and functions, based off HE100. | Travis Howell | |
svn-id: r17536 | |||
2005-04-10 | Reduce dependencies on scumm/util.h; modified ScummNESFile a bit so that it ↵ | Max Horn | |
complies a bit better with our code formatting rules svn-id: r17508 | |||
2005-04-09 | minor corrections and cleanup | Gregory Montoir | |
svn-id: r17471 | |||
2005-04-09 | Add opcode for chase, playable now. | Travis Howell | |
svn-id: r17469 | |||
2005-04-09 | Add opcode stub for chase | Travis Howell | |
svn-id: r17468 | |||
2005-04-08 | Add HE70+ version of seekFilePos opcode. | Travis Howell | |
svn-id: r17450 | |||
2005-04-08 | A few off by 1's. | Travis Howell | |
svn-id: r17448 | |||
2005-04-07 | Move palette functions | Travis Howell | |
svn-id: r17440 | |||
2005-04-07 | Add WIP on hePalette. | Travis Howell | |
svn-id: r17431 | |||
2005-04-06 | Add hePalette function. | Travis Howell | |
svn-id: r17424 | |||
2005-04-04 | Nevermind, only o_getObjectImageX/Y needed adjustment. | Travis Howell | |
svn-id: r17376 | |||
2005-04-04 | Object width/height should be divded by 8 too. | Travis Howell | |
svn-id: r17375 | |||
2005-04-04 | Add 8 sound channel support for HE games | Travis Howell | |
-Allows sound looping to work Added support for WAVE format musuc used in later HE100 games. svn-id: r17372 | |||
2005-04-03 | More sprite renames | Travis Howell | |
svn-id: r17342 | |||
2005-04-02 | forgot casts | Gregory Montoir | |
svn-id: r17339 | |||
2005-04-02 | initial implementation of o72_arrayOps_127 and o90_sortArray | Gregory Montoir | |
svn-id: r17337 | |||
2005-04-02 | Cleanup | Travis Howell | |
svn-id: r17333 | |||
2005-04-01 | Add bits and pieces | Travis Howell | |
More renames svn-id: r17325 | |||
2005-04-01 | Add support for clipping of wizImages. | Travis Howell | |
Add support for altering wizImages. Various renames. svn-id: r17322 | |||
2005-04-01 | Remove resource type argument in wizImage functions, it is always rtImage. | Travis Howell | |
Rename sprite flags/functions Remove unused sprite flags Switch sprite flags back to hex. for easier comparison svn-id: r17319 | |||
2005-03-31 | Rename paletteNum field for sprite in wizImages. | Travis Howell | |
svn-id: r17312 | |||
2005-03-31 | Return correct object x/y position | Travis Howell | |
svn-id: r17308 | |||
2005-03-31 | Add some missing code. | Travis Howell | |
svn-id: r17307 | |||
2005-03-31 | Add code for more o90_getPolygonOverlap() cases. | Travis Howell | |
svn-id: r17304 | |||
2005-03-30 | Cleanup | Travis Howell | |
svn-id: r17292 | |||
2005-03-29 | Rename sprite functions | Travis Howell | |
svn-id: r17285 | |||
2005-03-29 | Remove unused array. | Travis Howell | |
svn-id: r17284 | |||
2005-03-28 | Check class of object number, not loop. | Travis Howell | |
Cleanup. svn-id: r17272 | |||
2005-03-28 | findObject in HE72+ only checks object bounds | Travis Howell | |
findObject in He70/71 only needs additional polygon check svn-id: r17270 |