Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-14 | Replace warnings with debug, errors or printfs: | Travis Howell | |
-To catch any missing cases/functions used. -To prevent users reporting warnings as bugs svn-id: r18681 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-06-13 | Rename opcode/function | Travis Howell | |
svn-id: r18381 | |||
2005-05-28 | Sync opcode names and add HE72+ version of o_systemOps. | Travis Howell | |
svn-id: r18278 | |||
2005-05-23 | Move wizImage functions to Wiz class. | Travis Howell | |
svn-id: r18226 | |||
2005-05-23 | Turn Wiz struct into class as requested. | Eugene Sandulenko | |
svn-id: r18224 | |||
2005-05-22 | 'len' is not initialized at this point, but if the purpose is to reset tmp3 | Torbjörn Andersson | |
to its original value, this should do just as well. But I don't know where it's used, so I can't really test this. svn-id: r18221 | |||
2005-05-22 | Sync HE100. | Travis Howell | |
Minor cleanup. svn-id: r18215 | |||
2005-05-22 | Correct array sizes. | Travis Howell | |
Fixes loading game in mustard. svn-id: r18214 | |||
2005-05-21 | Add HE73 version for opcode difference. | Travis Howell | |
svn-id: r18207 | |||
2005-05-14 | Ooops | Travis Howell | |
svn-id: r18088 | |||
2005-05-14 | Handle default case. | Travis Howell | |
svn-id: r18086 | |||
2005-05-12 | Removed unused variables to prevent warnings. | Torbjörn Andersson | |
svn-id: r18070 | |||
2005-05-12 | Avoid HE regressions. | Travis Howell | |
svn-id: r18068 | |||
2005-05-11 | Fix crash in puttsfunshop when trying to edit new shape. | Eugene Sandulenko | |
svn-id: r18063 | |||
2005-05-10 | Moved class File and the MD5 stuff to namespace Common | Max Horn | |
svn-id: r18037 | |||
2005-05-10 | Rename opcodes | Travis Howell | |
svn-id: r18025 | |||
2005-05-08 | Comply to our coding conventions | Max Horn | |
svn-id: r17975 | |||
2005-05-08 | Add more dutch versions. | Travis Howell | |
Fix duplicate subtitle setting. svn-id: r17956 | |||
2005-05-07 | Filter out a few more paths. | Travis Howell | |
svn-id: r17943 | |||
2005-05-07 | Additions for funshop titles. | Travis Howell | |
svn-id: r17942 | |||
2005-05-07 | Add missing opcode details | Travis Howell | |
Fix regression (Fields not initied) svn-id: r17938 | |||
2005-05-02 | Add work around for script bug in the first version of pajama. | Travis Howell | |
svn-id: r17895 | |||
2005-05-01 | VAR_NUM_SOUND_CHANNELS is 88 in HE80+ games. | Travis Howell | |
svn-id: r17880 | |||
2005-05-01 | Use correct safety check. | Travis Howell | |
svn-id: r17878 | |||
2005-05-01 | Add missing safety checks. | Travis Howell | |
svn-id: r17877 | |||
2005-04-27 | Minor cleanup. | Travis Howell | |
svn-id: r17840 | |||
2005-04-27 | Minor clean up, HE games should always copy strings directly. | Travis Howell | |
svn-id: r17838 | |||
2005-04-25 | Add misisng r. | Travis Howell | |
svn-id: r17795 | |||
2005-04-24 | Remove out dated comment. | Travis Howell | |
svn-id: r17784 | |||
2005-04-23 | Always set file path separately in o72_openFile() so upper and lower case ↵ | Travis Howell | |
filenames are checked. svn-id: r17761 | |||
2005-04-22 | Add support for reading/writing to external config file in HE games. | Travis Howell | |
svn-id: r17746 | |||
2005-04-21 | There are Macintosh specific versions of HE72 games. | Travis Howell | |
svn-id: r17733 | |||
2005-04-21 | Correct argument order. | Travis Howell | |
Fixes glitches in freddi4/spyozon. svn-id: r17728 | |||
2005-04-20 | Fix cut and paste rror. | Travis Howell | |
svn-id: r17704 | |||
2005-04-19 | HACK no longer required. | Travis Howell | |
svn-id: r17686 | |||
2005-04-18 | Adjust again, for sound header differences. | Travis Howell | |
svn-id: r17668 | |||
2005-04-18 | Sound size should only include sound data. | Travis Howell | |
svn-id: r17667 | |||
2005-04-18 | Use correct music offsets for HE games, only a few demos use wrong tunes now. | Travis Howell | |
Get all music details for HE games from one function only. svn-id: r17662 | |||
2005-04-17 | Debug no longer needed. | Travis Howell | |
svn-id: r17655 | |||
2005-04-17 | Fix buffer overflow regression. | Travis Howell | |
Use same buffer sizes as original. svn-id: r17654 | |||
2005-04-17 | Add separate function for loading palette from choosen room. | Travis Howell | |
Avoid pointer problems. svn-id: r17653 | |||
2005-04-16 | Ooops | Travis Howell | |
svn-id: r17633 | |||
2005-04-16 | VAR78 needs to be set in HE80+ games | Travis Howell | |
Active sound channels VAR exists in HE80 too. svn-id: r17632 | |||
2005-04-16 | Filter out extra path setting and useless setting when writing INIs details ↵ | Travis Howell | |
in HE games. svn-id: r17629 | |||
2005-04-16 | Adjust for footdemo, which triggers assert. | Travis Howell | |
svn-id: r17612 | |||
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-13 | Off by one. | Travis Howell | |
svn-id: r17583 | |||
2005-04-13 | _stringBuffer can have mutple strings, ie in pajama2 startup. | Travis Howell | |
Add safety check for buffer size. svn-id: r17581 |