Page 4 of 5
Re: Maniaplanet 2019-05-23
Posted: 23 May 2019, 17:21
by TMarc
great, thanks a lot

Re: Maniaplanet 2019-05-23
Posted: 23 May 2019, 17:36
by CatWithScarf
Folder "WorkTitles" has everyone that has titlepack in process of making. So not only devs.

Re: Maniaplanet 2019-05-23
Posted: 24 May 2019, 14:19
by riolu
Thanks for the updates! I'll just cheekily suggest a few more blocks for consistency's sake:
- start/finish blocks for the dirt and underground tunnel block sets in Stadium. Those would be awesome to have and would make the blocksets more complete

Zerator would like those for sure! :^)
Re: Maniaplanet 2019-05-23
Posted: 24 May 2019, 14:29
by JakJak
+1 riolu
Thank you for these updates <3
Keep going in this rhythm !
Re: Maniaplanet 2019-05-23
Posted: 24 May 2019, 14:53
by Miss
riolu wrote: ↑24 May 2019, 14:19Zerator would like those for sure! :^)

Re: Maniaplanet 2019-05-23
Posted: 07 Jun 2019, 07:18
by JakJak
Hello I received an update yesterday: 06-06-2019,

is it possible to have a list of what has been corrected and modified?
Sincerely
thank you for this update! keep going

Re: Maniaplanet 2019-05-23
Posted: 07 Jun 2019, 08:30
by TMarc
JakJak wrote: ↑07 Jun 2019, 07:18
Hello I received an update yesterday: 06-06-2019,

is it possible to have a list of what has been corrected and modified?
Sincerely
thank you for this update! keep going
See there :
viewtopic.php?f=634&t=45892#p307946 
Re: Maniaplanet 2019-05-23
Posted: 07 Jun 2019, 08:54
by moimoi69
For example, I haven't had yesterday's update yet! And I don't have access to the link you gave us.
It must be a small update with patch?
Re: Maniaplanet 2019-05-23
Posted: 07 Jun 2019, 09:12
by Miss
Yes, it’s the beta branch. This update is not public yet.
Re: Maniaplanet 2019-05-23
Posted: 07 Jun 2019, 19:27
by undef.de
I do not know since when, I just noticed it: The 2019-05-23_18_00 (Linux, Windows not tested yet) does always return "0" for "P2PPort" on the method "GetSystemInfo", which has been set to something different ofc.:
Code: Select all
<server_p2p_port>3451</server_p2p_port>
Code: Select all
array(10) {
["PublishedIp"]=>
string(11) "X.X.X.X"
["Port"]=>
int(2351)
["P2PPort"]=>
int(0)
["TitleId"]=>
string(15) "TMStadium@nadeo"
["ServerLogin"]=>
string(10) "labs_undef"
["ServerPlayerId"]=>
int(0)
["ConnectionDownloadRate"]=>
int(100000)
["ConnectionUploadRate"]=>
int(100000)
["IsServer"]=>
bool(true)
["IsDedicated"]=>
bool(true)
}