Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-07 | More localized HE games. | Travis Howell | |
svn-id: r17940 | |||
2005-05-07 | Missed one section. | Travis Howell | |
svn-id: r17939 | |||
2005-05-07 | Add missing opcode details | Travis Howell | |
Fix regression (Fields not initied) svn-id: r17938 | |||
2005-05-07 | Add eriktorbjorn's patch for: | Travis Howell | |
#1018588 - FT: Xlib async errors in INSANE sequences svn-id: r17937 | |||
2005-05-06 | Fix regression in demos (Failed to find correct file to md5 checksum). | Travis Howell | |
svn-id: r17927 | |||
2005-05-06 | Check if stream exists first. | Travis Howell | |
svn-id: r17926 | |||
2005-05-05 | do not invoke a method on a non-existant stream | Max Horn | |
svn-id: r17924 | |||
2005-05-05 | Fixed some doxygen warnings | Max Horn | |
svn-id: r17923 | |||
2005-05-05 | Get XMAP from correct resource. | Travis Howell | |
Avoid regression. svn-id: r17922 | |||
2005-05-05 | HE90+ games set heap size in index. | Travis Howell | |
svn-id: r17920 | |||
2005-05-05 | Move to HE80 | Travis Howell | |
svn-id: r17919 | |||
2005-05-05 | Return 0 in Engine_SCUMM_create if the game isn't found (instead of ↵ | Max Horn | |
computing the MD5 of non-existant files) svn-id: r17917 | |||
2005-05-03 | Skip wiz compression type 2 used by baseball2003 | Eugene Sandulenko | |
svn-id: r17902 | |||
2005-05-03 | Add a few more HE demos. | Travis Howell | |
svn-id: r17899 | |||
2005-05-02 | Add temporary hack for wizImages using compression type 2 for now. | Travis Howell | |
svn-id: r17896 | |||
2005-05-02 | Add work around for script bug in the first version of pajama. | Travis Howell | |
svn-id: r17895 | |||
2005-05-02 | Add missing case for pajama. | Travis Howell | |
Fixes music in MusicRm. svn-id: r17892 | |||
2005-05-01 | Missed two. | Travis Howell | |
svn-id: r17887 | |||
2005-05-01 | Add feature flag for HE games with 16bit color. | Travis Howell | |
svn-id: r17886 | |||
2005-05-01 | HE80+ games store current charset numberin VAR80. | Travis Howell | |
Fixes crash in bb2demo. svn-id: r17885 | |||
2005-05-01 | Correction to copyHEPaletteColor() | Travis Howell | |
Use checkRange(), like original. svn-id: r17884 | |||
2005-05-01 | Add extra cases for bb2demo. | Travis Howell | |
svn-id: r17883 | |||
2005-05-01 | VAR 78 controls platform in HE80+ games. | Travis Howell | |
svn-id: r17881 | |||
2005-05-01 | VAR_NUM_SOUND_CHANNELS is 88 in HE80+ games. | Travis Howell | |
svn-id: r17880 | |||
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-05-01 | Add missing safety checks. | Travis Howell | |
svn-id: r17877 | |||
2005-04-30 | cleanup closestPtOnLine | Max Horn | |
svn-id: r17876 | |||
2005-04-30 | Only allocate the actor sorting array once | Max Horn | |
svn-id: r17875 | |||
2005-04-30 | Convert windows path separators before opening wiz files. | Eugene Sandulenko | |
svn-id: r17874 | |||
2005-04-30 | cleanup | Max Horn | |
svn-id: r17873 | |||
2005-04-30 | Reset additional fields | Travis Howell | |
svn-id: r17871 | |||
2005-04-30 | Set sprite id & group number for wizImages. | Travis Howell | |
svn-id: r17870 | |||
2005-04-30 | Add expanded _wizParams used by HE100 games. | Travis Howell | |
Add u32 version variable. svn-id: r17869 | |||
2005-04-30 | Add a few case stubs for moondemo. | Travis Howell | |
svn-id: r17868 | |||
2005-04-30 | Add missing case. | Travis Howell | |
svn-id: r17867 | |||
2005-04-29 | Some sound resources in soccer2004 are compressed too. | Travis Howell | |
Add Moonbase demo, as testing target only. svn-id: r17866 | |||
2005-04-29 | Several HE100 games (moondemo/soccer2004) allow 1024 local scripts. | Travis Howell | |
svn-id: r17864 | |||
2005-04-29 | Add comment to NES-specifix gfx hack with virtual screens | Eugene Sandulenko | |
svn-id: r17861 | |||
2005-04-29 | Ooops | Travis Howell | |
svn-id: r17860 | |||
2005-04-29 | Add HE90 version of processActors(). | Travis Howell | |
Add HE71 class, for HE71+ specifics. svn-id: r17859 | |||
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-28 | Extract code works will any WriteStream, not just MemoryWriteStream | Max Horn | |
svn-id: r17854 | |||
2005-04-28 | Add Macintosh version of putttime. | Travis Howell | |
svn-id: r17849 | |||
2005-04-28 | Added new handleMouseOver to allow further refactoring of the V2 specific ↵ | Max Horn | |
verb code; added a TODO comment regarding the blast code svn-id: r17848 | |||
2005-04-28 | Refactor HE actor post/pre-processing code a bit (some more cleanup for HE90 ↵ | Max Horn | |
could probably be done, but I'll leave that to the HE folks for now :-) svn-id: r17847 | |||
2005-04-28 | Comment on some MM NES oddity, I hope somebody can explain this :-) | Max Horn | |
svn-id: r17845 |