Page 1 of 3

UASECO 0.9.6 (2019-03-02) released

Posted: 02 Mar 2019, 18:10
by undef.de
It's time for an UASECO Update. :thumbsup:

Again a large bugfix release and some small new features added. 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... :thumbsup:

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.6 (2019-03-02) released

Posted: 02 Mar 2019, 18:33
by RelaxedRacer
Thanx for updating! :clap: :thumbsup:

Re: UASECO 0.9.6 (2019-03-02) released

Posted: 02 Mar 2019, 22:47
by hackie
Was about time ! :roflol:

Thanks for the update :thumbsup:

I install it @home for some testing :D

Re: UASECO 0.9.6 (2019-03-02) released

Posted: 03 Mar 2019, 11:50
by BestNoob
Uhh yeah thank you, lets see what the changes do.

:pop:

Did you fixed the MySQL database destroy thing :D ?

Re: UASECO 0.9.6 (2019-03-02) released

Posted: 03 Mar 2019, 13:38
by undef.de
BestNoob wrote: 03 Mar 2019, 11:50 Did you fixed the MySQL database destroy thing :D ?
See https://github.com/undeflabs/UASECO/issues/37

Re: UASECO 0.9.6 (2019-03-02) released

Posted: 03 Mar 2019, 20:42
by hackie
You should update youre website :

UASECO has been successfully tested with
Operation System

ArchLinux 2018.09.01 (64-bit)
CentOS 6.x (64-bit)
Debian 7.x (64-bit)
FreeBSD 10.x (64-bit)
openSUSE 12.x, 13.x (32-bit, 64-bit)
openSUSE Leap 42.x (64-bit)
Ubuntu Server 18.x (64-bit), 16.x (64-bit), 12.x (32-bit)
Windows 7 (32-bit, 64-bit)
Windows 8 (32-bit)
Windows 10 (64-bit)

PHP

7.1.x
7.2.x
7.3.x

MySQL Community Edition

5.1.x
5.5.x
5.6.x
5.7.x

MariaDB

5.5.x
10.0.x
10.1.x
10.3.x

WAMP environments @home

Uniform Server ZeroXIII 13.3.2 (no installation required)
USBWebserver 8.6 (no installation required)
XAMPP 1.8.3
WampServer 2.5
VertrigoServ 2.35





First start of uaseco :

Code: Select all

[2019-03-03 19:30:28] ####[INIT]###########################################################################
[2019-03-03 19:30:28] [ERROR] UASECO requires min. PHP/7.2.0 and can not run with current PHP/7.1.1, please update PHP!

:o

Re: UASECO 0.9.6 (2019-03-02) released

Posted: 03 Mar 2019, 21:19
by undef.de
hackie wrote: 03 Mar 2019, 20:42 You should update youre website :

UASECO has been successfully tested with

PHP
7.1.x
7.2.x
7.3.x

First start of uaseco :

Code: Select all

[2019-03-03 19:30:28] ####[INIT]###########################################################################
[2019-03-03 19:30:28] [ERROR] UASECO requires min. PHP/7.2.0 and can not run with current PHP/7.1.1, please update PHP!
Successfully tested means not it still runs with it (it still runs with 5.6.x btw.). But you're right, that could be a bit confusing (changed).

Re: UASECO 0.9.6 (2019-03-02) released

Posted: 03 Mar 2019, 22:30
by hackie
There is still a bug in elist. ( using command /elist )

I can add maps to jukebox bij klicking + , then the blue color changes to green and the + changes into - .
If I click on - to remove the map from jukebox , uaseco tels me that I dropped the map from jukebox but the - stays and the green color stays to.

I think I saw in the changelog that it was fixed ( but I could be wrong ) so I just wanted to let you know.


BTW , thanks for helping out ( pm ) :thumbsup:

Re: UASECO 0.9.6 (2019-03-02) released

Posted: 06 Mar 2019, 19:47
by RelaxedRacer
Found a little mistype:
In "plugin.modescript_handler.php" on line 1367
warmup should be warm_up

old

Code: Select all

$ui .= ' <warmup visible="'. $aseco->bool2string($this->ui_properties['WARM_UP'][0]['VISIBLE'][0]) .'" pos="'. $aseco->formatFloat($this->ui_properties['WARM_UP'][0]['POS'][0]['X'][0]) .' '. $aseco->formatFloat($this->ui_properties['WARM_UP'][0]['POS'][0]['Y'][0]) .' '. $aseco->formatFloat($this->ui_properties['WARM_UP'][0]['POS'][0]['Z'][0]) .'"/>';
should be

Code: Select all

$ui .= ' <warm_up visible="'. $aseco->bool2string($this->ui_properties['WARM_UP'][0]['VISIBLE'][0]) .'" pos="'. $aseco->formatFloat($this->ui_properties['WARM_UP'][0]['POS'][0]['X'][0]) .' '. $aseco->formatFloat($this->ui_properties['WARM_UP'][0]['POS'][0]['Y'][0]) .' '. $aseco->formatFloat($this->ui_properties['WARM_UP'][0]['POS'][0]['Z'][0]) .'"/>';
:D

Re: UASECO 0.9.6 (2019-03-02) released

Posted: 06 Mar 2019, 20:30
by undef.de
RelaxedRacer wrote: 06 Mar 2019, 19:47 warmup should be warm_up
Ahm... no, it has to be <warmup ...>: https://github.com/maniaplanet/script-x ... properties 8-)