AminetAminet
Search:
84782 packages online
About
Recent
Browse
Search
Upload
Setup
Services

driver/video/rtgmaster_dev.lha

Mirror:Random
Showing: i386-amithlon icongeneric icon
No screenshot available
Short:Rtgmaster Developer Archive
Author: MagicSN at Birdland.es.bawue.de
Uploader:MagicSN Birdland es bawue de
Type:driver/video
Architecture:m68k-amigaos,ppc-warpup
Date:1998-10-13
Download:driver/video/rtgmaster_dev.lha - View contents
Readme:driver/video/rtgmaster_dev.readme
Downloads:878

This is part of the new rtgmaster release V42.0. rtgmaster is a library system to make
GFX Board Compatible Game Coding easy. It supports :

- Direct Access to the Video RAM
- With some effort the code even runs on ECS/AGA (through c2p)
- Supports nearly all WB Emulations (Does not support Retina WB Emulation...),
  including Support for CyberGraphX and Picasso96
- Alternatively to Direct Video RAM Access on a Screen (Fast) it also
  supports writing to a Workbench Window (Slower, though...)
- PowerPC, using the WarpUP System from H&P. It also runs on
  plain 68k Systems, though (Fat Binary)
- And much more

This part of the archive is for the developper. 
It contains Binaries and Demos, Autodocs and Includes. You might be interested
in getting the Driver Archive, additionally, if you do not want having to bother
with Library/OS Coding. This Driver Archive contains an example driver where
you do not have to know about this. This is all done internally in the driver.

Note: If you use MCP, i recommend using at least Version MCP131B8. Earlier
versions might use up too much ramlib stack. According to a user, this was
fixed with Version MCP131B8. So i recommend at least this version. If problems
still appear, i recommend installing MCPramlibpatch. This might also apply
to MCP-Clones like MCX.

The other rtgmaster archive is rtgmaster_user.lha. The User
Archive contains Demos and Binaries (they are also contained here, though).

V21 changes:

- Important rtgCGX.library bugfix for 15/16/24 Bit Screens (there is not yet
  a program using rtgmaster in Truecolor mode, though, most games are these
  days still 8 Bit, if not to say all)
- Workaround for CyberGraphX V41 R55 Bug concerning WaitBOVP. Doublebuffering
  will now work with the buggy CyberGraphX Version again. (Bugreport already
  sent).
- Installer script finally fixed.

V22 changes:

- Moon source added, with the permission of the author
- rtgCGX changes
- Note about how to make a game running on the CV64 (the CV64 does some
  special things... Genetic Species is coded GOOD for example, it runs,
  tiny3d is NOT). it is only a small thing, but many coders seemed not
  to have a look at it. And no, it is no rtgmaster problem, if you use
  CyberGraphX or Picasso96, you will get the same problems... you can't
  assume BytesPerRow = BytesPerPixel * Width on the CV64, basically, but
  have to read out the real BytesPerRow...

New in second V22 version (sorry :) ) :

- Problems with CopyRtgPixelArray call and Cybervision64 Board should now
  finally be fixed (so Tiny3D should now work on the CV64 also)

V23 changes:

- Problems with rtgmaster and MCP and similar tools finally solved
  (please delete libs:rtg/rtgPICA.library, for this sublibrary it is not
  yet solved... delete it even if you do not have a Picasso II... the
  rtgmaster installer now does not install rtgPICA.library automatically,
  you have to install it manually, if you still use the original Picasso II
  WB Emulation, and not CyberGraphX/P96 for Picasso II)

- Some minor bugs in rtgAMI.library fixed
- Speedup of Doublebuffering in rtgAMI.library of 2000% (only, if you use OS3.0/3.1)
- Added Support for BlitzBasic (Basic support for Blitz Basic only...)
- Fixed Bug in Screenmoderequester (crash when a Screenmode was chosen using the
  Keyboard)
- Default c2p directory now always is libs:rtgc2p
- There probably will be a new version with faster/better ECS/AGA Support soon...

V26 changes:

- Fixed a bug that was inside rtgmaster since the very beginning and caused it
  to crash on a few Amigas (not on mine, this is why i not noticed this bug before)
- Lots of small bugfixes in not-so-often used functions of rtgAMI.library
- Fixed finally the "PAL Screenmodes appear twice" Bug
- Included a new sublibrary for P96 Native. This sublibrary needs the latest
  P96 Version, and supports P96 style Doublebuffering (Doublebuffering of
  rtgCGX.library only works with CyberGraphX or Probench3, not with P96).
- Added E Includes provided by bhar@hem.passagen.se

V27 changes:

- Now runs again on AGA-only systems (sorry for this bug :( Fixed it)
- Added info for people still having problems on AGA-only systems to
  the docs (some people have incorrect startup-sequences)
- Added announcement for PPC rtgmaster version

V32 changes:

- Added PowerPC Support (optional)
- Added Workbench Window + Public Screen Window Support
- Added Softsprite Functions from Rady Marusa (thanks, Rady :) )
- Added MOUSEMOVE Support
- This release runs on both PPC Systems and on Systems without PPC :)
- Added new very fast c2p

V35 changes:

- Workbench Window Mode: Added Support for programs that change their
  Palette while the game is running (up to now this only worked correctly
  on a Screen)
- Workbench Window Mode: Optimized Color-Conversion function much, especially
  for PPC (thanks to Sam Jordan for the hint to use PPC ASM for this, and
  also thanks for the example sources he provided to me), but also for 68k.
  The Colors should also look more correct now
- Some programs cannot run on a WB Window, as they change their colors TOO
  OFTEN for Color-Conversion to handle it. Rtgmaster contains now a special
  mode that enables the program to change the Workbench Palette (and reset
  it to the normal colors after Quit), if the "normal" method fails. Of course
  the normal method should be used if possible. That this "change of WB Colors"
  might be needed for some programs (Crystal3D...) is not the fault of rtgmaster,
  it is the fault of the Workbench Screen, that has a limit of how fast Colorchanges
  are allowed on the Workbench (Colorcycling for example will NOT work on
  Workbench Screen)
- rtg_BusSystem now also recognizes AteoBus (Pixel64) and PCI (Inferno)
- CV/3D is now correctly reognized as "Zorro 3" (was recognized as "Zorro 2"
  before), if present in a Zorro 3 System
- Added Includes for GNU C 68k (inline/rtgmaster.h)
  Thanks to trance@master.echo.ch for the inline-file :)
- Some small fixes and stuff

V37: Mainly bugfixes, + updated E Includes thanks to r.zimmerling@link-dd.cl.sub.de
for updating them :)

V38 changes:

- bugfixes (rtgCGX.library Bugfix and RtgSetFont Bugfix)
- added Support for the new vbcc-WarpOS Compiler

V40 changes:

- added RtgScreenToFront function for handling several RtgScreens at the same time
- added RtgConvert function to convert RGB 24 Bit input to any 15-24 Bit format
  (both 68k and PPC)
- Bugfix: CopyRtgPixelArray in rtgP96.library (the "Abuse problem")
- Bugfix: Mousemove problem for rtgCGX.library
- Added: Example about PPC rtgmaster coding with vbcc-WarpOS, together with
  installation docs of vbcc-WarpOS and of the rtgmaster-files for vbcc-WarpOS.
  The example executable needs a GFX Board to work, but can easily be changed
  to run on AGA too.

V41 changes:

- bugfixes
- added MCPramlibpatch to archive (if you get ramlib crashes, include it to
  your startup-sequence... some people seem to have too much ramlib-consuming
  on their system installed. MCPramlibpatch raises the ramlib stack to fix this).
- updated rtgm.lib so that it also works with the final version of vbcc-WarpOS
- added info to the docs for people who have problems with the new FlashROM
  of PPC Boards or the CV/PPC

  Basically:

  For both: Install the WarpOS 3.1 archive which is available at:

  ftp://ftp.haage-partner.com/WarpUP

  Then:

  echo >env:powerpc/TERMINATOR "2"
  echo >envarc:powerpc/TERMINATOR "2"

  This removes some unclean OS-Patches that are included in the latest version
  of the FlashROM.

  If you have a CV/PPC or BV/PPC you should also:

  echo >env:powerpc/force "1"
  echo >envarc:powerpc/force "1"
  echo >env:powerpc/gfxaddr "$e0000000"
  echo >envarc:powerpc/gfxaddr "$e0000000"

  This is needed as the CV/PPC is no Zorro-Board. You need only to do it once.
  Future versions of WarpUP will do it automatically with the Installer.

  Avoid starting ppc.library programs in your startup-sequence. Some of them
  (for example RC5-PPC) make rtgmaster not running anymore.

  Any complaints about this behaviour should go to Phase 5, not to me (if they
  remove the LoadSeg-Patch from the FlashROM again, those problems would
  disappear).

V42 changes:

- Bugfix GetRtgScreenData concerning MouseX/MouseY for rtgAMI.library (but
  better use RtgInitRDCMP for mouseposition anyways)
- added rtgmaster<->Warp3D interface, see rtgmaster_dev.guide for more
  information (Warp3D is the new 3D standard for the Amiga, rtgCV3D.library
  was cancelled, as Warp3D is much better... Warp3D is for both 68k and PPC)
- added possibility to access the Screen/Window structures of a RtgScreen,
  if present (see rtgmaster_dev.guide for more)
- added new c2p module
- hopefully fixed "16/24 Bit modes for rtgCGX.library on Cybervision Boards" Bug

(Note: About env:powerpc-Variables concerning the FlashROM/CVPPC trouble...
 they are set automatically by the WarpUP 3.1 Installer, as i was now informed,
 so no need to bother about it anymore... :) )

Steffen Haeuser


Contents of driver/video/rtgmaster_dev.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic]                  945    1608  58.8% -lh5- 9698 May 13  1997 demos/flame/flame.info
[generic]                   72      87  82.8% -lh5- 5352 Sep 26  1997 demos/flame/flame.lnk
[generic]                  340     488  69.7% -lh5- f0bf Sep 26  1997 demos/flame/flameasm.o
[generic]                  549    1478  37.1% -lh5- ce98 Feb 18  1996 demos/flame/timer.c
[generic]                 1667    3508  47.5% -lh5- 8dc3 Sep 26  1997 demos/flame/timer.o
[generic]                  250     624  40.1% -lh5- 60bb Mar 24  1997 demos/flamme.info
[generic]                 1303    3076  42.4% -lh5- e9c8 Jun 29  1998 demos/flamme/flamme
[generic]                 1965   10196  19.3% -lh5- f777 Jun 29  1998 demos/flamme/flamme.asm
[generic]                  390     835  46.7% -lh5- a03b Nov  7  1996 demos/flamme/flamme.info
[generic]                 8158   14040  58.1% -lh5- bc22 Feb 16  1998 demos/flame/flame
[generic]                 2399    8071  29.7% -lh5- 8e8c Jan 22  1998 demos/flame/flame.c
[generic]                 1027    1593  64.5% -lh5- 9697 May 13  1997 demos/flame/flame.c.info
[generic]                 1909    3600  53.0% -lh5- 33c5 Sep 26  1997 demos/flame/flame.o
[generic]                  626    2404  26.0% -lh5- ced4 Feb 11  1996 demos/flame/flameasm.a
[generic]                 1087    1792  60.7% -lh5- bf77 Feb 11  1996 demos/flame/flameasm.a.info
[generic]                 1021    1593  64.1% -lh5- 8a4c Feb 11  1996 demos/flame/timer.c.info
[generic]                   75     119  63.0% -lh5- ded0 Feb 11  1996 demos/flame/timer.h
[generic]                 1048    1633  64.2% -lh5- 69ed Feb 11  1996 demos/flame/timer.h.info
[generic]                  249     624  39.9% -lh5- eaad Mar 24  1997 demos/flame.info
[generic]                  252     624  40.4% -lh5- fad0 Mar 14  1997 demos/mywolf/dat.info
[generic]                19469   25444  76.5% -lh5- 8f09 Mar 14  1997 demos/mywolf/dat/tables.dat
[generic]                  428    8256   5.2% -lh5- e6a8 Mar 14  1997 demos/mywolf/dat/world.map
[generic]                54839  126188  43.5% -lh5- 8e82 Jan 13  1998 demos/mywolf/mywolf
[generic]                  666    1007  66.1% -lh5- 39e4 May 13  1997 demos/mywolf/mywolf.info
[generic]                 1343    3089  43.5% -lh5- 1c53 Mar 14  1997 demos/mywolf/pcx/a1.pcx
[generic]                 1127    3571  31.6% -lh5- a6c2 Mar 14  1997 demos/mywolf/pcx/a10.pcx
[generic]                  268    3076   8.7% -lh5- 0299 Mar 14  1997 demos/mywolf/pcx/a.pal
[generic]                  456     928  49.1% -lh5- 65d0 Mar 14  1997 demos/mywolf/pcx/a.pal.info
[generic]                 1643    4222  38.9% -lh5- b1b7 Mar 14  1997 demos/mywolf/pcx/a0.pcx
[generic]                 1773    6566  27.0% -lh5- 09a3 Mar 14  1997 demos/mywolf/pcx/a0.pcx.info
[generic]                 1643    4222  38.9% -lh5- 4e9e Mar 14  1997 demos/mywolf/pcx/a6.pcx
[generic]                  986    3700  26.6% -lh5- 2f7c Mar 14  1997 demos/mywolf/pcx/a7.pcx
[generic]                 1313    3593  36.5% -lh5- 05fc Mar 14  1997 demos/mywolf/pcx/a8.pcx
[generic]                 1127    3571  31.6% -lh5- a6c2 Mar 14  1997 demos/mywolf/pcx/a9.pcx
[generic]                  249     624  39.9% -lh5- e674 Mar 24  1997 demos/Mandel.info
[generic]                  250     624  40.1% -lh5- c916 Mar 14  1997 demos/mywolf/pcx.info
[generic]                 2504    4869  51.4% -lh5- 5733 Mar 14  1997 demos/mywolf/pcx/a2.pcx
[generic]                 2326    4730  49.2% -lh5- 8578 Mar 14  1997 demos/mywolf/pcx/a3.pcx
[generic]                  545    3284  16.6% -lh5- e48d Mar 14  1997 demos/mywolf/pcx/a4.pcx
[generic]                 1936    4705  41.1% -lh5- 1b4b Mar 14  1997 demos/mywolf/pcx/a5.pcx
[generic]                   64     162  39.5% -lh5- 37c3 Mar 14  1997 demos/mywolf/pcx/gfx.lis
[generic]                  881    3297  26.7% -lh5- e35b Mar 14  1997 demos/mywolf/pcx/statback.pcx
[generic]                11046   18132  60.9% -lh5- 8217 Jan 13  1998 demos/mandel/mandel
[generic]                 2483    7943  31.3% -lh5- cb6f Jan 13  1998 demos/mandel/mandel.c
[generic]                  670    1007  66.5% -lh5- d5b0 May 13  1997 demos/mandel/mandel.info
[generic]                  128     198  64.6% -lh5- 9e24 Mar 24  1997 demos/mandel/mandelasm.a
[generic]                  549    1478  37.1% -lh5- ce98 Feb 18  1996 demos/mandel/timer.c
[generic]                 1021    1593  64.1% -lh5- 8a4c Feb 11  1996 demos/mandel/timer.c.info
[generic]                   75     119  63.0% -lh5- ded0 Feb 11  1996 demos/mandel/timer.h
[generic]                 1048    1633  64.2% -lh5- 69ed Feb 11  1996 demos/mandel/timer.h.info
[generic]                  250     624  40.1% -lh5- b770 Mar 24  1997 demos/MyWolf.info
[generic]                13039   30476  42.8% -lh5- 3bb5 Aug 13  1998 demos/mandel/mandelppc
[generic]                 2579    8140  31.7% -lh5- 4953 Aug 13  1998 demos/mandel/mandelppc.c
[generic]                 1077    2253  47.8% -lh5- 220d Jun 30  1998 demos/mandel/mandelppc.doc
[generic]                14546   29288  49.7% -lh5- 7b4e Jun 27  1996 demos/network/TCPClient
[generic]                15708   32132  48.9% -lh5- 28f3 Jun 27  1996 demos/network/TCPServ
[generic]                  250     624  40.1% -lh5- 3ca6 Mar 24  1997 demos/Ping.info
[generic]                 1684    2976  56.6% -lh5- 6312 Jul  4  1996 demos/ping/kugel.raw
[generic]                19728   39952  49.4% -lh5- 6378 Jul  4  1996 demos/ping/ping
[generic]                 2353    7649  30.8% -lh5- bc9f Jul  4  1996 demos/ping/ping.c
[generic]                 7891   14872  53.1% -lh5- cedf Jun 27  1996 demos/network/P2PClient
[generic]                  719    1607  44.7% -lh5- c28c Sep 26  1997 demos/network/P2PClient.c
[generic]                  393     835  47.1% -lh5- f3e4 Jun  8  1996 demos/network/P2PClient.info
[generic]                12367   26188  47.2% -lh5- f1ec Jun 27  1996 demos/network/P2PServ
[generic]                  772    1836  42.0% -lh5- 2af4 Sep 26  1997 demos/network/P2PServ.c
[generic]                  392     835  46.9% -lh5- 73aa Jun  8  1996 demos/network/P2PServ.info
[generic]                  589    1606  36.7% -lh5- 2abb Oct  9  1997 demos/network/TCPServ.c
[generic]                  398     835  47.7% -lh5- eb06 Jun  9  1996 demos/network/TCPServ.info
[generic]                  250     624  40.1% -lh5- ef40 Mar 24  1997 demos/Network.info
[generic]                  499    1111  44.9% -lh5- dcfe Sep 26  1997 demos/network/TCPClient.c
[generic]                  399     835  47.8% -lh5- 5c6f Jun  9  1996 demos/network/TCPClient.info
[generic]                 8350   24837  33.6% -lh5- 7fdb Oct 14  1996 devdocs/c2p.ad
[generic]                  384     613  62.6% -lh5- 1d62 Jan 15  1998 devdocs/Important!!!
[generic]                20362   84466  24.1% -lh5- 798e Jun 30  1998 devdocs/rtgmaster.ad
[generic]                21412   88623  24.2% -lh5- c096 Jul 19  1997 devdocs/rtgmasterdocV23.guide
[generic]                 4022   11490  35.0% -lh5- 2591 Sep 26  1997 devdocs/Skeleton.asm
[generic]                70616   70616 100.0% -lh0- c2e2 Dec 25  1997 devdocs/SpriteExamp.lha
[generic]                  445     813  54.7% -lh5- b32a Jan 15  1998 goodies/Readme.Old.Stuff
[generic]                 4994    8784  56.9% -lh5- bd87 Oct 17  1997 goodies/rtgAMI.library.v27
[generic]                 5154   12372  41.7% -lh5- dcad Oct 17  1997 goodies/rtgCGX.library.v27
[generic]                 4899   11452  42.8% -lh5- 6007 Oct 17  1997 goodies/rtgEGS.library.v27
[generic]                 5265   12880  40.9% -lh5- bb18 Oct 17  1997 goodies/rtgP96.library.v27
[generic]                 2624    4848  54.1% -lh5- a62f May  6  1997 goodies/rtgPICA.library
[generic]                 2624    4848  54.1% -lh5- a62f Feb  3  1997 goodies/rtgPICA.library.v1
[generic]                  765    2444  31.3% -lh5- 7f91 Jan 30  1997 goodies/rtggadtools/include/rtggadtools.h
[generic]                  200     607  32.9% -lh5- 2803 Jan 30  1997 goodies/rtggadtools/include/rtggadtools_pragmas.h
[generic]                  200     428  46.7% -lh5- 0a17 Jan 30  1997 goodies/rtggadtools/include/rtggadtools_protos.h
[generic]                  978    1923  50.9% -lh5- 1b53 Jan 16  1997 goodies/rtggadtools/README
[generic]                24208   50996  47.5% -lh5- a096 Oct 17  1997 goodies/rtgmaster.library.v27
[generic]                  828    1303  63.5% -lh5- 8515 Jan 16  1997 goodies/rtggadtools/example.c.info
[generic]                  964    1538  62.7% -lh5- ee55 Jan 16  1997 goodies/rtggadtools/Include.info
[generic]                  964    1261  76.4% -lh5- 38ef Jan 16  1997 goodies/rtggadtools/Install.info
[generic]                  965    1538  62.7% -lh5- a026 Jan 16  1997 goodies/rtggadtools/libs.info
[generic]                 2859    5480  52.2% -lh5- 32b2 Jan 30  1997 goodies/rtggadtools/libs/rtggadtools.library
[generic]                  760    1154  65.9% -lh5- 02cb Jan 16  1997 goodies/rtggadtools/README.info
[generic]                 3942   12810  30.8% -lh5- 1605 Jan 30  1997 goodies/rtggadtools/autodocs/rtggadtools.doc
[generic]                 4675   14487  32.3% -lh5- 7461 Jan 30  1997 goodies/rtggadtools/example.c
[generic]                  988    1462  67.6% -lh5- abc3 Jan 16  1997 goodies/rtggadtools/Example.info
[generic]                  963    1538  62.6% -lh5- e06b Jan 16  1997 goodies/rtggadtools/FD.info
[generic]                  215     402  53.5% -lh5- cb7f Jan 30  1997 goodies/rtggadtools/fd/rtggadtools.fd
[generic]                  160     244  65.6% -lh5- f9f1 Jan 16  1997 goodies/rtggadtools/Install
[generic]                22608   47596  47.5% -lh5- 4659 Dec  8  1996 goodies/asmconv/asmconv
[generic]                  224     356  62.9% -lh5- b4bf Dec 11  1996 goodies/asmconv/asmconv.doc
[generic]                 1191    3980  29.9% -lh5- fcf3 Dec  8  1996 goodies/asmconv/example.asm
[generic]                  274     628  43.6% -lh5- b5ba Jan 16  1997 goodies/RTGGadTools.info
[generic]                 2859    5480  52.2% -lh5- 32b2 Feb 18  1997 goodies/rtggadtools.library
[generic]                  968    1538  62.9% -lh5- 695d Jan 16  1997 goodies/rtggadtools/Autodocs.info
[generic]                 8874   16516  53.7% -lh5- 9943 Jan 30  1997 goodies/rtggadtools/Example
[generic]                  251     624  40.2% -lh5- 8c3a Dec 11  1996 goodies/asmconv.info
[generic]                 1919   10690  18.0% -lh5- a108 Jun 29  1998 includes/gcc/inline/rtgmaster.h
[generic]                 1920   10690  18.0% -lh5- 4dbe Jun 29  1998 includes/gcc/inline/rtgmaster.h.bak
[generic]                  496     830  59.8% -lh5- 847f Feb 16  1998 includes/gcc/Readme.Important!!!!
[generic]                  709    1352  52.4% -lh5- 079e Jan 13  1998 includes/stormc.info
[generic]                  141     153  92.2% -lh5- 85b2 Jan 15  1998 includes/stormc/pragmas/rtgmaster_pragmas.h
[generic]                  713    1352  52.7% -lh5- 0b45 Jan 13  1998 includes/stormc/pragmas.info
[generic]                  141     151  93.4% -lh5- 9aa6 Jan 15  1998 includes/stormc/pragmas/rtgextra_pragmas.h
[generic]                  712    1352  52.7% -lh5- 8c94 Jan 13  1998 includes/stormc/rtgmaster.info
[generic]                  431    1345  32.0% -lh5- 7b64 Nov 10  1997 includes/stormc/rtgmaster/rtgmasterppc.h
[generic]                 2651    7366  36.0% -lh5- 17f5 Oct 24  1997 includes/stormc/rtgmaster/rtgTCPIP.h
[generic]                  833    2522  33.0% -lh5- 39d4 Oct 24  1997 includes/stormc/rtgmaster/rtgc2p.h
[generic]                  604    1558  38.8% -lh5- 46e3 Oct  7  1998 includes/stormc/rtgmaster/rtgCGX.h
[generic]                  453    1126  40.2% -lh5- 9ffa Jan  2  1998 includes/stormc/rtgmaster/rtgEGS.h
[generic]                 2424    7445  32.6% -lh5- a41a Jan 18  1998 includes/stormc/rtgmaster/rtgmaster.h
[generic]                 5209   16075  32.4% -lh5- 2448 Oct  7  1998 includes/stormc/rtgmaster/rtgsublibs.h
[generic]                  713    1352  52.7% -lh5- 48e4 Jan 13  1998 includes/stormc/clib.info
[generic]                 2773   18343  15.1% -lh5- 6637 Jun 22  1998 includes/stormc/clib/rtgmaster_protos.h
[generic]                  713    1352  52.7% -lh5- 3db4 Jan 13  1998 includes/stormc/pragma.info
[generic]                  342     914  37.4% -lh5- a40e Jan 15  1998 includes/stormc/pragma/rtgextra_lib.h
[generic]                  803    3684  21.8% -lh5- 0e7e Jun 20  1998 includes/stormc/pragma/rtgmaster_lib.h
[generic]                  625    1753  35.7% -lh5- 90dc Jul 27  1998 includes/stormc/rtgmaster/rtgAMI.h
[generic]                  714    1352  52.8% -lh5- 30ef Jan 13  1998 includes/sasc.info
[generic]                  246     624  39.4% -lh5- 1dc4 Jan 20  1996 includes/sasc/rtgmaster.info
[generic]                 2424    7445  32.6% -lh5- a41a Jan 18  1998 includes/sasc/rtgmaster/rtgmaster.h
[generic]                  472    1392  33.9% -lh5- cfbc Jan 15  1998 includes/sasc/rtgmaster/rtgmasterppc.h
[generic]                 2651    7366  36.0% -lh5- 17f5 Jun 27  1996 includes/sasc/rtgmaster/rtgTCPIP.h
[generic]                  436    1283  34.0% -lh5- 2bf9 Jan 15  1998 includes/stormc/clib/rtgextra_protos.h
[generic]                  625    1753  35.7% -lh5- 90dc Jul 27  1998 includes/sasc/rtgmaster/rtgAMI.h
[generic]                  833    2522  33.0% -lh5- 39d4 Sep 12  1996 includes/sasc/rtgmaster/rtgc2p.h
[generic]                  830    2308  36.0% -lh5- 3842 Sep 12  1996 includes/sasc/rtgmaster/rtgc2p.i
[generic]                  604    1558  38.8% -lh5- 46e3 Oct  7  1998 includes/sasc/rtgmaster/rtgCGX.h
[generic]                  453    1126  40.2% -lh5- 9ffa Nov 12  1997 includes/sasc/rtgmaster/rtgEGS.h
[generic]                 5209   16075  32.4% -lh5- 2448 Oct  7  1998 includes/sasc/rtgmaster/rtgsublibs.h
[generic]                  223     487  45.8% -lh5- f7ea Sep 22  1997 includes/sasc/fd/rtgextra.fd
[generic]                  823    2687  30.6% -lh5- eee7 Jun 30  1998 includes/sasc/fd/rtgmaster.fd
[generic]                  427     773  55.2% -lh5- 90f4 Sep 27  1997 includes/sasc/fd/rtgmaster.fd.info
[generic]                  160     280  57.1% -lh5- c9ae Sep 22  1997 includes/sasc/proto/rtgextra.h
[generic]                  161     282  57.1% -lh5- 71fb Dec 19  1996 includes/sasc/proto/rtgmaster.h
[generic]                  375     855  43.9% -lh5- 6da4 Jan 27  1996 includes/sasc/proto/rtgmaster.h.info
[generic]                  250     624  40.1% -lh5- b0ae Apr 23  1996 includes/sasc/clib.info
[generic]                  377     855  44.1% -lh5- e53f Jan 28  1996 includes/sasc/clib/rtgmaster_protos.h.info
[generic]                  250     624  40.1% -lh5- 6853 Apr 23  1996 includes/sasc/fd.info
[generic]                 1088    5032  21.6% -lh5- c638 Jun 30  1998 includes/sasc/fd/rtgmaster_lib.fd
[generic]                  249     624  39.9% -lh5- 6904 Apr 23  1996 includes/sasc/pragmas.info
[generic]                  252     624  40.4% -lh5- a5c1 Apr 23  1996 includes/sasc/proto.info
[generic]                  436    1283  34.0% -lh5- 2bf9 Jan 15  1998 includes/sasc/clib/rtgextra_protos.h
[generic]                 1009    4311  23.4% -lh5- 3722 Jun 29  1998 includes/sasc/clib/rtgmaster_protos.h
[generic]                  213     629  33.9% -lh5- 9540 Jan 15  1998 includes/sasc/pragmas/rtgextra_pragmas.h
[generic]                  607    2883  21.1% -lh5- d4fb Jun 29  1998 includes/sasc/pragmas/rtgmaster_pragmas.h
[generic]                  373     855  43.6% -lh5- 6a46 Jan 27  1996 includes/sasc/pragmas/rtgmaster_pragmas.h.info
[generic]                  251     624  40.2% -lh5- c0ae Apr 23  1996 includes/ASM.info
[generic]                  249     624  39.9% -lh5- 0ee9 Apr 23  1996 includes/asm/rtgmaster.info
[generic]                 2491    8312  30.0% -lh5- 81f5 Jan 18  1998 includes/asm/rtgmaster/rtgmaster.i
[generic]                 1004    3525  28.5% -lh5- 7410 Jun 30  1998 includes/asm/rtgmaster/rtgmaster_lib.i
[generic]                 5169   15914  32.5% -lh5- 0168 Feb 13  1998 includes/asm/rtgmaster/rtgsublibs.h
[generic]                  340     621  54.8% -lh5- dde1 Oct 24  1997 includes/asm/rtgmaster/rtgTCPIP.i
[generic]                  250     624  40.1% -lh5- 9eb3 Apr 23  1996 includes/E.info
[generic]                  869    2356  36.9% -lh5- 02e6 Jan 15  1998 includes/asm/rtgmaster/rtgc2p.i
[generic]                  604    1659  36.4% -lh5- 077b Jul 27  1998 includes/asm/rtgmaster/rtgCGX.i
[generic]                  527    1374  38.4% -lh5- a466 Nov 12  1997 includes/asm/rtgmaster/rtgEGS.i
[generic]                  167     304  54.9% -lh5- 90ca Jan 15  1998 includes/asm/rtgmaster/rtgextra_lib.i
[generic]                  447    1160  38.5% -lh5- aec7 Jan 15  1998 includes/asm/rtgmaster/rtgmasterppc.i
[generic]                 5382   16992  31.7% -lh5- daed Oct  7  1998 includes/asm/rtgmaster/rtgsublibs.i
[generic]                  616    1716  35.9% -lh5- f844 Jul 27  1998 includes/asm/rtgmaster/rtgAMI.i
[generic]                  315     653  48.2% -lh5- 4371 May  2  1998 includes/e/modules-guide/rtgextra.m
[generic]                  879    2622  33.5% -lh5- 2016 May  2  1998 includes/e/modules-guide/rtgmaster.m
[generic]                  345    1747  19.7% -lh5- 1d19 May  2  1998 includes/e/rtgEdev-V35.readme
[generic]                  251     624  40.2% -lh5- 62cf Apr 23  1996 includes/Oberon.info
[generic]                   61      61 100.0% -lh0- e169 Apr 23  1996 includes/oberon/Readme
[generic]                  617    1454  42.4% -lh5- 41d7 May  2  1998 includes/e/modules-guide/libraries/rtggadtools.m
[generic]                  296     572  51.7% -lh5- 7bee May  2  1998 includes/e/modules-guide/rtggadtools.m
[generic]                  621    1466  42.4% -lh5- 484d May  2  1998 includes/e/modules-guide/rtgmaster/rtgcgx.m
[generic]                  526    1246  42.2% -lh5- 2a91 May  2  1998 includes/e/modules-guide/rtgmaster/rtgegs.m
[generic]                  673    1740  38.7% -lh5- adbc May  2  1998 includes/e/modules-guide/rtgmaster/rtgami.m
[generic]                  720    1864  38.6% -lh5- 6627 May  2  1998 includes/e/modules-guide/rtgmaster/rtgc2p.m
[generic]                  362     766  47.3% -lh5- 08de May  2  1998 includes/e/modules-guide/rtgmaster/rtgpica.m
[generic]                 1273    3877  32.8% -lh5- 0661 May  2  1998 includes/e/modules-guide/rtgmaster/rtgsublibs.m
[generic]                  806    2142  37.6% -lh5- 4055 May  2  1998 includes/e/modules-guide/rtgmaster/rtgmaster.m
[generic]                  517     946  54.7% -lh5- 29fb May  2  1998 includes/e/modules/libraries/rtggadtools.m
[generic]                  112     161  69.6% -lh5- 72b1 May  2  1998 includes/e/modules/rtgextra.m
[generic]                  106     161  65.8% -lh5- 929a May  2  1998 includes/e/modules/rtggadtools.m
[generic]                  401     868  46.2% -lh5- 6081 May  2  1998 includes/e/modules/rtgmaster.m
[generic]                  528    1096  48.2% -lh5- 60e0 May  2  1998 includes/e/modules/rtgmaster/rtgami.m
[generic]                  688    1436  47.9% -lh5- 3e16 May  2  1998 includes/e/modules/rtgmaster/rtgc2p.m
[generic]                  692    1388  49.9% -lh5- fbc8 May  2  1998 includes/e/modules/rtgmaster/rtgmaster.m
[generic]                  244     484  50.4% -lh5- 7f5c May  2  1998 includes/e/modules/rtgmaster/rtgpica.m
[generic]                 1334    3022  44.1% -lh5- 47cd May  2  1998 includes/e/modules/rtgmaster/rtgsublibs.m
[generic]                  480     956  50.2% -lh5- 1e70 May  2  1998 includes/e/modules/rtgmaster/rtgcgx.m
[generic]                  368     752  48.9% -lh5- 0a35 May  2  1998 includes/e/modules/rtgmaster/rtgegs.m
[generic]                  710    1352  52.5% -lh5- b74e Jun 30  1998 includes/vbcc-warpos/lib.info
[generic]                 2800   23908  11.7% -lh5- 7515 Aug  2  1998 includes/vbcc-warpos/lib/rtgm.lib
[generic]                  581    1146  50.7% -lh5- 60df Jun 30  1998 includes/vbcc-warpos/readme.first
[generic]                  711    1352  52.6% -lh5- 5411 Jun 30  1998 includes/vbcc-warpos/rtgmaster.info
[generic]                  827    2593  31.9% -lh5- ad9f May 25  1998 includes/vbcc-warpos/rtgmaster/rtgmaster.h
[generic]                  369     855  43.2% -lh5- 8cab Oct 24  1997 includes/vbcc-warpos/rtgmaster/rtgmaster.h.info
[generic]                 1298    4049  32.1% -lh5- bec6 Jun 22  1998 includes/vbcc-warpos/rtgmaster/rtgsublibs.h.bak
[generic]                  229     486  47.1% -lh5- 3998 Oct 24  1997 includes/vbcc-warpos/rtgmaster/rtgsublibs.h.info
[generic]                  711    1352  52.6% -lh5- b943 Jun 30  1998 includes/vbcc-warpos/clib.info
[generic]                 1413    7517  18.8% -lh5- 1427 Jun 30  1998 includes/vbcc-warpos/clib/rtgmaster_protos.h
[generic]                  608    1793  33.9% -lh5- e634 May 25  1998 includes/vbcc-warpos/rtgmaster/rtgc2p.h
[generic]                 1332    4209  31.6% -lh5- 15fd Oct  7  1998 includes/vbcc-warpos/rtgmaster/rtgsublibs.h
[generic]                12544   31424  39.9% -lh5- 426c Oct  7  1998 libs/rtg/rtgP96.library
[generic]                  251     624  40.2% -lh5- 5059 Mar 24  1997 libs/rtgc2p.info
[generic]                  253     624  40.5% -lh5- 0e4d Nov 22  1995 libs/rtg.info
[generic]                11351   23624  48.0% -lh5- 64ae Oct  7  1998 libs/rtg/rtgAMI.library
[generic]                11956   29360  40.7% -lh5- 3f1f Oct  7  1998 libs/rtg/rtgCGX.library
[generic]                 6840   16396  41.7% -lh5- 8b4d Oct  7  1998 libs/rtg/rtgEGS.library
[generic]                  834    1840  45.3% -lh5- 0178 Sep 19  1997 libs/rtgc2p/040
[generic]                  736    1344  54.8% -lh5- 2f5e Sep 19  1997 libs/rtgc2p/gd
[generic]                  862    1640  52.6% -lh5- 08e0 Jan 11  1998 libs/rtgc2p/leony
[generic]                  456     860  53.0% -lh5- 49c4 Jan  8  1998 libs/rtgc2p/Suzy
[generic]                 2518    4328  58.2% -lh5- 9329 Jun  2  1998 libs/rtgextra.library
[generic]                40100  114292  35.1% -lh5- 0643 Oct  7  1998 libs/rtgmaster.library
[generic]                  250     624  40.1% -lh5- ed19 Feb 20  1997 demos.info
[generic]                  253     628  40.3% -lh5- 2fb6 Apr 22  1996 DevDocs.info
[generic]                 4119   10227  40.3% -lh5- 71d1 Feb 17  1998 extradocs.txt
[generic]                  646    2504  25.8% -lh5- 941f Sep 24  1998 libs/rtgc2p/Azure
[generic]                  576     820  70.2% -lh5- d06a Oct 14  1996 libs/rtgc2p/chunky4
[generic]                 1062    2024  52.5% -lh5- 34c9 Feb 13  1998 libs/rtgc2p/cpu040
[generic]                  855    1576  54.3% -lh5- e8b9 Jan 11  1998 libs/rtgc2p/ecs
[generic]                 5229   36902  14.2% -lh5- d6ca Mar 24  1997 pics/flame.iff
[generic]                 2931   23708  12.4% -lh5- 685e Mar 24  1997 pics/flamme.iff
[generic]                 3152    9766  32.3% -lh5- 0fe5 Mar 24  1997 pics/mandel.iff
[generic]                13711   23414  58.6% -lh5- 387d Mar 24  1997 pics/mywolf.iff
[generic]                60139   94720  63.5% -lh5- c1cc Feb 13  1998 pics/zhadoom.iff
[generic]                  251     624  40.2% -lh5- 80af Jul  4  1996 goodies.info
[generic]                  253     628  40.3% -lh5- 2fb6 Apr 22  1996 Includes.info
[generic]                 1631    5907  27.6% -lh5- d277 May 12  1998 Install_RTGMaster
[generic]                  458    1238  37.0% -lh5- d609 Mar 24  1997 Install_RTGMaster.info
[generic]                  252     624  40.4% -lh5- 7cbb Mar 24  1997 libs.info
[generic]                  270     296  91.2% -lh5- 3b38 Aug 13  1998 mcpramlibpatch
[generic]                  250     624  40.1% -lh5- 92f5 Mar 24  1997 pics.info
[generic]                34308   97469  35.2% -lh5- 54f1 Oct  7  1998 rtgmaster_dev.guide
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total       242 files  777667 1867214  41.6%            Oct 12  1998
Page generated in 0.02 seconds
Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>