Back to Main Page20 matches
ASM Fire by LeGeND *+
12 Aug 1997 /code/effects/fire/asmfire.zip (2k)
A fire routine. A little big for a fire effect. Might consider using a random number function. Assembler, real-mode
AU DE JP NL PL PT PT2 SE US 

Asm Fire 2 by Legend *
20 Jan 1998 /code/effects/fire/asmfire2.zip (1k)
Fire Example. No useful comments and not that impressive looking. Assembler, real-mode
AU DE JP NL PL PT PT2 SE US 

bfire by Blair Harrison *
20 Jan 1998 /code/effects/fire/bfire.zip (6k)
Fire Routine. No explanation and horrible optimization. Well, utter lack of optimization, rather. Pascal, real-mode
AU DE JP NL PL PT PT2 SE US 

blaze source by Gopher **
18 Mar 1997 /code/effects/fire/blaze.zip (10k)
Source and macros for fire routines. For a86 compilation, should be easy to tweak for TASM, but this is nothing special we haven't seen before. Assembler, real-mode
AU DE JP NL PL PT PT2 SE US 

Burning Match by Digimind
19 Jun 1998 /code/effects/fire/bmatch.zip (2k)
314 byte fire example with asm source and executable. Features wood, sulfur and oxygen.
AU DE JP NL PL PT PT2 SE US 

burn by Frank Paxti ***+
11 Jan 1997 /code/effects/fire/burn.zip (19k)
A fireroutine - Not your normal fire routine. Looks more real. Pascal, real-mode
AU DE JP NL PL PT PT2 SE US 

Fire by JARE of Iguana ***
11 Jan 1997 /code/effects/fire/fire_win.zip (10k)
A fire routine under windows - Crawls on my p133. :( Don't bother looking at this unless you've programmed for windows before. You're likely to have a heart attack. :) Requires WinG to run. C/C++
AU DE JP NL PL PT PT2 SE US 

Fire code by Kirk A. Baum **
11 Jan 1997 /code/effects/fire/firecode.zip (53k)
A simple fire routine - Contains the same fire as that of fire-win.zip but coded in assembler for DOS. Assembler, Pascal, real-mode
AU DE JP NL PL PT PT2 SE US 

57 Byte Fire Routine by Rex Deathstar of Waterlogic **+
08 Oct 1996 /code/effects/fire/firetiny.zip (1k)
Assembler
AU DE JP NL PL PT PT2 SE US 

Yet Another Fire Algorithm by Tanjent **
06 Oct 1996 /code/effects/fire/firewall.zip (8k)
Poor looking fire, so so code. Assembler, C/C++, real-mode
AU DE JP NL PL PT PT2 SE US 

128 byte fire by Gaffer of Prometheus *+
30 Jun 1998 /code/effects/fire/flame128.zip (2k)
Assembler
AU DE JP NL PL PT PT2 SE US 

small flame by Gaffer of PRoMETHEUS **
18 Mar 1997 /code/effects/fire/flame160.zip (2k)
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. Assembler, real-mode
AU DE JP NL PL PT PT2 SE US 

184 Byte Fire Routine by Gaffer of Prometheus ***
06 Oct 1996 /code/effects/fire/flame184.zip (2k)
tight code Assembler, real-mode
AU DE JP NL PL PT PT2 SE US 

flames by Errand **
11 Jan 1997 /code/effects/fire/flames2.zip (3k)
A simple fire routine - out dated Assembler, real-mode
AU DE JP NL PL PT PT2 SE US 

Fire effect by XtaC of Garbage *
11 Jul 1997 /code/effects/fire/gb_wfire.zip (20k)
Fire Effect. Yet another fire example. Assembler, C/C++, protected-mode
AU DE JP NL PL PT PT2 SE US 

Kaos Fire by DrKaos of Zero Wait State
24 Apr 1998 /code/effects/fire/kaosfire.zip (12k)
AU DE JP NL PL PT PT2 SE US 

Linefire by Kable **+
26 Jun 1997 /code/effects/fire/linefire.zip (26k)
Mystify your fire. I half expected to hear the FM sounds from Amnesia to kick in. It's only one line with a *much* longer (and blured) tail, but still. Uses a Bresenham's line routine. C/C++, real-mode
AU DE JP NL PL PT PT2 SE US 

Mg-flame by Magnesium
06 Jul 1998 /code/effects/fire/mg_flame.zip (3k)
A Flame effect in only 256-bytes with full assembler source. It even leaves you in DOS with a message. Commented for those wanting to learn 256-byte asm coding. TASM needed.
AU DE JP NL PL PT PT2 SE US 

Nice Fire by Ziron of Alpine *
18 Jan 1999 /code/effects/fire/nicefire.zip (2k)
Claims to be nicer then any of the other fires around, but there's really nothing special about this fire effect. Assembler
AU DE JP NL PL PT PT2 SE US 

Fire by Fantom Cat of Swat Cats ***+
18 Jan 1999 /code/effects/fire/swfire.zip (6k)
An original variation of the well-known fire effect. Pascal
AU DE JP NL PL PT PT2 SE US