1.7.3
* Add events to support scene group substitution * make event members private with getter/setter * delete stray unused var
enviroment -> environment
* Fix dungeon entry, daily changes, replay flow; fix Mond's weapon mats domain unlock * add note to DungeonEntryToBeExploreNotify
* Add reset scene tag subcommand * Fix Control Flow
* Abyss: Fix monster tide trigger; fix dungeon handoff * back out unrelated changes
I deeply apologize to anyone who is trying to find the history of the code from before today.
* Fix bug in ConditionStateNotEqual.java * Do the same fix for ConditionStateEqual.java
1.7.2
For players that enabled questing late
tp
* 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>
/spawn
* enableRandomEncryptSeed * update config version * Merge branch 'Grasscutters:development' into random-seed * make the codes more beautiful * move KahnsSort to algorithms * rename variables * Merge branch 'development' into random-seed
* Add scene tag handling * Move warns to debug * Move to PlayerProgressManager * Add success message * Inline check * Improve per-scene handling * Update src/main/java/emu/grasscutter/command/commands/SetSceneTagCommand.java Co-authored-by: Magix <27646710+KingRainbow44@users.noreply.github.com> * Update src/main/java/emu/grasscutter/command/commands/SetSceneTagCommand.java Co-authored-by: Magix <27646710+KingRainbow44@users.noreply.github.com> * Fix types * Small fix * Update ScriptLib.java --------- Co-authored-by: Magix <27646710+KingRainbow44@users.noreply.github.com>