Commit Graph

1640 Commits

Author SHA1 Message Date
KingRainbow44
0047bb2e8d
Merge remote-tracking branch 'origin/unstable' into unstable 2023-05-18 03:00:52 -04:00
github-actions
87ffbdd0f1 Format code [skip actions] 2023-05-18 06:59:08 +00:00
KingRainbow44
0c45a548cc
Pause in-game time when the world is paused 2023-05-18 02:58:08 -04:00
KingRainbow44
c80e0f0572
Clean up logger more 2023-05-18 02:56:40 -04:00
KingRainbow44
13f055035f
Use removeItemById for deleting items via quests 2023-05-18 02:56:12 -04:00
KingRainbow44
427cb039cf
Move more logs to trace 2023-05-18 02:55:02 -04:00
KingRainbow44
8438e94c6e
Fix player pausing 2023-05-18 02:54:47 -04:00
KingRainbow44
bb693cd222
Move warns for groups to debug 2023-05-18 01:29:28 -04:00
github-actions
efde83c042 Format code [skip actions] 2023-05-18 03:14:07 +00:00
KingRainbow44
3779ac6bf1
Merge remote-tracking branch 'origin/unstable' into unstable 2023-05-17 21:28:59 -04:00
KingRainbow44
64e0379ca5
Update player properties 2023-05-17 21:16:10 -04:00
github-actions
67364dc867 Format code [skip actions] 2023-05-18 00:55:57 +00:00
KingRainbow44
18bc68774c
Fix game time locking 2023-05-17 20:53:32 -04:00
github-actions
69fadff479 Format code [skip actions] 2023-05-17 05:02:10 +00:00
KingRainbow44
cc94a21ca9
Fix player level up not displaying on the client properly 2023-05-17 00:57:01 -04:00
KingRainbow44
2a683a0e36
Add handbook IP authentication in hybrid mode 2023-05-17 00:37:37 -04:00
KingRainbow44
ca5e33c781
Move more group loading to trace 2023-05-17 00:31:33 -04:00
KingRainbow44
6a0cb2732c
Fix logic of SetPlayerPropReq 2023-05-17 00:24:40 -04:00
github-actions
e63a94bf19 Format code [skip actions] 2023-05-17 00:08:26 +00:00
KingRainbow44
919f533ed7
Add quest data dumping for the handbook 2023-05-16 19:46:18 -04:00
github-actions
a377fe2107 Format code [skip actions] 2023-05-16 06:47:42 +00:00
KingRainbow44
2800cce15a
Implement proper handbook authentication (pt. 2) 2023-05-16 02:45:00 -04:00
KingRainbow44
f1cf6da178
Implement proper handbook authentication (pt. 1) 2023-05-16 02:38:01 -04:00
github-actions
44003f4ee6 Format code [skip actions] 2023-05-15 07:39:29 +00:00
KingRainbow44
8ecb890fbe
Separate the dispatch and game servers (pt. 3)
implement handbook across servers!
2023-05-15 03:37:07 -04:00
KingRainbow44
15b1718052
Separate the dispatch and game servers (pt. 2)
this commit fixes the gacha page
2023-05-15 02:37:35 -04:00
github-actions
e079eebc0f Format code [skip actions] 2023-05-15 04:45:40 +00: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
652c416423 Format code [skip actions] 2023-05-14 07:42:41 +00:00
KingRainbow44
2ff5dbbc1c
Add call for Facebook logins 2023-05-14 00:45:01 -04:00
github-actions
3cc034ef12 Format code [skip actions] 2023-05-13 21:41:44 +00:00
KingRainbow44
9d4d4e6494
Merge remote-tracking branch 'origin/unstable' into unstable 2023-05-13 17:39:25 -04:00
KingRainbow44
0d733e3abf
Run spotlessApply 2023-05-13 17:39:02 -04:00
github-actions
57d98f1da7 Format code [skip actions] 2023-05-13 21:13:46 +00:00
KingRainbow44
c1139ca04c
Add temporary backwards compatability for ServerHelper 2023-05-13 17:11:03 -04:00
KingRainbow44
d20f63e835
Fix gacha mappings static file issue 2023-05-13 17:05:07 -04:00
KingRainbow44
9322c288ac
Upgrade Javalin to 5.5.0 & Fix project warnings 2023-05-13 16:40:15 -04:00
github-actions
5755aa4e6c Format code [skip actions] 2023-05-13 04:59:12 +00:00
KingRainbow44
7b097e879e
Change the way existing hooks work 2023-05-13 00:57:17 -04:00
github-actions
98cb2f3a57 Format code [skip actions] 2023-05-13 04:41:58 +00:00
KingRainbow44
1c91a776ed
Implement entity spawning 2023-05-12 23:50:28 -04:00
github-actions
ff124095bb Format code [skip actions] 2023-05-13 03:20:49 +00:00
KingRainbow44
8a2b860932
Fix listener ConcurrentModificationException issue 2023-05-12 20:19:30 -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
f8054a82a9
Add basic troubleshooting command 2023-05-12 19:38:46 -04:00
scooterboo
ef263cb326
unload scene when there are no players (#2147)
* unload scene when there are no players

* Update src/main/java/emu/grasscutter/game/world/Scene.java

Co-authored-by: Magix <27646710+KingRainbow44@users.noreply.github.com>

---------

Co-authored-by: Magix <27646710+KingRainbow44@users.noreply.github.com>
2023-05-11 22:04:43 -04:00
github-actions
c425fb12c4 Format code [skip actions] 2023-05-12 02:03:50 +00:00
KingRainbow44
2017bc57a0
Merge remote-tracking branch 'origin/unstable' into unstable
# Conflicts:
#	src/main/java/emu/grasscutter/game/talk/TalkManager.java
2023-05-11 22:01:28 -04:00
KingRainbow44
6516e4be1e
NPCs are not spawned server side; change logic to handle it 2023-05-11 21:17:08 -04:00
github-actions
3f4578c0ba Format code [skip actions] 2023-05-12 01:13:53 +00:00