Commit Graph

70 Commits

Author SHA1 Message Date
Alexander Nell 7dd6aa096e Bump Plugin Version 2020-05-19 14:53:05 +02:00
Alexander Nell d6487953fe Fixed Dedimania-Crash & Message-Format-Default 2020-05-19 14:40:19 +02:00
Alexander Nell 037534411e Add setting to change dedi message format 2020-05-19 14:30:31 +02:00
Alexander Nell 60a4e9760f Bump up Dedimania Version Number 2020-03-16 11:10:21 +01:00
Alexander Nell a8e571d002 Hide Widget when widget or plugin deactivated 2020-03-16 10:56:38 +01:00
Alexander Nell 264698ce64 Set directoryAccessChecked to null to enable a GReplay being sent 2020-02-27 10:40:55 +01:00
Alexander Nell ef5fdcc53c Fixed missing variable notice 2020-02-25 19:37:17 +01:00
axelalex2 fa7ea9f4f3
Multiple Features to improve ManiaControl usability (#234)
* ServerUIPropertiesMenu for Configurator to edit builtin UIProperties of MP

* fixed unregister-functions of CallbackManager

* Reducing menuItemHeight in Configurator to avoid overlapping of the menu items

* Fully rebuild the admins menu after a player rights changed

* Added function to FileUtil to improve realpath, so symbolic links can be resolved

* Fixed indentation

* Update FileUtil.php

Fixed error in case of an absolute path on Unix-like systems.

* New CallQueue which runs once inbetween the MC-loops

* Added important queued call to be executed earlier

* ErrorMethod made optional, as in some cases, there might be nothing to fail

* Clean up repository from unnecessary files

* Added easy installation script for DB on Unix-like systems

* Replaced deprecated is_real by is_float

* Add milliseconds with dot instead of double colon

* Resolved deprecated curly braces error

* gitignore all hidden files (except git and gitignore)

* Update MC-update-check-interval, so that a restart is not required

* Update gitignore to not ignore changes in MCTeam-Plugins

* Update gitignore again

* And another try

* fixed MasterAdmin //delrec, added personal /delrec-command with permission-setting

* Increase version number of local records plugin

* Add Permission to delete any record

* Reworked notifications of locals, removed private only, added private at rank

* Fix formatting

* Allow AuthenticationManager to store Plugin Permissions

* Method to check, if a named function call is already queued

* Added command disable feature

* Reset timer if DeltaTime updated, so it does not try to catch up missed timings

* Added private notification setting

* To reduce load of multiple records (especially in rounds), queue call chat notifications

* Added internal function to plugin manager to return plugin menu

* restore .idea codestyle files

* Update MC-Version number to 0.250
2020-02-24 17:20:51 +01:00
kremsy 1038abdbed updated copyright label 2020-01-22 10:39:35 +01:00
kremsy ba1f6d54bd updated version and year in comments 2019-01-05 21:02:24 +01:00
agiorla f6d48341f4 Dedimania records are now correctly recorded for multilap map in rounds mode (#189) 2018-07-11 16:24:42 +02:00
agiorla 56b361fff9 set up VReplayChecks for Dedimania records in Laps mode (#187) 2018-07-03 18:12:47 +02:00
Jocy 39489f266f Updated Copyright to 2018 2018-03-27 20:11:40 +02:00
kremsy 6caa42029e Reverted Dedimania Multilap fix 2017-07-18 21:52:52 +02:00
kremsy 54d16660c2 Better Handling for TM Multilap maps, now there is a Setting to save either single Lap Time or Full Race Time (default). #159
There is a small bug left that Multilap times are not saved in Dedimania due differences of Checkpoint Numbers between Nadeo and Dedimania.
2017-07-18 21:31:48 +02:00
kremsy a689924ac8 removed debug code 2017-07-04 12:52:47 +02:00
kremsy 46e88d3e80 Resolved #108 Round Score Table moved, also added setting to move it 2017-07-02 18:23:33 +02:00
kremsy c9d96a30b2 version increase 2017-06-30 18:34:33 +02:00
kremsy 89fdba15ed Dedimania Challenge record set fix 2017-06-30 18:33:54 +02:00
kremsy c7a50ff8cd dedimania investigate (no fix for the setchallengetimes) problem foudn yet 2017-06-28 14:27:56 +02:00
kremsy ff643c1674 Dedimania Refactor Resolveds #139 #154 2017-06-22 15:07:00 +02:00
kremsy a9b01f139f some small fixes for the web SDK 2017-05-24 21:02:47 +02:00
kremsy cb095b15c6 Dedimania small maintance 2017-05-24 10:25:42 +02:00
kremsy a32e7df5e0 updated exception 2017-05-24 10:05:28 +02:00
Sebastian Büttner edcd18e8f5 Revert "Implemented strict http request serialization for APIs that forbid a session to be used in concurrent requests (e.g. dedimania)."
This reverts commit b0732bee96.
Solution required PHP 7.0.7, thus breaking requirement of compatibility with PHP 5.4.
2017-05-22 22:59:01 +02:00
Sebastian Büttner b0732bee96 Implemented strict http request serialization for APIs that forbid a session to be used in concurrent requests (e.g. dedimania).
Updated all API requests in DedimaniaPlugin to be serialized by this mechanism. Closes #139.
2017-05-22 22:32:15 +02:00
kremsy f74d60ad36 increased version 2017-05-22 18:23:44 +02:00
kremsy 13cc7e544d debug mistake fixed 2017-05-22 17:54:18 +02:00
kremsy c402e1231a added some dedimania debugging information 2017-05-22 17:53:31 +02:00
kremsy c0e3979a39 Fixed wrong placement of open dedimania session 2017-05-22 17:39:22 +02:00
kremsy 55ff687f3a removed unnecessary dedi check 2017-05-22 16:49:31 +02:00
kremsy 87cf06e407 added dedimania settings, closed https://github.com/ManiaControl/ManiaControl/issues/137 2017-05-22 16:48:03 +02:00
kremsy e7df439276 Dedimania some more improvements 2017-05-22 16:31:09 +02:00
kremsy a0753ea451 removed debug code 2017-05-22 15:55:06 +02:00
kremsy 955621ff9b dedimania small improvements 2017-05-22 15:52:59 +02:00
Jocy 6663d8baa6 Started to restructure Widgets of LocalRecords and Dedimania Plugins 2017-05-21 23:12:08 +02:00
kremsy 77c15c0a82 Added todo Dedimania Plugin 2017-05-21 21:31:21 +02:00
kremsy 69a7b3746f Try ignoring missing vreplay fix 2017-05-21 21:28:20 +02:00
kremsy 0ef9d2c2a1 debug log on dedi time insert fail 2017-05-21 21:26:25 +02:00
kremsy 5a248c42c2 added exception for shootmania dedimania plugin 2017-05-21 19:36:57 +02:00
kremsy 8241abdbf2 small improvements 2017-05-20 12:37:34 +02:00
kremsy ec604f7a64 updated requestsqueue 2017-05-20 11:29:15 +02:00
kremsy 6195757f68 dedimania fix 2017-05-20 10:43:14 +02:00
kremsy 04883a4dc6 dedimania code improvement 2017-05-20 10:27:29 +02:00
kremsy 8cfe46e32f dedimania small update 2017-05-20 10:10:39 +02:00
kremsy 468f937b2e prettified code 2017-05-19 23:55:45 +02:00
kremsy a6831be5be big refactor dedimania plugin 2017-05-19 23:53:21 +02:00
kremsy ff3c492bbf dedi fix for validation replay ignore 2017-05-19 19:05:02 +02:00
kremsy 7ed2fe4d74 directory name changes + new functions 2017-05-15 19:30:22 +02:00
kremsy 07898d47f7 small fixes 2017-05-13 15:15:37 +02:00