Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md (the origin) #1736

Merged
merged 8 commits into from
Sep 11, 2022

Conversation

AwayJob
Copy link
Contributor

@AwayJob AwayJob commented Sep 2, 2022

Description

Please carefully read the Contributing note and Code of conduct before making any pull requests.
And, Do not make a pull request to merge into stable unless it is a hotfix. Use the development branch instead.

Issues fixed by this PR

  • Typos

Type of changes

  • Fixed the bullet point spacing
  • Removed http://mitm.it/ as the download page don't exist anymore
  • Added mitmproxy-ca-cert.cer and Save Script into the instruction.
  • Bug fix
  • New feature
  • Enhancement
  • Documentation

[Feature Request] Update the Fiddler Classic JScript

I don't wanna make an issue since it's already included in my post. But this is kinda important cuz I realize that the Fiddler Classic JScript in the wiki is outdated. As Thoronium said:

this one https://github.lunatic.moe/fiddlerscript. It was accidentally overwritten with the old one in a somewhere or something

In other words, update the old Script with this:

/* Original script by NicknameGG, modified for Grasscutter by contributors. */
import System;
import System.Windows.Forms;
import Fiddler;
import System.Text.RegularExpressions;

class Handlers
{
    static function OnBeforeRequest(oS: Session) {
        if (oS.host.Equals("overseauspider.yuanshen.com:8888")) {
            oS.oRequest.FailSession(404, "Not Found", "Not Found");
        }
        else if(oS.host.EndsWith(".yuanshen.com") || oS.host.EndsWith(".hoyoverse.com") || oS.host.EndsWith(".mihoyo.com")) {
            oS.host = "localhost"; // This can also be replaced with another IP address.
        }
    }
};

Checklist:

  • My code follows the style guidelines of this project
  • My pull request is unique and no other pull requests have been opened for these changes
  • I have read the Contributing note and Code of conduct
  • I am responsible for any copyright issues with my code if it occurs in the future.

Fixed the bullet point spacing, removed http://mitm.it as the download page don't exist anymore, added `mitmproxy-ca-cert.cer` and save script into the instruction.
@ChisatoNishikigi73
Copy link
Contributor

ChisatoNishikigi73 commented Sep 2, 2022

You need proxy to make ‘’http://mitm.it/‘’ work.
If there are no problems, it's a good idea to update all README

@AwayJob
Copy link
Contributor Author

AwayJob commented Sep 2, 2022

You need proxy to make "mitm.it" work.

yeah wait a moment

@AwayJob AwayJob changed the title Update README.md Update README.md (the origin) Sep 2, 2022
@KingRainbow44 KingRainbow44 merged commit 72c16d7 into Grasscutters:development Sep 11, 2022
github-actions bot added a commit that referenced this pull request Sep 12, 2022
Fix whitespace [skip actions]
Improve team respawn (#1752)
Update README.md (the origin) (#1736)
Update banners (closes #1760)
Update zh-CN.json (#1762)
Calculate Banner.previewPrefabPath
Forbid PRs from modifying certain files
Added a directive to fix some minor bugs (#1744)
remove accidentally committed symlink
Version 1.3.1-dev [skip actions]
github-actions bot added a commit that referenced this pull request Sep 14, 2022
Fix whitespace [skip actions]
Add support for propperly showing activity shops (#1774)
Improve team respawn (#1752)
Update README.md (the origin) (#1736)
Update banners (closes #1760)
Update zh-CN.json (#1762)
Calculate Banner.previewPrefabPath
Forbid PRs from modifying certain files
Added a directive to fix some minor bugs (#1744)
remove accidentally committed symlink
Version 1.3.1-dev [skip actions]
github-actions bot added a commit that referenced this pull request Sep 15, 2022
Fix whitespace [skip actions]
fixed gadget hp properties and invincibility handling (#1773)
Add support for propperly showing activity shops (#1774)
Improve team respawn (#1752)
Update README.md (the origin) (#1736)
Update banners (closes #1760)
Update zh-CN.json (#1762)
Calculate Banner.previewPrefabPath
Forbid PRs from modifying certain files
Added a directive to fix some minor bugs (#1744)
remove accidentally committed symlink
Version 1.3.1-dev [skip actions]
github-actions bot added a commit that referenced this pull request Sep 16, 2022
Fix whitespace [skip actions]
Extend spawn command (#1777)
character and companionship exp gain to party not active character fixes #1787
fixed gadget hp properties and invincibility handling (#1773)
Add support for propperly showing activity shops (#1774)
Improve team respawn (#1752)
Update README.md (the origin) (#1736)
Update banners (closes #1760)
Update zh-CN.json (#1762)
Calculate Banner.previewPrefabPath
Forbid PRs from modifying certain files
Added a directive to fix some minor bugs (#1744)
remove accidentally committed symlink
Version 1.3.1-dev [skip actions]
github-actions bot added a commit to Birdulon/Grasscutter that referenced this pull request Oct 9, 2022
Fix whitespace [skip actions]
Flatten language translation keys in-memory
feat: set namecards in profile editing. (Grasscutters#1843)
fix costumes are unable to be unlocked. (Grasscutters#1842)
Fix food decreasing (Grasscutters#1834)
Fix showing ban message box (Grasscutters#1826)
Don't need full Java stacktrace on Lua errors
Move Data, Plugin, Script, Packet access from Strings to Paths (Grasscutters#1839)
Add `shutdown` alias to StopCommand
Update Banners.json (Grasscutters#1813)
[BREAKING] Deobfuscate codex field, slight refactor (Grasscutters#1809)
3.1 Support (Grasscutters#1808)
refactor HandlerWidgetDoBagReq
Update README.md
Fixed a tons of errors to make the drop system to accord with that in the actual game
Allow loading Resources from zip files Move Resources loading from String filenames to Paths Add zip support
Add `-game` and `-dispatch` startup arguments that override the run mode in the config
Use reflection to map database classes and add missing mapped classes to the dispatch datastore
Version 1.3.2-dev [skip actions]
Version 1.3.1
Fix whitespace [skip actions]
Extend spawn command (Grasscutters#1777)
character and companionship exp gain to party not active character fixes Grasscutters#1787
fixed gadget hp properties and invincibility handling (Grasscutters#1773)
Add support for propperly showing activity shops (Grasscutters#1774)
Improve team respawn (Grasscutters#1752)
Update README.md (the origin) (Grasscutters#1736)
Update banners (closes Grasscutters#1760)
Update zh-CN.json (Grasscutters#1762)
Calculate Banner.previewPrefabPath
Forbid PRs from modifying certain files
Added a directive to fix some minor bugs (Grasscutters#1744)
remove accidentally committed symlink
Version 1.3.1-dev [skip actions]
github-actions bot added a commit to Birdulon/Grasscutter that referenced this pull request Oct 12, 2022
Fix whitespace [skip actions]
Update GM Handbook with Spincrystal names and Monster strings
feat: unlock homeworld bgm and set homeworld bgm. (Grasscutters#1844)
Flatten language translation keys in-memory
feat: set namecards in profile editing. (Grasscutters#1843)
fix costumes are unable to be unlocked. (Grasscutters#1842)
Fix food decreasing (Grasscutters#1834)
Fix showing ban message box (Grasscutters#1826)
Don't need full Java stacktrace on Lua errors
Move Data, Plugin, Script, Packet access from Strings to Paths (Grasscutters#1839)
Add `shutdown` alias to StopCommand
Update Banners.json (Grasscutters#1813)
[BREAKING] Deobfuscate codex field, slight refactor (Grasscutters#1809)
3.1 Support (Grasscutters#1808)
refactor HandlerWidgetDoBagReq
Update README.md
Fixed a tons of errors to make the drop system to accord with that in the actual game
Allow loading Resources from zip files Move Resources loading from String filenames to Paths Add zip support
Add `-game` and `-dispatch` startup arguments that override the run mode in the config
Use reflection to map database classes and add missing mapped classes to the dispatch datastore
Version 1.3.2-dev [skip actions]
Version 1.3.1
Fix whitespace [skip actions]
Extend spawn command (Grasscutters#1777)
character and companionship exp gain to party not active character fixes Grasscutters#1787
fixed gadget hp properties and invincibility handling (Grasscutters#1773)
Add support for propperly showing activity shops (Grasscutters#1774)
Improve team respawn (Grasscutters#1752)
Update README.md (the origin) (Grasscutters#1736)
Update banners (closes Grasscutters#1760)
Update zh-CN.json (Grasscutters#1762)
Calculate Banner.previewPrefabPath
Forbid PRs from modifying certain files
Added a directive to fix some minor bugs (Grasscutters#1744)
remove accidentally committed symlink
Version 1.3.1-dev [skip actions]
github-actions bot added a commit to Birdulon/Grasscutter that referenced this pull request Oct 12, 2022
Fix whitespace [skip actions]
Add DynamicFloat class
fix: albedo elevator doesn't work (Grasscutters#1845)
Update GM Handbook with Spincrystal names and Monster strings
feat: unlock homeworld bgm and set homeworld bgm. (Grasscutters#1844)
Flatten language translation keys in-memory
feat: set namecards in profile editing. (Grasscutters#1843)
fix costumes are unable to be unlocked. (Grasscutters#1842)
Fix food decreasing (Grasscutters#1834)
Fix showing ban message box (Grasscutters#1826)
Don't need full Java stacktrace on Lua errors
Move Data, Plugin, Script, Packet access from Strings to Paths (Grasscutters#1839)
Add `shutdown` alias to StopCommand
Update Banners.json (Grasscutters#1813)
[BREAKING] Deobfuscate codex field, slight refactor (Grasscutters#1809)
3.1 Support (Grasscutters#1808)
refactor HandlerWidgetDoBagReq
Update README.md
Fixed a tons of errors to make the drop system to accord with that in the actual game
Allow loading Resources from zip files Move Resources loading from String filenames to Paths Add zip support
Add `-game` and `-dispatch` startup arguments that override the run mode in the config
Use reflection to map database classes and add missing mapped classes to the dispatch datastore
Version 1.3.2-dev [skip actions]
Version 1.3.1
Fix whitespace [skip actions]
Extend spawn command (Grasscutters#1777)
character and companionship exp gain to party not active character fixes Grasscutters#1787
fixed gadget hp properties and invincibility handling (Grasscutters#1773)
Add support for propperly showing activity shops (Grasscutters#1774)
Improve team respawn (Grasscutters#1752)
Update README.md (the origin) (Grasscutters#1736)
Update banners (closes Grasscutters#1760)
Update zh-CN.json (Grasscutters#1762)
Calculate Banner.previewPrefabPath
Forbid PRs from modifying certain files
Added a directive to fix some minor bugs (Grasscutters#1744)
remove accidentally committed symlink
Version 1.3.1-dev [skip actions]
github-actions bot added a commit to Birdulon/Grasscutter that referenced this pull request Oct 12, 2022
Fix whitespace [skip actions]
fix: Solar Isotoma Elevator doesn't work in multiplayer mode (Grasscutters#1848)
fix: ConcurrentModificationError by removing gadget (Grasscutters#1849)
Add DynamicFloat class
fix: albedo elevator doesn't work (Grasscutters#1845)
Update GM Handbook with Spincrystal names and Monster strings
feat: unlock homeworld bgm and set homeworld bgm. (Grasscutters#1844)
Flatten language translation keys in-memory
feat: set namecards in profile editing. (Grasscutters#1843)
fix costumes are unable to be unlocked. (Grasscutters#1842)
Fix food decreasing (Grasscutters#1834)
Fix showing ban message box (Grasscutters#1826)
Don't need full Java stacktrace on Lua errors
Move Data, Plugin, Script, Packet access from Strings to Paths (Grasscutters#1839)
Add `shutdown` alias to StopCommand
Update Banners.json (Grasscutters#1813)
[BREAKING] Deobfuscate codex field, slight refactor (Grasscutters#1809)
3.1 Support (Grasscutters#1808)
refactor HandlerWidgetDoBagReq
Update README.md
Fixed a tons of errors to make the drop system to accord with that in the actual game
Allow loading Resources from zip files Move Resources loading from String filenames to Paths Add zip support
Add `-game` and `-dispatch` startup arguments that override the run mode in the config
Use reflection to map database classes and add missing mapped classes to the dispatch datastore
Version 1.3.2-dev [skip actions]
Version 1.3.1
Fix whitespace [skip actions]
Extend spawn command (Grasscutters#1777)
character and companionship exp gain to party not active character fixes Grasscutters#1787
fixed gadget hp properties and invincibility handling (Grasscutters#1773)
Add support for propperly showing activity shops (Grasscutters#1774)
Improve team respawn (Grasscutters#1752)
Update README.md (the origin) (Grasscutters#1736)
Update banners (closes Grasscutters#1760)
Update zh-CN.json (Grasscutters#1762)
Calculate Banner.previewPrefabPath
Forbid PRs from modifying certain files
Added a directive to fix some minor bugs (Grasscutters#1744)
remove accidentally committed symlink
Version 1.3.1-dev [skip actions]
github-actions bot added a commit to Birdulon/Grasscutter that referenced this pull request Oct 13, 2022
Fix whitespace [skip actions]
Lombokify and sort GameData
Extend talent command "all" (Grasscutters#1850)
fix: Solar Isotoma Elevator doesn't work in multiplayer mode (Grasscutters#1848)
fix: ConcurrentModificationError by removing gadget (Grasscutters#1849)
Add DynamicFloat class
fix: albedo elevator doesn't work (Grasscutters#1845)
Update GM Handbook with Spincrystal names and Monster strings
feat: unlock homeworld bgm and set homeworld bgm. (Grasscutters#1844)
Flatten language translation keys in-memory
feat: set namecards in profile editing. (Grasscutters#1843)
fix costumes are unable to be unlocked. (Grasscutters#1842)
Fix food decreasing (Grasscutters#1834)
Fix showing ban message box (Grasscutters#1826)
Don't need full Java stacktrace on Lua errors
Move Data, Plugin, Script, Packet access from Strings to Paths (Grasscutters#1839)
Add `shutdown` alias to StopCommand
Update Banners.json (Grasscutters#1813)
[BREAKING] Deobfuscate codex field, slight refactor (Grasscutters#1809)
3.1 Support (Grasscutters#1808)
refactor HandlerWidgetDoBagReq
Update README.md
Fixed a tons of errors to make the drop system to accord with that in the actual game
Allow loading Resources from zip files Move Resources loading from String filenames to Paths Add zip support
Add `-game` and `-dispatch` startup arguments that override the run mode in the config
Use reflection to map database classes and add missing mapped classes to the dispatch datastore
Version 1.3.2-dev [skip actions]
Version 1.3.1
Fix whitespace [skip actions]
Extend spawn command (Grasscutters#1777)
character and companionship exp gain to party not active character fixes Grasscutters#1787
fixed gadget hp properties and invincibility handling (Grasscutters#1773)
Add support for propperly showing activity shops (Grasscutters#1774)
Improve team respawn (Grasscutters#1752)
Update README.md (the origin) (Grasscutters#1736)
Update banners (closes Grasscutters#1760)
Update zh-CN.json (Grasscutters#1762)
Calculate Banner.previewPrefabPath
Forbid PRs from modifying certain files
Added a directive to fix some minor bugs (Grasscutters#1744)
remove accidentally committed symlink
Version 1.3.1-dev [skip actions]
github-actions bot added a commit to Birdulon/Grasscutter that referenced this pull request Oct 13, 2022
Fix whitespace [skip actions]
Refactor GameData, remove deprecated getGsonFactory - Fix day-of-week dungeons - AvatarSkill max level enforcement from excels - Partial fix to bonus levels (need packet on talent update)
Lombokify and sort GameData
Extend talent command "all" (Grasscutters#1850)
fix: Solar Isotoma Elevator doesn't work in multiplayer mode (Grasscutters#1848)
fix: ConcurrentModificationError by removing gadget (Grasscutters#1849)
Add DynamicFloat class
fix: albedo elevator doesn't work (Grasscutters#1845)
Update GM Handbook with Spincrystal names and Monster strings
feat: unlock homeworld bgm and set homeworld bgm. (Grasscutters#1844)
Flatten language translation keys in-memory
feat: set namecards in profile editing. (Grasscutters#1843)
fix costumes are unable to be unlocked. (Grasscutters#1842)
Fix food decreasing (Grasscutters#1834)
Fix showing ban message box (Grasscutters#1826)
Don't need full Java stacktrace on Lua errors
Move Data, Plugin, Script, Packet access from Strings to Paths (Grasscutters#1839)
Add `shutdown` alias to StopCommand
Update Banners.json (Grasscutters#1813)
[BREAKING] Deobfuscate codex field, slight refactor (Grasscutters#1809)
3.1 Support (Grasscutters#1808)
refactor HandlerWidgetDoBagReq
Update README.md
Fixed a tons of errors to make the drop system to accord with that in the actual game
Allow loading Resources from zip files Move Resources loading from String filenames to Paths Add zip support
Add `-game` and `-dispatch` startup arguments that override the run mode in the config
Use reflection to map database classes and add missing mapped classes to the dispatch datastore
Version 1.3.2-dev [skip actions]
Version 1.3.1
Fix whitespace [skip actions]
Extend spawn command (Grasscutters#1777)
character and companionship exp gain to party not active character fixes Grasscutters#1787
fixed gadget hp properties and invincibility handling (Grasscutters#1773)
Add support for propperly showing activity shops (Grasscutters#1774)
Improve team respawn (Grasscutters#1752)
Update README.md (the origin) (Grasscutters#1736)
Update banners (closes Grasscutters#1760)
Update zh-CN.json (Grasscutters#1762)
Calculate Banner.previewPrefabPath
Forbid PRs from modifying certain files
Added a directive to fix some minor bugs (Grasscutters#1744)
remove accidentally committed symlink
Version 1.3.1-dev [skip actions]
github-actions bot added a commit to Birdulon/Grasscutter that referenced this pull request Oct 13, 2022
Fix whitespace [skip actions]
[BREAKING] Item Usage Overhaul
Updated MAX_FRIENDS (Grasscutters#1852)
Refactor GameData, remove deprecated getGsonFactory - Fix day-of-week dungeons - AvatarSkill max level enforcement from excels - Partial fix to bonus levels (need packet on talent update)
Lombokify and sort GameData
Extend talent command "all" (Grasscutters#1850)
fix: Solar Isotoma Elevator doesn't work in multiplayer mode (Grasscutters#1848)
fix: ConcurrentModificationError by removing gadget (Grasscutters#1849)
Add DynamicFloat class
fix: albedo elevator doesn't work (Grasscutters#1845)
Update GM Handbook with Spincrystal names and Monster strings
feat: unlock homeworld bgm and set homeworld bgm. (Grasscutters#1844)
Flatten language translation keys in-memory
feat: set namecards in profile editing. (Grasscutters#1843)
fix costumes are unable to be unlocked. (Grasscutters#1842)
Fix food decreasing (Grasscutters#1834)
Fix showing ban message box (Grasscutters#1826)
Don't need full Java stacktrace on Lua errors
Move Data, Plugin, Script, Packet access from Strings to Paths (Grasscutters#1839)
Add `shutdown` alias to StopCommand
Update Banners.json (Grasscutters#1813)
[BREAKING] Deobfuscate codex field, slight refactor (Grasscutters#1809)
3.1 Support (Grasscutters#1808)
refactor HandlerWidgetDoBagReq
Update README.md
Fixed a tons of errors to make the drop system to accord with that in the actual game
Allow loading Resources from zip files Move Resources loading from String filenames to Paths Add zip support
Add `-game` and `-dispatch` startup arguments that override the run mode in the config
Use reflection to map database classes and add missing mapped classes to the dispatch datastore
Version 1.3.2-dev [skip actions]
Version 1.3.1
Fix whitespace [skip actions]
Extend spawn command (Grasscutters#1777)
character and companionship exp gain to party not active character fixes Grasscutters#1787
fixed gadget hp properties and invincibility handling (Grasscutters#1773)
Add support for propperly showing activity shops (Grasscutters#1774)
Improve team respawn (Grasscutters#1752)
Update README.md (the origin) (Grasscutters#1736)
Update banners (closes Grasscutters#1760)
Update zh-CN.json (Grasscutters#1762)
Calculate Banner.previewPrefabPath
Forbid PRs from modifying certain files
Added a directive to fix some minor bugs (Grasscutters#1744)
remove accidentally committed symlink
Version 1.3.1-dev [skip actions]
github-actions bot added a commit to Birdulon/Grasscutter that referenced this pull request Oct 15, 2022
Accept resource enums of form "1"
Update ru-RU.json (Grasscutters#1855)
Version 1.4.1-dev [skip actions]
Version 1.4.0
Fix whitespace [skip actions]
[BREAKING] Item Usage Overhaul
Updated MAX_FRIENDS (Grasscutters#1852)
Refactor GameData, remove deprecated getGsonFactory - Fix day-of-week dungeons - AvatarSkill max level enforcement from excels - Partial fix to bonus levels (need packet on talent update)
Lombokify and sort GameData
Extend talent command "all" (Grasscutters#1850)
fix: Solar Isotoma Elevator doesn't work in multiplayer mode (Grasscutters#1848)
fix: ConcurrentModificationError by removing gadget (Grasscutters#1849)
Add DynamicFloat class
fix: albedo elevator doesn't work (Grasscutters#1845)
Update GM Handbook with Spincrystal names and Monster strings
feat: unlock homeworld bgm and set homeworld bgm. (Grasscutters#1844)
Flatten language translation keys in-memory
feat: set namecards in profile editing. (Grasscutters#1843)
fix costumes are unable to be unlocked. (Grasscutters#1842)
Fix food decreasing (Grasscutters#1834)
Fix showing ban message box (Grasscutters#1826)
Don't need full Java stacktrace on Lua errors
Move Data, Plugin, Script, Packet access from Strings to Paths (Grasscutters#1839)
Add `shutdown` alias to StopCommand
Update Banners.json (Grasscutters#1813)
[BREAKING] Deobfuscate codex field, slight refactor (Grasscutters#1809)
3.1 Support (Grasscutters#1808)
refactor HandlerWidgetDoBagReq
Update README.md
Fixed a tons of errors to make the drop system to accord with that in the actual game
Allow loading Resources from zip files Move Resources loading from String filenames to Paths Add zip support
Add `-game` and `-dispatch` startup arguments that override the run mode in the config
Use reflection to map database classes and add missing mapped classes to the dispatch datastore
Version 1.3.2-dev [skip actions]
Version 1.3.1
Fix whitespace [skip actions]
Extend spawn command (Grasscutters#1777)
character and companionship exp gain to party not active character fixes Grasscutters#1787
fixed gadget hp properties and invincibility handling (Grasscutters#1773)
Add support for propperly showing activity shops (Grasscutters#1774)
Improve team respawn (Grasscutters#1752)
Update README.md (the origin) (Grasscutters#1736)
Update banners (closes Grasscutters#1760)
Update zh-CN.json (Grasscutters#1762)
Calculate Banner.previewPrefabPath
Forbid PRs from modifying certain files
Added a directive to fix some minor bugs (Grasscutters#1744)
remove accidentally committed symlink
Version 1.3.1-dev [skip actions]
github-actions bot added a commit to Birdulon/Grasscutter that referenced this pull request Oct 15, 2022
Refactor handbook generation to not use naked textmap getter
Accept resource enums of form "1"
Update ru-RU.json (Grasscutters#1855)
Version 1.4.1-dev [skip actions]
Version 1.4.0
Fix whitespace [skip actions]
[BREAKING] Item Usage Overhaul
Updated MAX_FRIENDS (Grasscutters#1852)
Refactor GameData, remove deprecated getGsonFactory - Fix day-of-week dungeons - AvatarSkill max level enforcement from excels - Partial fix to bonus levels (need packet on talent update)
Lombokify and sort GameData
Extend talent command "all" (Grasscutters#1850)
fix: Solar Isotoma Elevator doesn't work in multiplayer mode (Grasscutters#1848)
fix: ConcurrentModificationError by removing gadget (Grasscutters#1849)
Add DynamicFloat class
fix: albedo elevator doesn't work (Grasscutters#1845)
Update GM Handbook with Spincrystal names and Monster strings
feat: unlock homeworld bgm and set homeworld bgm. (Grasscutters#1844)
Flatten language translation keys in-memory
feat: set namecards in profile editing. (Grasscutters#1843)
fix costumes are unable to be unlocked. (Grasscutters#1842)
Fix food decreasing (Grasscutters#1834)
Fix showing ban message box (Grasscutters#1826)
Don't need full Java stacktrace on Lua errors
Move Data, Plugin, Script, Packet access from Strings to Paths (Grasscutters#1839)
Add `shutdown` alias to StopCommand
Update Banners.json (Grasscutters#1813)
[BREAKING] Deobfuscate codex field, slight refactor (Grasscutters#1809)
3.1 Support (Grasscutters#1808)
refactor HandlerWidgetDoBagReq
Update README.md
Fixed a tons of errors to make the drop system to accord with that in the actual game
Allow loading Resources from zip files Move Resources loading from String filenames to Paths Add zip support
Add `-game` and `-dispatch` startup arguments that override the run mode in the config
Use reflection to map database classes and add missing mapped classes to the dispatch datastore
Version 1.3.2-dev [skip actions]
Version 1.3.1
Fix whitespace [skip actions]
Extend spawn command (Grasscutters#1777)
character and companionship exp gain to party not active character fixes Grasscutters#1787
fixed gadget hp properties and invincibility handling (Grasscutters#1773)
Add support for propperly showing activity shops (Grasscutters#1774)
Improve team respawn (Grasscutters#1752)
Update README.md (the origin) (Grasscutters#1736)
Update banners (closes Grasscutters#1760)
Update zh-CN.json (Grasscutters#1762)
Calculate Banner.previewPrefabPath
Forbid PRs from modifying certain files
Added a directive to fix some minor bugs (Grasscutters#1744)
remove accidentally committed symlink
Version 1.3.1-dev [skip actions]
github-actions bot added a commit to Birdulon/Grasscutter that referenced this pull request Oct 15, 2022
Fix whitespace [skip actions]
Add a dictionary for Encryption public keys (Grasscutters#1862)
Refactor handbook generation to not use naked textmap getter
Accept resource enums of form "1"
Update ru-RU.json (Grasscutters#1855)
Version 1.4.1-dev [skip actions]
Version 1.4.0
Fix whitespace [skip actions]
[BREAKING] Item Usage Overhaul
Updated MAX_FRIENDS (Grasscutters#1852)
Refactor GameData, remove deprecated getGsonFactory - Fix day-of-week dungeons - AvatarSkill max level enforcement from excels - Partial fix to bonus levels (need packet on talent update)
Lombokify and sort GameData
Extend talent command "all" (Grasscutters#1850)
fix: Solar Isotoma Elevator doesn't work in multiplayer mode (Grasscutters#1848)
fix: ConcurrentModificationError by removing gadget (Grasscutters#1849)
Add DynamicFloat class
fix: albedo elevator doesn't work (Grasscutters#1845)
Update GM Handbook with Spincrystal names and Monster strings
feat: unlock homeworld bgm and set homeworld bgm. (Grasscutters#1844)
Flatten language translation keys in-memory
feat: set namecards in profile editing. (Grasscutters#1843)
fix costumes are unable to be unlocked. (Grasscutters#1842)
Fix food decreasing (Grasscutters#1834)
Fix showing ban message box (Grasscutters#1826)
Don't need full Java stacktrace on Lua errors
Move Data, Plugin, Script, Packet access from Strings to Paths (Grasscutters#1839)
Add `shutdown` alias to StopCommand
Update Banners.json (Grasscutters#1813)
[BREAKING] Deobfuscate codex field, slight refactor (Grasscutters#1809)
3.1 Support (Grasscutters#1808)
refactor HandlerWidgetDoBagReq
Update README.md
Fixed a tons of errors to make the drop system to accord with that in the actual game
Allow loading Resources from zip files Move Resources loading from String filenames to Paths Add zip support
Add `-game` and `-dispatch` startup arguments that override the run mode in the config
Use reflection to map database classes and add missing mapped classes to the dispatch datastore
Version 1.3.2-dev [skip actions]
Version 1.3.1
Fix whitespace [skip actions]
Extend spawn command (Grasscutters#1777)
character and companionship exp gain to party not active character fixes Grasscutters#1787
fixed gadget hp properties and invincibility handling (Grasscutters#1773)
Add support for propperly showing activity shops (Grasscutters#1774)
Improve team respawn (Grasscutters#1752)
Update README.md (the origin) (Grasscutters#1736)
Update banners (closes Grasscutters#1760)
Update zh-CN.json (Grasscutters#1762)
Calculate Banner.previewPrefabPath
Forbid PRs from modifying certain files
Added a directive to fix some minor bugs (Grasscutters#1744)
remove accidentally committed symlink
Version 1.3.1-dev [skip actions]
github-actions bot added a commit to Birdulon/Grasscutter that referenced this pull request Oct 17, 2022
Fix whitespace [skip actions]
Fix ambiguous command regexes
feat: set emoji collection in chat screen (Grasscutters#1864)
feat: set friend enter home option (Grasscutters#1860)
Add a dictionary for Encryption public keys (Grasscutters#1862)
Refactor handbook generation to not use naked textmap getter
Accept resource enums of form "1"
Update ru-RU.json (Grasscutters#1855)
Version 1.4.1-dev [skip actions]
Version 1.4.0
Fix whitespace [skip actions]
[BREAKING] Item Usage Overhaul
Updated MAX_FRIENDS (Grasscutters#1852)
Refactor GameData, remove deprecated getGsonFactory - Fix day-of-week dungeons - AvatarSkill max level enforcement from excels - Partial fix to bonus levels (need packet on talent update)
Lombokify and sort GameData
Extend talent command "all" (Grasscutters#1850)
fix: Solar Isotoma Elevator doesn't work in multiplayer mode (Grasscutters#1848)
fix: ConcurrentModificationError by removing gadget (Grasscutters#1849)
Add DynamicFloat class
fix: albedo elevator doesn't work (Grasscutters#1845)
Update GM Handbook with Spincrystal names and Monster strings
feat: unlock homeworld bgm and set homeworld bgm. (Grasscutters#1844)
Flatten language translation keys in-memory
feat: set namecards in profile editing. (Grasscutters#1843)
fix costumes are unable to be unlocked. (Grasscutters#1842)
Fix food decreasing (Grasscutters#1834)
Fix showing ban message box (Grasscutters#1826)
Don't need full Java stacktrace on Lua errors
Move Data, Plugin, Script, Packet access from Strings to Paths (Grasscutters#1839)
Add `shutdown` alias to StopCommand
Update Banners.json (Grasscutters#1813)
[BREAKING] Deobfuscate codex field, slight refactor (Grasscutters#1809)
3.1 Support (Grasscutters#1808)
refactor HandlerWidgetDoBagReq
Update README.md
Fixed a tons of errors to make the drop system to accord with that in the actual game
Allow loading Resources from zip files Move Resources loading from String filenames to Paths Add zip support
Add `-game` and `-dispatch` startup arguments that override the run mode in the config
Use reflection to map database classes and add missing mapped classes to the dispatch datastore
Version 1.3.2-dev [skip actions]
Version 1.3.1
Fix whitespace [skip actions]
Extend spawn command (Grasscutters#1777)
character and companionship exp gain to party not active character fixes Grasscutters#1787
fixed gadget hp properties and invincibility handling (Grasscutters#1773)
Add support for propperly showing activity shops (Grasscutters#1774)
Improve team respawn (Grasscutters#1752)
Update README.md (the origin) (Grasscutters#1736)
Update banners (closes Grasscutters#1760)
Update zh-CN.json (Grasscutters#1762)
Calculate Banner.previewPrefabPath
Forbid PRs from modifying certain files
Added a directive to fix some minor bugs (Grasscutters#1744)
remove accidentally committed symlink
Version 1.3.1-dev [skip actions]
github-actions bot added a commit to Birdulon/Grasscutter that referenced this pull request Oct 17, 2022
Fix whitespace [skip actions]
Remove constellation charge and talent level bonuses from db
Fix ambiguous command regexes
feat: set emoji collection in chat screen (Grasscutters#1864)
feat: set friend enter home option (Grasscutters#1860)
Add a dictionary for Encryption public keys (Grasscutters#1862)
Refactor handbook generation to not use naked textmap getter
Accept resource enums of form "1"
Update ru-RU.json (Grasscutters#1855)
Version 1.4.1-dev [skip actions]
Version 1.4.0
Fix whitespace [skip actions]
[BREAKING] Item Usage Overhaul
Updated MAX_FRIENDS (Grasscutters#1852)
Refactor GameData, remove deprecated getGsonFactory - Fix day-of-week dungeons - AvatarSkill max level enforcement from excels - Partial fix to bonus levels (need packet on talent update)
Lombokify and sort GameData
Extend talent command "all" (Grasscutters#1850)
fix: Solar Isotoma Elevator doesn't work in multiplayer mode (Grasscutters#1848)
fix: ConcurrentModificationError by removing gadget (Grasscutters#1849)
Add DynamicFloat class
fix: albedo elevator doesn't work (Grasscutters#1845)
Update GM Handbook with Spincrystal names and Monster strings
feat: unlock homeworld bgm and set homeworld bgm. (Grasscutters#1844)
Flatten language translation keys in-memory
feat: set namecards in profile editing. (Grasscutters#1843)
fix costumes are unable to be unlocked. (Grasscutters#1842)
Fix food decreasing (Grasscutters#1834)
Fix showing ban message box (Grasscutters#1826)
Don't need full Java stacktrace on Lua errors
Move Data, Plugin, Script, Packet access from Strings to Paths (Grasscutters#1839)
Add `shutdown` alias to StopCommand
Update Banners.json (Grasscutters#1813)
[BREAKING] Deobfuscate codex field, slight refactor (Grasscutters#1809)
3.1 Support (Grasscutters#1808)
refactor HandlerWidgetDoBagReq
Update README.md
Fixed a tons of errors to make the drop system to accord with that in the actual game
Allow loading Resources from zip files Move Resources loading from String filenames to Paths Add zip support
Add `-game` and `-dispatch` startup arguments that override the run mode in the config
Use reflection to map database classes and add missing mapped classes to the dispatch datastore
Version 1.3.2-dev [skip actions]
Version 1.3.1
Fix whitespace [skip actions]
Extend spawn command (Grasscutters#1777)
character and companionship exp gain to party not active character fixes Grasscutters#1787
fixed gadget hp properties and invincibility handling (Grasscutters#1773)
Add support for propperly showing activity shops (Grasscutters#1774)
Improve team respawn (Grasscutters#1752)
Update README.md (the origin) (Grasscutters#1736)
Update banners (closes Grasscutters#1760)
Update zh-CN.json (Grasscutters#1762)
Calculate Banner.previewPrefabPath
Forbid PRs from modifying certain files
Added a directive to fix some minor bugs (Grasscutters#1744)
remove accidentally committed symlink
Version 1.3.1-dev [skip actions]
github-actions bot added a commit to Birdulon/Grasscutter that referenced this pull request Oct 17, 2022
Fix whitespace [skip actions]
Change logging level on item use from info to debug
feat:cooking food ingredient(aka:compound) implementation (Grasscutters#1858)
Remove constellation charge and talent level bonuses from db
Fix ambiguous command regexes
feat: set emoji collection in chat screen (Grasscutters#1864)
feat: set friend enter home option (Grasscutters#1860)
Add a dictionary for Encryption public keys (Grasscutters#1862)
Refactor handbook generation to not use naked textmap getter
Accept resource enums of form "1"
Update ru-RU.json (Grasscutters#1855)
Version 1.4.1-dev [skip actions]
Version 1.4.0
Fix whitespace [skip actions]
[BREAKING] Item Usage Overhaul
Updated MAX_FRIENDS (Grasscutters#1852)
Refactor GameData, remove deprecated getGsonFactory - Fix day-of-week dungeons - AvatarSkill max level enforcement from excels - Partial fix to bonus levels (need packet on talent update)
Lombokify and sort GameData
Extend talent command "all" (Grasscutters#1850)
fix: Solar Isotoma Elevator doesn't work in multiplayer mode (Grasscutters#1848)
fix: ConcurrentModificationError by removing gadget (Grasscutters#1849)
Add DynamicFloat class
fix: albedo elevator doesn't work (Grasscutters#1845)
Update GM Handbook with Spincrystal names and Monster strings
feat: unlock homeworld bgm and set homeworld bgm. (Grasscutters#1844)
Flatten language translation keys in-memory
feat: set namecards in profile editing. (Grasscutters#1843)
fix costumes are unable to be unlocked. (Grasscutters#1842)
Fix food decreasing (Grasscutters#1834)
Fix showing ban message box (Grasscutters#1826)
Don't need full Java stacktrace on Lua errors
Move Data, Plugin, Script, Packet access from Strings to Paths (Grasscutters#1839)
Add `shutdown` alias to StopCommand
Update Banners.json (Grasscutters#1813)
[BREAKING] Deobfuscate codex field, slight refactor (Grasscutters#1809)
3.1 Support (Grasscutters#1808)
refactor HandlerWidgetDoBagReq
Update README.md
Fixed a tons of errors to make the drop system to accord with that in the actual game
Allow loading Resources from zip files Move Resources loading from String filenames to Paths Add zip support
Add `-game` and `-dispatch` startup arguments that override the run mode in the config
Use reflection to map database classes and add missing mapped classes to the dispatch datastore
Version 1.3.2-dev [skip actions]
Version 1.3.1
Fix whitespace [skip actions]
Extend spawn command (Grasscutters#1777)
character and companionship exp gain to party not active character fixes Grasscutters#1787
fixed gadget hp properties and invincibility handling (Grasscutters#1773)
Add support for propperly showing activity shops (Grasscutters#1774)
Improve team respawn (Grasscutters#1752)
Update README.md (the origin) (Grasscutters#1736)
Update banners (closes Grasscutters#1760)
Update zh-CN.json (Grasscutters#1762)
Calculate Banner.previewPrefabPath
Forbid PRs from modifying certain files
Added a directive to fix some minor bugs (Grasscutters#1744)
remove accidentally committed symlink
Version 1.3.1-dev [skip actions]
github-actions bot added a commit to Birdulon/Grasscutter that referenced this pull request Oct 17, 2022
Fix whitespace [skip actions]
Refactor out some EntrySets
send CompoundDataNotify on Login;fix spelling mistakes. (Grasscutters#1869)
Change logging level on item use from info to debug
feat:cooking food ingredient(aka:compound) implementation (Grasscutters#1858)
Remove constellation charge and talent level bonuses from db
Fix ambiguous command regexes
feat: set emoji collection in chat screen (Grasscutters#1864)
feat: set friend enter home option (Grasscutters#1860)
Add a dictionary for Encryption public keys (Grasscutters#1862)
Refactor handbook generation to not use naked textmap getter
Accept resource enums of form "1"
Update ru-RU.json (Grasscutters#1855)
Version 1.4.1-dev [skip actions]
Version 1.4.0
Fix whitespace [skip actions]
[BREAKING] Item Usage Overhaul
Updated MAX_FRIENDS (Grasscutters#1852)
Refactor GameData, remove deprecated getGsonFactory - Fix day-of-week dungeons - AvatarSkill max level enforcement from excels - Partial fix to bonus levels (need packet on talent update)
Lombokify and sort GameData
Extend talent command "all" (Grasscutters#1850)
fix: Solar Isotoma Elevator doesn't work in multiplayer mode (Grasscutters#1848)
fix: ConcurrentModificationError by removing gadget (Grasscutters#1849)
Add DynamicFloat class
fix: albedo elevator doesn't work (Grasscutters#1845)
Update GM Handbook with Spincrystal names and Monster strings
feat: unlock homeworld bgm and set homeworld bgm. (Grasscutters#1844)
Flatten language translation keys in-memory
feat: set namecards in profile editing. (Grasscutters#1843)
fix costumes are unable to be unlocked. (Grasscutters#1842)
Fix food decreasing (Grasscutters#1834)
Fix showing ban message box (Grasscutters#1826)
Don't need full Java stacktrace on Lua errors
Move Data, Plugin, Script, Packet access from Strings to Paths (Grasscutters#1839)
Add `shutdown` alias to StopCommand
Update Banners.json (Grasscutters#1813)
[BREAKING] Deobfuscate codex field, slight refactor (Grasscutters#1809)
3.1 Support (Grasscutters#1808)
refactor HandlerWidgetDoBagReq
Update README.md
Fixed a tons of errors to make the drop system to accord with that in the actual game
Allow loading Resources from zip files Move Resources loading from String filenames to Paths Add zip support
Add `-game` and `-dispatch` startup arguments that override the run mode in the config
Use reflection to map database classes and add missing mapped classes to the dispatch datastore
Version 1.3.2-dev [skip actions]
Version 1.3.1
Fix whitespace [skip actions]
Extend spawn command (Grasscutters#1777)
character and companionship exp gain to party not active character fixes Grasscutters#1787
fixed gadget hp properties and invincibility handling (Grasscutters#1773)
Add support for propperly showing activity shops (Grasscutters#1774)
Improve team respawn (Grasscutters#1752)
Update README.md (the origin) (Grasscutters#1736)
Update banners (closes Grasscutters#1760)
Update zh-CN.json (Grasscutters#1762)
Calculate Banner.previewPrefabPath
Forbid PRs from modifying certain files
Added a directive to fix some minor bugs (Grasscutters#1744)
remove accidentally committed symlink
Version 1.3.1-dev [skip actions]
github-actions bot added a commit to Birdulon/Grasscutter that referenced this pull request Oct 18, 2022
Fix whitespace [skip actions]
Fix gacha avatars (fixes Grasscutters#1870)
Refactor out some EntrySets
send CompoundDataNotify on Login;fix spelling mistakes. (Grasscutters#1869)
Change logging level on item use from info to debug
feat:cooking food ingredient(aka:compound) implementation (Grasscutters#1858)
Remove constellation charge and talent level bonuses from db
Fix ambiguous command regexes
feat: set emoji collection in chat screen (Grasscutters#1864)
feat: set friend enter home option (Grasscutters#1860)
Add a dictionary for Encryption public keys (Grasscutters#1862)
Refactor handbook generation to not use naked textmap getter
Accept resource enums of form "1"
Update ru-RU.json (Grasscutters#1855)
Version 1.4.1-dev [skip actions]
Version 1.4.0
Fix whitespace [skip actions]
[BREAKING] Item Usage Overhaul
Updated MAX_FRIENDS (Grasscutters#1852)
Refactor GameData, remove deprecated getGsonFactory - Fix day-of-week dungeons - AvatarSkill max level enforcement from excels - Partial fix to bonus levels (need packet on talent update)
Lombokify and sort GameData
Extend talent command "all" (Grasscutters#1850)
fix: Solar Isotoma Elevator doesn't work in multiplayer mode (Grasscutters#1848)
fix: ConcurrentModificationError by removing gadget (Grasscutters#1849)
Add DynamicFloat class
fix: albedo elevator doesn't work (Grasscutters#1845)
Update GM Handbook with Spincrystal names and Monster strings
feat: unlock homeworld bgm and set homeworld bgm. (Grasscutters#1844)
Flatten language translation keys in-memory
feat: set namecards in profile editing. (Grasscutters#1843)
fix costumes are unable to be unlocked. (Grasscutters#1842)
Fix food decreasing (Grasscutters#1834)
Fix showing ban message box (Grasscutters#1826)
Don't need full Java stacktrace on Lua errors
Move Data, Plugin, Script, Packet access from Strings to Paths (Grasscutters#1839)
Add `shutdown` alias to StopCommand
Update Banners.json (Grasscutters#1813)
[BREAKING] Deobfuscate codex field, slight refactor (Grasscutters#1809)
3.1 Support (Grasscutters#1808)
refactor HandlerWidgetDoBagReq
Update README.md
Fixed a tons of errors to make the drop system to accord with that in the actual game
Allow loading Resources from zip files Move Resources loading from String filenames to Paths Add zip support
Add `-game` and `-dispatch` startup arguments that override the run mode in the config
Use reflection to map database classes and add missing mapped classes to the dispatch datastore
Version 1.3.2-dev [skip actions]
Version 1.3.1
Fix whitespace [skip actions]
Extend spawn command (Grasscutters#1777)
character and companionship exp gain to party not active character fixes Grasscutters#1787
fixed gadget hp properties and invincibility handling (Grasscutters#1773)
Add support for propperly showing activity shops (Grasscutters#1774)
Improve team respawn (Grasscutters#1752)
Update README.md (the origin) (Grasscutters#1736)
Update banners (closes Grasscutters#1760)
Update zh-CN.json (Grasscutters#1762)
Calculate Banner.previewPrefabPath
Forbid PRs from modifying certain files
Added a directive to fix some minor bugs (Grasscutters#1744)
remove accidentally committed symlink
Version 1.3.1-dev [skip actions]
GanyusLeftHorn pushed a commit that referenced this pull request Dec 11, 2022
* made it more  c l e a r e r

* add .

* Update README.md

* Capitalised HTTPS

* update actions to build

* fixed typo

Fixed the bullet point spacing, removed http://mitm.it as the download page don't exist anymore, added `mitmproxy-ca-cert.cer` and save script into the instruction.

* added additional info about mitmproxy
GanyusLeftHorn pushed a commit that referenced this pull request Dec 11, 2022
Fix whitespace [skip actions]
Extend spawn command (#1777)
character and companionship exp gain to party not active character fixes #1787
fixed gadget hp properties and invincibility handling (#1773)
Add support for propperly showing activity shops (#1774)
Improve team respawn (#1752)
Update README.md (the origin) (#1736)
Update banners (closes #1760)
Update zh-CN.json (#1762)
Calculate Banner.previewPrefabPath
Forbid PRs from modifying certain files
Added a directive to fix some minor bugs (#1744)
remove accidentally committed symlink
Version 1.3.1-dev [skip actions]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants