Age | Commit message (Expand) | Author |
2005-05-08 | Comply to our coding conventions | Max Horn |
2005-05-08 | Add more dutch versions. | Travis Howell |
2005-05-07 | Filter out a few more paths. | Travis Howell |
2005-05-07 | Additions for funshop titles. | Travis Howell |
2005-05-07 | Add missing opcode details | Travis Howell |
2005-05-02 | Add work around for script bug in the first version of pajama. | Travis Howell |
2005-05-01 | VAR_NUM_SOUND_CHANNELS is 88 in HE80+ games. | Travis Howell |
2005-05-01 | Use correct safety check. | Travis Howell |
2005-05-01 | Add missing safety checks. | Travis Howell |
2005-04-27 | Minor cleanup. | Travis Howell |
2005-04-27 | Minor clean up, HE games should always copy strings directly. | Travis Howell |
2005-04-25 | Add misisng r. | Travis Howell |
2005-04-24 | Remove out dated comment. | Travis Howell |
2005-04-23 | Always set file path separately in o72_openFile() so upper and lower case fil... | Travis Howell |
2005-04-22 | Add support for reading/writing to external config file in HE games. | Travis Howell |
2005-04-21 | There are Macintosh specific versions of HE72 games. | Travis Howell |
2005-04-21 | Correct argument order. | Travis Howell |
2005-04-20 | Fix cut and paste rror. | Travis Howell |
2005-04-19 | HACK no longer required. | Travis Howell |
2005-04-18 | Adjust again, for sound header differences. | Travis Howell |
2005-04-18 | Sound size should only include sound data. | Travis Howell |
2005-04-18 | Use correct music offsets for HE games, only a few demos use wrong tunes now. | Travis Howell |
2005-04-17 | Debug no longer needed. | Travis Howell |
2005-04-17 | Fix buffer overflow regression. | Travis Howell |
2005-04-17 | Add separate function for loading palette from choosen room. | Travis Howell |
2005-04-16 | Ooops | Travis Howell |
2005-04-16 | VAR78 needs to be set in HE80+ games | Travis Howell |
2005-04-16 | Filter out extra path setting and useless setting when writing INIs details i... | Travis Howell |
2005-04-16 | Adjust for footdemo, which triggers assert. | Travis Howell |
2005-04-14 | Add HE7.2 difference in o_getResourceSize(). | Travis Howell |
2005-04-13 | Off by one. | Travis Howell |
2005-04-13 | _stringBuffer can have mutple strings, ie in pajama2 startup. | Travis Howell |
2005-04-13 | Read/write INI entries from config file in HE games. | Travis Howell |
2005-04-12 | Cleanup | Travis Howell |
2005-04-12 | Work in progress on opcodeE0 for HE games. | Travis Howell |
2005-04-10 | Reduce dependencies on scumm/util.h; modified ScummNESFile a bit so that it c... | Max Horn |
2005-04-09 | Switch back to warning, since it is used in maze | Travis Howell |
2005-04-09 | Correct stack list order. | Travis Howell |
2005-04-09 | Fixed typo in comment. | Torbjörn Andersson |
2005-04-09 | Simplify the substResFileName system a bit | Max Horn |
2005-04-09 | Add comment to TODO | Travis Howell |
2005-04-09 | Correct arguments order, works now. | Travis Howell |
2005-04-08 | Actor layering only matches in freddicove | Travis Howell |
2005-04-08 | Add HE70+ version of seekFilePos opcode. | Travis Howell |
2005-04-08 | Ooops | Travis Howell |
2005-04-08 | A few off by 1's. | Travis Howell |
2005-04-08 | Set array data | Travis Howell |
2005-04-08 | HE99+ games store the base name is array 129, which is set on startup. | Travis Howell |
2005-04-07 | The reverse actor layering only applies to pajama3 | Travis Howell |
2005-04-06 | Moved createResource, resourceStats, expireResources to ResourceManager | Max Horn |