Commit Graph

2442 Commits

Author SHA1 Message Date
kremsy f31a1c1782 fixed number mismatch declerations
code cleanups
2020-04-21 17:57:36 +02:00
kremsy 06b3893a27 fixed number mismatch declerations 2020-04-21 17:44:54 +02:00
Alexander Nell ffd46c3cdd Ignore all contents in config/ except server.default.xml 2020-04-21 17:41:01 +02:00
Alexander Nell 324cbdce50 Removed multi-catch for PHP5 and bumped MC-Version 2020-04-21 17:37:42 +02:00
kremsy ed250af546 added unkown command to gamemodeexception 2020-03-28 18:08:05 +01:00
kremsy 68edd009fc fixed pause vote and start for combo 2020-03-26 21:42:14 +01:00
Alexander Nell eba2b56653 Same bug disabling widgets for donations and general widgets fixed 2020-03-16 11:11:17 +01: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 35683d45ba Updated changelog with newest versions, added ingame-window to display it. 2020-03-16 00:12:36 +01:00
Alexander Nell 96d0a1b5c9 Extended Join&Leave by Login 2020-03-11 12:07:26 +01:00
Alexander Nell 165fec3317 Move Join-/Leave-Coloring from Chat to Admin/ColorManager, and add setting to disable 2020-02-29 15:14:48 +01:00
Alexander Nell 92e00737b5 Adjust MX icon to be relative to bottom border 2020-02-29 13:43:16 +01:00
Alexander Nell bbdb638a9b Change defaults so that new settings won't break existing UIs 2020-02-29 11:12:17 +01:00
Alexander Nell 981c21a7d4 Widget new settings to show map times 2020-02-28 19:55:12 +01:00
Alexander Nell 14f0d9b20c Include map times in Map-Structure and update them when necessary 2020-02-28 19:54:47 +01:00
Alexander Nell ae3d1d69da Added chat colors to roles, only used in Join/Leave messages so far 2020-02-28 17:38:05 +01:00
Alexander Nell f8da547326 Resolve symbolic links with realpath in server directories 2020-02-28 16:18:05 +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 849e781208 Solve non-numeric warning on self-triggered debug notice 2020-02-27 00:41:01 +01:00
Alexander Nell ef5fdcc53c Fixed missing variable notice 2020-02-25 19:37:17 +01:00
Alexander Nell 6eff76b3cf Increase version number to 0.251 2020-02-25 18:46:29 +01:00
Alexander Nell e8d2b2e81e Remove scalar typehints to support PHP5 2020-02-25 17:48:27 +01:00
Alexander Nell 29fff4e012 Replace deprecated is_real by is_float 2020-02-25 17:48:08 +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 9252605be0 version increase 2020-01-22 10:44:09 +01:00
kremsy 1038abdbed updated copyright label 2020-01-22 10:39:35 +01:00
jonthekiller d817363076 Fix display for rank > 9999 (#227) 2020-01-22 10:28:20 +01:00
Jocy Wolff ffe1ab05dc
Merge pull request #226 from jonthekiller/jonthekiller-patch-1
Add //endwu to be able to stop a WarmUp
2019-12-28 14:10:21 +01:00
jonthekiller e3dd2599ee
Fix Copyright date 2019-07-15 21:26:47 +02:00
jonthekiller 9d0677364e
Add //endwu to be able to stop a WarmUp
Adding //endwu command to be able to stop the WarmUp in progress.
2019-07-15 21:25:49 +02:00
jonthekiller 3a10908d25 Update StatisticManager.php (#218)
* Update StatisticManager.php

Fix warning PHP 7.3

* Update StatisticManager.php

Rollback change inside foreach
2019-04-27 19:31:06 +02:00
axelalex2 0c28d683f5 New function to help resolve not-found files/directories (#217)
* 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.
2019-04-27 19:22:42 +02:00
axelalex2 e241f729ce Solving #177 and #193 (#205)
* 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
2019-01-07 17:16:29 +01:00
kremsy ba1f6d54bd updated version and year in comments 2019-01-05 21:02:24 +01:00
axelalex2 37ae2a62c2 Fixed unregister-functions in CallbackManager (#199)
* ServerUIPropertiesMenu for Configurator to edit builtin UIProperties of MP

* fixed unregister-functions of CallbackManager
2018-11-16 18:53:16 +01:00
axelalex2 8c2ae55d97 ServerUIPropertiesMenu for Configurator to edit builtin UIProperties of MP (#194) 2018-10-06 21:01:33 +02:00
Lukas Kremsmayr 3bc3a4e65d
Update ManiaControl.php
updated version for new release
2018-09-17 11:24:05 +02:00
jonthekiller a1bc66a4c8 Add missing countries (#192) 2018-07-12 22:39:40 +02:00
kremsy a7b1ccc095 reverted mistake 2018-07-11 17:51:53 +02:00
kremsy eecd91dae1 MapList now show local record if plugin is activated (#191)
(reverted from commit 2177858368)
2018-07-11 17:49:00 +02:00
kremsy 9c0500f42b version increase + small fix 2018-07-11 17:47:17 +02:00
agiorla 2177858368 MapList now show local record if plugin is activated (#191) 2018-07-11 17:29:39 +02:00
agiorla f6d48341f4 Dedimania records are now correctly recorded for multilap map in rounds mode (#189) 2018-07-11 16:24:42 +02:00
Lukas Kremsmayr 77d79e17e7
Revert "fix checkpoint issue (#182)" (#188)
This reverts commit 1bb9a831af.
2018-07-03 18:15:37 +02:00
mustywzki 1bb9a831af fix checkpoint issue (#182) 2018-07-03 18:13:11 +02:00
agiorla bded439c03 Local record on last lap is now properly saved (#186) 2018-07-03 18:13:00 +02:00
agiorla 56b361fff9 set up VReplayChecks for Dedimania records in Laps mode (#187) 2018-07-03 18:12:47 +02:00
axelalex2 0ab36b6fd3 Update PluginUpdateManager.php to partly fix issue #177 (#180)
This update partly fixes the issue https://github.com/ManiaControl/ManiaControl/issues/177 in the plugin installation case.
2018-06-05 20:47:51 +02:00
axelalex2 f39b14ba61 Update PluginMenu.php to partly fix issue #177 (#179)
This update partly fixes the issue https://github.com/ManiaControl/ManiaControl/issues/177 in the plugin activation/deactivation/changing case. It's not the perfect code, because it should be fixed inside core/Plugins/PluginManager.php, but it fixes the issue for now.
2018-06-05 20:47:36 +02:00