Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-25 | Use auto_ptr to avoid leaks | Max Horn | |
svn-id: r14057 | |||
2004-06-25 | cleanup | Max Horn | |
svn-id: r14055 | |||
2004-06-25 | Switch to debug | Travis Howell | |
svn-id: r14051 | |||
2004-06-25 | Delay only required when using subtitles | Travis Howell | |
svn-id: r14050 | |||
2004-06-25 | Avoid illegal VARS in HE 7.2 | Travis Howell | |
svn-id: r14049 | |||
2004-06-25 | fix warning | Max Horn | |
svn-id: r14048 | |||
2004-06-25 | note targets with multiple interpreter versions | Jonathan Gray | |
svn-id: r14046 | |||
2004-06-25 | Set fast mode for HE7 games too. | Travis Howell | |
FIXME not needed, originals used getGraphicsPerformance() svn-id: r14045 | |||
2004-06-25 | Display error based on the version a game is believed to be when reading ↵ | Jonathan Gray | |
MAXS block. Note additional C++ engine based version of spydemo. svn-id: r14044 | |||
2004-06-25 | Check blocksize when reading MAXS, may potentially detect HE versions using ↵ | Jonathan Gray | |
it in future. Add/Correct some more HE targets. svn-id: r14043 | |||
2004-06-25 | Correction | Travis Howell | |
svn-id: r14042 | |||
2004-06-25 | move puttzoo to _heversion 72 as it needs the newer MAXS block reading code, ↵ | Jonathan Gray | |
add bluesabctimedemo target svn-id: r14041 | |||
2004-06-25 | there were never dos versions of these HE titles so bump _heversion up to 70 | Jonathan Gray | |
svn-id: r14040 | |||
2004-06-25 | Fix regression in HE 7.2 games | Travis Howell | |
svn-id: r14039 | |||
2004-06-25 | add debugging messages for index blocks which don't already have them via ↵ | Jonathan Gray | |
readResTypeList svn-id: r14038 | |||
2004-06-25 | Minor cleanup | Travis Howell | |
svn-id: r14037 | |||
2004-06-25 | Fix minor bug in akos codec1 | Travis Howell | |
svn-id: r14036 | |||
2004-06-25 | Fix $Header$ | Eugene Sandulenko | |
svn-id: r14035 | |||
2004-06-24 | Phase #3 of HE v7.0+ cursors. Now they show up correctly. Remove TODO item. | Eugene Sandulenko | |
svn-id: r14034 | |||
2004-06-24 | Add grabCursorFromBuffer() function. | Eugene Sandulenko | |
svn-id: r14033 | |||
2004-06-24 | Add some more HE7 differences. | Travis Howell | |
svn-id: r14032 | |||
2004-06-24 | Phase #2 of HE v7.0+ cursors. Still no visual output, but all data is | Eugene Sandulenko | |
parsed now. svn-id: r14031 | |||
2004-06-24 | Not required for WIN32 | Travis Howell | |
svn-id: r14029 | |||
2004-06-24 | Add missing code | Travis Howell | |
svn-id: r14028 | |||
2004-06-24 | Fix mouse cursors hotspot in HE games. | Travis Howell | |
HE games don't change cursor hotspot, when changing cursor image. svn-id: r14027 | |||
2004-06-24 | Fix comi regression | Travis Howell | |
svn-id: r14026 | |||
2004-06-24 | Revert change, caused regression (Mini game in Cosmic Diner of puttmoon no ↵ | Travis Howell | |
longer works) svn-id: r14025 | |||
2004-06-24 | Phase #1 of HE v7.0+ cursors. Basically it's Win32 resource extractor | Eugene Sandulenko | |
incorporated from icotools, no display, just searching it in resources and display a warning. Graphics converter is on the way. Code is NOT endian-safe. It will not work on BE system, as was tested by joostp. Please, fix endianess. svn-id: r14024 | |||
2004-06-23 | Ooops | Travis Howell | |
svn-id: r14021 | |||
2004-06-23 | Remove duplicate code | Travis Howell | |
svn-id: r14020 | |||
2004-06-23 | Checked opcoded | Travis Howell | |
svn-id: r14018 | |||
2004-06-23 | for whatever reason hev7 gives us a 244 for quit instead of 160 | Jonathan Gray | |
svn-id: r14017 | |||
2004-06-23 | Typo | Travis Howell | |
svn-id: r14016 | |||
2004-06-23 | this still needs to be sorted out properly but it seems the majority of ↵ | Jonathan Gray | |
cases use 0 not 255 need to distinguish which in future... svn-id: r14014 | |||
2004-06-23 | fbear always uses a transparency colour of 5 in codec 16 | Jonathan Gray | |
svn-id: r14013 | |||
2004-06-23 | Positive values are only used in DOS version of fbear. | Travis Howell | |
svn-id: r14012 | |||
2004-06-23 | Fix room changing in HE7 games. | Travis Howell | |
svn-id: r14011 | |||
2004-06-23 | Remove HE7 check that wasn't needed and caused resource load failures. | Travis Howell | |
Enable startSound code in HE7 games. Avoid loading music resources in HE7 games, since they are unsupported at the moment. svn-id: r14010 | |||
2004-06-23 | use the correct transparency colour for akos codec 16 with hev7 | Jonathan Gray | |
svn-id: r14009 | |||
2004-06-23 | Fixed FT, so battles are not so ridiculously easy as before. Now match original | Eugene Sandulenko | |
svn-id: r14007 | |||
2004-06-23 | Enable some sound support in HE7 games. | Travis Howell | |
svn-id: r14006 | |||
2004-06-23 | oops. Forgot to remove debug output and rename resource type. | Eugene Sandulenko | |
svn-id: r14004 | |||
2004-06-23 | HE 7.0 fixes | Eugene Sandulenko | |
o Stub for o7_startSound o graphics decoders o findResource was moved to ScummEngine and extended o 7.0+ titles use akos costumes, so fix that in launcher o more o6_resourceRoutines stubs Now HE 7.0 games (first 320x200 windows ports) show intros and some are playable to some extent. svn-id: r14003 | |||
2004-06-22 | HE v7.0+ resources finally fixed | Eugene Sandulenko | |
svn-id: r14001 | |||
2004-06-22 | Add FBEAR: Partial fix for the piano, patch #977249 | Travis Howell | |
svn-id: r13999 | |||
2004-06-21 | dont wait for end of stream while playing insane | Paweł Kołodziejski | |
svn-id: r13998 | |||
2004-06-21 | call imuse directly | Paweł Kołodziejski | |
svn-id: r13997 | |||
2004-06-21 | More HE v7.0+ resource fixes. | Eugene Sandulenko | |
Make puttdemo.win runnable again. svn-id: r13994 | |||
2004-06-21 | increased audio buffer to solve scuttering problems | Paweł Kołodziejski | |
svn-id: r13993 | |||
2004-06-21 | Leave as warning for now | Travis Howell | |
svn-id: r13992 |