-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
127 lines (94 loc) · 3.96 KB
/
TODO
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
-make Rodney announce new strips.
-hide the code by default; it's not useful for normal users.
(only show it if user clicks on the "code edit")
-turn checkboxes into togglebuttons.
-room drawing mode with the extended chars
-remove Panel.cursor
-maybe change the strip preview so it also allow a "floating" window,
a la the pen selection etc "popups".
-tooltip mode for buttons
-text to panel -button doesn't handle <p> -tags, nor contained <span> -tags.
-larger tombstone:
----------
/ \
/ REST \
/ IN \
/ PEACE \
/ \
| Teg |
| 1532 Au |
| killed by a |
| minotaur |
| |
| |
| 2006 |
*| * * * | *
_________)/\\_//(\/(/\)/\//\/|_)_______
-copy & paste partial panels.
-the current pen and ctrl_pen should have a popup, which shows checkboxes
for attrs, which can be turned on or off.
-extended char popup should have text input field for choosing
the address which to display instead of just the hexnumber...
-OPTIONS:table_panels
if used, each map char is inside a td.
used when eg. using ext. chars so the chars will align properly.
-a button to grey out top two lines, if they're text lines?
-diydudley: a line drawing mode, which also allows box drawing chars?
-use PDO instead of pg_foo
-Add user's voting "history" to duduser.php
-month table should have links for previous & next month, and
years. (drop-down options for both, too?)
< January > [ 2009 ] <-- dropdown box of years
^ ^
links to prev/next month
-allow users to leave notes for admin and vice versa for each strip
the user submitted.
-BUG: duduser.php considers user's comments from strips with approved=false
-diydudley: make config window complain when two entries have same keys?
-diydudley: allow filling an area with "shop items"
-diydudley: support for any html entity in panel.
-css class "f_random" should switch between colors...
-also "f_random_fire", "f_random_cold", etc
-diydudley: a new method of doing written text into the panel:
WRITE:(x,y),"text"
-might need a way to set the text color.
-wordwrapped?
-diydudley: on opera, diydudley.js, line 1789,
check the preview_window is not undefined or null!
-diydudley: add more map templates.
-config options for users
-when user returns, show newest comic, or the next from the
newest that was current when he last visited? (save visit
time into a cookie)
-alternate stylesheets (style with black background)
-disable color is comic strips
-users should be able to mark their own queued comics as deleted.
-DIY dudley should allow for strip upload from user's computer into the
editor itself.
-statistics page:
-top N comics sorted by avg rating
-top N comics with most comments
-# of comments alltogether
-# of comic strips
-top N people who submitted comics
-top N commenters
-top N viewed strips
-searching comics & comments
-list all comments by user 'foo'
-page for listing links to a year's worth of comics (12 month tables)
-paginate comments, if there's lots of them.
-improve the color encoding, so that if there's lots of green # and one grey #,
don't list all of the green #'s separately...
-crawl/angband specific stuff: glyphs and generators
-some more OOP would be nice.
-settings: remove cookies, verify panel changes, default author, scatter #, ...
-fix the random level generator #6 ("corridors")
-lock characters, lock colors -checkboxes, if checked, cannot change
char/color...
(or maybe []use char, []use color) checkboxes, next to the pen?)
-allow defining the default panel background and foreground colors.
-rotate panel
-move panel left or right in the strip
-save more stuff into cookies
-allow toggling the textentry editpanel off/on.
-maybe move all those green buttons into <li> css menu structure.