Commit Graph

2253 Commits

Author SHA1 Message Date
KingRainbow44
6afa1bf276
Bump to 1.6.2 & Fix handbook generation error 2023-07-01 01:28:35 -04:00
pfyy
8c2d00fcd3
fix README.md build badge (#2243)
* fix README.md build badge

* fix README_XXX.md build badge
2023-07-01 01:17:03 -04:00
github-actions
308686d9e7 Format code [skip actions] 2023-06-27 05:51:09 +00:00
Nazrin
83d447cfc2
Update region logic (#2240) 2023-06-27 01:49:24 -04:00
Nazrin
4ec274f5c5
Set event source for group variable changes to the variable name (#2231) 2023-06-25 10:45:37 -04:00
Nazrin
30d093f348
Update ScriptLib.java (#2227) 2023-06-24 00:37:13 -04:00
Nazrin
9fd5f7665c
Fix unlogging quests (#2226) 2023-06-23 23:03:14 -04:00
CJYKK
55840bcdb6
Synchronize the Chinese README with the English version (#2224)
* Synchronize the Chinese README with the English version

* Update Chinese README translation

Better formatting and fixing several words that were not translated.
2023-06-22 16:42:35 -04:00
github-actions
e706cce802 Format code [skip actions] 2023-06-20 20:38:14 +00:00
Nazrin
b58caf0632
Fix Librarian Story Quest (#2218)
* Fix Librarian Story Quest

* People die if they are killed

You want to die people instead of remove them so they play their sweet death animations.

* Nope. I take it back. Scriptlib is the wierd one to think removeEntity removes the entity.

* One must stop editing the code directly.

* Update EntityType.java

* Add warnings per Hartie

* Per Hartie, change getEntityType to EntityType
2023-06-20 16:37:00 -04:00
github-actions
97b28b13fe Format code [skip actions] 2023-06-17 19:58:14 +00:00
dragon
4ebe6fbf63
dungeon drop implementation (#2215)
* dungeon drop implementation

* Update src/main/java/emu/grasscutter/game/dungeons/DungeonManager.java

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

---------

Co-authored-by: Magix <27646710+KingRainbow44@users.noreply.github.com>
2023-06-17 15:56:47 -04:00
Magix
06d5bf7098
Temporary fix to scene reference 2023-06-17 11:24:46 -04:00
Nazrin
9d94888da3
Fix race condition with worktops (#2216)
* Fix race condition with worktops

* Update ScriptLib.java

* Update ScriptLib.java

---------

Co-authored-by: Magix <27646710+KingRainbow44@users.noreply.github.com>
2023-06-17 11:00:10 -04:00
github-actions
86036682d7 Format code [skip actions] 2023-06-17 03:00:10 +00:00
KingRainbow44
762e7ae301
Fix ContentNotFinishPlot 2023-06-16 22:58:49 -04:00
github-actions
31cef88ef7 Format code [skip actions] 2023-06-16 18:28:59 +00:00
ノエルの犬
c3339de184
Resume the app token exchanger (#2209) 2023-06-16 14:27:14 -04:00
github-actions
e382c6d691 Format code [skip actions] 2023-06-16 18:06:43 +00:00
pfyy
6b3f19e588
fix giveall doesn't give everything (#2210)
* fix giveall doesn't give everything

* avoid unnecessary failure to add items by catching exception earlier

* switch to use grasscutter logger

* use debug()
2023-06-16 14:05:33 -04:00
github-actions
47172c995f Format code [skip actions] 2023-06-16 18:05:28 +00:00
Nazrin
6da5343df0
Do not unload groups asked for by quests (#2212) 2023-06-16 14:04:58 -04:00
Nazrin
89376d58bf
Change method of not ticking empty scenes (#2211) 2023-06-16 14:04:16 -04:00
dragon
248af4abfb
Update VisionLevelType.java (#2207) 2023-06-13 11:27:24 -04:00
jie65535
a7f78c7759
Skip invalid plugins (#2206) 2023-06-13 11:24:02 -04:00
github-actions
baac48c4a0 Format code [skip actions] 2023-06-11 20:26:35 +00:00
StartForKiller
6c89998759
Fix KillSelf 2023-06-11 16:24:42 -04:00
StartForKiller
3cc5e6b4e8
Disclaimer 2023-06-11 16:15:15 -04:00
StartForKiller
0f43e18d70
Fix some affixes not working 2023-06-11 16:14:38 -04:00
StartForKiller
1c9f32cbef
Fix a bit of un-researched action handling 2023-06-11 16:12:57 -04:00
github-actions
d933ca6d02 Format code [skip actions] 2023-06-11 03:33:37 +00:00
github-actions
3d62e72aa0 Format code [skip actions] 2023-06-11 03:32:55 +00:00
Nazrin
15699e562a
Fix lock clock (#2201)
* Fix lock clock

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

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

* Update src/main/java/emu/grasscutter/server/packet/recv/HandlerClientLockGameTimeNotify.java

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

* Update src/main/java/emu/grasscutter/server/packet/recv/HandlerClientLockGameTimeNotify.java

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

---------

Co-authored-by: Magix <27646710+KingRainbow44@users.noreply.github.com>
2023-06-10 23:32:23 -04:00
Nazrin
2788206934
Almost fully fix Chasing Shadows (#2202) 2023-06-10 23:31:57 -04:00
TomyJan
9dbeb2172d
fix description of command quest and list (#2203)
* fix description of command `quest` and `list`

* Update src/main/java/emu/grasscutter/command/commands/QuestCommand.java

Co-authored-by: Der Chien <b03902015@ntu.edu.tw>

* Update QuestCommand.java

---------

Co-authored-by: Der Chien <b03902015@ntu.edu.tw>
2023-06-10 23:31:39 -04:00
Magix
55cb7ab967
Repair README.md 2023-06-10 23:31:12 -04:00
falseuniversefacts
944db42762
Update quick start guide (#2198)
* Update quick start guide

Co-Authored-By: Nazrin <1877986+scooterboo@users.noreply.github.com>

* Update README.md

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

* Update README.md

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

* Update README.md

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

* Update README.md

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

* Update README.md

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

* Update README.md

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

* Update README.md

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

---------

Co-authored-by: Nazrin <1877986+scooterboo@users.noreply.github.com>
Co-authored-by: Magix <27646710+KingRainbow44@users.noreply.github.com>
2023-06-10 23:30:28 -04:00
iTruth
1ed89598ff
Add option "all" for UnlockMap and change the default behavior for "/prop unlockmap on" (#2196)
* Do not unlock unnecessary scene points during '/prop unlockmap on'

* Format code [skip actions]

* Backup scenePoints since we might modify it

* Format code [skip actions]

* Add 'all' for UnlockMap

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-09 13:31:11 -04:00
github-actions
4093420c90 Format code [skip actions] 2023-06-09 17:29:36 +00:00
github-actions
a1f75e1537 Format code [skip actions] 2023-06-09 17:29:26 +00:00
Nazrin
e6d32f5599
Make ice dude show up (#2200)
* Make ice dude show up

* replace contains with equals

Might as well fix this while I'm here.
"leave" and "enter" have the same number of letters, so it works.

* empty strings suck

* Update SceneTrigger.java

---------

Co-authored-by: Magix <27646710+KingRainbow44@users.noreply.github.com>
2023-06-09 13:28:28 -04:00
Nazrin
b412a24657
Smarter NPC loading (#2199) 2023-06-09 13:27:34 -04:00
jie65535
b4b0b8d2a8
Fix cutscene and sound permissions (#2197) 2023-06-07 11:57:59 -04:00
馬良※チノ
d8d31f3afe
Update AvatarUpgradeRspOuterClass.java (#2193) 2023-06-06 16:39:46 -04:00
github-actions
7fb9913c4f Format code [skip actions] 2023-06-06 03:28:38 +00:00
KingRainbow44
8472c36490
Implement SET_KILLED_STATE 2023-06-05 23:27:14 -04:00
github-actions
ddb76a0c2a Format code [skip actions] 2023-06-04 21:57:29 +00:00
StartForKiller
c40213affc
Action id mapping fix 2023-06-04 17:55:19 -04:00
StartForKiller
f389d2fb28
Handle SetRandomOverrideMapValue 2023-06-04 17:53:48 -04:00
StartForKiller
b5595c3fab
Fix dropType de-serialization
enum edition
2023-06-04 17:53:30 -04:00