Commit Graph

21 Commits

Author SHA1 Message Date
Beu cc46f63155 Add the possibility to have custom library 2023-04-13 17:27:44 +02:00
Beu 3a342b7ed2 remove backup directory content 2021-08-21 10:38:09 +02:00
Alexander Nell ffd46c3cdd Ignore all contents in config/ except server.default.xml 2020-04-21 17:41:01 +02: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
Steffen Schröder 53152fa9b0 Unignore used .idea files 2017-07-18 21:29:05 +02:00
Tom Valk e768f77edf Adding more ignores for IDEA/PhpStorm 2015-11-16 17:05:30 +01:00
Steffen Schröder 9642433363 removed 'application' folder to have everything in the root directory 2014-09-29 18:20:09 +02:00
Steffen Schröder 1569fd5488 removed eclipse-related stuff from .gitignore 2014-09-29 18:18:54 +02:00
Steffen Schröder ead6861613 ignore server.xml 2014-08-25 18:01:59 +02:00
Steffen Schröder 641cb24a32 removed configs folder from gitignore 2014-08-05 13:01:06 +02:00
Steffen Schröder 4db11ed322 cleaned up startup script 2014-06-12 15:12:22 +02:00
Steffen Schröder 3e69e03292 ignore logs folder 2014-05-13 16:39:38 +02:00
Lukas Kremsmayr a3a3d15c7d Update .gitignore 2014-05-09 12:42:53 +02:00
Lukas Kremsmayr c062eab867 Update .gitignore 2014-05-09 12:42:20 +02:00
Steffen Schröder 12ff7173fb moved some plugins out of the repo
Conflicts:
	application/plugins/CustomVotes.php
2014-05-01 17:36:24 +02:00
Steffen Schröder 08cad46cfc added license and copyright annotations
improved phpdoc
2014-05-01 17:35:36 +02:00
Steffen Schröder 82089b6ea0 put back .gitignore 2014-05-01 17:35:06 +02:00
kremsy 616c72c9f9 small fix 2014-05-01 17:35:06 +02:00
Steffen Schröder 1ea4f04a8b added /updates and /version folder to .gitignore 2013-12-18 12:26:09 +01:00
Steffen Schröder d1818680d5 - deleted stats class
- deleted other .idea folder
- added other .idea to .gitignore
2013-11-09 23:13:24 +01:00
Steffen Schröder a471051b39 added .gitignore 2013-11-09 12:57:22 +01:00