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

game/shoot/WarpQuake_src.lha

Mirror:Random
Showing: ppc-morphos icongeneric icon
No screenshot available
Short:WarpOS Quake port source
Author: jami.laakkonen at kolumbus.fi
Uploader:Jarmo Laakkonen (jami laakkonen kolumbus fi)
Type:game/shoot
Architecture:generic
Date:2000-05-24
Download:game/shoot/WarpQuake_src.lha - View contents
Readme:game/shoot/WarpQuake_src.readme
Downloads:746

WarpQuake 0.7    22-05-2000

WarpQuake is a port of Quake based on Awinquake by Peter McGavin.

Requirements:

PPC board with WarpOS installed.
AGA or GFX board.
TCP/IP stack for network games.
lowlevel.library for joypad support.
chunkyppc.library. (included)

The networking code has only been tested by running two Quake executables
on the same machine. This worked fine.

Amiga specific commandline options:

-ahi:
Use AHI. Not recommended as this is slower than using audio.device.

-ahiunit:
Use this to specify the AHI unit used. The default is 0.

-noaspectadjust:
Always use 1:1 aspect.

-width:
-height:
Use these to specify display width and height when using chunkyppc.library.
Otherwise you only get 320x200 play area although the screen is bigger.
Note that this isn't needed on AGA.

-bat:
Change to BAT MMU setup. This should give a slight speed increase, but
may cause problems on some setups.
This does the same thing as the changemmu tool supplied with WarpOS.

-wpa8:
Use WritePixelArray8(). Use this if chunkyppc support doesn't work.

-force:
chunkyppc.library saves the last used screenmode in ENV: and ENVARC:.
Next time you start WarpQuake the screenmode will be read from there.
Use this switch if you want to override this.

-mouse:
Enables mouse.

-mem:
Sets the heapsize. Default is 8MB, but some Total Conversions may
require more than this. BTW If you are looking for a good TC, try
After the fall. You'll never want to play basic Quake again.

-joypad:
Enables CD32 joypad. You need to bind the buttons yourself.
The buttons are located in AUX1 - AUX11.
AUX1  = left
AUX2  = right
AUX3  = up
AUX4  = down
AUX5  = red
AUX6  = green
AUX7  = yellow
AUX8  = blue
AUX9  = play
AUX10 = forward
AUX11 = reverse

Binding example: In Quake console type, BIND AUX5 "+ATTACK"

Additinally chunkyppc.library supports the following enviroment variables:

WarpQuake/dbuf:
Use Doublebuffering.

WarpQuake/oldstyle:
If this is set, ScrollVPort will be used, else Triple Buffering using
ScreenBuffers.

WarpQuake/rtgmaster:
Use rtgmaster Screenmode Requester instead of ASL one. rtgmaster.library
will only be opened when this option is set, so that rtgmaster.library
does not need to be installed to be able to use chunkyppc.library.

Other chunkyppc.library variables are not supported anymore.

History:

0.7:
- Recompiled with gcc 2.95.2.

- Native AGA code removed. chunkyppc.library is now required on AGA systems.

- Faster chunkyppc support. It's about 3 FPS faster than -wpa8 on my
  603e-240MHz+BVision. Unfortunately this means that the window mode doesn't
  work anymore.

- asl.library was opened twice.

- Added AHI support from awinquake. Very big thanks goes to Peter McGavin as
  I couldn't get my own code to work properly.

- Aspect adjust can be disabled now.

- New command timedemo2. This works exactly the same as regular timedemo, but
  the display isn't updated at all. Now you can test how much AGA or your GFX
  card slows the game down.

- More optimizations from awinquake.

- Now handles CTRL-C properly.

- New commandline options: -noaspectadjust, -ahi and -ahiunit.

- Some other changes not visible to user.

0.6:
- I released 0.5 too fast. The game would hang on exit if not using
  joypad.

0.5:
- Removed a small bug in the joypad code.

- It should be possible to use screens bigger than 320x200 with
  chunkyppc.library now, but you have to use the -width and -height
  parameters.

- Added some asm optimizations from awinquake.

- Recompiled with gcc 2.95.1.

- Thanks to elf2exe2, the executable is now only 600KB.

- Some other minor changes.

0.4:
- Changed -memory back to -mem ;)
- Removed the cd audio code as it doesn't work currently.

0.3:
- Changed -mem to -memory as requested by Chris De Maeyer
- Small fix in the mouse handling.
- Some other minor changes.

0.2:
- Added -bat option.
- ChunkyPPC double/triplebuffering actually works now ;)
- File access is MUCH faster now.
- Game hanged if no .pak files could be found.

0.1:
- First release.


Small FAQ:

Q: Why another PPC Quake port?
A: Well it started when I found a bug in the -mem option of Awinquake and
   decided to look at the source. After fixing that, my friend suggested
   that I should learn to play with the mouse instead of the keyboard.
   But the mouse support in Awinquake sucked, so I fixed that too.
   Then I got fed up with the crappy PowerUP software which kept measuring
   my bus speed incorrectly, (okay it's the pll calculation that is buggy,
   but a bug is a bug) so I ported it to WarpOS and added chunkyppc
   and joypad support. This is also a good way to sharpen my programming
   skills. Until now I have mainly done/ported some CLI programs.
   I know that Frank Wille and Steffen Haeuser are working on a port too,
   and when finished it will probably be much better than this. In it's
   current state it's too buggy for my taste.

Q: Why does the game crash?
   Maybe your stack is too low. Try setting it to 500000 bytes.
   Also try without the -bat parameter.

Q: Why doesn't the game work on my GFX card?
A: Try to use -wpa8. If that doesn't help, contact me.

Q: Why does mouse slow down the game so much?
A: Because there's much contextswitches needed for this. If you are using
   the keyboard at the same time the slowdown is even worse. This is cured
   by setting the key repeat from input prefs to slowest possible. This
   reduces contextswitches to minimium. If you are running on AGA and don't
   mind the slight flicker, you can also try disabling multibuffering.

Q: Why doesn't the middle mouse button work?
A: You probably have some commodity running that uses the button. Disable
   all commodities and try again.

Q: Any other speed tips?
A: Use the -bat option to change to BAT MMU setup. This should be faster, but
   it may lead to crashes. After getting my BVision, this option made my
   machine crash, but it worked just fine with AGA.

Q: Will there be an PowerUP version?
A: No.

Q: Is the source available?
A: Yes, as required by the GPL license.

Q: Why does the game run in 320x200 although I select a bigger screen?
A: This happens only on GFX cards when using chunkyppc.library.
   Use the -width and -height parameters or -wpa8.

Q: Where can I get updates to WarpQuake?
A: http://www.kolumbus.fi/jami.laakkonen/ppc/index.html or aminet.
   There's also other PPC programs on my homepage.

Q: You're the crapiest coder I've ever seen. Why don't you do something
   useful with your life like collect stamps or something?
A: I know, but I'm learning more everyday.

Q: I have some questions that are not answered in this doc. How can I
   reach you?
A: Email to jami.laakkonen@kolumbus.fi


Contents of game/shoot/WarpQuake_src.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO     CRC       STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic]                 1614   11601  13.9% -lh5- 5246 May 22  2000 WarpQuakeSrc/adivtab.h
[generic]                 1950    8756  22.3% -lh5- f573 May 22  2000 WarpQuakeSrc/amiga_ppc_c2p.s
[generic]                 1830    4883  37.5% -lh5- de2e May 22  2000 WarpQuakeSrc/amiga_ppc_d_scan.s
[generic]                 1324    3477  38.1% -lh5- b763 May 22  2000 WarpQuakeSrc/amiga_ppc_mathlib.s
[generic]                   43      43 100.0% -lh0- 972c May 22  2000 WarpQuakeSrc/amiga_timer.h
[generic]                  153     244  62.7% -lh5- 6264 May 22  2000 WarpQuakeSrc/amiga_timer.s
[generic]                 1181    6476  18.2% -lh5- ee96 May 22  2000 WarpQuakeSrc/anorms.h
[generic]                 3948   21280  18.6% -lh5- bce7 May 22  2000 WarpQuakeSrc/anorm_dots.h
[generic]                 1373    4259  32.2% -lh5- 8fd0 May 22  2000 WarpQuakeSrc/asm_draw.h
[generic]                 1026    2542  40.4% -lh5- 1b6a May 22  2000 WarpQuakeSrc/asm_i386.h
[generic]                  645    2859  22.6% -lh5- 00ed May 22  2000 WarpQuakeSrc/block16.h
[generic]                  641    2808  22.8% -lh5- 994b May 22  2000 WarpQuakeSrc/block8.h
[generic]                 2667    7423  35.9% -lh5- a753 May 22  2000 WarpQuakeSrc/bspfile.h
[generic]                  520     965  53.9% -lh5- 45d9 May 22  2000 WarpQuakeSrc/cdaudio.h
[generic]                  560    1057  53.0% -lh5- a4b9 May 22  2000 WarpQuakeSrc/cd_amiga.c
[generic]                 4376   18629  23.5% -lh5- 9297 May 22  2000 WarpQuakeSrc/cd_audio.c
[generic]                 2401    7661  31.3% -lh5- c6f8 May 22  2000 WarpQuakeSrc/cd_linux.c
[generic]                  560    1057  53.0% -lh5- a4b9 May 22  2000 WarpQuakeSrc/cd_null.c
[generic]                 2695   10147  26.6% -lh5- d1b5 May 22  2000 WarpQuakeSrc/cd_win.c
[generic]                 1186    2519  47.1% -lh5- ffd8 May 22  2000 WarpQuakeSrc/chase.c
[generic]                 3608    8998  40.1% -lh5- 3a36 May 22  2000 WarpQuakeSrc/client.h
[generic]                 2615    7801  33.5% -lh5- 8796 May 22  2000 WarpQuakeSrc/cl_demo.c
[generic]                 3364   11208  30.0% -lh5- 1089 May 22  2000 WarpQuakeSrc/cl_input.c
[generic]                 5045   15459  32.6% -lh5- 155e May 22  2000 WarpQuakeSrc/cl_main.c
[generic]                 6548   20793  31.5% -lh5- 6b67 May 22  2000 WarpQuakeSrc/cl_parse.c
[generic]                 2500    8901  28.1% -lh5- be5b May 22  2000 WarpQuakeSrc/cl_tent.c
[generic]                 4077   12124  33.6% -lh5- 1055 May 22  2000 WarpQuakeSrc/cmd.c
[generic]                 1921    4457  43.1% -lh5- 36b7 May 22  2000 WarpQuakeSrc/cmd.h
[generic]                10995   36276  30.3% -lh5- 7cbf May 22  2000 WarpQuakeSrc/common.c
[generic]                 1877    5613  33.4% -lh5- 8ae4 May 22  2000 WarpQuakeSrc/common.h
[generic]                 2514    7487  33.6% -lh5- caf1 May 22  2000 WarpQuakeSrc/conproc.c
[generic]                  601    1107  54.3% -lh5- fd31 May 22  2000 WarpQuakeSrc/conproc.h
[generic]                 4331   12836  33.7% -lh5- 910f May 22  2000 WarpQuakeSrc/console.c
[generic]                  738    1524  48.4% -lh5- deda May 22  2000 WarpQuakeSrc/console.h
[generic]                 1681    3518  47.8% -lh5- 6942 May 22  2000 WarpQuakeSrc/crc.c
[generic]                  513     918  55.9% -lh5- c2a6 May 22  2000 WarpQuakeSrc/crc.h
[generic]                 1602    4419  36.3% -lh5- 8eb2 May 22  2000 WarpQuakeSrc/cvar.c
[generic]                 1620    3485  46.5% -lh5- 5eb3 May 22  2000 WarpQuakeSrc/cvar.h
[generic]                  468    1193  39.2% -lh5- 2b4d May 22  2000 WarpQuakeSrc/dosasm.s
[generic]                  974    2533  38.5% -lh5- 54c5 May 22  2000 WarpQuakeSrc/dosisms.h
[generic]                 1862    5100  36.5% -lh5- a99e May 22  2000 WarpQuakeSrc/dos_v2.c
[generic]                 4397   17424  25.2% -lh5- 40ee May 22  2000 WarpQuakeSrc/draw.c
[generic]                  732    1529  47.9% -lh5- 9096 May 22  2000 WarpQuakeSrc/draw.h
[generic]                  901    2610  34.5% -lh5- 227f May 22  2000 WarpQuakeSrc/d_copy.s
[generic]                 5428   24375  22.3% -lh5- e0d2 May 22  2000 WarpQuakeSrc/d_draw.s
[generic]                 4523   22728  19.9% -lh5- 2688 May 22  2000 WarpQuakeSrc/d_draw16.s
[generic]                 2400    7574  31.7% -lh5- 06ee May 22  2000 WarpQuakeSrc/d_edge.c
[generic]                  933    1988  46.9% -lh5- 38c2 May 22  2000 WarpQuakeSrc/d_fill.c
[generic]                 2582    6739  38.3% -lh5- 1c99 May 22  2000 WarpQuakeSrc/d_iface.h
[generic]                 1104    2847  38.8% -lh5- a276 May 22  2000 WarpQuakeSrc/d_ifacea.h
[generic]                 1432    3295  43.5% -lh5- ed58 May 22  2000 WarpQuakeSrc/d_init.c
[generic]                 1474    3081  47.8% -lh5- b5b0 May 22  2000 WarpQuakeSrc/d_local.h
[generic]                 1097    2411  45.5% -lh5- eed1 May 22  2000 WarpQuakeSrc/d_modech.c
[generic]                 1268    3894  32.6% -lh5- 19a9 May 22  2000 WarpQuakeSrc/d_part.c
[generic]                 2779   10186  27.3% -lh5- b5d7 May 22  2000 WarpQuakeSrc/d_parta.s
[generic]                 8851   45605  19.4% -lh5- 7e14 May 22  2000 WarpQuakeSrc/d_polysa.s
[generic]                 6402   25119  25.5% -lh5- 7057 May 22  2000 WarpQuakeSrc/d_polyse.c
[generic]                 3235   17944  18.0% -lh5- 8232 May 22  2000 WarpQuakeSrc/d_scan.c
[generic]                  926    2087  44.4% -lh5- 8f19 May 22  2000 WarpQuakeSrc/d_scana.s
[generic]                 1413    3325  42.5% -lh5- 0183 May 22  2000 WarpQuakeSrc/d_sky.c
[generic]                 4726   20702  22.8% -lh5- 60fe May 22  2000 WarpQuakeSrc/d_spr8.s
[generic]                 3195   10545  30.3% -lh5- 9e31 May 22  2000 WarpQuakeSrc/d_sprite.c
[generic]                 2535    7158  35.4% -lh5- 16e5 May 22  2000 WarpQuakeSrc/d_surf.c
[generic]                  783    1562  50.1% -lh5- 57dd May 22  2000 WarpQuakeSrc/d_vars.c
[generic]                 1634    5292  30.9% -lh5- e32b May 22  2000 WarpQuakeSrc/d_varsa.s
[generic]                  696    1266  55.0% -lh5- 4757 May 22  2000 WarpQuakeSrc/d_zpoint.c
[generic]                 2731    6914  39.5% -lh5- c817 May 22  2000 WarpQuakeSrc/glquake.h
[generic]                 2483    6171  40.2% -lh5- 09db May 22  2000 WarpQuakeSrc/glquake2.h
[generic]                 7860   27796  28.3% -lh5- 2409 May 22  2000 WarpQuakeSrc/gl_draw.c
[generic]                 2549    8054  31.6% -lh5- ec53 May 22  2000 WarpQuakeSrc/gl_mesh.c
[generic]                10575   40372  26.2% -lh5- 4e32 May 22  2000 WarpQuakeSrc/gl_model.c
[generic]                 3324    9543  34.8% -lh5- 302b May 22  2000 WarpQuakeSrc/gl_model.h
[generic]                 1750    4244  41.2% -lh5- 7d55 May 22  2000 WarpQuakeSrc/gl_refrag.c
[generic]                 2636    7224  36.5% -lh5- d0d2 May 22  2000 WarpQuakeSrc/gl_rlight.c
[generic]                 7840   25608  30.6% -lh5- 5635 May 22  2000 WarpQuakeSrc/gl_rmain.c
[generic]                 3630   11453  31.7% -lh5- 5ffd May 22  2000 WarpQuakeSrc/gl_rmisc.c
[generic]                 9345   35220  26.5% -lh5- 141f May 22  2000 WarpQuakeSrc/gl_rsurf.c
[generic]                 5769   17544  32.9% -lh5- a2d0 May 22  2000 WarpQuakeSrc/gl_screen.c
[generic]                 1419    3544  40.0% -lh5- e9ff May 22  2000 WarpQuakeSrc/gl_test.c
[generic]                 6555   19220  34.1% -lh5- 900b May 22  2000 WarpQuakeSrc/gl_vidlinux.c
[generic]                 7612   22070  34.5% -lh5- db34 May 22  2000 WarpQuakeSrc/gl_vidlinuxglx.c
[generic]                14147   46584  30.4% -lh5- 5638 May 22  2000 WarpQuakeSrc/gl_vidnt.c
[generic]                 6763   22105  30.6% -lh5- 0c27 May 22  2000 WarpQuakeSrc/gl_warp.c
[generic]                 1230    3202  38.4% -lh5- 3c3b May 22  2000 WarpQuakeSrc/gl_warp_sin.h
[generic]                 6460   20243  31.9% -lh5- 8447 May 22  2000 WarpQuakeSrc/host.c
[generic]                 9526   38170  25.0% -lh5- b842 May 22  2000 WarpQuakeSrc/host_cmd.c
[generic]                  627    1131  55.4% -lh5- e78d May 22  2000 WarpQuakeSrc/input.h
[generic]                 1678    4629  36.2% -lh5- a348 May 22  2000 WarpQuakeSrc/in_amiga.c
[generic]                 3534   12418  28.5% -lh5- f708 May 22  2000 WarpQuakeSrc/in_dos.c
[generic]                  545     955  57.1% -lh5- 4a09 May 22  2000 WarpQuakeSrc/in_null.c
[generic]                 2139    5622  38.0% -lh5- bc95 May 22  2000 WarpQuakeSrc/in_sun.c
[generic]                 7936   27276  29.1% -lh5- bbbb May 22  2000 WarpQuakeSrc/in_win.c
[generic]                 4638   14921  31.1% -lh5- 7d4a May 22  2000 WarpQuakeSrc/keys.c
[generic]                 1287    3180  40.5% -lh5- f978 May 22  2000 WarpQuakeSrc/keys.h
[generic]                 1255    3159  39.7% -lh5- 57aa May 22  2000 WarpQuakeSrc/Makefile
[generic]                 1947   10991  17.7% -lh5- edfc May 22  2000 WarpQuakeSrc/math.s
[generic]                 3714   12330  30.1% -lh5- 04a2 May 22  2000 WarpQuakeSrc/mathlib.c
[generic]                 1256    2761  45.5% -lh5- ec59 May 22  2000 WarpQuakeSrc/mathlib.h
[generic]                16042   66592  24.1% -lh5- 5a3c May 22  2000 WarpQuakeSrc/menu.c
[generic]                  617    1093  56.5% -lh5- 721c May 22  2000 WarpQuakeSrc/menu.h
[generic]                10286   42668  24.1% -lh5- 8a34 May 22  2000 WarpQuakeSrc/model.c
[generic]                 2811    8201  34.3% -lh5- 6d07 May 22  2000 WarpQuakeSrc/model.h
[generic]                 1270    3146  40.4% -lh5- 2c8e May 22  2000 WarpQuakeSrc/modelgen.h
[generic]                 7818   27749  28.2% -lh5- d3c1 May 22  2000 WarpQuakeSrc/mpdosock.h
[generic]                 1773    5711  31.0% -lh5- 6933 May 22  2000 WarpQuakeSrc/mplib.c
[generic]                 4960   22207  22.3% -lh5- 2003 May 22  2000 WarpQuakeSrc/mplpc.c
[generic]                 3303    9718  34.0% -lh5- f8f2 May 22  2000 WarpQuakeSrc/net.h
[generic]                 3203   11424  28.0% -lh5- e2f3 May 22  2000 WarpQuakeSrc/net_amigaudp.c
[generic]                  835    1990  42.0% -lh5- cf5c May 22  2000 WarpQuakeSrc/net_bsd.c
[generic]                 5464   19322  28.3% -lh5- 712f May 22  2000 WarpQuakeSrc/net_bw.c
[generic]                  694    1682  41.3% -lh5- 2372 May 22  2000 WarpQuakeSrc/net_bw.h
[generic]                 7180   30773  23.3% -lh5- b8b6 May 22  2000 WarpQuakeSrc/net_comx.c
[generic]                 7487   33185  22.6% -lh5- 03a6 May 22  2000 WarpQuakeSrc/net_dgrm.c
[generic]                  633    1353  46.8% -lh5- 816f May 22  2000 WarpQuakeSrc/net_dgrm.h
[generic]                 1071    3139  34.1% -lh5- 6112 May 22  2000 WarpQuakeSrc/net_dos.c
[generic]                 4697   18732  25.1% -lh5- 069b May 22  2000 WarpQuakeSrc/net_ipx.c
[generic]                  698    1701  41.0% -lh5- f8d8 May 22  2000 WarpQuakeSrc/net_ipx.h
[generic]                 1642    5499  29.9% -lh5- 0d21 May 22  2000 WarpQuakeSrc/net_loop.c
[generic]                  626    1304  48.0% -lh5- ca03 May 22  2000 WarpQuakeSrc/net_loop.h
[generic]                 5374   19678  27.3% -lh5- af82 May 22  2000 WarpQuakeSrc/net_main.c
[generic]                 3289   11360  29.0% -lh5- 16bf May 22  2000 WarpQuakeSrc/net_mp.c
[generic]                  704    1739  40.5% -lh5- 2ed1 May 22  2000 WarpQuakeSrc/net_mp.h
[generic]                  651    1237  52.6% -lh5- 6d2a May 22  2000 WarpQuakeSrc/net_none.c
[generic]                 5000   21414  23.3% -lh5- e82b May 22  2000 WarpQuakeSrc/net_ser.c
[generic]                  630    1326  47.5% -lh5- d335 May 22  2000 WarpQuakeSrc/net_ser.h
[generic]                 2966   10170  29.2% -lh5- a26f May 22  2000 WarpQuakeSrc/net_udp.c
[generic]                  700    1701  41.2% -lh5- d497 May 22  2000 WarpQuakeSrc/net_udp.h
[generic]                 1331    3667  36.3% -lh5- a376 May 22  2000 WarpQuakeSrc/net_vcr.c
[generic]                  667    1327  50.3% -lh5- 8655 May 22  2000 WarpQuakeSrc/net_vcr.h
[generic]                  934    2456  38.0% -lh5- be8b May 22  2000 WarpQuakeSrc/net_win.c
[generic]                 4399   15366  28.6% -lh5- 5477 May 22  2000 WarpQuakeSrc/net_wins.c
[generic]                  701    1720  40.8% -lh5- d4e7 May 22  2000 WarpQuakeSrc/net_wins.h
[generic]                 3089   11197  27.6% -lh5- c655 May 22  2000 WarpQuakeSrc/net_wipx.c
[generic]                  703    1720  40.9% -lh5- 1b57 May 22  2000 WarpQuakeSrc/net_wipx.h
[generic]                    0       0 ****** -lh0- 0000 May 22  2000 WarpQuakeSrc/net_wso.c
[generic]                  610    1292  47.2% -lh5- a456 May 22  2000 WarpQuakeSrc/nonintel.c
[generic]                  482     827  58.3% -lh5- f5c6 May 22  2000 WarpQuakeSrc/progdefs.h
[generic]                  866    2598  33.3% -lh5- 2cb3 May 22  2000 WarpQuakeSrc/progdefs.q1
[generic]                 1551    3955  39.2% -lh5- de0e May 22  2000 WarpQuakeSrc/progs.h
[generic]                 2058    4956  41.5% -lh5- 861f May 22  2000 WarpQuakeSrc/protocol.h
[generic]                10728   39215  27.4% -lh5- e3d6 May 22  2000 WarpQuakeSrc/pr_cmds.c
[generic]                 1334    3247  41.1% -lh5- 230b May 22  2000 WarpQuakeSrc/pr_comp.h
[generic]                 6538   23120  28.3% -lh5- f974 May 22  2000 WarpQuakeSrc/pr_edict.c
[generic]                 3643   12378  29.4% -lh5- 33ac May 22  2000 WarpQuakeSrc/pr_exec.c
[generic]                 1831    6348  28.8% -lh5- b9ac May 22  2000 WarpQuakeSrc/quakeasm.h
[generic]                 3324    8493  39.1% -lh5- 1970 May 22  2000 WarpQuakeSrc/quakedef.h
[generic]                 2075    5024  41.3% -lh5- 8d8c May 22  2000 WarpQuakeSrc/render.h
[generic]                  292     634  46.1% -lh5- ee42 May 22  2000 WarpQuakeSrc/resource.h
[generic]                 2097    8721  24.0% -lh5- ec78 May 22  2000 WarpQuakeSrc/r_aclip.c
[generic]                 1376    5545  24.8% -lh5- f736 May 22  2000 WarpQuakeSrc/r_aclipa.s
[generic]                 5789   18668  31.0% -lh5- baea May 22  2000 WarpQuakeSrc/r_alias.c
[generic]                 2225    7090  31.4% -lh5- 2636 May 22  2000 WarpQuakeSrc/r_aliasa.s
[generic]                 4504   14869  30.3% -lh5- d626 May 22  2000 WarpQuakeSrc/r_bsp.c
[generic]                 5487   20484  26.8% -lh5- ec1a May 22  2000 WarpQuakeSrc/r_draw.c
[generic]                 5140   18931  27.2% -lh5- ef23 May 22  2000 WarpQuakeSrc/r_drawa.s
[generic]                 4539   15891  28.6% -lh5- 2e39 May 22  2000 WarpQuakeSrc/r_edge.c
[generic]                 4003   17963  22.3% -lh5- dfa8 May 22  2000 WarpQuakeSrc/r_edgea.s
[generic]                 1915    5053  37.9% -lh5- 29d9 May 22  2000 WarpQuakeSrc/r_efrag.c
[generic]                 2022    5580  36.2% -lh5- 62eb May 22  2000 WarpQuakeSrc/r_light.c
[generic]                 2936    8376  35.1% -lh5- 2c91 May 22  2000 WarpQuakeSrc/r_local.h
[generic]                 7934   25148  31.5% -lh5- 5c43 May 22  2000 WarpQuakeSrc/r_main.c
[generic]                 3553   10133  35.1% -lh5- 6a4c May 22  2000 WarpQuakeSrc/r_misc.c
[generic]                 3370    9085  37.1% -lh5- 5ea4 May 22  2000 WarpQuakeSrc/r_misc1.c
[generic]                  698    1313  53.2% -lh5- f502 May 22  2000 WarpQuakeSrc/r_misc2.c
[generic]                 3981   15195  26.2% -lh5- 98b1 May 22  2000 WarpQuakeSrc/r_part.c
[generic]                 2146    5081  42.2% -lh5- f282 May 22  2000 WarpQuakeSrc/r_shared.h
[generic]                 1681    5169  32.5% -lh5- 27f7 May 22  2000 WarpQuakeSrc/r_sky.c
[generic]                 3325   10776  30.9% -lh5- 5c4a May 22  2000 WarpQuakeSrc/r_sprite.c
[generic]                 3825   14565  26.3% -lh5- 3f25 May 22  2000 WarpQuakeSrc/r_surf.c
[generic]                  656    1244  52.7% -lh5- dbe0 May 22  2000 WarpQuakeSrc/r_vars.c
[generic]                  802    1725  46.5% -lh5- 3fb8 May 22  2000 WarpQuakeSrc/r_varsa.s
[generic]                 6887   29282  23.5% -lh5- 6263 May 22  2000 WarpQuakeSrc/sbar.c
[generic]                  702    1303  53.9% -lh5- 7f43 May 22  2000 WarpQuakeSrc/sbar.h
[generic]                 6026   18976  31.8% -lh5- 33c9 May 22  2000 WarpQuakeSrc/screen.c
[generic]                  807    1668  48.4% -lh5- 49f9 May 22  2000 WarpQuakeSrc/screen.h
[generic]                 2892    7370  39.2% -lh5- 4640 May 22  2000 WarpQuakeSrc/server.h
[generic]                 3525   13739  25.7% -lh5- a5ea May 22  2000 WarpQuakeSrc/snd_amiga.c
[generic]                 6362   20228  31.5% -lh5- 6538 May 22  2000 WarpQuakeSrc/snd_dma.c
[generic]                 4001   13518  29.6% -lh5- cfd2 May 22  2000 WarpQuakeSrc/snd_dos.c
[generic]                 8368   35419  23.6% -lh5- f699 May 22  2000 WarpQuakeSrc/snd_gus.c
[generic]                 1958    5880  33.3% -lh5- 9884 May 22  2000 WarpQuakeSrc/snd_linux.c
[generic]                 2524    7023  35.9% -lh5- da9a May 22  2000 WarpQuakeSrc/snd_mem.c
[generic]                 3002   10048  29.9% -lh5- 672c May 22  2000 WarpQuakeSrc/snd_mix.c
[generic]                 1595    4883  32.7% -lh5- 5c28 May 22  2000 WarpQuakeSrc/snd_mixa.s
[generic]                  779    1469  53.0% -lh5- 44ef May 22  2000 WarpQuakeSrc/snd_next.c
[generic]                  815    1815  44.9% -lh5- d03d May 22  2000 WarpQuakeSrc/snd_null.c
[generic]                 1664    4437  37.5% -lh5- 01cd May 22  2000 WarpQuakeSrc/snd_sun.c
[generic]                 4913   16014  30.7% -lh5- c9c8 May 22  2000 WarpQuakeSrc/snd_win.c
[generic]                 1991    5019  39.7% -lh5- c611 May 22  2000 WarpQuakeSrc/sound.h
[generic]                 1191    2918  40.8% -lh5- 43ac May 22  2000 WarpQuakeSrc/spritegn.h
[generic]                 1257    3349  37.5% -lh5- fe29 May 22  2000 WarpQuakeSrc/surf16.s
[generic]                 2158   13932  15.5% -lh5- e5af May 22  2000 WarpQuakeSrc/surf8.s
[generic]                 8747   28572  30.6% -lh5- 8133 May 22  2000 WarpQuakeSrc/sv_main.c
[generic]                 3273    9909  33.0% -lh5- 6ed5 May 22  2000 WarpQuakeSrc/sv_move.c
[generic]                 9981   38959  25.6% -lh5- a3ca May 22  2000 WarpQuakeSrc/sv_phys.c
[generic]                 4126   13661  30.2% -lh5- f051 May 22  2000 WarpQuakeSrc/sv_user.c
[generic]                  966    2010  48.1% -lh5- 8d12 May 22  2000 WarpQuakeSrc/sys.h
[generic]                 2155    5640  38.2% -lh5- 6b0d May 22  2000 WarpQuakeSrc/sys_amiga.c
[generic]                 6970   20709  33.7% -lh5- ebc6 May 22  2000 WarpQuakeSrc/sys_dos.c
[generic]                  456    1242  36.7% -lh5- 8568 May 22  2000 WarpQuakeSrc/sys_dosa.s
[generic]                 4396   12626  34.8% -lh5- 2cbf May 22  2000 WarpQuakeSrc/sys_linux.c
[generic]                 1452    4038  36.0% -lh5- c147 May 22  2000 WarpQuakeSrc/sys_null.c
[generic]                 2467    6954  35.5% -lh5- 552a May 22  2000 WarpQuakeSrc/sys_sun.c
[generic]                 5769   17266  33.4% -lh5- 45d8 May 22  2000 WarpQuakeSrc/sys_win.c
[generic]                  937    2106  44.5% -lh5- 519c May 22  2000 WarpQuakeSrc/sys_wina.s
[generic]                 2089    5473  38.2% -lh5- 5a09 May 22  2000 WarpQuakeSrc/sys_wind.c
[generic]                   60      60 100.0% -lh0- 2ae8 May 22  2000 WarpQuakeSrc/version.c
[generic]                 1966   15160  13.0% -lh5- ba08 May 22  2000 WarpQuakeSrc/vgamodes.h
[generic]                 1342    2833  47.4% -lh5- b677 May 22  2000 WarpQuakeSrc/vid.h
[generic]                 4734   15661  30.2% -lh5- 34af May 22  2000 WarpQuakeSrc/vid_amiga.c
[generic]                 4379   15466  28.3% -lh5- 947c May 22  2000 WarpQuakeSrc/vid_dos.c
[generic]                 1151    2899  39.7% -lh5- f02e May 22  2000 WarpQuakeSrc/vid_dos.h
[generic]                 5922   19899  29.8% -lh5- bd0c May 22  2000 WarpQuakeSrc/vid_ext.c
[generic]                  954    2062  46.3% -lh5- c380 May 22  2000 WarpQuakeSrc/vid_null.c
[generic]                 9801   29686  33.0% -lh5- 2e0d May 22  2000 WarpQuakeSrc/vid_sunx.c
[generic]                 9734   30042  32.4% -lh5- deb0 May 22  2000 WarpQuakeSrc/vid_sunxil.c
[generic]                 6569   21046  31.2% -lh5- a9a8 May 22  2000 WarpQuakeSrc/vid_svgalib.c
[generic]                 3081   10036  30.7% -lh5- 49da May 22  2000 WarpQuakeSrc/vid_vga.c
[generic]                20181   72263  27.9% -lh5- e998 May 22  2000 WarpQuakeSrc/vid_win.c
[generic]                 8427   27748  30.4% -lh5- 2725 May 22  2000 WarpQuakeSrc/vid_x.c
[generic]                 6955   25155  27.6% -lh5- a548 May 22  2000 WarpQuakeSrc/view.c
[generic]                  608    1067  57.0% -lh5- f917 May 22  2000 WarpQuakeSrc/view.h
[generic]                  835    1789  46.7% -lh5- 5b55 May 22  2000 WarpQuakeSrc/vregset.c
[generic]                  743    1435  51.8% -lh5- 94da May 22  2000 WarpQuakeSrc/vregset.h
[generic]                 1447    3575  40.5% -lh5- 10a4 May 22  2000 WarpQuakeSrc/wad.c
[generic]                  904    1812  49.9% -lh5- 257d May 22  2000 WarpQuakeSrc/wad.h
[generic]                 3136    6843  45.8% -lh5- 8f7a May 22  2000 WarpQuakeSrc/WarpQuake_src.readme
[generic]                 1507    3592  42.0% -lh5- 07a5 May 22  2000 WarpQuakeSrc/winquake.h
[generic]                 6572   22349  29.4% -lh5- 7e67 May 22  2000 WarpQuakeSrc/world.c
[generic]                 1323    2649  49.9% -lh5- 509c May 22  2000 WarpQuakeSrc/world.h
[generic]                 1346    2954  45.6% -lh5- 5a37 May 22  2000 WarpQuakeSrc/worlda.s
[generic]                 5404   18822  28.7% -lh5- 4855 May 22  2000 WarpQuakeSrc/zone.c
[generic]                 1463    3313  44.2% -lh5- 4661 May 22  2000 WarpQuakeSrc/zone.h
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total       233 files  751682 2550006  29.5%            May 23  2000
Page generated in 0.02 seconds
Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>