Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-15 | Added code for decodeParseString.SO_PRINT_WRAP and rewrote the CHARSET_1 ↵ | Gregory Montoir | |
function in order to match the original V8 interpreter. This should fix bugs #1036707 and #1662610 (subtitles word wrapping issues). svn-id: r26516 | |||
2007-03-09 | Removing some unnecessary #includes | Max Horn | |
svn-id: r26044 | |||
2007-02-19 | Use consistent naming for the preprocessor constants used to guarantee that | Torbjörn Andersson | |
header files are only included once. Many of them didn't have a SCUMM prefix which could have lead to clashes with common header files. svn-id: r25727 | |||
2007-02-04 | Rewrote the actor walk code for SCUMM V0-V2 games: Now it uses the C64 ↵ | Max Horn | |
character coordinates internally, not pixel coordinates. This should fix some walk bugs, but also might cause some regressions. Watch out svn-id: r25370 | |||
2007-01-28 | Partial fix for bug #1036707 (made by cyx): Get rid of _verbCharset, so that ↵ | Max Horn | |
we use the correct font for verbs in COMI, with the correct spacing svn-id: r25249 | |||
2007-01-06 | Updated POD explanation link | Max Horn | |
svn-id: r25040 | |||
2006-05-31 | Add patch for bug #1452272 - COMI: Verb strings aren't wrapped | Travis Howell | |
svn-id: r22793 | |||
2006-03-26 | Increase size of _charsetData to 16 * 23 for HE games, fixes subtitle color ↵ | Travis Howell | |
glitches in Buzzy games svn-id: r21460 | |||
2006-03-26 | Reduce size of saved games for HE games, music/speech resources don't need ↵ | Travis Howell | |
to be saved svn-id: r21456 | |||
2006-02-20 | Use ptrdiff_t from stddef.h for our offsetof-clone (this should reduce ↵ | Max Horn | |
warnings on e.g. the PS2, but may cause problems on systems that are missing this type/header. Please contact me if this causes problems on your port) svn-id: r20793 | |||
2006-02-14 | Add extra costume tables (Used by HE games) to saved game. Fixes weird actor ↵ | Travis Howell | |
states when restoring saved game, in HE games. svn-id: r20689 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |