forked from exult/exult
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO.xml
139 lines (134 loc) · 2.45 KB
/
TODO.xml
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE todo SYSTEM "todo.dtd">
<todo title="Exult" changed="26 Septembre 2002(GMT)">
<project>
<description>
Clean up debug/output messages and send them to the appropriate stream
(stdout, stderr). Remove useless messages.
</description>
<difficulty>
Easy
</difficulty>
<owner>
Nobody
</owner>
</project>
<project>
<description>
Implement "Return to Menu" in the in-game menu to go back to the Exult menu
</description>
<difficulty>
Medium
</difficulty>
<owner>
Nobody
</owner>
</project>
<project>
<description>
Implement a Journal which logs all conversations
</description>
<difficulty>
Medium
</difficulty>
<owner>
Nobody
</owner>
</project>
<project>
<description>
Get the Guardian's labial expression in both BG and SI's intros correct
</description>
<difficulty>
Difficult
</difficulty>
<owner>
Nobody
</owner>
</project>
<project>
<description>
Implement a text tool for the GIMP plugin that loads "fonts.vga", allows the
user to select a font, type some text and paste the result in the current
frame
</description>
<difficulty>
Medium
</difficulty>
<owner>
Nobody
</owner>
</project>
<project>
<description>
Implement a palette loader for the GIMP plugin which allows the user to
interactively choose palettes from "palettes.flx" and apply them to the
current shape
</description>
<difficulty>
Medium
</difficulty>
<owner>
Nobody
</owner>
</project>
<project>
<description>
Implement a keyring for Black Gate in a similar way to the one in Silver
Seed
</description>
<difficulty>
Difficult
</difficulty>
<owner>
Nobody
</owner>
</project>
<project>
<description>
Implement an optional turn-based combat mode
</description>
<difficulty>
Difficult
</difficulty>
<owner>
Nobody
</owner>
</project>
<project>
<description>
Implement a checksum for the generated .flx files and check
against it at runtime
</description>
<difficulty>
Medium
</difficulty>
<owner>
Nobody
</owner>
</project>
<project>
<description>
Implement a mechanism for having a system-wide installation of
the static directories, whilst having per-user gamedat and
savegame directories.
</description>
<difficulty>
Easy
</difficulty>
<owner>
Nobody
</owner>
</project>
<project>
<description>
Implement OGG support for the Zaurus.
</description>
<difficulty>
Medium
</difficulty>
<owner>
Artaxerxes
</owner>
</project>
</todo>