Mercurial > hg > aim92
comparison xaim/releasenotes.text @ 0:5242703e91d3 tip
Initial checkin for AIM92 aimR8.2 (last updated May 1997).
author | tomwalters |
---|---|
date | Fri, 20 May 2011 15:19:45 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:5242703e91d3 |
---|---|
1 xreview. Christmas 1993. | |
2 | |
3 1. compilation | |
4 The makefile has flag settings for a linux 386 PC, Sun/OpenWindows, | |
5 Sun/X, and DECStation. The default values are for DEC; if you need a | |
6 different architecture, comment them out. | |
7 | |
8 2. Known bugs. | |
9 a. 'Previous' and 'Next' (keyboard options) do not work on a DEC | |
10 b. ALL timing functions are removed in the Linux version. This means that | |
11 it is not possible to control the animation speed. | |
12 | |
13 3. Byte-Swapping | |
14 Suns have a different byte-swapping to DECs and Linux PCs (well, my PC | |
15 anyway). Because AIM cartoons are simply a copy of the screen memory, their | |
16 byte-order is determined by the SCREEN they were generated on, NOT the | |
17 cpu used. 'xreview' will display anything in either byte-swapping format, | |
18 by using '-dec' or '-sun' options (which are aliases for '-rv', '-msb', -'lsb). | |
19 If what you get is gunk, try using them (the default is the current cpu | |
20 byte-order). | |
21 | |
22 4. Colour | |
23 Not tested; you get to play with the colour masks ... | |
24 |