-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstatus
63 lines (54 loc) · 1.06 KB
/
status
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Done:
armor.c
chase.c
command.c
daemon.c
daemons.c
fight.c
init.c
io.c
list.c (in rogue.lisp)
main.c
misc.c
move.c
monsters.c
newlevel.c
options.c
pack.c
passages.c
potions.c
rings.c
rooms.c
rogue.h
scrolls.c
sticks.c
things.c
vers.c
weapons.c?? (seems like I've actually done it already)
wizard.c
In Prog:
rip.c (sorta done...)
Must:
Nope:
machdep.h
save.c
state.c
xcrypt.c
TODO:
* get save working
** cleanup after load from .sav file:
*** cur_armor
*** cur_weapon
*** oldrp?
*** !!! does this really matter? depends on how cur_weapon and cur_armor used. oldrp isn't...
* move "move" to cl-ncurses
* whoami in init.lisp busted
* XXX comment in monsters.lisp
* make sure GET_STR is used correctly everywhere (mvb)
* may be some places where incorrect trueness due to 0 not being "false" in Lisp
* skipped expansion of "~" -> "home" in parse_opts
* review use of "for" macro for off-by-one errors
* look for places that need (format nil ...)
* passwd() in wizard.c isn't ported, always returns t
* 2 func in rip.c not ported
* stuff like 'shell' in command.lisp not ported