Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-30 | Handle overflow like original SCUMM3 games. | Travis Howell | |
Should fix bug #1306269 svn-id: r18902 | |||
2005-09-30 | Only applies to SCUMM 1/2. | Travis Howell | |
Fixes regressions mentioned in bug #1306269 svn-id: r18901 | |||
2005-09-23 | Fix subtitle display in C64 maniac. | Travis Howell | |
svn-id: r18863 | |||
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-07-02 | fixed irritating MI2 warning | Max Horn | |
svn-id: r18485 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-06-17 | Handle newlines in blast text (fixes last remaining part of bug #902415) | Max Horn | |
svn-id: r18408 | |||
2005-06-13 | Rename opcode/function | Travis Howell | |
svn-id: r18381 | |||
2005-06-04 | Updated comment; added code to deal with newline chars in COMI text (see bug ↵ | Max Horn | |
#902415) svn-id: r18346 | |||
2005-05-26 | oops | Max Horn | |
svn-id: r18263 | |||
2005-05-26 | Changed 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-14 | Added --disable-hq and --disable-scumm-7-8 options. Also improved | Eugene Sandulenko | |
DISABLE_HE so more HE-specific code gets excluded. svn-id: r18099 | |||
2005-05-08 | Comply to our coding conventions | Max Horn | |
svn-id: r17975 | |||
2005-05-08 | HE games queue speech as sound resource 1. | Travis Howell | |
svn-id: r17965 | |||
2005-05-07 | HE games need larger buffer | Travis Howell | |
svn-id: r17941 | |||
2005-05-05 | Move to HE80 | Travis Howell | |
svn-id: r17919 | |||
2005-05-01 | HE80+ games store current charset numberin VAR80. | Travis Howell | |
Fixes crash in bb2demo. svn-id: r17885 | |||
2005-04-29 | Remove extra whitespace. | Travis Howell | |
svn-id: r17858 | |||
2005-04-29 | pajama3 requires GF_HE_LOCALIZED | Travis Howell | |
Add freddi2 specific filter for (PU1/PU2) prefix in subtitles. svn-id: r17857 | |||
2005-04-28 | Moved blast text/object code to ScummEngine_v6 | Max Horn | |
svn-id: r17856 | |||
2005-04-28 | Moved bundle based localization code to ScummEngine_v7 | Max Horn | |
svn-id: r17855 | |||
2005-04-27 | Add feature flag for HE games which appear to have localized versions. | Travis Howell | |
Allows accurate filtering of filename in subtitles. svn-id: r17832 | |||
2005-04-20 | Added FIXME for the _haveMsg hack | Max Horn | |
svn-id: r17720 | |||
2005-04-20 | Replaced the platform specific GF_FOO switches (using _platform instead now) | Max Horn | |
svn-id: r17716 | |||
2005-04-13 | Increased buffer size to avoid overflow when looking at the Loom help in | Torbjörn Andersson | |
the "Passport to Adventure" demo. svn-id: r17577 | |||
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-06 | Fix for bug #1172655 (DIG: incorrect subtitles are shown in german version) | Max Horn | |
svn-id: r17422 | |||
2005-04-06 | Fix bug #1177489 - FM-TOWNS LOOM: Multiple text lines spacing incorrect | Travis Howell | |
The string height setting is ignored in FM Towns version. svn-id: r17408 | |||
2005-04-04 | Add extra charset code used in lost/smaller. | Travis Howell | |
svn-id: r17369 | |||
2005-03-31 | Started 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-30 | In V7/V8 games, just always call translateText, it'll check for the '/' ↵ | Max Horn | |
prefix anyway (this allows us to perform additional magic in it, should we need to, e.g. to fix bug #1172655) svn-id: r17297 | |||
2005-03-18 | Applies to drawString() too. | Travis Howell | |
svn-id: r17181 | |||
2005-03-18 | Add string height override for loom | Travis Howell | |
svn-id: r17178 | |||
2005-03-13 | Don't apply to HE100, it breaks credits in pajama. | Travis Howell | |
svn-id: r17112 | |||
2005-03-12 | PlayingSoundHandle -> SoundHandle; also, turned the handle activity check ↵ | Max Horn | |
into a mixer method svn-id: r17106 | |||
2005-03-11 | Mass-renamed all variables of Actor object according to our current code | Eugene 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-01-22 | Fix regression, bug #1107125 | Travis Howell | |
svn-id: r16610 | |||
2005-01-02 | Fix for bug #1082154 (MM V2 (German): incorrect text presentation) | Max Horn | |
svn-id: r16414 | |||
2005-01-02 | Removed printf() that I assume was committed by mistake. | Torbjörn Andersson | |
svn-id: r16413 | |||
2005-01-02 | MT32 support was already added in 0.7.0, clarify that. Small remark: Porters ↵ | Max Horn | |
are also very welcome to update the NEWS file (so our users know what great advances occured on the WinCE, PalmOS, Dreamcast, ... ports) svn-id: r16409 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-11-22 | Renamed unkMessage2 to showMessageDialog; use printString() in ↵ | Max Horn | |
script_v100he.cpp, too svn-id: r15862 | |||
2004-10-23 | Patch #1048283 (Improved CJK / FM-TOWNS support & some documention) | Max Horn | |
svn-id: r15671 | |||
2004-10-22 | Whitespace | Torbjörn Andersson | |
svn-id: r15647 | |||
2004-10-01 | cleanup | Max Horn | |
svn-id: r15366 | |||
2004-09-29 | cleanup | Max Horn | |
svn-id: r15351 | |||
2004-09-28 | Changed more of the actor class members to match our coding guidelines (in ↵ | Max Horn | |
the future, when adding new member vars here, please always use our conventions, i.e. prefix them with _ and use CamelBackStyle svn-id: r15331 | |||
2004-09-25 | Limit to HE games | Travis Howell | |
svn-id: r15262 | |||
2004-09-19 | Actually check if a sound is active, if the sound is outside music engine. | Travis Howell | |
Add some more HE differences svn-id: r15188 |