- 07 Oct, 2022 2 commits
-
-
Dang Hoang Phuc authored
* fix: getplayertoken ban message popup * feat: insure no packet handle when banned * feat: using session state instead of account
-
Luke H-W authored
* Move Data, Plugin, Script, Packet access from Strings to Paths - No longer dump default Data files to folder on launch - Allow Scripts to be loaded from Resources zip - Lay groundwork for Plugins to be loaded from zip
-
- 28 Sep, 2022 1 commit
-
-
GanyusLeftHorn authored
* Update 3.0 protos * Update classes to match protos * Fix RegionHandler versions * 3.0 Opcodes * Fixed Gadget Spawning Original Commit Message: fixed gadget spawning ty MJDerp Gitea Author: yh0Nathan Co-authored-by:
yh0Nathan <yhonathancaleb@gmail.com> * Make PointData compatible with alternative PointData Original Commit Message: Make PointData compatible with windied scene points. Gitea Author: GanyusLeftHorn Co-authored-by:
GanyusLeftHorn <1244229+GanyusLeftHorn@users.noreply.github.com> * Add scene tag for Vanarana. Original Commit Message: Add scene tag for Vanarana. Gitea Author: GanyusLeftHorn Co-authored-by:
GanyusLeftHorn <1244229+GanyusLeftHorn@users.noreply.github.com> * Add Sumeru expeditions. Original Commit Message: Add Sumeru expeditions. Gitea Author: GanyusLeftHorn Co-authored-by:
GanyusLeftHorn <1244229+GanyusLeftHorn@users.noreply.github.com> * Update game version to 3.0.0 * versionFix must be >= 50 not == 50 in RegionHandler * Add new 3.0 Reliquary and SkillParticleGeneration data Original Commit Message: Repair 3.0 added Reliquary 3-in-1 on the crafting table. Add skill particle generation info for Tighnari,Collei and Dori Gitea Author: Roly * Actually fix RegionHandler * Remove asset names from json and comments * Add scene areas for Sumeru desert to /prop um * Added New MaterialType * Change version to 3.1.0 * funny welcome message back * Fix pyramid skill issue. * Fix pyramid and event scene tags without ugly bruteforce. * Remove backrooms chat welcome message. * Incorporate suggestions. * RoomSceneId and empty list checking. Co-authored-by:
Benj <benjamin7006@gmail.com> Co-authored-by:
yh0Nathan <yhonathancaleb@gmail.com> Co-authored-by:
Kokoboy <anushkumar222001@gmail.com> Co-authored-by:
nitro <31241699+nitrog0d@users.noreply.github.com> Co-authored-by:
Vexeone <vexeone@gmail.com>
-
- 26 Sep, 2022 1 commit
-
-
AnimeGitB authored
-
- 14 Sep, 2022 1 commit
-
-
Alexander Hartmann authored
* Add support for propperly showing activity shops * Update src/main/java/emu/grasscutter/data/excels/ActivityShopData.java Co-authored-by:
hartie95 <mail@hartie95.de>
-
- 03 Sep, 2022 1 commit
-
-
github-actions authored
-
- 01 Sep, 2022 4 commits
-
-
Melledy authored
-
Melledy authored
-
Benj authored
-
GanyusLeftHorn authored
* Add support for creating and deleting custom teams. * Add support for creating and deleting custom teams. * Move some logic to TeamInfo::toProto
-
- 25 Aug, 2022 2 commits
- 24 Aug, 2022 8 commits
-
-
AnimeGitB authored
-
Benj authored
-
Benj authored
-
Benj authored
-
Benj authored
Original Commit Message: Add Sumeru expeditions. Gitea Author: GanyusLeftHorn Co-authored-by:
GanyusLeftHorn <1244229+GanyusLeftHorn@users.noreply.github.com>
-
Benj authored
Original Commit Message: Add scene tag for Vanarana. Gitea Author: GanyusLeftHorn Co-authored-by:
GanyusLeftHorn <1244229+GanyusLeftHorn@users.noreply.github.com>
-
Benj authored
-
Benj authored
-
- 22 Aug, 2022 1 commit
-
-
AnimeGitB authored
-
- 21 Aug, 2022 4 commits
-
-
github-actions authored
-
AnimeGitB authored
-
akatatsu27 authored
* small quest fixes * uncomment hack
-
赵怡然 authored
* Blossom! * rename * delete SpawnBlossomEntry.java * use MAP * use List * use LIST * use List * useCondensedResin * useCondensedResin * fix build * enhance * fix bug * REMOVE BOSS * fix condensed resin * fix condensed resin * use POSITIVE_INFINITY * use RewardPreviewData * fix build * fix resources * add BLOSSOM_MONSTER_FIGHTING_VOLUME * edit monster score * edit monster score * fix bug * fix bug * improve logic * fix monsters level * Deleted comment blocks * nitpick * Fix compilation problems * nitpick * Refactor + nitpick * Clean up overall diff to develop * Clean up other usage of condensed resin * Clean up overall diff to develop * Lombokify Scene.java * Missed an odd getter name * Unhardcode reward previews * EDIT NAME * remove leyline 1 * remove leyline 2 * Update BlossomManager.java Co-authored-by:
AnimeGitB <AnimeGitB@bigblueball.in>
-
- 19 Aug, 2022 1 commit
-
-
AnimeGitB authored
Ensures Traveler retains talent levels and constellations on inactive elements when switching elements. Relevant for any other skillDepot-changing activities like Windtrace too, though keeping those in the db might not be as useful. Refactor avatar talent upgrade and access Refactor skillExtraCharges
-
- 18 Aug, 2022 2 commits
- 16 Aug, 2022 2 commits
-
-
GanyusLeftHorn authored
-
AnimeGitB authored
-
- 15 Aug, 2022 1 commit
-
-
Luke H-W authored
* Refactor a couple of iterators * Use side-effect instead of second iterator * Make World::onTick return shouldDelete instead of success * Replace Shop iterator with side effects * Scene * Clean up Expeditions * Refactor Expeditions * Clean up Expeditions, Player * Limit Expeditions by AR * Lombokify props Co-authored-by:
AnimeGitB <AnimeGitB@bigblueball.in>
-
- 11 Aug, 2022 1 commit
-
-
AnimeGitB authored
-
- 10 Aug, 2022 2 commits
-
-
GanyusLeftHorn authored
Original commits: * Add necessary protos for scene point/area unlocking. * Rename PlayerOpenStateManager to PlayerProgressManager and move data to Player. * Handle unlocking of waypoints. * Add primo rewards for waypoint unlock. * Statue unlocking. * Add statue quest on player login. * I forgor to add an unlock command. * Give EXP as reward, fire quest trigger, make EXP UI show up.
-
Magix authored
Original commits: * Clean-up * Introduce a new application arguments parser & handler * Clean-up and deprecate `Tools#getLanguageOption` * Fix `-debug` and `-debugall` parameters * found this while debugging, ...why * Remove deprecated parameters * Invoke startup argument parser before handbook generation * Move command map instantiation to `Grasscutter `(prevent making 3 instances on startup) * Ensure \n at EOF Co-authored-by:
AnimeGitB <AnimeGitB@bigblueball.in>
-
- 09 Aug, 2022 2 commits
- 07 Aug, 2022 2 commits
-
-
KingRainbow44 authored
-
KingRainbow44 authored
-
- 05 Aug, 2022 1 commit
-
-
KingRainbow44 authored
-
- 04 Aug, 2022 1 commit
-
-
Magix authored
-