Home
last modified time | relevance | path

Searched refs:angband (Results 1 – 25 of 144) sorted by relevance

123456

/dports/games/zangband/zangband/src/
H A Dmain-xaw.c650 wnew->angband.fontheight = wnew->angband.fnt->ascent + in Initialize()
653 wnew->angband.fontascent = wnew->angband.fnt->ascent; in Initialize()
656 wnew->angband.tilewidth = 2 * wnew->angband.fontwidth; in Initialize()
658 wnew->angband.tilewidth = wnew->angband.fontwidth; in Initialize()
660 wnew->angband.fontascent = wnew->angband.fnt->ascent; in Initialize()
881 if (wnew->angband.font != current->angband.font) in SetValues()
889 wnew->angband.fnt = current->angband.fnt; in SetValues()
890 wnew->angband.font = current->angband.font; in SetValues()
914 wnew->angband.gc[i] = current->angband.gc[i]; in SetValues()
975 (wnew->angband.min_rows * wnew->angband.fontheight + in calculateSizeHints()
[all …]
H A Dmakefile.zb73 objs-$(cygwin) += src/angband.res src/readdib.o
75 src/angband.res : src/angband.rc
79 objs-$(lcc) += src/angband.res src/readdib.o
81 src/angband.res : src/angband.rc
125 angband.h \
227 srcfiles += src/*.c src/*.h src/angband.rc src/angband.ico \
228 src/angband.xpm src/zangband.icns src/makefile* src/l-*.pkg \
H A Dmakefile.bcc152 $(EXE_FILE): $(OBJ) angband.res
153 $(LINKER) -aa -x $(OBJ) c0w32.obj, $(EXE_FILE),, cw32.lib import32.lib,, angband.res
158 angband.res: angband.rc
159 $(RC) -r angband.rc
/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dmain-xaw.c486 new->angband.fontheight = new->angband.fnt->ascent + in Initialize()
489 new->angband.fontascent = new->angband.fnt->ascent; in Initialize()
573 if (current->angband.font != new->angband.font) in SetValues()
581 new->angband.fnt = current->angband.fnt; in SetValues()
582 new->angband.font = current->angband.font; in SetValues()
591 new->angband.fontheight = new->angband.fnt->ascent + in SetValues()
594 new->angband.fontascent = new->angband.fnt->ascent; in SetValues()
682 new->angband.min_rows * new->angband.fontheight + in calculateSizeHints()
685 new->angband.min_columns * new->angband.fontwidth + in calculateSizeHints()
691 new->angband.max_rows * new->angband.fontheight + in calculateSizeHints()
[all …]
/dports/games/mangband/mangband-1.5.3/src/client/
H A Dmain-xaw.c487 new->angband.fontheight = new->angband.fnt->ascent + in Initialize()
490 new->angband.fontascent = new->angband.fnt->ascent; in Initialize()
574 if (current->angband.font != new->angband.font) in SetValues()
582 new->angband.fnt = current->angband.fnt; in SetValues()
583 new->angband.font = current->angband.font; in SetValues()
592 new->angband.fontheight = new->angband.fnt->ascent + in SetValues()
595 new->angband.fontascent = new->angband.fnt->ascent; in SetValues()
683 new->angband.min_rows * new->angband.fontheight + in calculateSizeHints()
686 new->angband.min_columns * new->angband.fontwidth + in calculateSizeHints()
692 new->angband.max_rows * new->angband.fontheight + in calculateSizeHints()
[all …]
/dports/games/zangband/zangband/lib/script/tk/
H A Dkeypress.tcl32 angband keypress %A
43 angband keypress \037Shift-%K\015
47 angband keypress %A
56 angband keypress \037Alt-%K\015
66 angband keypress \037%K\015
70 angband keypress %A
76 angband keypress \033
81 angband keypress \r
86 angband keypress \t
91 angband keypress \010
[all …]
H A Dstore.tcl465 if {[angband store ishome]} {
467 if {![angband store count]} {
478 if {[angband store ishome]} {
513 if {[angband store ishome]} {
738 angband keypress \033
867 if {[angband store ishome]} {
944 if {[angband store ishome]} {
1013 if {[angband store ishome]} {
1100 if {[angband store ishome]} {
1218 if {[angband store ishome]} {
[all …]
H A Dcharinfo-canvas.tcl636 set info [angband player hitpoints]
649 set info [angband player mana]
664 set value [angband player $attrib]
670 set text [angband player $attrib]
724 set info [angband player exp]
753 set hit [angband player to_hit]
754 set dam [angband player to_dam]
755 angband equipinfo INVEN_WIELD dump
770 set hit [angband player to_hit]
772 angband equipinfo INVEN_BOW dump
[all …]
H A Dstore2.tcl592 if {[angband store ishome]} {
594 if {![angband store count]} {
608 if {[angband store ishome]} {
643 if {[angband store ishome]} {
843 angband keypress \033
976 if {[angband store ishome]} {
1058 if {[angband store ishome]} {
1126 if {[angband store ishome]} {
1217 if {[angband store ishome]} {
1591 angband keypress $keypress
[all …]
H A Dmain-window.tcl310 angband keypress \033
317 angband keypress \033
1303 angband keypress " "
1309 angband keypress " "
1330 angband keypress $dirKey
1350 if {[angband keycount]} return
1353 angband keypress $dirKey
1419 angband keypress &$y\n$x\n
1539 angband keypress *@$y2\n$x2\n
1733 angband keypress $string
[all …]
H A Dinventory2.tcl475 if {[angband store ishome]} {
577 angband keypress \033
685 angband $where info $index attrib
792 angband $whereItem info $item attrib
814 angband keypress $char
1004 angband keypress \033
1031 angband $where info $index attrib
1100 if {[angband inventory count]} {
1114 if {[angband store ishome]} {
1125 if {![angband store shopping]} {
[all …]
H A Dmisc-window.tcl217 switch -- [angband inkey_flags] {
223 angband keypress *
226 angband keypress " "
229 switch -- [angband inkey_flags] {
232 angband keypress *
549 eval bind_Py_exp [angband player exp]
1108 angband player stat $stat statInfo
1244 eval bind_Py_exp [angband player exp]
1323 angband player stat $info statInfo
1382 set max [angband player max_lev]
[all …]
H A Dinventory.tcl447 angband keypress \033
560 angband $where info $index attrib
681 angband keypress $char
730 angband keypress \033
734 set closeCmd {angband keypress \033}
736 set cancelCmd {angband keypress \033}
760 angband $where info $index attrib
875 set items [angband $invOrEquip find]
923 angband $invOrEquip info $index attrib
966 set weightTotal [angband inventory total_weight]
[all …]
H A Dmessage-history.tcl267 angband keypress %A
482 angband keypress \033
502 set max [angband message count]
514 set nextMsg [angband message get $i]
523 lappend colorList [Value [angband message color $curAge]]
538 lappend colorList [Value [angband message color $curAge]]
544 set curMsg [angband message get $i]
547 lappend colorList [Value [angband message color $i]]
H A Dmisc.tcl202 set max [angband message count]
208 set nextMsg [angband message get $i]
255 set fileName [tk_getSaveFile -initialfile [angband player base_name].msg \
293 angband game abort -noask
H A Dpets.tcl410 if {[llength [angband player pets]]} {
557 angband keypress \033
974 angband keypress a
980 angband keypress ~$m_idx\n\033
986 angband keypress ~
989 angband keypress $m_idx\n
992 angband keypress \033
996 angband keypress ~
999 angband keypress $m_idx\n
1001 angband keypress \033
[all …]
H A Dmap.tcl219 set dunHgt [angband cave height]
220 set dunWid [angband cave width]
263 set dunHgt [angband cave height]
264 set dunWid [angband cave width]
H A Dmessage-window.tcl302 set max [angband message count]
312 lappend info [angband message get $i] [angband message color $i] \n {}
/dports/games/angband/Angband-4.2.2/lib/icons/
H A Dangband-x11.desktop5 Exec=angband -mx11
6 TryExec=angband
7 Icon=/usr/share/angband/xtra/icon/att-32.png
H A Dangband-sdl.desktop5 Exec=angband -msdl
6 TryExec=angband
7 Icon=/usr/share/angband/xtra/icon/att-32.png
H A DMakefile5 angband-x11.desktop angband-sdl.desktop
/dports/games/angband/Angband-4.2.2/
H A DREADME.md12 …[Official Website](http://rephial.org/) or [compile it yourself](https://angband.readthedocs.io/en…
13 - **How to Play:** [The Angband Manual](https://angband.readthedocs.io/en/latest/)
14 - **Getting Help:** [Angband Forums](http://angband.oook.cz/forum/)
/dports/games/angband/Angband-4.2.2/tests/
H A Drun-test10 rm -rf ~/.angband/Test
14 src/angband -mtest < "$test/input" > "$test/run.out"
H A DREADME1 elly/angband end-to-end tests
4 run-test, which runs angband with -mtest, feeds it some input, and compares the
/dports/games/angband/Angband-4.2.2/src/
H A DMakefile.nmake32 RES = win\angband.res
39 $(RES) : win\angband.rc

123456