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

Comparing deliantra/server/TODO (file contents):
Revision 1.34 by root, Wed Feb 14 03:45:14 2007 UTC vs.
Revision 1.44 by root, Sat Mar 17 22:32:15 2007 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* bowmode should offer different capabilities given on level of user
4 (Leonov).
5
6* player_sold 1 still gets added to maps at some point, but server cnanot read it.
7 resolve the situation by either implementing it fully or removing it fully.
8
9* climbing, meditating, levitating skills etc. should give you experience per use
10
11* rewrite banish in perl (low priority)
12
13* nekosan snatches the fish, which stays in the playr inventory.
14 remove should automaticlaly send esrv_del_item, and nobody else should,
15 for inv items. same for ipo.
16
17* output-count and output-sync defaults *might* cause delay by one message
18 for new users.
2 19
3* arrest => jail, but the jailed player can suicide and will wake up 20* arrest => jail, but the jailed player can suicide and will wake up
4 in his normal savebed, not the jailbed. 21 in his normal savebed, not the jailbed.
5 22
6* 2007-02-03 03:49:06.010 loading /opt/crossfire/share/crossfire/maps//navar_city/city1houses (43970) 23* 2007-02-03 03:49:06.010 loading /opt/crossfire/share/crossfire/maps//navar_city/city1houses (43970)
8 2007-02-03 03:54:36.926 loading /opt/crossfire/share/crossfire/maps//navar_city/misc/city1mermaid (15753) 25 2007-02-03 03:54:36.926 loading /opt/crossfire/share/crossfire/maps//navar_city/misc/city1mermaid (15753)
9 2007-02-03 03:54:36.926 Discarding object without arch: event_say 26 2007-02-03 03:54:36.926 Discarding object without arch: event_say
10 27
11* IMPORTANT: 28* IMPORTANT:
12 entering instantiated random maps whose meta file is missing freezes the player. 29 entering instantiated random maps whose meta file is missing freezes the player.
13
14* debug_desc should display env information, too.
15 30
16* random speed should result in randomised initial animation face. 31* random speed should result in randomised initial animation face.
17 32
18* example of why a player was kept alive long after having logged out. 33* example of why a player was kept alive long after having logged out.
19 those are probably in a player inventory. 34 those are probably in a player inventory.
25 2007-01-23 14:31:40.825 owner: {cnt:1294661,uuid:<1,bd23c145>,name:"axe",flags:[17,111],type:15}(on (null)@1+1) 40 2007-01-23 14:31:40.825 owner: {cnt:1294661,uuid:<1,bd23c145>,name:"axe",flags:[17,111],type:15}(on (null)@1+1)
26 2007-01-23 14:31:40.828 owner: {cnt:1323712,uuid:<1,bd2432c0>,name:"spear",flags:[17,24,111],type:15}(on (null)@1+1) 41 2007-01-23 14:31:40.828 owner: {cnt:1323712,uuid:<1,bd2432c0>,name:"spear",flags:[17,24,111],type:15}(on (null)@1+1)
27 2007-01-23 14:31:40.828 owner: {cnt:742413,uuid:<1,bd1b540d>,name:"spear",flags:[17,24,74],type:15}(on (null)@1+1) 42 2007-01-23 14:31:40.828 owner: {cnt:742413,uuid:<1,bd1b540d>,name:"spear",flags:[17,24,74],type:15}(on (null)@1+1)
28 2007-01-23 14:31:40.828 owner: {cnt:1420216,uuid:<1,bd25abb8>,name:"throwing dagger",flags:[17,24,111],type:15}(on (null)@1+1) 43 2007-01-23 14:31:40.828 owner: {cnt:1420216,uuid:<1,bd25abb8>,name:"throwing dagger",flags:[17,24,111],type:15}(on (null)@1+1)
29 44
30* The exit to 'random map at , level ' is closed
31 happens on first entry to a random map *sometimes*. meta file not yet written?
32
33* 2007-01-15 03:17:33.547 victim (arch door_look_1, name ice) already dead in hit_player() 45* 2007-01-15 03:17:33.547 victim (arch door_look_1, name ice) already dead in hit_player()
34 => use debug_desc 46 => use debug_desc
35 => find out whats causing it 47 => find out whats causing it
36
37* the server loves to basically freeze with high cpu load.
38 everything seems to work, except extremely slow.
39 maybe related to such stuff: (maybe too many monsters for some reason?)
40 2007-01-15 02:48:52.907 BUG: remove_ob(): name {cnt:552382,uuid:<1,a2486dbe>,name:"pedestal",flags:[8,11,73,103,105,106],type:17}(on /santo_dominion/tobias@27+8), destroyed leaving object
41 48
42* training center (kobold etc.) does not stop working after 30-40min 49* training center (kobold etc.) does not stop working after 30-40min
43 but goes on for 2 hours _at least_. 50 but goes on for 2 hours _at least_.
44 51
45* summoned monsters seem to be too peaceful - demonology tower elementals, 52* summoned monsters seem to be too peaceful - demonology tower elementals,
46 bloodwell (seems to be an old issue). 53 bloodwell (seems to be an old issue).
47 54
48* /mlab/cwdccastleofmarquis3, goto and then charm => very very high cpu usage. 55* /mlab/cwdccastleofmarquis3, goto and then charm => very very high cpu usage.
49 56 original crossfire: 100% cpu usage => freeze
50* re-enable cede in save, when deemed stable. 57 after mapspace::update fix: 40%
51 58 after map protocol optimisation: 15%
52* important: re-enable out-of-order execution of chat and say by making them
53 packets instead of commands, by pre-parsing ncom/command.
54 (this is really hard, other command smight qualify, too...)
55 59
56* 2007-01-14 21:15:58.605 Fiery, Wist's fervent pupil was hit by counterspell with counterspell attack. 60* 2007-01-14 21:15:58.605 Fiery, Wist's fervent pupil was hit by counterspell with counterspell attack.
57 this is simply counterwall hitting monsters. but why does it happen? 61 this is simply counterwall hitting monsters. but why does it happen?
58 62
59* 2007-01-15 01:02:00.183 Query_cost: item {cnt:1636781,uuid:<1,a1f0f9ad>,name:"boulder",flags:[17],type:0}(on ?random/d8250dbd970319bd5f35fb4f2b9b46a9@44+34) hasn't got a valid type 63* 2007-01-15 01:02:00.183 Query_cost: item {cnt:1636781,uuid:<1,a1f0f9ad>,name:"boulder",flags:[17],type:0}(on ?random/d8250dbd970319bd5f35fb4f2b9b46a9@44+34) hasn't got a valid type
63 2007-01-14 18:50:07 info: winvirus chats: Could you make it so if you have an 67 2007-01-14 18:50:07 info: winvirus chats: Could you make it so if you have an
64 animated weapon out and you disconnect, that it'd simply a) fall to the 68 animated weapon out and you disconnect, that it'd simply a) fall to the
65 ground or b) return to your inv? Rather than disappearing into the void of 69 ground or b) return to your inv? Rather than disappearing into the void of
66 nothingness. 70 nothingness.
67 71
68* rewrite gen_worldmap so that it replaces floors instead putting the
69 overlay on top of the worldmap.
70
71* investigate face and ground problems in world_109_126
72
73* mapinfo command should be handled asynchronously (cause it blocks the server) 72* mapinfo command should be handled asynchronously (cause it blocks the server)
74
75* drop unpaid items when dieing on the spot.
76
77* arch/river/* need to be converted to new .x scheme
78 73
79* 16:09 <@schmorp> eigetlich soltle world-overlay nahc world moven 74* 16:09 <@schmorp> eigetlich soltle world-overlay nahc world moven
80 16:09 <@schmorp> ende des themas 75 16:09 <@schmorp> ende des themas
81 16:09 <@schmorp> und eigentlich soltlen dort alle leeren maps gelöscht werden 76 16:09 <@schmorp> und eigentlich soltlen dort alle leeren maps gelöscht werden
82 16:09 <@schmorp> so daß nur maps existieren, die overwirtes enthalten 77 16:09 <@schmorp> so daß nur maps existieren, die overwirtes enthalten
83 16:09 <@schmorp> erinnert mich dran 78 16:09 <@schmorp> erinnert mich dran
84 79
85* map converter 80* map converter
86 elmex: because of the faces and all the other nice things - i guess 81 elmex: because of the faces and all the other nice things - i guess
82 [HUH?? please specify or remove]
87 83
88* implement no-drop-on-destroy flag (done) 84* implement no-drop-on-destroy flag (done)
89 for example to remove the specialcases for books that are destroyed 85 for example to remove the specialcases for books that are destroyed
90 and contain spells (should be done) 86 and contain spells (should be done)
91 87
96 2007-01-15 02:46:23.746 winvirus has two money entries of (silvercoin) 92 2007-01-15 02:46:23.746 winvirus has two money entries of (silvercoin)
97 2007-01-15 02:46:23.746 winvirus has two money entries of (goldcoin) 93 2007-01-15 02:46:23.746 winvirus has two money entries of (goldcoin)
98 2007-01-15 02:46:23.746 winvirus has two money entries of (platinacoin) 94 2007-01-15 02:46:23.746 winvirus has two money entries of (platinacoin)
99 2007-01-15 02:46:23.745 winvirus has two money entries of (royalty) 95 2007-01-15 02:46:23.745 winvirus has two money entries of (royalty)
100 96
97* make sure custom keys get saved in same order as they are being loaded.
101 98

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines