Page 1 of 8
UASECO 0.9.4 (2017-05-30) released
Posted: 30 May 2017, 19:36
by undef.de
It's tuesday, which means it's time for an UASECO Update.
The full changelog is available at
https://www.uaseco.org/downloads.php#Changelog
There are still some bugs not fixed yet, but I want to bring fixes as soon as possible. Please keep reporting...
The install guide at
https://www.uaseco.org/documentation/installation.php has been updated as well.
Download
https://www.uaseco.org/
Re: UASECO 0.9.4 (2017-05-30) released
Posted: 30 May 2017, 21:58
by askuri
Great work Undef!
Better map name handling, now a map name like ÃĘЯЯ@ MiNi LoL 21-5-17 results into a filename like de-mini-lol-21-5-17_121209.Map.gbx instead of _121209.Map.gbx (thanks phantom)
At this point it would be useful to use this table I once created:
viewtopic.php?f=465&t=37733&p=286150
Why? Some mapnames are special char only, which will still result in a numeric filename.
As I just posted an example usage, it should be really easy to implement.
Would be nice to see it as a new function in the HelperClass

Re: UASECO 0.9.4 (2017-05-30) released
Posted: 31 May 2017, 01:46
by rasmusdk
Can I have done something wrong with this update?
On my server I normaly have rank 1 - average 1.4
But if I write '/rank' it tell my average is 25.4 (all other players average is wrong too, I can see in Top Ranks)
And...Uaseco keep telling me "You must have 3 Local Records on this server before recieving a rank..."
(I have about 300 records)
Very strange.
Re: UASECO 0.9.4 (2017-05-30) released
Posted: 31 May 2017, 06:33
by endbase
Had to do some changes due to the change log but realy nice man

Re: UASECO 0.9.4 (2017-05-30) released
Posted: 31 May 2017, 07:36
by endbase
found an bug !
Does not matter if your finish or not you can't vote You need to finish this map at least 1 time before being able to vote
Here you go screeny
Found the file : plugin.class.php is cousing the error
Did compare left is new right is previous version
I'm no hero at php scriting but if you could correct it pls that would be nice

Re: UASECO 0.9.4 (2017-05-30) released
Posted: 31 May 2017, 07:45
by ramires
do this update, working without errors (stadium(time_attacks)),... thx undef,... great work as usual,...

Re: UASECO 0.9.4 (2017-05-30) released
Posted: 31 May 2017, 08:50
by undef.de
rasmusdk wrote: ↑31 May 2017, 01:46
Can I have done something wrong with this update?
On my server I normaly have rank 1 - average 1.4
But if I write '/rank' it tell my average is 25.4 (all other players average is wrong too, I can see in Top Ranks)
And...Uaseco keep telling me "You must have 3 Local Records on this server before recieving a rank..."
(I have about 300 records)
Very strange.
Changelog said:
Fixed wrong ordering of the server rank (players with same average now ordered by PlayerId) and optimized the rank calculation, also reduced the required SQL queries to get the results
So I have changed/optimized the calculation process, but the rank and average should be the same (except for players with the same average, see above). Anyway please PM me your database for tests.
Re: UASECO 0.9.4 (2017-05-30) released
Posted: 31 May 2017, 11:49
by speedychris
We have the same Vote error (as endbase).
Re: UASECO 0.9.4 (2017-05-30) released
Posted: 31 May 2017, 12:31
by H4rdB4se
speedychris wrote: ↑31 May 2017, 11:49
We have the same Vote error (as endbase).
same here...

Re: UASECO 0.9.4 (2017-05-30) released
Posted: 31 May 2017, 16:35
by undef.de
Not as an new function, I've integrated it direct into slugify(). Thanks!
For some unknown reason I've forgot that, I remember you told me that already...