Page 24 of 24

Re: Feedback and Reports for the development branch

Posted: 16 May 2017, 21:44
by undef.de
hackie wrote: 16 May 2017, 21:18 I added this map today : https://tm.mania-exchange.com/tracks/120328
Uaseco saves the map as : _120328.Map
Would be nice if uaseco saves it like the name : Whatever
For me it's saved as "w-eve_120328.Map.gbx" on a linux dedicated server, but should be the same on windows too, because it's the same function that changes the name.

Anyway just had a idea to change that at all: Before saving the file I ask MX for the mapname the author has entered while upload:
Image
That would be result into a map file with the name like "Whatever_120328.Map.gbx" (if MX is available, if not it's fallback to the slugify() function).
hackie wrote: 16 May 2017, 21:18 In the log :

Code: Select all

[2017-05-16 21:13:03] [Chat] Player [truffeltje] used command "/admin add 120328"
[PHP Notice] iconv(): Detected an illegal character in input string on line 137 in file F:\MP4-servers\MP4-Canyon\UASECO\includes\core\helper.class.php
[2017-05-16 21:13:03] [ChatAdmin] MasterAdmin [truffeltje] adds map [wнαтeveя] from MX!
must be a windows thingy
I guess... anyway I hide this "warnings" now.

Re: Feedback and Reports for the development branch

Posted: 16 May 2017, 22:10
by undef.de
Micmo wrote: 14 May 2017, 11:06 I tried votemanager plugin but it don't work really well with a server without timelimit (<time_limit>0</time_limit> in time attack mode), it says always "it's too late for a vote - start your vote next time earlier!"
Fixed in the next release.

Re: Feedback and Reports for the development branch

Posted: 22 May 2017, 20:22
by mangoara
Doesn' t seem like the webrequest PHP daemon shuts down when you use /admin shutdown.
And, can't it be put in one script instead of 2 files?

Mango

Re: Feedback and Reports for the development branch

Posted: 22 May 2017, 20:57
by undef.de
mangoara wrote: 22 May 2017, 20:22 Doesn' t seem like the webrequest PHP daemon shuts down when you use /admin shutdown.
And, can't it be put in one script instead of 2 files?
It does shutdown himself(s) with the right version (unreleased fix):
https://github.com/undeflabs/UASECO/blo ... .class.php
https://github.com/undeflabs/UASECO/blo ... equest.php

And later it will be only one file that has to be started (linux), for windows I think there is no other solution as it is right now.

Re: Feedback and Reports for the development branch

Posted: 23 May 2017, 16:49
by tomeqf
undef.de wrote: 16 May 2017, 20:04
mangoara wrote: 14 May 2017, 12:07 [...]only custom rpoints arent accepted (/setrpoints 6,5,4,3,2,1,0 for example) It sticks to the default profiles in the list.
Fixed for the upcomming release.
Was the "upcoming release" the 0.92 version?
Because currently on my server:

Image

Re: Feedback and Reports for the development branch

Posted: 23 May 2017, 17:45
by undef.de
tomeqf wrote: 28 Sep 1974, 00:13
undef.de wrote: 16 May 2017, 20:04
mangoara wrote: 14 May 2017, 12:07 [...]only custom rpoints arent accepted (/setrpoints 6,5,4,3,2,1,0 for example) It sticks to the default profiles in the list.
Fixed for the upcomming release.
Was the "upcoming release" the 0.92 version?
The changelog said: No, the fixed version is 0.9.3.

Re: Feedback and Reports for the development branch

Posted: 23 May 2017, 22:14
by mangoara
Awesome that custom rpoints/setrpoints will be fixed. :thumbsup:

Is it something in the plugin or at Dedimania itself that the replays cant be validated and get declined? I remember commenting out some line of the plugin with the mp3 update to make it work.

Mango

Re: Feedback and Reports for the development branch

Posted: 23 May 2017, 22:21
by undef.de
mangoara wrote: 23 May 2017, 22:14 Awesome that custom rpoints/setrpoints will be fixed. :thumbsup:
It will not be fixed, it is: UASECO 0.9.3 (2017-05-23) released :lol:
mangoara wrote: 23 May 2017, 22:14 Is it something in the plugin or at Dedimania itself that the replays cant be validated and get declined? I remember commenting out some line of the plugin with the mp3 update to make it work.
No, it's a dedicated server thing that need to be fixed: viewtopic.php?f=561&t=40174

Re: Feedback and Reports for the development branch

Posted: 23 May 2017, 22:28
by undef.de
I've locked this topic, because this was meant for the development branch at github while the heavy development phase before release.

Use viewtopic.php?f=522&t=41510 for reports of the current master branch at github.