spookypeanut / t7gre

Automatically exported from code.google.com/p/t7gre
0 stars 0 forks source link

Investigate the format of rob.gjd #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It looks like rob.gjd contains the mouse cursors. Once we know how to load
we'll be able to show the desired cursor over the hotspots

Original issue reported on code.google.com by jvp...@gmail.com on 12 Apr 2008 at 10:05

GoogleCodeExporter commented 9 years ago
I've taken a look and the cursors seem to be LZSS compressed (with paletters 
stored
separately).

Original comment by spookypeanut on 16 Apr 2008 at 7:50

GoogleCodeExporter commented 9 years ago
Initial cursor animation implemented.
Todo:
* Turn cursors on and off at correct points
* Deal with palettes
* Sort out cursors' hotspots
* Is the wagging finger (and possibly the others) missing a frame?

Original comment by spookypeanut on 23 Apr 2008 at 11:02

GoogleCodeExporter commented 9 years ago
* Deal with palettes DONE
* Sort out cursors' hotspots DONE

Palettes easy due to ScummVM framework (I love it!) and hotspots easy due to 
always
being at centre of cursor.

Original comment by spookypeanut on 26 Apr 2008 at 10:38

GoogleCodeExporter commented 9 years ago
Cursor should now turn on and off at the appropriate times. Closing this now 
(but
I'll be opening others!).

Original comment by spookypeanut on 26 Apr 2008 at 11:01