Page 2 of 2
Re: Qoals patch
Posted: 12 Aug 2009, 16:49
by Crush
I would rather implement a player list request message in the netcode. Would cause less overhead than using HTTP and would keep the clients codebase slimmer (on the expense of a little more code in TMWServ, but it would be wise to keep the web frontend stuff separated from the game code).
Re: Qoals patch
Posted: 12 Aug 2009, 17:03
by Jaxad0127
Bertram wrote: 
The TMWserv online list window should then be made to depend on it.
I'd rather not hardcode URLs into the client. Having the server provide it is an option, but using the netcode as described by Crush would be better IMO.
Re: Qoals patch
Posted: 12 Aug 2009, 17:28
by Cotillion
Is there any hope to have the killstats window reconsidered for main. Love this feature.
Re: Qoals patch
Posted: 12 Aug 2009, 17:39
by Coolkid 782
Me too i use it to tell me what the best place to lvl is and how long it will take for me to lvl up

Re: Qoals patch
Posted: 12 Aug 2009, 21:52
by Bertram
Hi,
Jaxad wrote:I'd rather not hardcode URLs into the client. Having the server provide it is an option, but using the netcode as described by Crush would be better IMO.

Well, I thought about parsing some html would be more ugly but quicker and following the first behaviour provided by Qoal.
I you all agree about adding an interface for that, you have my support!
As for myself, I would even try some caching system, server side speaking...
N.B. : Speaking about Qoal's features, I can see that killing stats are quite appreciated!
Regards.