81d9a63a4b
Update for dedicated server 2022-05-08:
...
* Remove useless settings of ServerOptions
* Set method deprecated for API version 2022-03-21
* Fix error when trying to get remove GetGameMode Method at start
2022-05-08 23:11:20 +02:00
c03b458bb1
bump api versions
2022-02-10 19:16:14 +01:00
1038abdbed
updated copyright label
2020-01-22 10:39:35 +01:00
ba1f6d54bd
updated version and year in comments
2019-01-05 21:02:24 +01:00
39489f266f
Updated Copyright to 2018
2018-03-27 20:11:40 +02:00
3d6fe73163
Updated to XML-RCP Callbacks Version 2.5.0
2018-03-27 19:56:09 +02:00
dcd8404b79
small fix for tm multilap
2017-07-14 17:39:01 +02:00
68a0c493ae
Resolved #152 updated callbacks / modescript updates, dedimania seems to be fine
2017-06-21 19:25:58 +02:00
d8b82640b5
fixed trackmania endround and others
2017-05-17 13:48:41 +02:00
fb5e7b3d96
moved the endrounds to the new plugin
2017-05-17 12:48:46 +02:00
e0290b6947
deploy first version of Trackmania Rounds Plugin
2017-05-17 12:18:15 +02:00
1eea876a3b
small fix
2017-05-15 21:25:16 +02:00
e5c7fdbf6b
drastic speedup through multicalls
2017-05-14 09:25:52 +02:00
52b54073bb
small improvements
2017-05-13 23:05:47 +02:00
e816961d28
siege progression layer set
2017-05-12 19:43:25 +02:00
31be7e7409
Trackmania Added Points repartition commands
2017-05-08 22:42:43 +02:00
90bc0d195f
disable top left UI thing
2017-05-08 20:26:28 +02:00
6078507a46
hide / display scoreboard on alt + some print methods
2017-05-06 15:07:22 +02:00
a77b901f78
not working ui property manager update start
2017-04-21 21:09:21 +02:00
d21c1c4c70
Reordered Admin menu
2017-04-19 19:37:36 +02:00
5e0a5c48a2
Added some PHPUnit Tests
2017-04-16 14:43:13 +02:00
7835f89eae
changed arguments of the modescripptevents to strings
2017-04-13 22:59:41 +02:00
cffbc6cd89
updated pause / warmup systems in mc
2017-04-13 20:46:23 +02:00
65f179e7a2
updated teammode recognization with the new cb
2017-04-13 19:48:37 +02:00
7a7826b4b6
callbacks update https://github.com/maniaplanet/script-xmlrpc/releases
...
to have this mc version working you need to update the dedicated server scripts
2017-04-13 16:12:10 +02:00
782d8b50e8
added xmlrpc structures + removed/refactored double trigger code
2017-04-07 23:03:56 +02:00
287e6316d6
fixed doc
2017-04-07 18:46:12 +02:00
dcfb3fb9ec
added possability to set a Method to call in your class
2017-04-07 18:45:59 +02:00
28f60a1ddb
reformat code
2017-04-07 18:37:36 +02:00
5b330d5753
Small Fix + Test
...
Test/Usage example:
$this->getShootmaniaScores()->setCallable(function(OnScoresStructure $scores){
$scores->getUsageInformation();
});
2017-04-07 18:37:08 +02:00
067536458e
added direct invoke callback for methods
2017-04-07 18:30:48 +02:00
03b2ff1183
ModeScriptEventManagerUpdate
2017-04-07 17:34:57 +02:00
8f4d164c46
finished libxmlrpc methods (also trackmania)
2017-03-31 22:39:35 +02:00
a90b307bac
implements all shootmania and common methods
2017-03-27 22:45:40 +02:00
f83640179d
add UsageInformation Interface to every class which can be used by Plugin Authors
2017-03-26 19:44:55 +02:00
f2ab40a50f
moved scriptmanager
2017-03-26 13:11:30 +02:00
7a668b53ba
added dumpable interface, implemented all ManiaPlanet Callbacks
2017-03-24 22:08:51 +01:00