Home » Archimedes archive » Acorn User » AU 1998-05 A.adf » Freeware » multi/!Multishow/Docs/History
multi/!Multishow/Docs/History
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Acorn User » AU 1998-05 A.adf » Freeware |
Filename: | multi/!Multishow/Docs/History |
Read OK: | ✔ |
File size: | 1007 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
MULTISHOW ========= Written by Paul F Johnson and David Jackson HISTORY ------- Here is another one of those blindingly dull history files which chronical how the program go to be this way. Vsn 1.46 - Still within a wimpslot of 28k, I've now included a bit of fun which I'm not going to tell you about until 1.50 as it will take me a bit of time to code it fully. Vsn 1.45 - Finally sorted out a bug in the draw renderer. It's a simple one - I had forgotten to insert a goto statement in the shower routine. Sorted out a problem with a max of 77 files in the scrap directory by deleteing the files created as the program goes along. Vsn 1.44 - Added a bit of code so that the reload function would work. Vsn 1.42 - Rewrote a pile of the display code and altered the !Run file so that the program would work!. Altered a few of the windows, but not so that you would really notice. Vsn 1.41 - Corrected a bug found in v1.40. Reworked the loader so that it would happily accept gif files (filetype 1685 (dec)). Vsn 1.40 - Re-introduced a gif renderer (Gif2RPC). Wrote code to include it, rewrote the loader, rewrote the !run file and added code for the main info window. Gifs reintroduced as I needed to see them Vsn 1.33b- Very small bug fix, so small, it did not deserve a new number! Vsn 1.33 - Increased the number of files to 500, fixed a small bug in the Draw file renderer (1 in 100 files crashed). Vsn 1.31 - Fixed a huge problem with rendering Draw files (they didn't)! Vsn 1.30 - Altered the code so the timer worked a bit better. Vsn 1.28 - Re-wrote half the linking code as it was too long and suffered from Micro$ad syndrome (code bloat). Had to increase the wimpslot to 32k from 28k in Vsn 1.27 Vsn 1.27 - Added code so that the screen looked nicer. Redesigned the main window. Vsn 1.25 - Added a save & load routine for favourite files, but scrapped it when I found it causing havoc with the loader. Vsn 1.23 - Fixed bugs in the timer, sprite and draw handlers. Fiddled with the code so that the program was smaller (now needs 28k wimp slot). Did away with a GIF converter (using Gif2Sprite) as it was causing more problems than it was worth - I must find a decent way of converting (or rendering) a GIF file. Altered a couple of null events. Vsn 1.22 - Fixed a window handler routine which failed once out of four runs Vsn 1.21 - Added code for the Instruction, History and Website buttons and procedures. Altered the loading system. Vsn 1.20 - Reworked all the rendering routines into one routine and also the filetype choosers and main loop routines into one routine each. Boy, did it speed up the program!!!. Vsn 1.15 - Fixed a multitude of bugs from 1.13. The jpeg renderer worked now. Vsn 1.13 - Rewrote part of the jpeg and sprite routines to speed them up. Also attempted to use the dynamic areas, but dropped it as soon as it was obvious it wasn't worth the hassle!. Jigged the windows a bit. Vsn 1.10 - Introduced a proc so the window was always the correct size. Vsn 1.08 - First compiled version which worked!. The timer didn't work, but then it still didn't until 1.21!!!! Vsn 1.04 - The Draw and Sprite modules are now working, but for some reason, would only work if the file was <32k. Fixed this problem. Vsn 1.02 - Decided that the program should include Draw files, so bunged in the relevant code. The program compiled and prompty crashed when I tried to load in a file! Vsn 1.00 - Needed a program to display jpegs and sprites from a multitude of directories. Bingo - another job for Wonder WimpBasic!!!! ------------ PFJ 21.3.98
00000000 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000020 4d 55 4c 54 49 53 48 4f 57 0a 20 20 20 20 20 20 |MULTISHOW. | 00000030 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000040 20 20 20 20 20 20 20 20 20 20 3d 3d 3d 3d 3d 3d | ======| 00000050 3d 3d 3d 0a 0a 20 20 20 20 20 20 20 20 20 20 20 |===.. | 00000060 20 20 20 20 20 20 20 20 20 20 20 20 20 57 72 69 | Wri| 00000070 74 74 65 6e 20 62 79 20 50 61 75 6c 20 46 20 4a |tten by Paul F J| 00000080 6f 68 6e 73 6f 6e 0a 20 20 20 20 20 20 20 20 20 |ohnson. | 00000090 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000000a0 20 20 20 61 6e 64 20 44 61 76 69 64 20 4a 61 63 | and David Jac| 000000b0 6b 73 6f 6e 0a 0a 48 49 53 54 4f 52 59 0a 2d 2d |kson..HISTORY.--| 000000c0 2d 2d 2d 2d 2d 0a 0a 48 65 72 65 20 69 73 20 61 |-----..Here is a| 000000d0 6e 6f 74 68 65 72 20 6f 6e 65 20 6f 66 20 74 68 |nother one of th| 000000e0 6f 73 65 20 62 6c 69 6e 64 69 6e 67 6c 79 20 64 |ose blindingly d| 000000f0 75 6c 6c 20 68 69 73 74 6f 72 79 20 66 69 6c 65 |ull history file| 00000100 73 20 77 68 69 63 68 20 63 68 72 6f 6e 69 63 61 |s which chronica| 00000110 6c 0a 68 6f 77 20 74 68 65 20 70 72 6f 67 72 61 |l.how the progra| 00000120 6d 20 67 6f 20 74 6f 20 62 65 20 74 68 69 73 20 |m go to be this | 00000130 77 61 79 2e 0a 0a 56 73 6e 20 31 2e 34 36 20 2d |way...Vsn 1.46 -| 00000140 20 53 74 69 6c 6c 20 77 69 74 68 69 6e 20 61 20 | Still within a | 00000150 77 69 6d 70 73 6c 6f 74 20 6f 66 20 32 38 6b 2c |wimpslot of 28k,| 00000160 20 49 27 76 65 20 6e 6f 77 20 69 6e 63 6c 75 64 | I've now includ| 00000170 65 64 20 61 20 62 69 74 20 6f 66 20 66 75 6e 0a |ed a bit of fun.| 00000180 20 20 20 20 20 20 20 20 20 20 20 77 68 69 63 68 | which| 00000190 20 49 27 6d 20 6e 6f 74 20 67 6f 69 6e 67 20 74 | I'm not going t| 000001a0 6f 20 74 65 6c 6c 20 79 6f 75 20 61 62 6f 75 74 |o tell you about| 000001b0 20 75 6e 74 69 6c 20 31 2e 35 30 20 61 73 20 69 | until 1.50 as i| 000001c0 74 20 77 69 6c 6c 20 74 61 6b 65 0a 20 20 20 20 |t will take. | 000001d0 20 20 20 20 20 20 20 6d 65 20 61 20 62 69 74 20 | me a bit | 000001e0 6f 66 20 74 69 6d 65 20 74 6f 20 63 6f 64 65 20 |of time to code | 000001f0 69 74 20 66 75 6c 6c 79 2e 0a 0a 56 73 6e 20 31 |it fully...Vsn 1| 00000200 2e 34 35 20 2d 20 46 69 6e 61 6c 6c 79 20 73 6f |.45 - Finally so| 00000210 72 74 65 64 20 6f 75 74 20 61 20 62 75 67 20 69 |rted out a bug i| 00000220 6e 20 74 68 65 20 64 72 61 77 20 72 65 6e 64 65 |n the draw rende| 00000230 72 65 72 2e 20 49 74 27 73 20 61 20 73 69 6d 70 |rer. It's a simp| 00000240 6c 65 20 6f 6e 65 0a 20 20 20 20 20 20 20 20 20 |le one. | 00000250 20 20 2d 20 49 20 68 61 64 20 66 6f 72 67 6f 74 | - I had forgot| 00000260 74 65 6e 20 74 6f 20 69 6e 73 65 72 74 20 61 20 |ten to insert a | 00000270 67 6f 74 6f 20 73 74 61 74 65 6d 65 6e 74 20 69 |goto statement i| 00000280 6e 20 74 68 65 20 73 68 6f 77 65 72 0a 20 20 20 |n the shower. | 00000290 20 20 20 20 20 20 20 20 72 6f 75 74 69 6e 65 2e | routine.| 000002a0 20 53 6f 72 74 65 64 20 6f 75 74 20 61 20 70 72 | Sorted out a pr| 000002b0 6f 62 6c 65 6d 20 77 69 74 68 20 61 20 6d 61 78 |oblem with a max| 000002c0 20 6f 66 20 37 37 20 66 69 6c 65 73 20 69 6e 20 | of 77 files in | 000002d0 74 68 65 0a 20 20 20 20 20 20 20 20 20 20 20 73 |the. s| 000002e0 63 72 61 70 20 64 69 72 65 63 74 6f 72 79 20 62 |crap directory b| 000002f0 79 20 64 65 6c 65 74 65 69 6e 67 20 74 68 65 20 |y deleteing the | 00000300 66 69 6c 65 73 20 63 72 65 61 74 65 64 20 61 73 |files created as| 00000310 20 74 68 65 20 70 72 6f 67 72 61 6d 0a 20 20 20 | the program. | 00000320 20 20 20 20 20 20 20 20 67 6f 65 73 20 61 6c 6f | goes alo| 00000330 6e 67 2e 0a 0a 56 73 6e 20 31 2e 34 34 20 2d 20 |ng...Vsn 1.44 - | 00000340 41 64 64 65 64 20 61 20 62 69 74 20 6f 66 20 63 |Added a bit of c| 00000350 6f 64 65 20 73 6f 20 74 68 61 74 20 74 68 65 20 |ode so that the | 00000360 72 65 6c 6f 61 64 20 66 75 6e 63 74 69 6f 6e 20 |reload function | 00000370 77 6f 75 6c 64 20 77 6f 72 6b 2e 0a 0a 56 73 6e |would work...Vsn| 00000380 20 31 2e 34 32 20 2d 20 52 65 77 72 6f 74 65 20 | 1.42 - Rewrote | 00000390 61 20 70 69 6c 65 20 6f 66 20 74 68 65 20 64 69 |a pile of the di| 000003a0 73 70 6c 61 79 20 63 6f 64 65 20 61 6e 64 20 61 |splay code and a| 000003b0 6c 74 65 72 65 64 20 74 68 65 20 21 52 75 6e 20 |ltered the !Run | 000003c0 66 69 6c 65 20 73 6f 0a 20 20 20 20 20 20 20 20 |file so. | 000003d0 20 20 20 74 68 61 74 20 74 68 65 20 70 72 6f 67 | that the prog| 000003e0 72 61 6d 20 77 6f 75 6c 64 20 77 6f 72 6b 21 2e |ram would work!.| 000003f0 20 41 6c 74 65 72 65 64 20 61 20 66 65 77 20 6f | Altered a few o| 00000400 66 20 74 68 65 20 77 69 6e 64 6f 77 73 2c 20 62 |f the windows, b| 00000410 75 74 0a 20 20 20 20 20 20 20 20 20 20 20 6e 6f |ut. no| 00000420 74 20 73 6f 20 74 68 61 74 20 79 6f 75 20 77 6f |t so that you wo| 00000430 75 6c 64 20 72 65 61 6c 6c 79 20 6e 6f 74 69 63 |uld really notic| 00000440 65 2e 0a 0a 56 73 6e 20 31 2e 34 31 20 2d 20 43 |e...Vsn 1.41 - C| 00000450 6f 72 72 65 63 74 65 64 20 61 20 62 75 67 20 66 |orrected a bug f| 00000460 6f 75 6e 64 20 69 6e 20 76 31 2e 34 30 2e 20 52 |ound in v1.40. R| 00000470 65 77 6f 72 6b 65 64 20 74 68 65 20 6c 6f 61 64 |eworked the load| 00000480 65 72 20 73 6f 20 74 68 61 74 20 69 74 0a 20 20 |er so that it. | 00000490 20 20 20 20 20 20 20 20 20 77 6f 75 6c 64 20 68 | would h| 000004a0 61 70 70 69 6c 79 20 61 63 63 65 70 74 20 67 69 |appily accept gi| 000004b0 66 20 66 69 6c 65 73 20 28 66 69 6c 65 74 79 70 |f files (filetyp| 000004c0 65 20 31 36 38 35 20 28 64 65 63 29 29 2e 0a 0a |e 1685 (dec))...| 000004d0 56 73 6e 20 31 2e 34 30 20 2d 20 52 65 2d 69 6e |Vsn 1.40 - Re-in| 000004e0 74 72 6f 64 75 63 65 64 20 61 20 67 69 66 20 72 |troduced a gif r| 000004f0 65 6e 64 65 72 65 72 20 28 47 69 66 32 52 50 43 |enderer (Gif2RPC| 00000500 29 2e 20 57 72 6f 74 65 20 63 6f 64 65 20 74 6f |). Wrote code to| 00000510 20 69 6e 63 6c 75 64 65 0a 20 20 20 20 20 20 20 | include. | 00000520 20 20 20 20 69 74 2c 20 72 65 77 72 6f 74 65 20 | it, rewrote | 00000530 74 68 65 20 6c 6f 61 64 65 72 2c 20 72 65 77 72 |the loader, rewr| 00000540 6f 74 65 20 74 68 65 20 21 72 75 6e 20 66 69 6c |ote the !run fil| 00000550 65 20 61 6e 64 20 61 64 64 65 64 20 63 6f 64 65 |e and added code| 00000560 20 66 6f 72 0a 20 20 20 20 20 20 20 20 20 20 20 | for. | 00000570 74 68 65 20 6d 61 69 6e 20 69 6e 66 6f 20 77 69 |the main info wi| 00000580 6e 64 6f 77 2e 20 47 69 66 73 20 72 65 69 6e 74 |ndow. Gifs reint| 00000590 72 6f 64 75 63 65 64 20 61 73 20 49 20 6e 65 65 |roduced as I nee| 000005a0 64 65 64 20 74 6f 20 73 65 65 20 74 68 65 6d 0a |ded to see them.| 000005b0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 000005e0 20 20 20 20 20 20 20 0a 56 73 6e 20 31 2e 33 33 | .Vsn 1.33| 000005f0 62 2d 20 56 65 72 79 20 73 6d 61 6c 6c 20 62 75 |b- Very small bu| 00000600 67 20 66 69 78 2c 20 73 6f 20 73 6d 61 6c 6c 2c |g fix, so small,| 00000610 20 69 74 20 64 69 64 20 6e 6f 74 20 64 65 73 65 | it did not dese| 00000620 72 76 65 20 61 20 6e 65 77 20 6e 75 6d 62 65 72 |rve a new number| 00000630 21 0a 0a 56 73 6e 20 31 2e 33 33 20 2d 20 49 6e |!..Vsn 1.33 - In| 00000640 63 72 65 61 73 65 64 20 74 68 65 20 6e 75 6d 62 |creased the numb| 00000650 65 72 20 6f 66 20 66 69 6c 65 73 20 74 6f 20 35 |er of files to 5| 00000660 30 30 2c 20 66 69 78 65 64 20 61 20 73 6d 61 6c |00, fixed a smal| 00000670 6c 20 62 75 67 20 69 6e 20 74 68 65 20 0a 20 20 |l bug in the . | 00000680 20 20 20 20 20 20 20 20 20 44 72 61 77 20 66 69 | Draw fi| 00000690 6c 65 20 72 65 6e 64 65 72 65 72 20 28 31 20 69 |le renderer (1 i| 000006a0 6e 20 31 30 30 20 66 69 6c 65 73 20 63 72 61 73 |n 100 files cras| 000006b0 68 65 64 29 2e 0a 0a 56 73 6e 20 31 2e 33 31 20 |hed)...Vsn 1.31 | 000006c0 2d 20 46 69 78 65 64 20 61 20 68 75 67 65 20 70 |- Fixed a huge p| 000006d0 72 6f 62 6c 65 6d 20 77 69 74 68 20 72 65 6e 64 |roblem with rend| 000006e0 65 72 69 6e 67 20 44 72 61 77 20 66 69 6c 65 73 |ering Draw files| 000006f0 20 28 74 68 65 79 20 64 69 64 6e 27 74 29 21 0a | (they didn't)!.| 00000700 0a 56 73 6e 20 31 2e 33 30 20 2d 20 41 6c 74 65 |.Vsn 1.30 - Alte| 00000710 72 65 64 20 74 68 65 20 63 6f 64 65 20 73 6f 20 |red the code so | 00000720 74 68 65 20 74 69 6d 65 72 20 77 6f 72 6b 65 64 |the timer worked| 00000730 20 61 20 62 69 74 20 62 65 74 74 65 72 2e 0a 0a | a bit better...| 00000740 56 73 6e 20 31 2e 32 38 20 2d 20 52 65 2d 77 72 |Vsn 1.28 - Re-wr| 00000750 6f 74 65 20 68 61 6c 66 20 74 68 65 20 6c 69 6e |ote half the lin| 00000760 6b 69 6e 67 20 63 6f 64 65 20 61 73 20 69 74 20 |king code as it | 00000770 77 61 73 20 74 6f 6f 20 6c 6f 6e 67 20 61 6e 64 |was too long and| 00000780 20 73 75 66 66 65 72 65 64 0a 20 20 20 20 20 20 | suffered. | 00000790 20 20 20 20 20 66 72 6f 6d 20 4d 69 63 72 6f 24 | from Micro$| 000007a0 61 64 20 73 79 6e 64 72 6f 6d 65 20 28 63 6f 64 |ad syndrome (cod| 000007b0 65 20 62 6c 6f 61 74 29 2e 20 48 61 64 20 74 6f |e bloat). Had to| 000007c0 20 69 6e 63 72 65 61 73 65 20 74 68 65 20 77 69 | increase the wi| 000007d0 6d 70 73 6c 6f 74 0a 20 20 20 20 20 20 20 20 20 |mpslot. | 000007e0 20 20 74 6f 20 33 32 6b 20 66 72 6f 6d 20 32 38 | to 32k from 28| 000007f0 6b 20 69 6e 20 56 73 6e 20 31 2e 32 37 0a 0a 56 |k in Vsn 1.27..V| 00000800 73 6e 20 31 2e 32 37 20 2d 20 41 64 64 65 64 20 |sn 1.27 - Added | 00000810 63 6f 64 65 20 73 6f 20 74 68 61 74 20 74 68 65 |code so that the| 00000820 20 73 63 72 65 65 6e 20 6c 6f 6f 6b 65 64 20 6e | screen looked n| 00000830 69 63 65 72 2e 20 52 65 64 65 73 69 67 6e 65 64 |icer. Redesigned| 00000840 20 74 68 65 20 6d 61 69 6e 0a 20 20 20 20 20 20 | the main. | 00000850 20 20 20 20 20 77 69 6e 64 6f 77 2e 0a 0a 56 73 | window...Vs| 00000860 6e 20 31 2e 32 35 20 2d 20 41 64 64 65 64 20 61 |n 1.25 - Added a| 00000870 20 73 61 76 65 20 26 20 6c 6f 61 64 20 72 6f 75 | save & load rou| 00000880 74 69 6e 65 20 66 6f 72 20 66 61 76 6f 75 72 69 |tine for favouri| 00000890 74 65 20 66 69 6c 65 73 2c 20 62 75 74 20 73 63 |te files, but sc| 000008a0 72 61 70 70 65 64 20 69 74 0a 20 20 20 20 20 20 |rapped it. | 000008b0 20 20 20 20 20 77 68 65 6e 20 49 20 66 6f 75 6e | when I foun| 000008c0 64 20 69 74 20 63 61 75 73 69 6e 67 20 68 61 76 |d it causing hav| 000008d0 6f 63 20 77 69 74 68 20 74 68 65 20 6c 6f 61 64 |oc with the load| 000008e0 65 72 2e 0a 0a 56 73 6e 20 31 2e 32 33 20 2d 20 |er...Vsn 1.23 - | 000008f0 46 69 78 65 64 20 62 75 67 73 20 69 6e 20 74 68 |Fixed bugs in th| 00000900 65 20 74 69 6d 65 72 2c 20 73 70 72 69 74 65 20 |e timer, sprite | 00000910 61 6e 64 20 64 72 61 77 20 68 61 6e 64 6c 65 72 |and draw handler| 00000920 73 2e 20 46 69 64 64 6c 65 64 20 77 69 74 68 0a |s. Fiddled with.| 00000930 20 20 20 20 20 20 20 20 20 20 20 74 68 65 20 63 | the c| 00000940 6f 64 65 20 73 6f 20 74 68 61 74 20 74 68 65 20 |ode so that the | 00000950 70 72 6f 67 72 61 6d 20 77 61 73 20 73 6d 61 6c |program was smal| 00000960 6c 65 72 20 28 6e 6f 77 20 6e 65 65 64 73 20 32 |ler (now needs 2| 00000970 38 6b 20 77 69 6d 70 0a 20 20 20 20 20 20 20 20 |8k wimp. | 00000980 20 20 20 73 6c 6f 74 29 2e 20 44 69 64 20 61 77 | slot). Did aw| 00000990 61 79 20 77 69 74 68 20 61 20 47 49 46 20 63 6f |ay with a GIF co| 000009a0 6e 76 65 72 74 65 72 20 28 75 73 69 6e 67 20 47 |nverter (using G| 000009b0 69 66 32 53 70 72 69 74 65 29 20 61 73 20 69 74 |if2Sprite) as it| 000009c0 20 77 61 73 20 0a 20 20 20 20 20 20 20 20 20 20 | was . | 000009d0 20 63 61 75 73 69 6e 67 20 6d 6f 72 65 20 70 72 | causing more pr| 000009e0 6f 62 6c 65 6d 73 20 74 68 61 6e 20 69 74 20 77 |oblems than it w| 000009f0 61 73 20 77 6f 72 74 68 20 2d 20 49 20 6d 75 73 |as worth - I mus| 00000a00 74 20 66 69 6e 64 20 61 20 64 65 63 65 6e 74 0a |t find a decent.| 00000a10 20 20 20 20 20 20 20 20 20 20 20 77 61 79 20 6f | way o| 00000a20 66 20 63 6f 6e 76 65 72 74 69 6e 67 20 28 6f 72 |f converting (or| 00000a30 20 72 65 6e 64 65 72 69 6e 67 29 20 61 20 47 49 | rendering) a GI| 00000a40 46 20 66 69 6c 65 2e 20 41 6c 74 65 72 65 64 20 |F file. Altered | 00000a50 61 20 63 6f 75 70 6c 65 20 6f 66 0a 20 20 20 20 |a couple of. | 00000a60 20 20 20 20 20 20 20 6e 75 6c 6c 20 65 76 65 6e | null even| 00000a70 74 73 2e 0a 0a 56 73 6e 20 31 2e 32 32 20 2d 20 |ts...Vsn 1.22 - | 00000a80 46 69 78 65 64 20 61 20 77 69 6e 64 6f 77 20 68 |Fixed a window h| 00000a90 61 6e 64 6c 65 72 20 72 6f 75 74 69 6e 65 20 77 |andler routine w| 00000aa0 68 69 63 68 20 66 61 69 6c 65 64 20 6f 6e 63 65 |hich failed once| 00000ab0 20 6f 75 74 20 6f 66 20 66 6f 75 72 20 72 75 6e | out of four run| 00000ac0 73 0a 0a 56 73 6e 20 31 2e 32 31 20 2d 20 41 64 |s..Vsn 1.21 - Ad| 00000ad0 64 65 64 20 63 6f 64 65 20 66 6f 72 20 74 68 65 |ded code for the| 00000ae0 20 49 6e 73 74 72 75 63 74 69 6f 6e 2c 20 48 69 | Instruction, Hi| 00000af0 73 74 6f 72 79 20 61 6e 64 20 57 65 62 73 69 74 |story and Websit| 00000b00 65 20 62 75 74 74 6f 6e 73 20 61 6e 64 0a 20 20 |e buttons and. | 00000b10 20 20 20 20 20 20 20 20 20 70 72 6f 63 65 64 75 | procedu| 00000b20 72 65 73 2e 20 41 6c 74 65 72 65 64 20 74 68 65 |res. Altered the| 00000b30 20 6c 6f 61 64 69 6e 67 20 73 79 73 74 65 6d 2e | loading system.| 00000b40 0a 0a 56 73 6e 20 31 2e 32 30 20 2d 20 52 65 77 |..Vsn 1.20 - Rew| 00000b50 6f 72 6b 65 64 20 61 6c 6c 20 74 68 65 20 72 65 |orked all the re| 00000b60 6e 64 65 72 69 6e 67 20 72 6f 75 74 69 6e 65 73 |ndering routines| 00000b70 20 69 6e 74 6f 20 6f 6e 65 20 72 6f 75 74 69 6e | into one routin| 00000b80 65 20 61 6e 64 20 61 6c 73 6f 20 74 68 65 0a 20 |e and also the. | 00000b90 20 20 20 20 20 20 20 20 20 20 66 69 6c 65 74 79 | filety| 00000ba0 70 65 20 63 68 6f 6f 73 65 72 73 20 61 6e 64 20 |pe choosers and | 00000bb0 6d 61 69 6e 20 6c 6f 6f 70 20 72 6f 75 74 69 6e |main loop routin| 00000bc0 65 73 20 69 6e 74 6f 20 6f 6e 65 20 72 6f 75 74 |es into one rout| 00000bd0 69 6e 65 20 65 61 63 68 2e 0a 20 20 20 20 20 20 |ine each.. | 00000be0 20 20 20 20 20 42 6f 79 2c 20 64 69 64 20 69 74 | Boy, did it| 00000bf0 20 73 70 65 65 64 20 75 70 20 74 68 65 20 70 72 | speed up the pr| 00000c00 6f 67 72 61 6d 21 21 21 2e 0a 0a 56 73 6e 20 31 |ogram!!!...Vsn 1| 00000c10 2e 31 35 20 2d 20 46 69 78 65 64 20 61 20 6d 75 |.15 - Fixed a mu| 00000c20 6c 74 69 74 75 64 65 20 6f 66 20 62 75 67 73 20 |ltitude of bugs | 00000c30 66 72 6f 6d 20 31 2e 31 33 2e 20 54 68 65 20 6a |from 1.13. The j| 00000c40 70 65 67 20 72 65 6e 64 65 72 65 72 20 77 6f 72 |peg renderer wor| 00000c50 6b 65 64 20 6e 6f 77 2e 0a 0a 56 73 6e 20 31 2e |ked now...Vsn 1.| 00000c60 31 33 20 2d 20 52 65 77 72 6f 74 65 20 70 61 72 |13 - Rewrote par| 00000c70 74 20 6f 66 20 74 68 65 20 6a 70 65 67 20 61 6e |t of the jpeg an| 00000c80 64 20 73 70 72 69 74 65 20 72 6f 75 74 69 6e 65 |d sprite routine| 00000c90 73 20 74 6f 20 73 70 65 65 64 20 74 68 65 6d 20 |s to speed them | 00000ca0 75 70 2e 20 41 6c 73 6f 0a 20 20 20 20 20 20 20 |up. Also. | 00000cb0 20 20 20 20 61 74 74 65 6d 70 74 65 64 20 74 6f | attempted to| 00000cc0 20 75 73 65 20 74 68 65 20 64 79 6e 61 6d 69 63 | use the dynamic| 00000cd0 20 61 72 65 61 73 2c 20 62 75 74 20 64 72 6f 70 | areas, but drop| 00000ce0 70 65 64 20 69 74 20 61 73 20 73 6f 6f 6e 20 61 |ped it as soon a| 00000cf0 73 20 69 74 0a 20 20 20 20 20 20 20 20 20 20 20 |s it. | 00000d00 77 61 73 20 6f 62 76 69 6f 75 73 20 69 74 20 77 |was obvious it w| 00000d10 61 73 6e 27 74 20 77 6f 72 74 68 20 74 68 65 20 |asn't worth the | 00000d20 68 61 73 73 6c 65 21 2e 20 4a 69 67 67 65 64 20 |hassle!. Jigged | 00000d30 74 68 65 20 77 69 6e 64 6f 77 73 20 61 20 62 69 |the windows a bi| 00000d40 74 2e 0a 0a 56 73 6e 20 31 2e 31 30 20 2d 20 49 |t...Vsn 1.10 - I| 00000d50 6e 74 72 6f 64 75 63 65 64 20 61 20 70 72 6f 63 |ntroduced a proc| 00000d60 20 73 6f 20 74 68 65 20 77 69 6e 64 6f 77 20 77 | so the window w| 00000d70 61 73 20 61 6c 77 61 79 73 20 74 68 65 20 63 6f |as always the co| 00000d80 72 72 65 63 74 20 73 69 7a 65 2e 0a 0a 56 73 6e |rrect size...Vsn| 00000d90 20 31 2e 30 38 20 2d 20 46 69 72 73 74 20 63 6f | 1.08 - First co| 00000da0 6d 70 69 6c 65 64 20 76 65 72 73 69 6f 6e 20 77 |mpiled version w| 00000db0 68 69 63 68 20 77 6f 72 6b 65 64 21 2e 20 54 68 |hich worked!. Th| 00000dc0 65 20 74 69 6d 65 72 20 64 69 64 6e 27 74 20 77 |e timer didn't w| 00000dd0 6f 72 6b 2c 20 62 75 74 0a 20 20 20 20 20 20 20 |ork, but. | 00000de0 20 20 20 20 74 68 65 6e 20 69 74 20 73 74 69 6c | then it stil| 00000df0 6c 20 64 69 64 6e 27 74 20 75 6e 74 69 6c 20 31 |l didn't until 1| 00000e00 2e 32 31 21 21 21 21 0a 0a 56 73 6e 20 31 2e 30 |.21!!!!..Vsn 1.0| 00000e10 34 20 2d 20 54 68 65 20 44 72 61 77 20 61 6e 64 |4 - The Draw and| 00000e20 20 53 70 72 69 74 65 20 6d 6f 64 75 6c 65 73 20 | Sprite modules | 00000e30 61 72 65 20 6e 6f 77 20 77 6f 72 6b 69 6e 67 2c |are now working,| 00000e40 20 62 75 74 20 66 6f 72 20 73 6f 6d 65 20 72 65 | but for some re| 00000e50 61 73 6f 6e 2c 0a 20 20 20 20 20 20 20 20 20 20 |ason,. | 00000e60 20 77 6f 75 6c 64 20 6f 6e 6c 79 20 77 6f 72 6b | would only work| 00000e70 20 69 66 20 74 68 65 20 66 69 6c 65 20 77 61 73 | if the file was| 00000e80 20 3c 33 32 6b 2e 20 46 69 78 65 64 20 74 68 69 | <32k. Fixed thi| 00000e90 73 20 70 72 6f 62 6c 65 6d 2e 0a 0a 56 73 6e 20 |s problem...Vsn | 00000ea0 31 2e 30 32 20 2d 20 44 65 63 69 64 65 64 20 74 |1.02 - Decided t| 00000eb0 68 61 74 20 74 68 65 20 70 72 6f 67 72 61 6d 20 |hat the program | 00000ec0 73 68 6f 75 6c 64 20 69 6e 63 6c 75 64 65 20 44 |should include D| 00000ed0 72 61 77 20 66 69 6c 65 73 2c 20 73 6f 20 62 75 |raw files, so bu| 00000ee0 6e 67 65 64 20 69 6e 0a 20 20 20 20 20 20 20 20 |nged in. | 00000ef0 20 20 20 74 68 65 20 72 65 6c 65 76 61 6e 74 20 | the relevant | 00000f00 63 6f 64 65 2e 20 54 68 65 20 70 72 6f 67 72 61 |code. The progra| 00000f10 6d 20 63 6f 6d 70 69 6c 65 64 20 61 6e 64 20 70 |m compiled and p| 00000f20 72 6f 6d 70 74 79 20 63 72 61 73 68 65 64 20 77 |rompty crashed w| 00000f30 68 65 6e 20 49 0a 20 20 20 20 20 20 20 20 20 20 |hen I. | 00000f40 20 74 72 69 65 64 20 74 6f 20 6c 6f 61 64 20 69 | tried to load i| 00000f50 6e 20 61 20 66 69 6c 65 21 0a 0a 56 73 6e 20 31 |n a file!..Vsn 1| 00000f60 2e 30 30 20 2d 20 4e 65 65 64 65 64 20 61 20 70 |.00 - Needed a p| 00000f70 72 6f 67 72 61 6d 20 74 6f 20 64 69 73 70 6c 61 |rogram to displa| 00000f80 79 20 6a 70 65 67 73 20 61 6e 64 20 73 70 72 69 |y jpegs and spri| 00000f90 74 65 73 20 66 72 6f 6d 20 61 20 6d 75 6c 74 69 |tes from a multi| 00000fa0 74 75 64 65 20 6f 66 0a 20 20 20 20 20 20 20 20 |tude of. | 00000fb0 20 20 20 64 69 72 65 63 74 6f 72 69 65 73 2e 20 | directories. | 00000fc0 42 69 6e 67 6f 20 2d 20 61 6e 6f 74 68 65 72 20 |Bingo - another | 00000fd0 6a 6f 62 20 66 6f 72 20 57 6f 6e 64 65 72 20 57 |job for Wonder W| 00000fe0 69 6d 70 42 61 73 69 63 21 21 21 21 0a 0a 2d 2d |impBasic!!!!..--| 00000ff0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 50 46 4a 0a 32 |----------.PFJ.2| 00001000 31 2e 33 2e 39 38 0a |1.3.98.| 00001007