ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/TODO
(Generate patch)

Comparing deliantra/server/TODO (file contents):
Revision 1.127 by root, Tue May 6 14:56:42 2008 UTC vs.
Revision 1.132 by root, Tue May 6 17:31:21 2008 UTC

1Here are listed some todos which should be looked into sometimes. 1Here are listed some todos which should be looked into sometimes.
2
3* 2008-05-06 19:14:12.5927 Map darkness for popadom on /onefang/AntFarm/AntFarm9 is too high (6)
4
5* can't move onto navar harbour piers when levitating.
2 6
3* drakkar pking system assumed to be well-balanced: any documentation? 7* drakkar pking system assumed to be well-balanced: any documentation?
4 8
5* tutorial in client 9* tutorial in client
618:24:32 <qwe> just a note 1018:24:32 <qwe> just a note
9 there are outdated. 13 there are outdated.
10 14
11* ridify us from FLAG_NO_FIX_PLAYER by replacing it by a more generic flag or 15* ridify us from FLAG_NO_FIX_PLAYER by replacing it by a more generic flag or
12 simply by dropping it. 16 simply by dropping it.
13 17
14* missile weapons seem to be buggy w.r.t. applying things to players like
15 their sp attributed. see handcrossbow, which has eg. sp 30 set, which
16 increases their spell regen.
17
18* when detect monster is cast while eg. a ball of lighning is active, it's not 18* when detect monster is cast while eg. a ball of lighning is active, it's not
19 shown long enough for the player to notice (probably due to LOS calculations). 19 shown long enough for the player to notice (probably due to LOS calculations).
20 20
21* important: mobs can cross shop-boundaries using shopmats. this must not be :/ 21* important: mobs can cross shop-boundaries using shopmats. this must not be :/
22 22
23* drop all and get all will result in trying to pick up yourself 23* drop all and get all will result in trying to pick up yourself
24 (likely harmless) 24 (likely harmless)
25 25
26* IMPORTANT: 05:13:11 -cfbot:#cf- [Lurker] Oh, and autopickup arrows.
27 05:13:21 -cfbot:#cf- [Lurker] picks up your own in-flight-arrows.
28
29* IMPORTANT: create bomb, take it (owner gets cleared), bomb expldoes in inventory => harms players b/c no owner 26* IMPORTANT: create bomb, take it (owner gets cleared), bomb expldoes in inventory => harms players b/c no owner
30
31* sync_job in random map prepare still exists.
32
33* IMPORTANT:
34 "cannot change rod when levitating"
35 27
36* vanessa kept active because of: 28* vanessa kept active because of:
37 owner of: {cnt:1122393,uuid:<1.26f992059>,name:"spear",flags:[17,24,111],type:15}(on <freed objects map>@1+1) 29 owner of: {cnt:1122393,uuid:<1.26f992059>,name:"spear",flags:[17,24,111],type:15}(on <freed objects map>@1+1)
38 owner of: {cnt:961349,uuid:<1.26f96ab45>,name:"throwing dagger",flags:[17,24,111],type:15}(on <freed objects map>@1+1) 30 owner of: {cnt:961349,uuid:<1.26f96ab45>,name:"throwing dagger",flags:[17,24,111],type:15}(on <freed objects map>@1+1)
39 -> owner probably got set somehow after destruction, but how... (must be sth,. with thrown ob). 31 -> owner probably got set somehow after destruction, but how... (must be sth,. with thrown ob).
40 32
41* dragon cannot apply ipo writing pen (lack the body), but use skill fine 33* dragon cannot apply ipo writing pen (lack the body), but use skill fine
42
43* 2007-09-17 21:15:39.7368 BUG: process_events(): removed object is on active list: {cnt:2940058,uuid:<1.255dcdc9a>,name:"mover",flags:[2,8,11,64,103],type:40}(on /quests/peterm/Demonology/GroundLevel@10+17)
44 34
45http://stonewashed.net/sfx.html 35http://stonewashed.net/sfx.html
46 36
472007-09-23 02:41:37.7100 name sand, arch pstone_1, type 0 with fly/walk on/off not handled in move_apply() 372007-09-23 02:41:37.7100 name sand, arch pstone_1, type 0 with fly/walk on/off not handled in move_apply()
482007-09-23 02:41:37.7101 name bench, arch bench_2_1_1, type 0 with fly/walk on/off not handled in move_apply() 382007-09-23 02:41:37.7101 name bench, arch bench_2_1_1, type 0 with fly/walk on/off not handled in move_apply()
70* prisondemadness in pod/books.pod ends in =head1 Order of the gravestone, rather mysteriously. 60* prisondemadness in pod/books.pod ends in =head1 Order of the gravestone, rather mysteriously.
71 61
72* for the future: adjust sp regenration in that way that it doesn't 62* for the future: adjust sp regenration in that way that it doesn't
73 regenrate when food is below < 200 (a magic constant) 63 regenrate when food is below < 200 (a magic constant)
74 64
75* IMPORTANT: create a no_drop flag (DONE) and set it on the nexus (or somehow avoid
76 stuff beig dropped on the teleporter there).
77
78* level 100 inscription with 4 kills: a single random_Scorll treasure 65* level 100 inscription with 4 kills: a single random_Scorll treasure
79 item in the ancient mages of forgotten town palace create 66 item in the ancient mages of forgotten town palace create
80 many *hundreds* of actual scrolls when instantiated? 67 many *hundreds* of actual scrolls when instantiated?
81 68
8207:20:32 -cfbot:#cf- [Incen] that's odd. a pile of dust called "potion" 6907:20:32 -cfbot:#cf- [Incen] that's odd. a pile of dust called "potion"
8707:22:06 -cfbot:#cf- [Lina] dusts/potions/figurines/balms 7407:22:06 -cfbot:#cf- [Lina] dusts/potions/figurines/balms
88 75
89* totla invisibility is too hard to get. monsters should attack the 76* totla invisibility is too hard to get. monsters should attack the
90 player when hit by him or his spell anyways. 77 player when hit by him or his spell anyways.
91 78
92* IMPORTANT: cnanot enter G<xxx|yyy> in chat/irc, as it gets expanded
93
94* grammar: 2007-07-05 08:46:07 msg: You open up deep wounds sandy with a brutal swipe.
95
96* is_animated is sometimes written twice when saving, because it must be off when
97 no animation is set. this does not work, of course, because later the flag is written again.
98 should probably be fixed on load, not on save.
99
100* 20:09:34 -cfbot:#cf- Teufelhunden was killed by ball_lightning
101 obviously this should be the real name, not the arch name.
102
103* new players sometimes seem to lack statistics
104
105* 21:37:28 -cfbot:#cf- [Drakna] yeah see meditation heals but it eats up food. but if yoiu have no food you can still 79* 21:37:28 -cfbot:#cf- [Drakna] yeah see meditation heals but it eats up food. but if yoiu have no food you can still
106
107* IMPORTANT: client structures (ns) seem to never get released ever.
108 80
109* there is no "fire 0" to start firing on yourself as opposed to fire 5 etc. which starts 81* there is no "fire 0" to start firing on yourself as opposed to fire 5 etc. which starts
110 firing into a specific direction. fire 0 only fires once (this is a bug, but most clients 82 firing into a specific direction. fire 0 only fires once (this is a bug, but most clients
111 move firing on yourself on non-shift-kp_5 because servers do not support the shifted 83 move firing on yourself on non-shift-kp_5 because servers do not support the shifted
112 semantics). 84 semantics).
159 131
160* implement no-drop-on-destroy flag (done) 132* implement no-drop-on-destroy flag (done)
161 for example to remove the specialcases for books that are destroyed 133 for example to remove the specialcases for books that are destroyed
162 and contain spells (should be done) 134 and contain spells (should be done)
163 135
164* make sure custom keys get saved in same order as they are being loaded.
165 136

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines