|
3d math by Lithium of VLA /code/3d/docs/3d_math.zip
| 10 Jan 1997 (catalog date)
11,835 bytes
| Download FTP scene.org
| Rating:
| Explanations of some 3d math concepts - I remember not getting the 3d rotations working correctly when I first started programming, but I'm not sure if that's my fault or the fault of the doc. Most of the docs are some simple linear algebra. They spell out the equations in the end for those who can't completely understand them.
|
|
3d basics by Synergist /code/3d/docs/3dbasics.zip
| 10 Jan 1997 (catalog date)
2,745 bytes
| Download FTP scene.org
| Rating:
| Some basic 3d documentation - I'd never want to tell someone that this doc is a good place to start. The person writing this has no concept of structures, which severely ease the programming of complex things such as 3d systems.
|
|
3D Coding tutorial by Ica of Hubris /code/3d/docs/3dica221.zip
| 30 Jun 1998 (catalog date)
422,704 bytes
| Download FTP scene.org
| Rating:
| This tutorial is very easy to understand and describes everything you need to know like the mathematical basics, the different kind of polyfillers, shading methods, camera movement, sorting and backface culling and much much more. A must-have for every 3d coder! Text
|
|
|
|
|
|
|
Zed 3D by Zed /code/3d/docs/zed3d060.zip
| 10 Jan 1997 (catalog date)
357,811 bytes
| Download FTP scene.org
| Rating:
| A comprehensive doc on many aspects of 3d math and programming - Designed for those comfortable with math. It spells out the math concepts needed and shows their application, but by no means spoon feeds the information to you.
|
|
Zed 3D by Zed /code/3d/docs/zed3d095.zip
| 19 Jan 1998 (catalog date)
697,450 bytes
| Download FTP scene.org
| Rating:
| Zed 3d - a document explaining the maths you'll need for 3d. Word and postscript formats of the same file. Zed has an attention to detail and a great way to explain all the math. I highly recommend this to anyone starting to make a 3d engine who doesn't know where to start (start with the math, not the polygon fillers, believe me! the fillers are trivial in comparison). See the bibliography for where to go next.
|
|
|
|
|
|
|
|
|
Tiled Texture Mapping Tutorial by TheGlide of Spinning Kids /code/3d/trifill/texmap/tiletmap.zip
| 03 Jun 1998 (catalog date)
4,757 bytes
| Download FTP scene.org
| | This is a little document that explains how to code a tiled texture mapper that handles any power of 2 texture sizes. The document contains some little C code to get you started. To fully understand the doc you should have already read MRI's fatmap.txt and fatmap2.txt.
|
|
|
|
|
|
|
F. mod docs by Firelight /code/audio/docs/fmoddoc.zip
| 10 Jan 1997 (catalog date)
83,795 bytes
| Download FTP scene.org
| Rating:
| Firelight's mod format description - The perfect text file for someone who is writing a mod player especially first timers. Assumes knowledge of programming and doesn't cover details of sound card specific issues, like setting up a DMA transfer or initializing the sound card.
|
|
|
|
|
IW SDK /code/audio/docs/iw_sdk20.zip
| 10 Jul 1997 (catalog date)
2,796,518 bytes
| Download FTP scene.org
| Rating:
| The SDK for the IW chip. The docs are Adobe Acrobat files and are probably meant for printing out. I didn't try yet, but the "univerval translator" at CMU should be able to convert the files to a text format, which would be infinitely more useful. This is one of those everything you needed to know and more type docs.
|
|
|
|
|
|
|
|
|
|
|
|
Squid source by tlc, The Doctor /code/demosrc/bbsintro/sqd1_src.zip
| 10 Jan 1997 (catalog date)
21,591 bytes
| Download FTP scene.org
| Rating:
| Source for a BBS loader with copper bars, a scrollie, altered text characters, and an adlib player - Copious comments and tight source. They even do checks for the proper equipment, i.e. VGA and a 386. Comes with docs on programming the adlib and SB fm chips. Comments are in Portuguese.
|
|
|
|
small flame by Gaffer of PRoMETHEUS /code/effects/fire/flame160.zip
| 18 Mar 1997 (catalog date)
2,964 bytes
| Download FTP scene.org
| Rating:
| Source for a small fire routine. Doesn't actually work on my computer. To answer a question proposed by the author about size optimization, inc al is bigger than inc ax because intel doesn't have an inc /r8 instruction. inc ax is of the form inc /r16 which compiles to db 40+rw, where rw = 0 for ax, 1 for cx, 2 for dx, 3 for bx, ... inc al is of the form inc r/m8 and compiles to db FE /1 where /1 = c0 for al, c4 for ah, c1 for bl..., 05 for a memory reference.... See an intel document for more details.
|
|
|
|
|
LZO Data Compression Library v0.20 by Markus Oberhumer /code/fileutil/lzo020.zip
| 06 Oct 1996 (catalog date)
184,964 bytes
| Download FTP scene.org
| Rating:
| over conscious about compression ratios and statistics and has many long files about its stats in the /doc directory, but no description about the API. You have to figure out how to use it yourself from the two short examples that come with it. Otherwise, it's fairly complete and you can decide which compression routines you'd like to link yourself (assuming you can figure out that much).
|
|
AWE-DIP-01-ENG by Creative Labs engineers /code/hardware/audio/adip.zip
| 10 Jan 1997 (catalog date)
708,753 bytes
| Download FTP scene.org
| Rating:
| Examples and API for using the AWE32 - And people wonder why there's not much SB support. The information in the packet is contorted. I could go on this for days. Comments like /* main - here's where the fun begins */ are misleading. The fun actually began several hundred lines ago (starting at line 134). It's late. I'm not exactly bored, but this bit of code is frustrating. I wonder why CL even bothered. There are no technical docs of any sort and the code that is here *REEKS* of bad style. For extra frustration, I unzipped the file which had a self extracting .exe in it, which gave me 4 zips which when each extracted with the -d option finally gives me the SDK. Kneebiter - at 1:30 in the morning. Need more tea...
|
|
|
|
CPUID for intel by Doctor Sludge /code/hardware/cpu/cputest2.zip
| 10 Jan 1997 (catalog date)
10,953 bytes
| Download FTP scene.org
| Rating:
| Source to detect which intel chip is in a computer - Detects the processor for sure, but does it by checking for invalid opcodes. If you need to detect CPU type, I suggest /code/hardware/processor/cpuid3.zip.
|
|
Intel docs by ? /code/hardware/cpu/intel.doc
| 10 Jan 1997 (catalog date)
114,654 bytes
| Download FTP scene.org
| Rating:
| A complete listing of the 80x86 opcodes - Great reference for those learning assembler and those needing to double check opcodes. Dubious clock listings (none for pentium.)
|
|
|
|
Flat Real Mode Interface by Juanito /code/hardware/memory/frmi_150.exe
| 10 Jan 1997 (catalog date)
38,210 bytes
| Download FTP scene.org
| Rating:
| An interface for flat real mode from BC - Has some docs on xms and comments explaining how the interface works itself. I didn't test to see if it works. Doesn't work in v86 mode, meaning most programs made with this will require a reboot.
|
|
|
386 power by Lorenzo Micheletto /code/hardware/pmode/386p_101.zip
| 10 Jan 1997 (catalog date)
117,845 bytes
| Download FTP scene.org
| Rating:
| A DOS extender for pmode asm programming - Has docs for useage and some extra miscellaneous routines that could be used for game or graphics programming in pmode. Honestly, if you want to do 100% asm development for pmode I'd suggest DOS32 or Tran's pmode. The author here credits Tran for some backbones to his system.
|
|
FreePack DOS extender by Narech Koumar of Supernar Systems Intl. /code/hardware/pmode/dos32a.zip
| 25 Aug 1997 (catalog date)
520,938 bytes
| Download FTP scene.org
| Rating:
| Another DOS extender option. I didn't test this for usefulness. I doesn't look any more difficult to learn to use than Adam Seychell's (sp?) Dos32 or Thomas Pytel/Charles Scheffold's Pmode/w. How well it functions is another story. Full documentation available. Comes with a tetris clone presumeably made using the extender. No source.
|
|
|
Kernel 1.30b /code/hardware/pmode/krnl130b.zip
| 26 Jun 1997 (catalog date)
314,227 bytes
| Download FTP scene.org
| Rating:
| A Pmode kernel program with some extra libraries. Has a sound library and many other extras to make up for the fact that it's rather new and things such as midas, GUSPlay, or whatnot won't work with it. It's picky about assembling (tasm32+wlink only). No real documentation to help you get started.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Master Mixer v5.1 /music/programs/mixers/mm5_1.zip
| 21 Jan 1997 (catalog date)
90,960 bytes
| Download FTP scene.org
| | Full range SB mixer (All functions) Undocumented controls enabled! Automatic "clicks" removal. Can save 6 different mixing configs. Can replace ALL SB drivers at BOOT. Boots your PC (DOS) in a second. Unlimited number of Special Effects. User definable Chorus/Reverb+editor. [v5.1:Fix OPL3, AWE32, PC Spk level.] Does DSP Reset, EMU Reset. Win95 Ok! Can enable/disable any function. Command-line "QuickLoading" (tm) Sets your mixer in 1/4th a second!
|
|
Judas Sound System V2.06y by Yehar, Cadaver /music/programs/players/jdas206y.zip
| 07 Jun 1998 (catalog date)
438,873 bytes
| Download FTP scene.org
| | Judas v2.06y Apocalyptic Softwaremixing Soundsystem for Watcom 32bit flat mode. Supports: SB/SBPRO/SB16/GUS/WAV-writer. Modules: XM/MOD/S3M. Samples: WAV/raw. Quality mixer gives you the best sound quality you can get today, clicker free (without touching sharp percussions), mixed with 32bit precision. Cubic interpolation reproduces samples with good treble response and very low distortion. Fast mixer is the ultra-fast alternative, suitable for games and demos. A player, examples, documents and full sources are included. Judas is free to be used for any purpose. New in this version: fixes, enhanced quality mixer, distortion indicator, true volume meters, song looping settings, rewinding and forwarding, Watcom 11.0 support.
|
|
Opencp 2.5 by KB /music/programs/players/opencp25.zip
| 24 Jul 1998 (catalog date)
976,379 bytes
| Download FTP scene.org
| | opencp 2.5.0 - cubic player - the next generation, formats: mod, s3m, xm, it, mtm, 669, wow, ult, dmf, ams, mxm, ptm, mdl, okt, wav, mp1, mp2, mp3, sid - playlists: pls, m3u, plt (mikit) - cards: gus, iw, sb, awe, ews, ess, wss, pas, wav-writer, mpx-writer - html docs included, source code available
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|