werfrag
|
2e383403c3
|
Update TelegramBridge.cs
The names of players containing the "_" symbol were not read.
|
2026-06-07 01:36:38 +02:00 |
|
Anon
|
c6ca3dc13d
|
Formatted the code and removed logs from Auto Attack
|
2026-06-04 11:42:41 +02:00 |
|
copilot-swe-agent[bot]
|
c7bc25aa17
|
refactor: convert == null / != null to is null / is not null in 31 files
Replace old-style null comparisons with modern C# pattern matching
syntax across Commands, Protocol, Mapping, ChatBots, Physics,
Inventory, Logger, CommandHandler, Scripting, Crypto, and other modules.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
2026-03-24 00:42:59 +00:00 |
|
Anon
|
28834e7a86
|
Implemented .net 10 support. Updated all affected libraries and the code. Not testes yet.
|
2026-03-21 20:07:20 +01:00 |
|
Anon
|
0f77828ac5
|
Updated translations
|
2023-03-26 14:33:06 +02:00 |
|
Anon
|
91791e99c7
|
Restricted usage of quit/exit commands in the TelegramBridge chat bot due to Telegram caching causing problems
|
2023-03-02 20:04:24 +01:00 |
|
BruceChen
|
7ee08092d4
|
legacy color support
|
2022-12-14 14:45:51 +08:00 |
|
BruceChen
|
7900108763
|
Bug fix
|
2022-12-11 17:31:37 +08:00 |
|
BruceChen
|
94a3c92b36
|
Bug fix
|
2022-12-11 16:30:45 +08:00 |
|
BruceChen
|
5e11ed3896
|
Tooltip support & Bug fix
|
2022-12-11 13:00:19 +08:00 |
|
BruceChen
|
892999ac98
|
Merge into master
|
2022-12-06 20:32:46 +08:00 |
|
BruceChen
|
84cf749344
|
Implement command completion suggestions.
|
2022-12-06 15:50:17 +08:00 |
|
BruceChen
|
2331590588
|
Store the text resources of the setting file separately.
|
2022-11-30 16:22:48 +08:00 |
|
BruceChen
|
077e3a5e9f
|
Crowdin localization support (#2310)
* Switching to use resource files
* Update Crowdin configuration file
* Code cleanup
|
2022-10-28 11:13:20 +08:00 |
|
Milutinke
|
3c6de23d61
|
Added authorization/security and option to send rendered maps to Telegram via Telegram Bridge chat bot.
|
2022-10-24 18:39:07 +02:00 |
|
Milutinke
|
1272ffda0b
|
Added a Telegram Bridge chat bot.
|
2022-10-24 15:35:24 +02:00 |
|