566f77801fFix Chat::formatMessage issues after tests
Alexander Nell
2020-06-22 04:53:31 +02:00
650afc500aadded error messages on invalid incoming communication messages
kremsy
2020-06-07 16:17:20 +02:00
9abadac932Use Chat::formatMessage in Server/*
Alexander Nell
2020-06-02 17:30:30 +02:00
5717589588Use Chat::formatMessage in Main-Files
Alexander Nell
2020-05-30 23:33:52 +02:00
965ee220baUse Chat::formatMessage in Updates/*
Alexander Nell
2020-05-30 23:28:39 +02:00
ec93e56869Use Chat::formatMessage in Plugins/*
Alexander Nell
2020-05-30 22:45:43 +02:00
74dc8182bfUse Chat::formatMessage in Players/*
Alexander Nell
2020-05-30 22:42:39 +02:00
06f24a1bfbUse Chat::formatMessage in Configurator/*, ManiaExchange/* and Maps/*
Alexander Nell
2020-05-27 00:01:36 +02:00
1d0215df52use Chat::formatMessage in Commands-namespace
Alexander Nell
2020-05-26 21:56:00 +02:00
a311dcdbd9Unified implementation of AuthCommands
Alexander Nell
2020-05-26 18:15:18 +02:00
cfaa114daaForce authLevel to be interpreted as integer
Alexander Nell
2020-05-26 18:14:50 +02:00
cb84df401aAdded formatMessage to Chat, and used it in LocalRecordsPlugin first
Alexander Nell
2020-05-26 17:49:29 +02:00
1071c46b5bReorder Functions by Name
Alexander Nell
2020-05-25 10:52:36 +02:00
f91d93ba2aSelect only name from preset
Alexander Nell
2020-05-24 12:36:33 +02:00
43fa2fac6bFix method execution on command //showmode
Alexander Nell
2020-05-24 12:34:02 +02:00
74d94ea6dcNew //showmode command, which shows all available presets
Alexander Nell
2020-05-22 16:55:05 +02:00
2c9ea14b78New Adhoc-Callbacks which get triggered after the callback that added them
Alexander Nell
2020-05-21 20:51:51 +02:00
14c03d6323Bump ManiaControl Version to v0.255
Alexander Nell
2020-05-21 15:43:48 +02:00
3084f4b5b5Bump LocalRecordsPlugin Version
Alexander Nell
2020-05-21 15:36:14 +02:00
f6a2c179afGuarantee order of checkpoint/finish-callback-triggers, so finish triggers after CPs
Alexander Nell
2020-05-21 15:26:50 +02:00
705b1de132Added GameModePresetsPlugin to Changelog
Alexander Nell
2020-05-19 22:14:31 +02:00
20485acf29Added GameModePresetPlugin to Changelog
Alexander Nell
2020-05-19 22:13:44 +02:00
6c9607e8c7Updated Changelog
Alexander Nell
2020-05-19 22:09:11 +02:00
7c04504e6aAdd optional descriptions to settings
Alexander Nell
2020-05-19 22:07:18 +02:00
9b46a6e7f7Checked on the wrong error number all along
Alexander Nell
2020-05-19 21:37:43 +02:00
b7993052f7Wrong comparison on Duplicate Alter-Table call fixed
Alexander Nell
2020-05-19 21:33:38 +02:00
748dafa691Added author login to nickname switch
Alexander Nell
2020-05-19 21:32:14 +02:00
8760364d82Deactivate a plugin, if it throws an exception
Alexander Nell
2020-05-19 20:48:56 +02:00
7b0e16bfdfUpdate Changelog
Alexander Nell
2020-05-19 15:22:17 +02:00
7089fa1de6New setting for local-only votes
Alexander Nell
2020-05-19 15:19:42 +02:00
7dd6aa096eBump Plugin Version
Alexander Nell
2020-05-19 14:53:05 +02:00
ab3e39086cNew Plugin-Install-Filter for MC-version eligibility
Alexander Nell
2020-05-19 14:41:35 +02:00
d6487953feFixed Dedimania-Crash & Message-Format-Default
Alexander Nell
2020-05-19 14:40:19 +02:00
037534411eAdd setting to change dedi message format
Alexander Nell
2020-05-19 14:30:31 +02:00
ace0782d7cFixed database migration error handling on local records
Alexander Nell
2020-05-19 14:00:52 +02:00
fea298cf58Remove left over var_dump
Alexander Nell
2020-05-19 13:46:45 +02:00
64e136e9e4Check on error number rather than error message
Alexander Nell
2020-05-19 13:45:42 +02:00
85435c1b4bFixed Typo in Actions Panel of Player List
Alexander Nell
2020-05-18 18:54:55 +02:00
c4c47d0f9eUpdate Changelog
Alexander Nell
2020-05-18 08:46:26 +02:00
50408c75f6Add CSV-export of local records
Alexander Nell
2020-05-18 08:46:19 +02:00
0148923268Added filter and sort settings to GameMode-Settings
Alexander Nell
2020-05-18 08:06:41 +02:00
01efa96f83Implemented first version of PresetPlugin for GameModes
Alexander Nell
2020-05-17 19:43:58 +02:00
2f85e6bfccUpdated Changelog & Version
Alexander Nell
2020-05-16 22:41:09 +02:00
2257e43404Improve Database-Rename
Alexander Nell
2020-05-16 22:16:07 +02:00
fda5790af5Rename table of gamemode-settings, if possible
Alexander Nell
2020-05-11 17:40:37 +02:00
9a259d7913Resolve Crash on //unban without login
Alexander Nell
2020-05-11 17:19:35 +02:00
7354ed278cMoved Default-Karma-Plugin constant
Alexander Nell
2020-05-11 17:14:10 +02:00
bd90714ed3Null-checks on KarmaGauge
Alexander Nell
2020-05-11 17:05:56 +02:00
5956bb292dSettings of Legacy-Modes and client-functions have sometimes different names, calls could not be executed, fixed now
Alexander Nell
2020-05-09 21:44:44 +02:00
67c9180f9cUnified Creations of round Text-Buttons
Alexander Nell
2020-05-07 18:39:27 +02:00
860678e57fDo not call the Waypoint-Callback itself again
Alexander Nell
2020-05-07 13:05:39 +02:00
0db1636a38WayPoint-Callback already takes a Structure
Alexander Nell
2020-05-07 12:58:35 +02:00
9a7952811aTMCallbacks registered itself to trigger more sophisticated callbacks now, otherwise they were swallowed up
Alexander Nell
2020-05-07 12:55:58 +02:00
047f05124bRemoved now unnecessary Chat-Notification for new GameMode-Settings
Alexander Nell
2020-04-30 14:40:45 +02:00
2e6dd5efd5Display Current- and Next-GameInfos in Configurator
Alexander Nell
2020-04-30 12:04:48 +02:00
4532f2f5e7Add graphical support for Legacy-Modes
Alexander Nell
2020-04-28 17:52:17 +02:00
38c239202fAdd missing Legacy-Callbacks
Alexander Nell
2020-04-27 15:49:34 +02:00
4ec8e1e1deVersion Bump
Alexander Nell
2020-04-26 10:09:58 +02:00
6a95184759Fixed Syntax-Error on getChat
Alexander Nell
2020-04-26 10:01:22 +02:00
9dc455774fDisabled //restart , restored backwards compatibility for the backend on restart
Alexander Nell
2020-04-26 09:47:33 +02:00
c04f39a056Show temporary loading screen on MX-List
Alexander Nell
2020-04-25 16:53:16 +02:00
66eb685688Unified usages of Karma-Gauge in new ElementBuilder
Alexander Nell
2020-04-24 18:52:18 +02:00