Commit Graph

  • bb82e21c82 refactor: replace for loop with enhanced loop Breno A. 2024-06-09 09:18:48 -0300
  • b5d0afd0fe refactor: we don't need explicit types here Breno A. 2024-06-09 09:17:05 -0300
  • fcd409320d refactor: replace statement with expression lambda Breno A. 2024-06-09 09:15:22 -0300
  • c7119aae68 refactor: simplify map operations Breno A. 2024-06-09 09:13:18 -0300
  • 3119e0fffc refactor: replace lambda with method reference Breno A. 2024-06-09 09:11:58 -0300
  • 870085fc91 refactor: replace lambda with method reference Breno A. 2024-06-09 09:10:48 -0300
  • 8c35c89bf5 refactor: replace Collections.sort with list.sort Breno A. 2024-06-09 09:09:45 -0300
  • 9c946e9d2e chore: remove unused import Breno A. 2024-06-09 09:07:54 -0300
  • 427a1cf5f5 fix: variable is assigned to itself Breno A. 2024-06-09 09:06:12 -0300
  • 0161b4d73d refactor: replace protected with private for final class Breno A. 2024-06-09 09:04:26 -0300
  • ca6ddfd2cc refactor: replace protected with private for final class Breno A. 2024-06-09 09:03:50 -0300
  • 7d3abb083b refactor: this can also be final Breno A. 2024-06-09 09:00:39 -0300
  • 9fa0f2bcad refactor: unwrap redundant code block Breno A. 2024-06-09 08:58:01 -0300
  • 029ef823e1 refactor: remove unnecessary semicolons Breno A. 2024-06-09 08:56:58 -0300
  • c3eafba072 refactor: remove unnecessary toString call Breno A. 2024-06-09 08:55:58 -0300
  • ef58ab3e5a refactor: replace size() == 0 with isEmpty() Breno A. 2024-06-09 08:54:37 -0300
  • da61d30f44 refactor: make getGoodsLimit one liner Breno A. 2024-06-09 08:50:40 -0300
  • 6bb349d92b fix: make those fields final Breno A. 2024-06-09 08:47:56 -0300
  • 59a9f9dded Check account state before getPlayerByAccountId() #2518 issueMel 2024-06-07 09:44:14 +0800
  • d33b699bc0 Merge remote-tracking branch 'origin/pr1' into pr1 #2517 issueMel 2024-06-07 09:40:35 +0800
  • 85001441a2 A : check account state before getPlayer issueMel 2024-06-06 10:18:24 +0800
  • 5e4b98bff1 check account state before getPlayer CheerAmi 2024-06-06 10:18:24 +0800
  • 76fd5b2e9c
    Update README_ja-JP.md (#2516) Ign1s_Reiga 2024-06-06 10:14:11 +0900
  • c52cee835c
    Update README_ja-JP.md #2516 Ign1s_Reiga 2024-06-05 13:33:59 +0900
  • 6c6966961f Reapply "Fixed Filters for WorldBoss checking first ID only" #2511 ShiroySan 2024-05-16 04:21:58 +0800
  • e8bb3cd8c6 Revert "Fixed Filters for WorldBoss checking first ID only" ShiroySan 2024-05-16 04:16:11 +0800
  • 4210197f9a Fixed Filters for WorldBoss checking first ID only ShiroySan 2024-05-16 04:15:02 +0800
  • 6ff8ec43e5 Created Add/Del SceneTag exec for quests ShiroySan 2024-05-16 04:00:02 +0800
  • 4022267888
    Configuration Update - Shown Email (#2509) KittenPixel 2024-05-13 18:58:46 -0700
  • 3ce8307292
    Update src/main/java/emu/grasscutter/game/Account.java #2509 KittenPixel 2024-05-06 15:17:51 -0700
  • dca8781f5c
    Update src/main/java/emu/grasscutter/game/Account.java KittenPixel 2024-05-06 15:17:06 -0700
  • cfc7e97338
    Update src/main/java/emu/grasscutter/config/ConfigContainer.java KittenPixel 2024-05-06 15:16:38 -0700
  • d8b27bcfd5 This version will allow the private server owner to show a different email then "@grasscutter.io" if they want. KittenPixel-cell 2024-05-05 16:06:59 -0700
  • 97e0254cb2 [Refactoring/Proto] Cleanedup of unused compiled protos and moved the ability system to multiproto hartie95 2024-05-01 20:45:15 +0200
  • 07df4a1315 [Fix/Refactoring] Fixed SCRIPTS_OVERWRITES_PATH and remove some old code from Player and PlayerCodex hartie95 2024-04-30 22:30:27 +0200
  • 2fa8867db5 [Proto] Move Battlepass protos to MultiProto hartie95 2024-04-30 22:28:05 +0200
  • bffaf4f956
    Merge pull request #117 from scooterboo/patch-9 Alexander Hartmann 2024-04-30 22:18:11 +0200
  • 260451c205 Merge branch 'quests' of github.com:Anime-Game-Servers/Grasscutter-Quests into patch-9 hartie95 2024-04-30 22:11:41 +0200
  • ea6b15d2e0
    Rewind Changes (#112) Nazrin 2024-04-18 00:50:28 -0700
  • 2b51af458a
    Merge pull request #123 from scooterboo/patch-14 Alexander Hartmann 2024-04-07 05:07:23 +0200
  • 0a8b030f79
    Update ActionLoseHP.java to ignore Infinite CUR_HP Nazrin 2024-04-06 19:51:06 -0700
  • 72b854204a
    Scene Tag Support! (#119) Nazrin 2024-04-05 16:37:23 -0700
  • 0cdd78ca8c
    Merge pull request #122 from scooterboo/patch-12 Alexander Hartmann 2024-04-05 06:01:26 +0200
  • 1119b3761a [Libs] Updated for latest AnimeGameLua changes hartie95 2024-04-04 07:39:29 +0200
  • a3860996ef
    Switch order of literals to prevent NullPointerException #2495 pixeebot[bot] 2024-04-01 11:50:07 +0000
  • d74a7c0228
    Have timers trigger by events with source = "". Remove redundant checking code. Nazrin 2024-03-30 04:14:48 -0700
  • 7d763ba0ba
    Merge pull request #121 from StartForKiller/quests Alexander Hartmann 2024-03-28 20:51:07 +0100
  • a42d9c6609
    Merge branch 'Anime-Game-Servers:quests' into quests Jesús Sanz del Rey 2024-03-28 20:46:42 +0100
  • 8f515e0fd7
    Fix weather when teleporting StartForKiller 2024-03-28 20:46:15 +0100
  • 5139f6e472
    Merge pull request #120 from StartForKiller/quests Alexander Hartmann 2024-03-28 20:07:48 +0100
  • 784215ee97
    Oopsie StartForKiller 2024-03-28 19:00:42 +0100
  • 3a6c76ac00
    Merge branch 'quests' of github.com:StartForKiller/Grasscutter-Quests into quests StartForKiller 2024-03-28 19:00:22 +0100
  • 1e4b629594
    use val instead of gamedata types StartForKiller 2024-03-28 18:59:56 +0100
  • a63abae1d0
    use val instead of gamedata types StartForKiller 2024-03-28 18:57:56 +0100
  • d2c1afb0e8
    Removed old packets(CityInfo) StartForKiller 2024-03-28 18:07:21 +0100
  • 0388fdf62c
    Oopsie. more old packets removed StartForKiller 2024-03-28 17:41:43 +0100
  • bf457afc1d
    Remove more old projector stuff StartForKiller 2024-03-28 17:40:38 +0100
  • fba4afd0e2
    Remove old packets StartForKiller 2024-03-28 17:37:12 +0100
  • 36b1be145c
    Update Grasscutter.java Jesús Sanz del Rey 2024-03-28 17:31:54 +0100
  • 93cc5356f6
    Remove QUEST_EXEC_MODIFY_WEATHER_AREA missing StartForKiller 2024-03-28 17:30:59 +0100
  • af9e51f91a
    Added QUEST_EXEC_MODIFY_WEATHER_AREA StartForKiller 2024-03-28 17:27:45 +0100
  • f0579a57e7
    Add weather forcast handler StartForKiller 2024-03-28 17:09:42 +0100
  • 5462bb54bf
    Merge branch 'quests' of github.com:StartForKiller/Grasscutter-Quests into quests StartForKiller 2024-03-28 16:49:31 +0100
  • fee21f151c
    Weather locks StartForKiller 2024-03-28 16:49:17 +0100
  • f910841cfb [proto] update for latest multi-proto hartie95 2024-03-28 15:28:46 +0100
  • a2425ec7a0
    Adding works, refresh needs work Still need more testing StartForKiller 2024-03-28 03:43:28 +0100
  • 15974549ef
    Add Weather System(Not tested) and seven statue StartForKiller 2024-03-27 18:28:47 +0100
  • f1f5b54939
    (fix:docker) Fix uploading to container registry #2505 Magix 2024-03-16 23:09:40 -0700
  • f871f261e1
    Add Docker Support (#2486) Jordan Jones 2024-03-16 22:57:39 -0700
  • 6acdf274a6
    chore(docker): version will change in the future, so fix it now. #2486 Jordan Jones 2024-03-16 22:46:48 -0700
  • 5091fed47b
    chore(docker): replace my username with repo org as I am no longer testing this Jordan Jones 2024-03-16 22:39:22 -0700
  • eeaccf32c4
    add some client download link and fix readme (#2475) Gaobaiawa 2024-03-17 13:14:10 +0800
  • bc1fa400d1
    chore(docker): i dont know if this is going to work Jordan Jones 2024-03-16 21:28:18 -0700
  • 04401e4317
    chore(docker): whoops, needs to be done during build Jordan Jones 2024-03-16 21:15:09 -0700
  • 9328ce09e5
    chore(docker): attempt to add nodejs to allow the handbook to build Jordan Jones 2024-03-16 21:12:29 -0700
  • c37c4e2a81
    chore(docker): not sure why we need unzip here Jordan Jones 2024-03-16 21:03:54 -0700
  • 2794331032
    chore(docker): this really shouldnt be running on raspberry pi's right now. Jordan Jones 2024-03-16 21:00:08 -0700
  • d3dc04dcc8
    chore(docker): update gradle image Jordan Jones 2024-03-16 20:56:31 -0700
  • 4d9f3921ea
    chore(docker): add build workflow Jordan Jones 2024-03-16 20:53:06 -0700
  • 55b62eca39
    We don't need to getRouteConfig, routeConfig is right here! Nazrin 2024-03-15 17:11:59 -0700
  • 2dd9f8d3ee Move sendStartPlatformPacket to EntityGadget scooterboo 2024-03-14 22:55:00 -0700
  • 7b058a3deb found while checking diffs scooterboo 2024-03-14 21:53:33 -0700
  • be1016141d make SetPlatformRouteId not send a start platform packet scooterboo 2024-03-14 21:42:31 -0700
  • 873ea85be4 fix minor bug number 3 scooterboo 2024-03-14 21:19:10 -0700
  • 5a2b49319b Check isStartRoute right after PacketSceneEntityAppearNotify packet is sent scooterboo 2024-03-14 18:40:10 -0700
  • 71c4d1df34 Remove the key at the start instead of the end. use SceneTime instead of WorldTime. Get rid of extra logging. scooterboo 2024-03-14 16:33:30 -0700
  • 43a4763f2d
    Merge pull request #116 from scooterboo/patch-8 Alexander Hartmann 2024-03-09 14:46:38 +0100
  • 5d66a22811
    When the lua tells a platform to stop, remove future schedules for that platform Nazrin 2024-03-09 04:23:42 -0800
  • 8e48823e0d Now with 50% more seelies scooterboo 2024-03-09 03:25:59 -0800
  • 422c7c0a97
    In EVENT_GADGET_STATE_CHANGE, param3 is the previous state Nazrin 2024-03-07 17:54:48 -0800
  • 74f45411bb
    Merge pull request #113 from scooterboo/patch-6 Alexander Hartmann 2024-02-23 04:04:45 +0100
  • e2b9dcdf20
    move PacketQuestGlobalVarNotify to use BaseTypedPacket Nazrin 2024-02-22 19:01:49 -0800
  • b73e2a13bb
    Merge pull request #115 from scooterboo/patch-7 Alexander Hartmann 2024-02-23 02:29:26 +0100
  • 6e010b4ec8
    link AddBlossomScheduleProgressByGroupId to addBlossomProgress Nazrin 2024-02-22 17:13:47 -0800
  • cf89f8dde7 downstream PacketQuestGlobalVarNotify scooterboo 2024-02-18 02:42:38 -0800
  • d2bea1b264
    Merge pull request #102 from scooterboo/patch-3 Alexander Hartmann 2024-02-17 18:14:55 +0100
  • ce3178d167
    Merge pull request #103 from scooterboo/patch-4 Alexander Hartmann 2024-02-17 18:13:56 +0100
  • 8ecbbb2147
    Merge pull request #81 from Anime-Game-Servers/multi_proto Alexander Hartmann 2024-02-17 18:12:59 +0100
  • 7671a1ed64 [Lua] Updated for the latest AnimeGameLua changes hartie95 2024-02-17 17:49:44 +0100
  • ecdd29faa4
    Update typo in SceneScriptManager.java Nazrin 2024-02-16 16:05:39 -0800