Zzul Bastard Mod 1.9.10 SUQWT and SmallFilePush
#941
Posted 14 November 2009 - 06:38 PM
- feel the lightweight! - featuring Snarl support, the Client Analyzer and tits!
Coded by a Golden eMule Award winner and most people's favorite modder!
..........................................
Music, not muzak:
Progressive Rock :: my last.fm profile
..........................................
eMule user since 0.28 ...
-[ ... and thanks for all the fish! ]-
#942
Posted 14 November 2009 - 07:50 PM
Hey Tux, did you sub-contract the work?
@LorenzoC
It possibly is a problem with the new added columns. Probably the old sorting criteria is not restored at client startup, so the reload does nothing because the sorting rule is not set until you press the column title again.
Going to fix all this for the next release.
#943
Posted 14 November 2009 - 07:58 PM
CiccioBastardo, on 14 November 2009 - 08:50 , said:
I think I will fork it to a derivative work, just to be sure.
(Works in beba, with a few small modifications...)
- feel the lightweight! - featuring Snarl support, the Client Analyzer and tits!
Coded by a Golden eMule Award winner and most people's favorite modder!
..........................................
Music, not muzak:
Progressive Rock :: my last.fm profile
..........................................
eMule user since 0.28 ...
-[ ... and thanks for all the fish! ]-
#944
Posted 01 December 2009 - 05:20 PM
ClientDetailDialog.cpp
// <CB Mod : Optimization : Date 11.07.07>
#ifdef CB_MOD_EXTRAINFO_ENABLED
GetDlgItem(IDC_DSOFT)->SetWindowText(client->GetClientSoftVer());
if (client->GetClientModVer().IsEmpty())
GetDlgItem(IDC_DSOFT)->SetWindowText(client->GetClientSoftVer());
else {
#ifdef CB_MOD_ILLEGALMODSFILTER_ENABLED
buffer.Format(_T("%s [%s] %s"), client->GetClientSoftVer(), client->GetClientModVer(), client->IsGPLViolator()?_T("<<GPL violator!>>"):client->IsIllegalMod()?_T("<<Illegal Mod>>"):_T(""));
#else
buffer.Format(_T("%s [%s]"), client->GetClientSoftVer(), client->GetClientModVer());
#endif
GetDlgItem(IDC_DSOFT)->SetWindowText(buffer);
}
#endif
// </CB Mod : Optimization>
i believe should be this way
// <CB Mod : Optimization : Date 11.07.07>
#ifndef CB_MOD_EXTRAINFO_ENABLED //jerry: changed #ifdef -> #ifndef
GetDlgItem(IDC_DSOFT)->SetWindowText(client->GetClientSoftVer());
#else //jerry: added #else
if (client->GetClientModVer().IsEmpty())
GetDlgItem(IDC_DSOFT)->SetWindowText(client->GetClientSoftVer());
else {
#ifdef CB_MOD_ILLEGALMODSFILTER_ENABLED
buffer.Format(_T("%s [%s] %s"), client->GetClientSoftVer(), client->GetClientModVer(), client->IsGPLViolator()?_T("<<GPL violator!>>"):client->IsIllegalMod()?_T("<<Illegal Mod>>"):_T(""));
#else
buffer.Format(_T("%s [%s]"), client->GetClientSoftVer(), client->GetClientModVer());
#endif
GetDlgItem(IDC_DSOFT)->SetWindowText(buffer);
}
#endif
// </CB Mod : Optimization>
jerryBG
(work status: freelance)
#945
Posted 03 December 2009 - 10:16 PM
#946
Posted 06 December 2009 - 11:11 PM
Else, np, it's already good.
.My SF
###.it
. Le capacità logiche di qualcuno sono riassumibili con le frasi: click.
#947
Posted 09 January 2010 - 12:07 PM
in the window "in coda", with files in powershare, many columns don't work, .e.g. "punteggio coda" , "accodato da" , "numero IP ", "dimensione" .......
#948
Posted 01 May 2010 - 12:02 AM
The BastarD still runs smoothly all the time, over here.
So, is Zz still around ? So there would be a chance of a new Zzul Mod ?
#949
#950
Posted 01 May 2010 - 06:35 PM
coluche, on 01 May 2010 - 02:02 AM, said:
The BastarD still runs smoothly all the time, over here.
So, is Zz still around ? So there would be a chance of a new Zzul Mod ?
Hi,
I have to close it manually after a couple of months of continuous working in order to fix the statistics calculations which go berserk after a certain time.
Unfortunately, even though ZZ will update his mod to the new code, I do not know if I will ever update mine (if that is of interest to anyone).
I have too few spare time lately and that mostly goes to sleep. Sometimes I can sleep even 6 complete hours at night! But only when I am lucky.
See you.
#951
Posted 05 May 2010 - 10:34 PM
Although we all look forward to you having more spare time again ...
- feel the lightweight! - featuring Snarl support, the Client Analyzer and tits!
Coded by a Golden eMule Award winner and most people's favorite modder!
..........................................
Music, not muzak:
Progressive Rock :: my last.fm profile
..........................................
eMule user since 0.28 ...
-[ ... and thanks for all the fish! ]-
#952
Posted 16 May 2010 - 06:28 PM
By all means, try to have a perspective that that situation changes.
I think one can live like that for a while, but after some years it starts wearing you off seriously.
And of course an updated version of the BastarD would be nice and apreciated, but it is not as if we drop dead without it.
Official is also fine.
Good luck.
#953
Posted 23 June 2010 - 07:50 AM
UINT count = file.ReadUInt32(); m_mapClients.InitHashTable(count+5000); // TODO: should be prime number... and 20% larger // <CB Mod : Credit Expiration : Date 27.01.08> #ifdef CB_MOD_SUQWT_ENABLED uint32 expireTime = 12960000; // today - 150 day if (count > 20000) expireTime = 7776000; // today - 90 day const uint32 dwExpired = time(NULL) - expireTime; #else const uint32 dwExpired = time(NULL) - 12960000; // today - 150 day #endif // </CB Mod : Credit Expiration : Date 27.01.08>
What does this mean? Why? Perhaps, if the file is "too big" (more than 20000 clients saved) remove after 3 months instead of 5?
#954
Posted 23 June 2010 - 09:44 AM

No, there will not be a new version of my mods. No, I do not want your PM. No, I am certain, use the board and quit sending PMs. No, I am not kidding, there will not be a new version of my mods just because of YOU asking for it!










Sign In
Register




