eXpansion 1.0.0.* ~ Here we Come (03/04/2016)

The next generation of server controlling with clean and powerful user interface

Moderators: reaby, oliverde8, NADEO

oliverde8
Posts: 1345
Joined: 16 Jun 2010, 07:33
Location: in a Blue Box

Re: eXpansion 1.0.0.* ~ Here we Come (03/04/2016)

Post by oliverde8 »

Hi guys hope no one is using dev right now? I probably broke it and well there is a lot of work to be done XD

I strongly recommend using nightly instead (and yes I fixed the name XD)
Image
Developper for The next generation, Clean and Powerfull controller eXpansion for your SM & TM server . Working on eXpansion² with full MP4 support and many other awesome features...
endbase
Posts: 483
Joined: 26 Jun 2011, 19:34

Re: eXpansion 1.0.0.* ~ Here we Come (03/04/2016)

Post by endbase »

oliverde8 wrote:Hi guys hope no one is using dev right now? I probably broke it and well there is a lot of work to be done XD

I strongly recommend using nightly instead (and yes I fixed the name XD)
Using Dev as in the update.bat second question yes or no ?

did this tho:

For dev open composer.json and change this line :

Code: Select all
"ml-expansion/expansion": "1.*.*.*"

this :

Code: Select all
"ml-expansion/expansion": "dev-nightly as 1.0.0.0"

Greetz Base
oliverde8
Posts: 1345
Joined: 16 Jun 2010, 07:33
Location: in a Blue Box

Re: eXpansion 1.0.0.* ~ Here we Come (03/04/2016)

Post by oliverde8 »

endbase wrote:
oliverde8 wrote:Hi guys hope no one is using dev right now? I probably broke it and well there is a lot of work to be done XD

I strongly recommend using nightly instead (and yes I fixed the name XD)
Using Dev as in the update.bat second question yes or no ?

did this tho:

For dev open composer.json and change this line :

"ml-expansion/expansion": "1.*.*.*"

this :

"ml-expansion/expansion": "dev-nightly as 1.0.0.0"

Greetz Base
update.bat can update on anything it depends on what you have in the composer.json

Hey, I am going to do a topic about it at one point

With this :

Code: Select all

"ml-expansion/expansion": "1.*.*.*"
You are using the stable. You will have updates only once we tested & validated the code. And once there is no more open issues left in the issues tracker of github.

With this :

Code: Select all

"ml-expansion/expansion": "dev-nightly as 1.0.0.0"
You are using nightly, once we developped something new and it works we will put it here, but it might be broken it hasn't not yet been tested by anyone else but us.

Code: Select all

"ml-expansion/expansion": "dev-master as 1.0.0.0"
Should be equivalent to "1.*.*.*" but you might have updates a little bit sooner. Basically if nightly is stable but we still have minor issues or tasks in the issue tracker we might push it to master.

Code: Select all

"ml-expansion/expansion": "dev-dev as 1.0.0.0"
And that is what we are currently working on, it might be completely broken.

The good news, is you can always use update.bat to update even if eXpansion won't start because we broke it.
Image
Developper for The next generation, Clean and Powerfull controller eXpansion for your SM & TM server . Working on eXpansion² with full MP4 support and many other awesome features...
oliverde8
Posts: 1345
Joined: 16 Jun 2010, 07:33
Location: in a Blue Box

Re: eXpansion 1.0.0.* ~ Here we Come (03/04/2016)

Post by oliverde8 »

Hi just updated the zip file, should fix the issue with the default config file.

It should look like this

Code: Select all

;------------------
; Dedicated Server
;------------------
 config.maxErrorCount = 15
 server.host = '127.0.0.1'
 server.port = 5001
 server.user = 'SuperAdmin'
 server.password = 'SuperAdmin'
 
;------------------
; Database
;------------------
 database.enable = true

; Connection configuration
 database.host = '127.0.0.1'
 database.port = 3306
 database.username = 'manialive'
 database.password = 'manialive'
 database.database = 'manialive'

;------------------
; Master Admins
;------------------
manialive.admins[] = 'yourloginhere'

;------------------
; Plugins 
;------------------
manialive.plugins[] = 'ManiaLivePlugins\eXpansion\AutoLoad\AutoLoad'
Image
Developper for The next generation, Clean and Powerfull controller eXpansion for your SM & TM server . Working on eXpansion² with full MP4 support and many other awesome features...
TheBigG.
Posts: 404
Joined: 11 Jun 2011, 16:11

Re: eXpansion 1.0.0.* ~ Here we Come (03/04/2016)

Post by TheBigG. »

oliverde8 wrote: ChangeLog
Fixed issue of missing widgets on some conditions (needed lot's of player and over 1k records)
on Jaga's server that still is a problem at 80 players. does he use the version on which it is fixed?
Client:
OS: Win10/Debian CPU: Intel 9900k GPU: NVIDIA 1080TI Display: 3x Acer Predator XB271HUbmiprz 1440p@165 Hz

Server:
OS: Debian Stable @ Backports Kernel CPU: Intel 6700k RAM: 32 GB Storage: 2x 256 GB NVMe SSD@Raid 1
jaga01
Posts: 47
Joined: 06 Jan 2015, 14:31
Location: Romania

Re: eXpansion 1.0.0.* ~ Here we Come (03/04/2016)

Post by jaga01 »

hey !

TheBigG. is right, still the bug , not often, rarely I can say, but still there :) same widgeats are affected: Local records, best cp, current map and next map from TAB view.

But oliverde and reaby know about this, hope it will be done once for all :roll:
oliverde8
Posts: 1345
Joined: 16 Jun 2010, 07:33
Location: in a Blue Box

Re: eXpansion 1.0.0.* ~ Here we Come (03/04/2016)

Post by oliverde8 »

TheBigG. wrote:
oliverde8 wrote: ChangeLog
Fixed issue of missing widgets on some conditions (needed lot's of player and over 1k records)
on Jaga's server that still is a problem at 80 players. does he use the version on which it is fixed?
No, but the issue doesen't come just from the amount of players. I have his db to investigate but I am moving flats so I won't be available the coming weeks.

Need to move, then have internet connected again ....
Image
Developper for The next generation, Clean and Powerfull controller eXpansion for your SM & TM server . Working on eXpansion² with full MP4 support and many other awesome features...
tcq
Posts: 2718
Joined: 15 Jun 2010, 11:02

Re: eXpansion 1.0.0.* ~ Here we Come (03/04/2016)

Post by tcq »

Good luck with the move and see you soon online. I wish you more luck than me, as I was once 3 months without internet :oops:
oliverde8
Posts: 1345
Joined: 16 Jun 2010, 07:33
Location: in a Blue Box

Re: eXpansion 1.0.0.* ~ Here we Come (03/04/2016)

Post by oliverde8 »

Hey guys,

1.0.1.2 is officially release now, so this topic is locked.
Image
Developper for The next generation, Clean and Powerfull controller eXpansion for your SM & TM server . Working on eXpansion² with full MP4 support and many other awesome features...
Locked

Return to “eXpansion”

Who is online

Users browsing this forum: No registered users and 1 guest