TASclient
Moderators: Moderators, Lobby Developers
Re: TASclient
Then send the error reports to Satirik.
Re: TASclient
Sat,mate.
We need a way to sort maps in the map list when viewing it.
If you have tons of maps but u want to play a map whos name you do not remember but you might remember the size for example.
CAn be sorted by the dae added by size on disc etc.
We need a way to sort maps in the map list when viewing it.
If you have tons of maps but u want to play a map whos name you do not remember but you might remember the size for example.
CAn be sorted by the dae added by size on disc etc.
Re: TASclient
From what I found in Utility.pas, currently TASClient computes the map checksum calculation by itself instead of calling the GetMapChecksum unitsync function:
Since release r5971, I believe this algorithm no longer gives the same result as the getMapChecksum unitsync call, so TASClient no longer syncs with other lobby clients :/
Code: Select all
// calculate checksum:
CheckSum := 0;
c := GetMapArchiveCount(PChar(MapName));
for j := 0 to c-1 do
Inc(CheckSum, GetArchiveCheckSum(GetMapArchiveName(j)));
Re: TASclient
betalord did that code, so it's pretty old ...
Re: TASclient
you can already sort the maps ... open your eyes !Gota wrote:Sat,mate.
We need a way to sort maps in the map list when viewing it.
If you have tons of maps but u want to play a map whos name you do not remember but you might remember the size for example.
CAn be sorted by the dae added by size on disc etc.
Re: TASclient
Yeah I know this code didn't change lately, but unitsync code did. Anyway I think it would be better to use the GetMapChecksum function to avoid this kind of problem :/Satirik wrote:betalord did that code, so it's pretty old ...
Re: TASclient
BTW, can you please make TASClient not cause huge CPU load every time a line is added if the window has a long log already? I'm pretty sure it didn't do that before you started messing around with it.
Re: TASclient
something to do with rich text (for unicode)KDR_11k wrote:BTW, can you please make TASClient not cause huge CPU load every time a line is added if the window has a long log already? I'm pretty sure it didn't do that before you started messing around with it.
not sure if he actually needs it, since springlobby doesn't use it ^_^
debug mode completely eats my cycles since he changed it
Re: TASclient
He made a feature to reduce chatlog length.
Re: TASclient
which causes more unhappiness (omg my chatlog disappeared)LordMatt wrote:He made a feature to reduce chatlog length.
and it still doesn't fix the slow updating (updates slow on a SINGLE PAGE of text being displayed quickly)
does it only write one line at a time or something? o_O
Re: TASclient
I've had support for all this for ages without slowdowns. If flags and rank icons are turned off on user join messages then my lobby can run for days on end in #main. I haven't tested it with the icons now I've sped those up though.
Re: TASclient
the non-richtext springlobby can run for weeks in ~9 channels no problem (and it supports unicode)
Re: TASclient
Which is a crappy workaround, the CPU spikes still happen, they are just limited to a certain size and you lose functionality.LordMatt wrote:He made a feature to reduce chatlog length.
- clumsy_culhane
- Posts: 370
- Joined: 30 Jul 2007, 10:27
Re: TASclient
also, when i close tas client, often Vista will report that it crashed. Then it still sits in task manager and it used 80% Cpu, which is kinda annoying to force quit Tasclient every time (this is will latest beta version)
Re: TASclient
Closing it in XP also results in a crash dialog, the process dies though.
-
- Posts: 933
- Joined: 27 Feb 2006, 02:04
Re: TASclient
Good to see I'm not the only one who had that bug.clumsy_culhane wrote:also, when i close tas client, often Vista will report that it crashed. Then it still sits in task manager and it used 80% Cpu, which is kinda annoying to force quit Tasclient every time (this is will latest beta version)
By the way, is unban broken? A buddy accidentally banned someone and couldn't get the unban dialog to show up, it was greyed out on everyone.
Okay wow bans are currently NOT persistent between TASClient sessions. Also, TASClient doesn't warn you if you join a game with a member of your banlist present, or if a member of your banlinst joins a game you aren't hosting, which it really should do in some way.
Also, while I'm not entirely sure where the banlist is kept it would be nice if it was in some sort of easily found and manually edited file in the \Spring\ directory so you could back it up, add names to it, remove names from it, etc with a standard text editor. Maybe \Spring\banlist.txt?
Re: TASclient
the ban hasn't been changed for monthes ! it has never been persistent, just close your battle and rehost and the ban list is clearedel_matarife wrote:Good to see I'm not the only one who had that bug.clumsy_culhane wrote:also, when i close tas client, often Vista will report that it crashed. Then it still sits in task manager and it used 80% Cpu, which is kinda annoying to force quit Tasclient every time (this is will latest beta version)
By the way, is unban broken? A buddy accidentally banned someone and couldn't get the unban dialog to show up, it was greyed out on everyone.
Okay wow bans are currently NOT persistent between TASClient sessions. Also, TASClient doesn't warn you if you join a game with a member of your banlist present, or if a member of your banlinst joins a game you aren't hosting, which it really should do in some way.
Also, while I'm not entirely sure where the banlist is kept it would be nice if it was in some sort of easily found and manually edited file in the \Spring\ directory so you could back it up, add names to it, remove names from it, etc with a standard text editor. Maybe \Spring\banlist.txt?
if you want to make a perma ban list, make a group and check the auto-kick option, and if you want to be warn when your banned people are, pick a flashy color and highlight the battles
edit: and the groups are saved in spring/lobby/var/groups.ini you can edit with you favorite text editor !
Re: TASclient
After updating to the latest version (6227) tasclient doesn't re-open and tasclient.exe is not replaced, but just moved to tasclient.exe.old