Difference between revisions of "Talk:NetHack 3.6.0 source code"

From NetHackWiki
Jump to navigation Jump to search
("It is a wiki, so you could try anything! Just go to a source code page, click "edit" and do something interesting...")
Line 7: Line 7:
 
----
 
----
 
What does it mean to be able to "annotate" the code on this wiki? Is it just the ability to provide links to the code on other wiki pages, or could we add in commentary on the source page itself? [[User:146.145.99.210|146.145.99.210]] 19:09, 10 July 2006 (UTC)
 
What does it mean to be able to "annotate" the code on this wiki? Is it just the ability to provide links to the code on other wiki pages, or could we add in commentary on the source page itself? [[User:146.145.99.210|146.145.99.210]] 19:09, 10 July 2006 (UTC)
 +
 +
: [[User:Kernigh|Kernigh]] writes: It is a wiki, so you could try anything! Just go to a source code page, click "edit" and do something interesting...
 +
 +
: For example, I have been reading [[artifact.c]] and saving my notes about artifact invocations in there. The one thing that we are not doing is that we are not editing the C code itself. However, it is possible to use square brackets to insert links. --[[User:Kernigh|Kernigh]] 02:07, 11 July 2006 (UTC)

Revision as of 02:07, 11 July 2006

Is nethack vanilla C or ANSI C? -- PraetorFenix 03:26, 25 June 2006 (UTC)

It's definitely not ANSI C, but I don't know exactly which specification it tries to adhere to. --Jayt 18:04, 25 June 2006 (UTC)
I have started an ANSI C article. It seems that NetHack is sometimes in ANSI C, but sometimes not, depending on conditions in tradstdc.h. (Having source code here helped me much in starting an ANSI C page.) --Kernigh 04:52, 29 June 2006 (UTC)

In the Source Code what files define the corpse weights? -- PraetorFenix 08:43, 25 June 2006 (UTC)

They're in monst.c#line101. The first number in that line says giant ants (and also their corpses) have weight 10. --Jayt 18:04, 25 June 2006 (UTC)

What does it mean to be able to "annotate" the code on this wiki? Is it just the ability to provide links to the code on other wiki pages, or could we add in commentary on the source page itself? 146.145.99.210 19:09, 10 July 2006 (UTC)

Kernigh writes: It is a wiki, so you could try anything! Just go to a source code page, click "edit" and do something interesting...
For example, I have been reading artifact.c and saving my notes about artifact invocations in there. The one thing that we are not doing is that we are not editing the C code itself. However, it is possible to use square brackets to insert links. --Kernigh 02:07, 11 July 2006 (UTC)