2bcbd41026
Format code [skip actions]
2023-11-09 02:16:38 +00:00
adf8031684
Fix a typo from "culivation" to "cultivation" in readme EN, zh-CN, zh-TW ( #2431 )
...
* fix a singular typo in readme.md
fixed "culivation" to cultivation
* Update README_zh-CN.md
culivation to cultivation
* Update zh-TW to fix "culivation"
Cultivation from culivaton
2023-11-08 21:15:57 -05:00
0bbeaf254b
Fix tower mob level and hp scaling ( #2430 )
2023-11-08 21:15:10 -05:00
1fac319eb2
Format code [skip actions]
2023-11-05 19:58:28 +00:00
d224178a64
Only deduct energy when elemental burst actually fires ( #2424 )
2023-11-05 14:57:17 -05:00
d461ee2eb3
Format code [skip actions]
2023-11-03 02:02:24 +00:00
24874e7fba
Implement abyss defense objective ( #2422 )
2023-11-02 22:00:05 -04:00
205b79dc02
Merge remote-tracking branch 'origin/development' into development
v1.7.3
2023-10-31 22:36:22 -04:00
0e033e3f77
Bump to version 1.7.3
2023-10-31 22:23:45 -04:00
583a41ab2c
Format code [skip actions]
2023-11-01 01:54:08 +00:00
cf6fb275be
Add events to support scene group substitution ( #2413 )
...
* Add events to support scene group substitution
* make event members private with getter/setter
* delete stray unused var
2023-10-31 21:52:01 -04:00
269f7b4fbf
Fix typo in start.cmd ( #2415 )
...
enviroment -> environment
2023-10-31 19:50:31 -04:00
9b4ce34f4a
Format code [skip actions]
2023-10-26 02:29:17 +00:00
f86259a430
Fix some revives; improve dungeon exit flow ( #2409 )
2023-10-25 22:27:48 -04:00
837e30e04b
Format code [skip actions]
2023-10-19 13:19:46 +00:00
f5703e5964
Fix mirror tower stages; fix tower time challenge and star scoring ( #2406 )
2023-10-19 09:18:12 -04:00
bc8e7c21ce
Format code [skip actions]
2023-10-17 05:42:17 +00:00
b7a9d28f02
Fix reset tag without notification ( #2405 )
2023-10-17 01:41:24 -04:00
770cd62370
Fix daily dungeon flow ( #2398 )
...
* Fix dungeon entry, daily changes, replay flow; fix Mond's weapon mats domain unlock
* add note to DungeonEntryToBeExploreNotify
2023-10-17 01:41:04 -04:00
6745d1126e
Format code [skip actions]
2023-10-14 16:11:33 +00:00
0803618bf5
Format code [skip actions]
2023-10-14 16:10:31 +00:00
cfc8a4866f
Add reset scene tag subcommand ( #2403 )
...
* Add reset scene tag subcommand
* Fix Control Flow
2023-10-14 12:10:16 -04:00
fd75ba7b9b
Fix triggered Monster Tide spawn; fix Tower dungeon handoff ( #2397 )
...
* Abyss: Fix monster tide trigger; fix dungeon handoff
* back out unrelated changes
2023-10-14 12:08:49 -04:00
d32a75e980
Fix setPrevScene bug ( #2396 )
2023-10-07 00:40:36 -04:00
9a198bd231
Alphabetize and Format ScriptLib.java ( #2395 )
...
I deeply apologize to anyone who is trying to find the history of the code from before today.
2023-10-07 00:40:15 -04:00
453dc9717d
Format code [skip actions]
2023-10-02 14:58:22 +00:00
582d7af9c4
Send QUEST_COND_STATE_NOT_EQUAL and QUEST_COND_STATE_EQUAL on login ( #2394 )
2023-10-02 10:56:09 -04:00
cab3bfb5a7
Fix bug in quest cond state not equal ( #2393 )
...
* Fix bug in ConditionStateNotEqual.java
* Do the same fix for ConditionStateEqual.java
2023-10-02 03:25:35 -04:00
cf574e99cb
Format code [skip actions]
2023-10-01 05:41:41 +00:00
3094facb88
Bump to version 1.7.2
2023-09-30 23:16:35 -04:00
6e309b6fee
Merge remote-tracking branch 'origin/development' into development
2023-09-30 23:15:50 -04:00
b5e35f5409
Add legacy documentation on Hide and Seek
2023-09-30 18:10:10 -04:00
a3fd10c3be
Fix NullPointerException when refilling an avatar with no skill depot
2023-09-30 18:09:40 -04:00
b6e7d69949
Send QUEST_COND_NONE on every login ( #2386 )
...
For players that enabled questing late
v1.7.2
2023-09-25 19:30:33 -04:00
5faf39d359
Format code [skip actions]
2023-09-23 17:45:57 +00:00
0dd95450b1
Bare-bones Hangouts implementation ( #2384 )
2023-09-23 13:44:31 -04:00
0f0e7aca68
use pretty_host in domain filtering ( #2382 )
2023-09-22 23:33:01 -04:00
5ee4812ac5
fix: login too slow ( #2380 )
2023-09-20 21:23:08 -04:00
ec2bfffdd1
Format code [skip actions]
2023-09-18 01:03:10 +00:00
7f5059cb8f
Format code [skip actions]
2023-09-18 01:03:02 +00:00
43db7eba8f
tp
to move directly in the same scene (#2375 )
2023-09-17 21:01:21 -04:00
ff6a51db30
Update position parameters to support rotation-based offsets ( #2374 )
2023-09-17 21:00:58 -04:00
047feaf4aa
Format code [skip actions]
2023-09-17 02:57:50 +00:00
88315ec712
Format code [skip actions]
2023-09-17 02:57:38 +00:00
fdad4218e7
Fix freeze on startup ( #2368 )
...
* DON'T load resources in static init!!!
* Update src/main/java/emu/grasscutter/Grasscutter.java
Co-authored-by: Magix <27646710+KingRainbow44@users.noreply.github.com >
* Update src/main/java/emu/grasscutter/tools/Tools.java
Co-authored-by: Magix <27646710+KingRainbow44@users.noreply.github.com >
---------
Co-authored-by: Magix <27646710+KingRainbow44@users.noreply.github.com >
2023-09-16 22:55:46 -04:00
5f5e6c38b1
Add rotation to /spawn
( #2372 )
2023-09-16 22:55:25 -04:00
92bd09eeed
Format code [skip actions]
2023-09-16 23:00:20 +00:00
30f7580184
Merge remote-tracking branch 'origin/development' into development
2023-09-16 18:59:02 -04:00
65eaaa96f2
Apply changes from #2310
2023-09-16 18:58:36 -04:00
70a961e167
Format code [skip actions]
2023-09-16 22:44:16 +00:00