a77ae0bc3c
Introduce -version
argument to display version
2022-05-11 11:52:56 -07:00
9fc18151c9
Improve text
2022-05-11 11:51:24 -07:00
99de46e261
Improve text & remove extra punctuation
2022-05-11 11:51:24 -07:00
c932f9c7e5
Add verifyUser to AuthenticationHandler
2022-05-11 11:51:11 -07:00
9ed1bb9b94
It will use the english as default rather than tell you the value is not exist if there's no translation for currently language
2022-05-11 11:50:53 -07:00
03a2876233
Add plugin loggers
2022-05-11 11:46:36 -04:00
d215035fc8
Refactor config database settings
2022-05-11 11:38:30 -04:00
3612c6afcd
Merge pull request #826 from lilmayofuksu/patch-sslfix
...
Fix InRouting on dispatch server
2022-05-11 11:19:14 -04:00
3c0d85621e
Fix InRouting on dispatch server
2022-05-11 17:35:52 +03:00
dfd8fcb250
Fix build error from merge
2022-05-11 04:01:38 -07:00
51844b6535
Merge branch 'development' into dev-quests
2022-05-11 03:56:59 -07:00
e9d7d5d5f2
Implement quests
2022-05-11 03:56:40 -07:00
e3fd2eaa17
Removed invalid code in getLanguageFileDescription,When the language is not discovered, it will use the built-in language fallback mechanism to fall back,At the same time, we also fix the issue that using language in the server does not save the settings of the server side locale
2022-05-11 03:11:10 -07:00
7e3bfed003
Show server status to three-party game launcher
2022-05-11 02:45:21 -07:00
04f6e73447
fixed language not found prompt
2022-05-11 01:18:10 -07:00
8ad6bda3b2
Bug fixes.
...
* Fix default port for the game server
* Fix the returning region info
2022-05-11 01:17:51 -07:00
37e1ffed28
Fix incorrect ascension level in givechar command
2022-05-11 01:17:10 -07:00
748d48e4d7
Update Issue template to ask for version ( #799 )
2022-05-11 09:53:18 +02:00
22cbe74875
Merge pull request #802 from Grasscutters/better-config
...
Implement a better config structure
2022-05-11 01:23:43 -04:00
812f4b372c
Fix ClassDefNotFound
& NullPointerException
errors
2022-05-11 01:23:18 -04:00
0b3e2b3017
Remove config file
2022-05-11 00:48:40 -04:00
bd9e207a8c
Remove old config & migrate legacy configs
2022-05-11 00:46:49 -04:00
11161227ab
Convert to the far superior config system
2022-05-11 00:30:07 -04:00
c274907e9a
Create new config class
2022-05-10 22:49:25 -04:00
54cf45a72e
Claymore charged attack stamina cost
2022-05-10 17:25:18 -07:00
099e45b581
Merge pull request #688 from HotaruYS/patch-3
...
Improve logging pattern by including caller class name
2022-05-10 20:17:13 -04:00
5d49323c37
my poor, poor, language system (Formatting refactor)
2022-05-10 20:00:47 -04:00
a26afe7d47
Fix language switching prompt and save
2022-05-10 13:36:57 -07:00
f92e839ad1
Improve text
2022-05-10 06:36:19 -07:00
94409b8635
fixed pr780, uploaded LanguageCommand.java ( #782 )
...
* Fix the following issues:
1. HashMap non-thread-safe issus
2. Fix the same problem in pr621, but use a better implementation
Add the following functions:
1. There is now a language cache inside getLanguage to prepare for different languages corresponding to different time zones where the accounts in the server are located
* add /language command,each account has their own Locate
* I forgot to git add...sorry,,this pr is to fix pr780, uploaded LanguageCommand.java
2022-05-10 06:35:37 -07:00
ecf028d0c6
add /language command ( #780 )
...
* Fix the following issues:
1. HashMap non-thread-safe issus
2. Fix the same problem in pr621, but use a better implementation
Add the following functions:
1. There is now a language cache inside getLanguage to prepare for different languages corresponding to different time zones where the accounts in the server are located
* add /language command,each account has their own Locate
2022-05-10 05:33:45 -07:00
0f1341512c
Reset first tick on new skill
2022-05-10 05:21:29 -07:00
e9f7b0dfb3
Add AbilityMixinStaminaCost proto
2022-05-10 05:21:29 -07:00
2a3708ee46
Talent moving stamina cost
2022-05-10 05:21:29 -07:00
99dbac8ad3
Add UTF8 charset in dispatch server HTML template.
2022-05-10 05:21:21 -07:00
b1bd0a5a95
fixed KillCharacter help command description typo case
2022-05-10 05:21:13 -07:00
70cfe3e42a
Update zh-CN.json
2022-05-10 03:10:08 -07:00
ad1d45fa90
Update zh-CN.json
2022-05-10 03:10:08 -07:00
7efbdbf1ed
Update zh-CN.json & fix typo
2022-05-10 03:10:08 -07:00
f26fe213a2
Fixed account delete can not delete all related data ( #767 )
2022-05-10 03:09:47 -07:00
fb3c3b71c8
Temporarily set statue auto use to 1 and 100%.
2022-05-10 02:14:09 -07:00
0ea0eab6b6
Stamina will be set to full if Stamina is disabled.
2022-05-10 02:13:49 -07:00
c424d15b32
Remove previous fix for falling to death in godmode
...
This fix is more efficient
2022-05-10 01:50:04 -07:00
a601e13d80
No more fallen to death in god mode
2022-05-10 01:50:04 -07:00
5a37acde2b
Fix the following issues:
...
1. HashMap non-thread-safe issus
2. Fix the same problem in pr621, but use a better implementation
Add the following functions:
1. There is now a language cache inside getLanguage to prepare for different languages corresponding to different time zones where the accounts in the server are located
2022-05-09 23:15:58 -07:00
d179b5c7dc
Fix the decision statement of adding map marker. ( #763 )
...
* Fix the Chinese messy code problem.
* Fix the decision statement of adding map marker.
2022-05-09 23:15:17 -07:00
01a33906d3
Update build.gradle
2022-05-09 23:15:01 -07:00
f5509d1e7d
Disable falling damage for godmode
2022-05-09 13:44:16 -07:00
c2230485c1
fixed error KillCharacter description in the help command
2022-05-09 12:51:08 -07:00
1c8207500c
Remove commented method and unused import.
2022-05-09 12:50:47 -07:00