Commit Graph

422 Commits

Author SHA1 Message Date
nethack.allison
4b0dab0d0e <Someone> bit
in util/lev_main.c:write_maze(), line which reads
"Write(fd, &(pt->ngold), sizeof(pt->naltar));"

should read
"Write(fd, &(pt->ngold), sizeof(pt->ngold));"
2002-02-19 13:25:06 +00:00
nethack.allison
7d1e6f7d57 from Yitzhak
Add absent prototypes to some core routines.
Also add some port function() to function(void) in some win32 routines.
Also updates the Borland C Makefile for win32.
2002-02-05 13:21:43 +00:00
nethack.allison
742e1e8c90 3.3.2 to 3.4.0 2002-02-04 16:11:00 +00:00
kmhugo
bc31d71776 makedefs.c
Fix some misplaced logic in makedefs.c, and improve the surrounding
comments.
2002-02-03 22:10:24 +00:00
nethack.allison
51e3079709 <Someone>'s OS2 updates. 2002-02-02 19:46:18 +00:00
kmhugo
263b6c06b1 Line numbering in lev_comp files
This patch allows the digits 0-9 to be used to indicate line numbers
in the MAP...ENDMAP arrays of level files.  This makes it a wee
bit easier to place features.  The digits get stripped out before
the map is interpreted.
2002-01-19 06:06:16 +00:00
kmhugo
bd49d4a6df Remove files duplicated in devteam module 2002-01-19 05:39:57 +00:00
warwick
0e46369056 Ignore generated files. 2002-01-18 02:50:06 +00:00
nethack.allison
8ef53b7e30 Get rid of a compiler warning that has been there forever.
This finally gets the entire build process warning-free
under MSVC.
2002-01-15 03:37:36 +00:00
nethack.allison
e02ab47597 Changes to existing files by the win32 port additions. 2002-01-13 05:53:39 +00:00
kmhugo
95143950a9 Macintosh util update
* Updated preprocessor conditionals for the MPW compilers.
* Remove obsolete Mac code in util/*_comp.l.
2002-01-10 06:55:12 +00:00
jwalz
22c021f37c *** empty log message *** 2002-01-05 21:06:00 +00:00
jwalz
3c8cfccffa *** empty log message *** 2002-01-05 21:06:00 +00:00
jwalz
2b2eaa2510 *** empty log message *** 2002-01-05 21:06:00 +00:00
jwalz
298ca70e70 *** empty log message *** 2002-01-05 21:06:00 +00:00
jwalz
e96d5aba24 *** empty log message *** 2002-01-05 21:06:00 +00:00
jwalz
62014c6997 *** empty log message *** 2002-01-05 21:06:00 +00:00
jwalz
16454d543c *** empty log message *** 2002-01-05 21:06:00 +00:00
jwalz
bae819bf92 *** empty log message *** 2002-01-05 21:06:00 +00:00
jwalz
8fea94b8a1 *** empty log message *** 2002-01-05 21:06:00 +00:00
jwalz
17f3520f52 *** empty log message *** 2002-01-05 21:06:00 +00:00
jwalz
62141206c1 *** empty log message *** 2002-01-05 21:06:00 +00:00