• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..08-Mar-2020-

.gitattributesH A D08-Mar-202063 21

READMEH A D08-Mar-20201.7 KiB5444

gn_xpms.hH A D08-Mar-202048.1 KiB1,4521,345

gnaskstr.cH A D08-Mar-20201.5 KiB5841

gnaskstr.hH A D08-Mar-2020541 136

gnbind.cH A D08-Mar-202040.1 KiB1,192739

gnbind.hH A D08-Mar-20203 KiB8966

gnglyph.cH A D08-Mar-20206.3 KiB222109

gnglyph.hH A D08-Mar-20201.1 KiB4227

gnmain.cH A D08-Mar-202025.6 KiB707590

gnmain.hH A D08-Mar-2020912 2315

gnmap.cH A D08-Mar-202018.1 KiB530351

gnmap.hH A D08-Mar-2020504 179

gnmenu.cH A D08-Mar-202025.1 KiB742572

gnmenu.hH A D08-Mar-2020850 3221

gnmesg.cH A D08-Mar-20202.9 KiB10069

gnmesg.hH A D08-Mar-2020970 2315

gnomeprv.hH A D08-Mar-2020450 167

gnopts.cH A D08-Mar-20203.7 KiB11588

gnopts.hH A D08-Mar-2020377 114

gnplayer.cH A D08-Mar-20203.3 KiB10177

gnplayer.hH A D08-Mar-2020440 114

gnsignal.cH A D08-Mar-202011.1 KiB400279

gnsignal.hH A D08-Mar-20201.3 KiB5437

gnstatus.cH A D08-Mar-202033.6 KiB909734

gnstatus.hH A D08-Mar-2020456 157

gntext.cH A D08-Mar-20204.7 KiB152106

gntext.hH A D08-Mar-2020845 2214

gnworn.cH A D08-Mar-20203.4 KiB10480

gnworn.hH A D08-Mar-2020463 187

gnyesno.cH A D08-Mar-20202.4 KiB7158

gnyesno.hH A D08-Mar-2020440 125

README

1This directory contains the windowing code written for GnomeHack. The NetHack
2devteam is in the process of making it part of the normal distribution.
3It should be noted that this is still work in progress and that there are
4still problems with this code.  So use at your own risk.  Of course any
5contributions, especially bug fixes, are more than welcome!
6
7These files are based on the files from GnomeHack 1.0.5 by Erik Andersen.
8Some files have been renamed to fit into 8.3 name constraints (yuk!).
9These are:
10
11	GnomeHack.h			gnomeprv.h
12	GnomeHackAskStringDialog.c	gnaskstr.c
13	GnomeHackAskStringDialog.h	gnaskstr.h
14	GnomeHackBind.c			gnbind.c
15	GnomeHackBind.h			gnbind.h
16	GnomeHackGlyph.c		gnglyph.c
17	GnomeHackGlyph.h		gnglyph.h
18	GnomeHackMainWindow.c		gnmain.c
19	GnomeHackMainWindow.h		gnmain.h
20	GnomeHackMapWindow.c		gnmap.c
21	GnomeHackMapWindow.h		gnmap.h
22	GnomeHackMenuWindow.c		gnmenu.c
23	GnomeHackMenuWindow.h		gnmenu.h
24	GnomeHackMessageWindow.c	gnmesg.c
25	GnomeHackMessageWindow.h	gnmesg.h
26	GnomeHackPlayerSelDialog.c	gnplayer.c
27	GnomeHackPlayerSelDialog.h	gnplayer.h
28	GnomeHackSettings.c		gnopts.c
29	GnomeHackSettings.h		gnopts.h
30	GnomeHackSignals.c		gnsignal.c
31	GnomeHackSignals.h		gnsignal.h
32	GnomeHackStatusWindow.c		gnstatus.c
33	GnomeHackStatusWindow.h		gnstatus.h
34	GnomeHackTextWindow.c		gntext.c
35	GnomeHackTextWindow.h		gntext.h
36	GnomeHackYesNoDialog.c		gnyesno.c
37	GnomeHackYesNoDialog.h		gnyesno.h
38
39Other files have been removed because we don't or can't use them (yet).
40
41	Makefile.am
42	Makefile.in
43	gnomehack.desktop
44	gnomehack.desktop.in
45
46NetHack currently doesn't use autoconf, so the setup for that has not
47made the translation.
48
49Note:  All loss in style, elegance, and readability is entirely our fault
50and not Erik's.
51
52
53
54