Difference between revisions of "Source diving"

From NetHackWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
'''Source diving''' is the action of examining the [[source code]] of [[NetHack]]. A person who practices source diving is called a '''source diver'''. The source code is freely available for anyone, unlike in most commercial programs.
 
'''Source diving''' is the action of examining the [[source code]] of [[NetHack]]. A person who practices source diving is called a '''source diver'''. The source code is freely available for anyone, unlike in most commercial programs.
  
Source diving is usually done when someone wants to know how something really works in the game. Source divers may also program their own [[patch]]es to the game. Some people may just want to look for easter eggs or interesting comments in the source.
+
Source diving is usually done when someone wants to know how something really works in the game. Source divers may also program their own [[patch]]es to the game. Some people may just want to look for easter eggs or interesting [[comments]] in the source.
  
 
[[Grep]], [[GEMA]], [[AWK]], and [http://www.stack.nl/~dimitri/doxygen/index.html Doxygen] are useful tools when source diving.
 
[[Grep]], [[GEMA]], [[AWK]], and [http://www.stack.nl/~dimitri/doxygen/index.html Doxygen] are useful tools when source diving.

Revision as of 10:07, 12 November 2013

Source diving is the action of examining the source code of NetHack. A person who practices source diving is called a source diver. The source code is freely available for anyone, unlike in most commercial programs.

Source diving is usually done when someone wants to know how something really works in the game. Source divers may also program their own patches to the game. Some people may just want to look for easter eggs or interesting comments in the source.

Grep, GEMA, AWK, and Doxygen are useful tools when source diving.

External links