KingRainbow44
8ecb890fbe
Separate the dispatch and game servers (pt. 3)
...
implement handbook across servers!
2023-05-15 03:37:07 -04:00
KingRainbow44
bcc9ae10cd
Separate the dispatch and game servers (pt. 1)
...
gacha is still broken, handbook still needs to be done
2023-05-15 00:43:16 -04:00
github-actions
3cc034ef12
Format code [skip actions]
2023-05-13 21:41:44 +00:00
KingRainbow44
0d733e3abf
Run spotlessApply
2023-05-13 17:39:02 -04:00
KingRainbow44
78ee3e8db1
Implement handbook teleporting
...
also a few formatting changes and sort data by logical sense
2023-05-12 20:18:53 -04:00
KingRainbow44
489f504593
Add handbook config options
2023-05-08 01:44:51 -04:00
KingRainbow44
6805c74bfc
Remove questing
(or questingEnabled
) from the config, replace with questOptions
or questing
2023-05-03 23:42:26 -04:00
KingRainbow44
9b507a6ec3
Add support for legacy and newer quest excels
2023-04-29 21:35:49 -04:00
dragon
0dd41f9350
implement getCachePath ( #2121 )
...
* implement getCachePath
for further use like grids cache.
* Update src/main/java/emu/grasscutter/utils/FileUtils.java
---------
Co-authored-by: Magix <27646710+KingRainbow44@users.noreply.github.com>
2023-04-18 15:19:29 -04:00
KingRainbow44
ecd0ea7a8c
Auto-enable questing
in the config
2023-04-13 17:37:32 -04:00
KingRainbow44
5851761d59
Enable 'big world scripts' by default
...
this uses significantly more system resources, but in turn allows for the *quest* system to work!
2023-04-11 02:12:33 -04:00
KingRainbow44
06cbae31fa
Fix player fields not being set
...
line seps r weird
2023-04-10 22:46:19 -04:00
KingRainbow44
9fbb7fb3be
Continue updating/refactoring classes
...
Most code is matched from `Grasscutter-Quests`.
2023-04-01 22:17:10 -04:00
KingRainbow44
fc05602128
Run Spotless on src/main
2023-03-31 22:30:45 -04:00
KingRainbow44
15e2f3ca34
Run IntelliJ IDEA code formatter
2023-03-31 17:19:26 -04:00
BiosNod
43b7d7a383
Debug system ( #1894 )
...
* Add build (compile) script: gradlew jar
* Move server and services log levels to ConfigContainer, ability to enable/disable show packet payload and loop packets
* Add some loop packets to known list
2022-10-29 23:31:28 +10:30
Luke H-W
dd6e1bb8a3
Move Data, Plugin, Script, Packet access from Strings to Paths ( #1839 )
...
* Move Data, Plugin, Script, Packet access from Strings to Paths
- No longer dump default Data files to folder on launch
- Allow Scripts to be loaded from Resources zip
- Lay groundwork for Plugins to be loaded from zip
2022-10-07 23:01:08 +10:30
AnimeGitB
fbc0219cba
Allow loading Resources from zip files
...
Move Resources loading from String filenames to Paths
Add zip support
2022-09-23 22:25:17 +09:30
github-actions
6e5d986687
Fix whitespace [skip actions]
2022-09-03 03:36:51 +00:00
Kawaa
4f015c1077
Console output player command ( #1722 )
...
* Console output player command
* Update CommandMap.java
* Add the Output_player_command option to the config
* Proper formatting for logging commands
* Log account usernames, not player nicknames
Co-authored-by: Melledy <52122272+Melledy@users.noreply.github.com>
2022-08-31 03:40:11 -07:00
Magix
3ec411b11a
Bump config version.
2022-08-14 11:00:29 -04:00
dragon
3bd00fcb07
Update ConfigContainer.java ( #1646 )
...
make it more similar to official behavior.
2022-08-11 21:27:45 +09:30
dragon
823980046e
make fishhook_tp configurable
2022-08-11 21:21:30 +09:30
AnimeGitB
46223c8976
Refactor Json helper functions to JsonUtils
2022-08-11 17:59:08 +09:30
AnimeGitB
c6323e9759
Funnel all gson calls into helper functions
...
Add deprecated getGsonFactory for plugin compat until 3.0
2022-08-11 17:59:08 +09:30
Someone999
f3baa0b8e7
Changed charset of FileReader in ConfigContainer from default to utf-8.
2022-07-29 19:08:07 +08:00
Melledy
c0418067d6
Add kcpInterval
to the config
2022-07-21 18:39:39 -07:00
github-actions
ae2d1fe438
Fix whitespace [skip actions]
2022-07-21 00:22:26 -07:00
Melledy
52ee229e96
Split config debugLevel
into logPackets
(Game) and logRequests
(Dispatch)
2022-07-21 00:21:00 -07:00
Melledy
408fa90728
Move config java files to their own package
2022-07-21 00:21:00 -07:00