-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: Maingol/Grasscutter
base: development
head repository: Grasscutters/Grasscutter
compare: development
- 12 commits
- 19 files changed
- 12 contributors
Commits on Dec 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5ebad71 - Browse repository at this point
Copy the full SHA 5ebad71View commit details
Commits on Dec 14, 2023
-
Fix some more dungeons (Grasscutters#2449)
* Monds weapon mats domain: Fix time between kill not refreshing * Inaz husk domain: Fix broken domain challenge * `EVENT_ANY_MONSTER_LIVE` is likely sent on tick, not on create. See scene40801_group240801001.lua: 1. `condition_EVENT_ANY_MONSTER_LIVE_1023` checks for mob 1008 to spawn AND for variable `challenge` to be 1 2. Mob 1008 spawns during `action_EVENT_SELECT_OPTION_1003`, at `ScriptLib.AddExtraGroupSuite(context, 240801001, 2)` 3. This spawn triggers `EVENT_ANY_MONSTER_LIVE` for mob 1008 but still fails the condition because `challenge` is still 0. 4. `challenge` is set to 1 at the end of `action_EVENT_SELECT_OPTION_1003`. By now, `EVENT_ANY_MONSTER_LIVE` for mob 1008 no longer fires, causing the domain challenge to fail to start.
Configuration menu - View commit details
-
Copy full SHA for c4402cc - Browse repository at this point
Copy the full SHA c4402ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 770a793 - Browse repository at this point
Copy the full SHA 770a793View commit details
Commits on Jan 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9e17e4a - Browse repository at this point
Copy the full SHA 9e17e4aView commit details -
Add documentation on 404 error page. (Grasscutters#2463)
* Update HttpServer.java * Update HttpServer.java --------- Co-authored-by: Magix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e1913a - Browse repository at this point
Copy the full SHA 6e1913aView commit details
Commits on Mar 17, 2024
-
add some client download link and fix readme (Grasscutters#2475)
* Update README.md * Update README_zh-CN.md * Update README_hn-IN.md
Configuration menu - View commit details
-
Copy full SHA for eeaccf3 - Browse repository at this point
Copy the full SHA eeaccf3View commit details -
Add Docker Support (Grasscutters#2486)
* chore(docker): add build workflow * chore(docker): update gradle image * chore(docker): this really shouldnt be running on raspberry pi's right now. * chore(docker): not sure why we need unzip here * chore(docker): attempt to add nodejs to allow the handbook to build * chore(docker): whoops, needs to be done during build * chore(docker): i dont know if this is going to work * chore(docker): replace my username with repo org as I am no longer testing this * chore(docker): version will change in the future, so fix it now.
Configuration menu - View commit details
-
Copy full SHA for f871f26 - Browse repository at this point
Copy the full SHA f871f26View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1f5b54 - Browse repository at this point
Copy the full SHA f1f5b54View commit details
Commits on May 14, 2024
-
Configuration Update - Shown Email (Grasscutters#2509)
* This version will allow the private server owner to show a different email then "@grasscutter.io" if they want. * Update src/main/java/emu/grasscutter/config/ConfigContainer.java Co-authored-by: Magix <[email protected]> * Update src/main/java/emu/grasscutter/game/Account.java Co-authored-by: Magix <[email protected]> * Update src/main/java/emu/grasscutter/game/Account.java Co-authored-by: Magix <[email protected]> --------- Co-authored-by: Magix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4022267 - Browse repository at this point
Copy the full SHA 4022267View commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 76fd5b2 - Browse repository at this point
Copy the full SHA 76fd5b2View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d340758 - Browse repository at this point
Copy the full SHA d340758View commit details
Commits on Nov 23, 2024
-
Update code of conduct reference (Grasscutters#2535)
Signed-off-by: Emmanuel Ferdman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c36daa - Browse repository at this point
Copy the full SHA 9c36daaView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff development...development