Difference between revisions of "Boom"

From DoomWiki.org

[checked revision][checked revision]
(add new parameters for initial release info)
m (Revision: updated genealogy, added ReBoom.)
(5 intermediate revisions by 5 users not shown)
Line 4: Line 4:
 
|developer = [[Jim Flynn]], [[Stan Gula]], [[Ty Halderman]], [[Lee Killough]], [[Rand Phares]]
 
|developer = [[Jim Flynn]], [[Stan Gula]], [[Ty Halderman]], [[Lee Killough]], [[Rand Phares]]
 
|baseparent = [[Versions of Doom and Doom II|Final Doom]] v1.9
 
|baseparent = [[Versions of Doom and Doom II|Final Doom]] v1.9
|programming language = [[Wikipedia:C (Programming Language)|C]]
+
|programming language = {{wp|C (programming language)|C}}
 
|status = Discontinued
 
|status = Discontinued
|initialversion = {{safesubst::{{FULLPAGENAME}}/InitialVersion}}
+
|initialversion = 2.00
|initialdate = {{safesubst::{{FULLPAGENAME}}/InitialDate}}
+
|initialdate = 1998-04-17
 
|platform = DOS
 
|platform = DOS
 
|license = [[Doom Source License]], {{GPL||2+}}
 
|license = [[Doom Source License]], {{GPL||2+}}
}}'''Boom''' is a [[source port]] created by [[TeamTNT]]. The design goals of the Boom project were to create a source port of professional quality, fix bugs and remove limitations of [[vanilla Doom]], and add extra editing features, while keeping the same "feel" and "spirit" of the original Doom engine. The final version of Boom was released on October 22, 1998. The source code for Boom was released in October 1999.
+
}}
 +
'''Boom''' is a [[source port]] created by [[TeamTNT]]. The design goals of the Boom project were to create a source port of professional quality, fix bugs and remove limitations of [[vanilla Doom]], and add extra editing features, while keeping the same "feel" and "spirit" of the original Doom engine. The final version of Boom was released on October 22, 1998. The source code for Boom was released in October 1999.
  
 
Boom itself only ran under MS-DOS and was developed using DJGPP, the DOS port of gcc. The code was later ported to other operating systems.
 
Boom itself only ran under MS-DOS and was developed using DJGPP, the DOS port of gcc. The code was later ported to other operating systems.
Line 19: Line 20:
  
 
== Features ==
 
== Features ==
 
 
* Removal of engine limits and bugs. This includes the [[visplane limit]], the [[tutti-frutti effect|tutti-frutti]] and [[Medusa effect|medusa]] effects, the [[savegame buffer overflow|savegame size limit]], the [[venetian blind crash]], and many others.
 
* Removal of engine limits and bugs. This includes the [[visplane limit]], the [[tutti-frutti effect|tutti-frutti]] and [[Medusa effect|medusa]] effects, the [[savegame buffer overflow|savegame size limit]], the [[venetian blind crash]], and many others.
 
* Optimizations to the engine.
 
* Optimizations to the engine.
Line 50: Line 50:
 
* [[LxDoom]], which later merged with [[PrBoom]], a portable version of Boom.
 
* [[LxDoom]], which later merged with [[PrBoom]], a portable version of Boom.
 
* [[MBF]], [[Lee Killough]]'s continuation of his work on the Doom engine.
 
* [[MBF]], [[Lee Killough]]'s continuation of his work on the Doom engine.
 +
* [[Steve Boom]], initially meant as a learning experience, it became a port of its own, based on Boom 2.01.
 +
* [[PrjDoom]], the successor of Steve Boom, based on Boom 2.02.
 +
* [[ReBoom]], [[Adam Bilbrough (Gibbon)]]'s continuation of the Boom engine to modern systems.
  
 
== External links ==
 
== External links ==
 
+
* {{archived link|http://www.teamtnt.com/boompubl/ixboom.htm|TeamTNT's Boom website|http://web.archive.org/web/20050817024842/http://teamtnt.com/boompubl/boom2.htm|Archive.org}}
* {{archived link|http://www.teamtnt.com/boompubl/ixboom.htm|TeamTNT's Boom website|http://web.archive.org/web/20160314065900/http://teamtnt.com/boompubl/boom2.htm|Archive.org}}
 
 
*{{idgames|title=Download Boom|id=10447}}
 
*{{idgames|title=Download Boom|id=10447}}
 
*{{idgames|title=Download Boom source code|id=10448}}
 
*{{idgames|title=Download Boom source code|id=10448}}
Line 61: Line 63:
 
{{s-port}}
 
{{s-port}}
 
{{s-cond}}
 
{{s-cond}}
{{s-bef-cond|rows=3|before=[[Versions of Doom and Doom II|Final Doom v1.9]]}}
+
{{s-bef-cond|rows=4|before=[[Versions of Doom and Doom II|Final Doom v1.9]]}}
{{s-ttl|rows=6|title=Boom}}
+
{{s-ttl|rows=9|title=Boom}}
 
{{s-aft-cond|after=[[LinBoom]]}}
 
{{s-aft-cond|after=[[LinBoom]]}}
 
{{s-aft-cond|after=[[LxDoom]]}}
 
{{s-aft-cond|after=[[LxDoom]]}}
 
{{s-aft-cond|after=[[MBF]]}}
 
{{s-aft-cond|after=[[MBF]]}}
{{s-bef-cond|rows=3|before=[[DOSDoom|DOSDoom v0.2]]}}
 
 
{{s-aft-cond|after=[[PrBoom]]}}
 
{{s-aft-cond|after=[[PrBoom]]}}
 +
{{s-bef-cond|rows=5|before=[[DOSDoom|DOSDoom v0.2]]}}
 +
{{s-aft-cond|after=[[PrjDoom]]}}
 
{{s-aft-cond|after=[[Risen3D]]}}
 
{{s-aft-cond|after=[[Risen3D]]}}
 
{{s-aft-cond|after=[[RORDoom]]}}
 
{{s-aft-cond|after=[[RORDoom]]}}
 +
{{s-aft-cond|after=[[Steve Boom]]}}
 +
{{s-aft-cond|after=[[ReBoom]]}}
 
{{s-end}}
 
{{s-end}}
  

Revision as of 07:57, 11 September 2021

Boom
TNT Boom logo.jpg
Codebase Final Doom v1.9
Developer(s) Jim Flynn, Stan Gula, Ty Halderman, Lee Killough, Rand Phares
Initial release 2.00 (1998-04-17, 25 years ago)
Latest release 2.02 (1999-10-09, 24 years ago)
Development status Discontinued
Written in C
Target Platform DOS
License Doom Source License, GNU General Public License v2+

Boom is a source port created by TeamTNT. The design goals of the Boom project were to create a source port of professional quality, fix bugs and remove limitations of vanilla Doom, and add extra editing features, while keeping the same "feel" and "spirit" of the original Doom engine. The final version of Boom was released on October 22, 1998. The source code for Boom was released in October 1999.

Boom itself only ran under MS-DOS and was developed using DJGPP, the DOS port of gcc. The code was later ported to other operating systems.

Boom can be viewed as a much more conservative source port than some others because of its strong emphasis on maintaining the original feel of the Doom engine. While many contemporary source ports concentrated on adding Quake-like features (such as a console, restructuring menus, or adding impressive new graphical features), Boom behaves very similarly to the original Doom executable. Many of the changes made in Boom are not immediately visible, such as the removal of limits (e.g. the visplane limit error) and the addition of editing features which, while immensely useful to level designers, may not be obvious to the player.

A large number of WAD files have been developed which require Boom to run. Because of the attractive editing features provided by Boom, many popular source ports have adopted support for these features. This has led to the term "Boom-compatible engine": such WADs may run on many different source ports provided that the source port used supports the Boom editing extensions.

Features

Authors

The primary authors of Boom were:

Derived source ports

After the Boom project ended, several source ports arose which were derived from the Boom source code. These include:

  • LxDoom, which later merged with PrBoom, a portable version of Boom.
  • MBF, Lee Killough's continuation of his work on the Doom engine.
  • Steve Boom, initially meant as a learning experience, it became a port of its own, based on Boom 2.01.
  • PrjDoom, the successor of Steve Boom, based on Boom 2.02.
  • ReBoom, Adam Bilbrough (Gibbon)'s continuation of the Boom engine to modern systems.

External links

Source code genealogy
Based on Name Base for
Final Doom v1.9 Boom LinBoom
LxDoom
MBF
PrBoom
DOSDoom v0.2 PrjDoom
Risen3D
RORDoom
Steve Boom
ReBoom