First of all great work guys.

I finally managed to get the latest dev-version running. I'll report problems if I found some.
I had huge issues getting it working.
- I installed Manialive master
- Your version of ManiaLib
- Dev version of eXpansion
Autoload did not work, plugins were not found. Tried with different paths.
I put all eXpansion plugins to config.ini => plugins were found.
This caused lots of path/namespace issues, but one by one I changed them (there still might be something wrong).
Any Idea why the autoload fails?
Two fixes:
1. Widgets_Times/Gui/Widgets/TimePanel.php line 99
Should be $this->specTarget instead of $this->target
otherwise the checkpoint widget is not working.
2. LocalRecords/LocalRecords.php line 585
Should be $nrecord->time >= $score instead of $nrecord->time > $score
to get the equals messages working.
Edit. The cp-time doesn't seem to work... It does not display anything
(It works one time on the map where manialive is restarted, but when map changes nothing is displayed)
Edit2. And this is all on Windows and time-attack server.