Page 3 of 7
Re: ManiaLive 2.7
Posted: 27 Feb 2013, 15:52
by The_Big_Boo
Hi,
A new release to match last dedicated API (2013-02-27): two new methods and a field in ServerOptions
Latest version is now 2.7
Re: ManiaLive 2.7
Posted: 03 Mar 2013, 04:40
by TatharNuar
The_Big_Boo wrote:Hi,
A new release to match last dedicated API (2013-02-27): two new methods and a field in ServerOptions
Latest version is now 2.7
Has the API documentation been updated for 2.7? I can't tell because it doesn't have a generation date anywhere.
Re: ManiaLive 2.7
Posted: 12 Mar 2013, 05:46
by reaby
Pager issues
would it be possible to implement a new $pager->gotopage() method or pager reset method without re-creating the object ?
*edit*
Looks like $pager->clearItems() doesn't reset to first page, fixing that would also help a lot =)
*edit2*
Is there any reason you removed the shortkey f8 from toggle ui ?
Re: ManiaLive 2.7
Posted: 12 Mar 2013, 07:31
by reaby
Latest SVN is missing a property:
DedicatedApi\Structures\Player::$hasJoinedGame
Re: ManiaLive 2.7
Posted: 12 Mar 2013, 08:15
by farfa
It's in the storage class, I'll do a commit to correct that.
Re: ManiaLive 2.7
Posted: 12 Mar 2013, 09:59
by magnetik
reaby wrote:Pager issues
would it be possible to implement a new $pager->gotopage() method or pager reset method without re-creating the object ?
*edit*
Looks like $pager->clearItems() doesn't reset to first page, fixing that would also help a lot =)
*edit2*
Is there any reason you removed the shortkey f8 from toggle ui ?
The f8 was removed by mistake. As a side note, it's not such a good idea to always use the SVN version
We don't have much time to fix the pager as the moment.
Feel free to propose a patch. We may switch to github to encourage user participation on the project.
Re: ManiaLive 2.7
Posted: 17 Mar 2013, 14:37
by reaby
Code: Select all
-> ManiaLive\Application\SilentCriticalEventException with code 0
Login unknown.
- in
/srv/maniaplanet/manialive-svn/libraries/ManiaLive/Data/Storage.php on
line 214
- Stack: #0
/srv/maniaplanet/manialive-svn/libraries/ManiaLive/DedicatedApi/Callback/
Event.php(58): ManiaLive\Data\Storage->onPlayerConnect('peter-schumi',
false)
#1
/srv/maniaplanet/manialive-svn/libraries/ManiaLive/Event/Dispatcher.php(5
4):
ManiaLive\DedicatedApi\Callback\Event->fireDo(Object(ManiaLive\Data\Stora
ge))
#2
/srv/maniaplanet/manialive-svn/libraries/ManiaLive/Application/AbstractAp
plication.php(120):
ManiaLive\Event\Dispatcher::dispatch(Object(ManiaLive\DedicatedApi\Callba
ck\Event))
#3 /srv/maniaplanet/manialive-svn/bootstrapper.php(69):
ManiaLive\Application\AbstractApplication->run()
#4 {main}
Manialive total crash... this shouldn't be possible ?
Re: ManiaLive 2.7
Posted: 17 Mar 2013, 14:47
by reaby
Perhaps just kick the player if he can't be added and continue running manialive, or something...
Re: ManiaLive 2.7
Posted: 08 Apr 2013, 16:05
by farfa
New release today, tagged 2.7.1,
It contains some bug fix.
Some change in the logger. Older methods are deprecated, you have to use the static one now.
Add a new config parameter: enableToggleGUI if set to Off, players won't be able to hide the GUI with F8. It's used for MatchMaking Lobbies and Match servers, otherwise when interface is hidden players are not switched.
Re: ManiaLive 2.7
Posted: 08 Apr 2013, 16:38
by Xymph
farfa wrote:New release today, tagged 2.7.1,
It contains some bug fix.
The zip is twice as large as 2.7: a lot more subtrees under libraries/ManiaLib/ and the entire libraries/ManiaLivePlugins/Standard/ tree are now included too, despite the latter still being a separate download (ManiaLive_StandardPlugins_2.5.zip).
Is that intentional? Just wondering...