Video playback improvements

Issue #137 new
Gennady Trafimenkov repo owner created an issue

Video playback improvements required:

1) Don't read smk files into memory. 70mb is nothing for modern computers, but I remember playing JA2 on a computer with 24Mb of RAM. It would be nice to keep the memory requirements low.

2) Investingate these error messages and fix the libsmacker

libsmacker::palette_render(s,p,size) - ERROR: overflow, 0x80 attempt to copy 384 bytes from 741 to 78
libsmacker::palette_render(s,p,size) - ERROR: overflow, 0x80 attempt to copy 384 bytes from 738 to 60
libsmacker::palette_render(s,p,size) - ERROR: overflow, 0x80 attempt to copy 384 bytes from 738 to 60
libsmacker::palette_render(s,p,size) - ERROR: overflow, 0x80 attempt to copy 384 bytes from 759 to 36

Comments (0)

  1. Log in to comment