Commit Graph

  • 2d819a5c77
    Merge a565a3680e into 98ec49a0d5 #169 Nazrin 2024-11-08 09:31:39 +0800
  • 99187ca27d
    Merge e05bb01e0c into 98ec49a0d5 #170 Nazrin 2024-11-07 12:14:17 +0000
  • 98ec49a0d5
    Implement ExecUnlockPlayerWorldScene (#171) quests Nazrin 2024-11-07 04:14:06 -0800
  • e05bb01e0c Implement Hartie suggestions #170 scooterboo 2024-11-07 03:51:25 -0800
  • f7556d2768 Implement more Hartie suggestions #171 scooterboo 2024-11-07 03:28:43 -0800
  • 44a95c1811 Implement Hartie suggestions scooterboo 2024-11-07 01:36:23 -0800
  • 464ef31929
    Merge f6756d6621 into 95b26b5ba4 #79 Alexander Hartmann 2024-11-04 10:57:18 +0000
  • f6756d6621 Start moving some models to AnimeGameModels and implement small things depeding on them * Add rewards based on excel for ScenePointUnlock * Properly handle multi level city/statue updates Use animegamemodels for the following: * Activity * ActivityCondExcelConfigData -> ActivityCondData * ActivityData * ActivityWatcherData * Avatar * AvatarCostumeData * AvatarCurveData * AvatarData (and moved caching to its own model) * AvatarFettersLevelData * AvatarFlycloakData * AvatarLevelData * City * CityData * StatuePromoteData -> CityLevelUpData * Dungeon * DungeonData * DungeonPassConfigData * Quest * TriggerExcelConfigData -> TriggerData * Rewards * RewardData * TowerRewardData * Scene * SceneData * SceneTagData -> SceneTagConfigData * Shop * ActivityShopData * ShopGoodsData * ShopRefreshType * ShopType * World * WorldAreaData * WorldLevelData #79 animegameModels hartie95 2024-02-17 21:15:56 +0100
  • 0aa4aad320
    Merge ba640e7f75 into 95b26b5ba4 #166 Nazrin 2024-11-04 06:51:53 +0100
  • 57373a1668
    Merge 14d6fb3232 into 95b26b5ba4 #52 BiosNod 2024-11-04 06:51:52 +0100
  • ffd4c126db Implement ExecUnlockPlayerWorldScene scooterboo 2024-11-03 04:38:46 -0800
  • 978ee9c940 Make region entering/leaving symmetrical. scooterboo 2024-11-03 02:44:28 -0800
  • a565a3680e Added ActionChangeTag, framework for EntityTag. #169 scooterboo 2024-11-03 02:21:24 -0800
  • 58763153d7
    Merge 894871aa9a into 95b26b5ba4 #124 Nazrin 2024-11-02 00:17:40 -0700
  • 95b26b5ba4
    [Refactoring] Removed now unused protobuff code from the buld scripts and project (#167) Alexander Hartmann 2024-11-02 07:08:03 +0100
  • 17fcd53fa1
    Merge 882aafb2b3 into 3932bdead9 #168 Alexander Hartmann 2024-10-24 15:55:03 +0200
  • 882aafb2b3 [Refactoring/WIP] Entity creation refactoring * Added basic SceneCreateEntityReq handling * Added CreateEntityConfig and children for Monster/Gadget to unify the entity creation more * Added some basic implementation for some GadgetContent types * Added SceneHelpers to make creation of entities frmo some sources easier * Moved GadgetCotnent classes into a subpackage * Added ActionCreatGadgetForEquip (not working yet) #168 refactor_gadget_creation hartie95 2024-02-14 20:53:49 +0100
  • 507bab3bde
    Merge 080ea1becc into 3932bdead9 #161 Nazrin 2024-10-22 04:58:31 +0200
  • 8c2f30b5c6 [Dependencies] Updated lombok version (1.18.24->1.18.34) #167 refactoring_multiproto_0.2 hartie95 2024-10-22 04:58:06 +0200
  • f8a06925a4 [Refactoring] Removed now unused exlipse and intellij plugins hartie95 2024-10-22 04:57:19 +0200
  • 3932bdead9
    Change way that finishProgressList is handled at login (#135) Nazrin 2024-10-21 19:07:03 -0700
  • 9138b96a94
    Framework for array points (#156) Nazrin 2024-10-20 20:04:38 -0700
  • b39c54bfc5 [Refactoring] Remove all protobuff related code from the gradle script and project hartie95 2024-10-21 04:29:54 +0200
  • 12b08903ae
    Merge pull request #131 from Anime-Game-Servers/refactoring_multiproto_0.2 Alexander Hartmann 2024-10-19 05:14:32 +0200
  • 0ddb4e201e [Refactoring] Added some more missing playerprops and other enum entries #131 hartie95 2024-10-19 05:04:26 +0200
  • d1089ab353 [Refactoring] updated for multiprotos 0.2 retcode changes, use QueryRegionListHttpRsp and PacketHead from multiproto hartie95 2024-10-14 20:48:05 +0200
  • ba640e7f75 Avoid using the variable name "sceneId" #166 scooterboo 2024-10-10 22:03:47 -0700
  • ead2d8691e Level tag quest stuff scooterboo 2024-10-10 21:56:26 -0700
  • d3141f3025 Draw the rest of the owl scooterboo 2024-10-06 00:37:30 -0700
  • 34c8b20568 Initialize Level Tags scooterboo 2024-10-05 22:59:46 -0700
  • d05f0dcfb1 Level Tag Packet scooterboo 2024-10-05 21:05:16 -0700
  • 7b0510eaed Read Excels scooterboo 2024-10-05 17:45:20 -0700
  • 8da3991d82 [Refactoring] Added some missing playerprops and other enum entries hartie95 2024-10-06 01:42:51 +0200
  • 4b33423cea
    Use getGroupIdOrCurrentId when possible (#165) Nazrin 2024-10-05 14:41:08 -0700
  • 3cd0608f19 Do not chain actualGroupId into getGroupOrCurrent #165 scooterboo 2024-10-05 14:33:31 -0700
  • e5ca8ac490 [Refactoring] Updates for multi proto 0.2 activity/event changes hartie95 2024-10-05 22:43:50 +0200
  • e414461b5c Use getGroupIdOrCurrentId when possible scooterboo 2024-10-03 16:55:48 -0700
  • 64df742070
    Add EVENT_GATHER to GadgetGatherObject (#163) Nazrin 2024-10-01 07:16:24 -0700
  • cb603859d1
    Add EVENT_GATHER to GadgetGatherObject #163 Nazrin 2024-10-01 06:43:06 -0700
  • 080ea1becc Add SpecificGroup #161 scooterboo 2024-09-25 04:07:56 -0700
  • d565cc1bcb [Abilities] Added ServerLuaTriggerEvent handling and moved actuall lua handling parts from ActionServerLuaCall to SceneScriptManager.callGroupLuaFunction refactoring_multiproto_0.2-patch-24 hartie95 2024-09-25 05:45:05 +0200
  • 43f2429645 Reduce DEFAULT_ABILITY_STRINGS list. scooterboo 2024-09-24 19:06:28 -0700
  • df20b1b341 Small Ability Fixes scooterboo 2024-09-24 18:27:20 -0700
  • 4fd112e3b4
    Packet Pack: Home (#147) Nazrin 2024-09-22 13:42:34 -0700
  • c641715713
    Packet Pack: Furniture (#146) Nazrin 2024-09-22 13:42:01 -0700
  • 9075775cb4 Refactor to real multi protos name spaces #146 scooterboo 2024-09-22 07:23:36 -0700
  • 0e9210d931 Refactor to real multi protos name spaces #147 scooterboo 2024-09-22 07:17:11 -0700
  • da9bd0b2c2 Framework for array points #156 scooterboo 2024-09-16 04:35:13 -0700
  • b3eaa850ea
    [BUGFIX] fix broken element changes at statues. (#154) Nazrin 2024-09-11 14:11:55 -0700
  • 7f73797d0d
    [BUGFIX] fix broken element changes at statues. #154 Nazrin 2024-09-10 07:34:31 -0700
  • b44e3e503d [Refactoring] Updated morphia-core to 2.3.8 and added a mapper to map the old MapMarkPointType entries to the new enum names hartie95 2024-09-09 23:50:11 +0200
  • 01a818781d Remove Vector scooterboo 2024-09-09 14:31:43 -0700
  • ada78f5c4c Merge remote-tracking branch 'origin/refactoring_multiproto_0.2' into refactoring_multiproto_0.2-patch-16 scooterboo 2024-09-09 14:22:44 -0700
  • 870d06e9bc Merge remote-tracking branch 'origin/refactoring_multiproto_0.2' into refactoring_multiproto_0.2-patch-15 scooterboo 2024-09-09 14:21:40 -0700
  • 3e0a025f5e
    Packet Pack: Misc second half (#153) Nazrin 2024-09-09 14:09:47 -0700
  • 474a3de51e Optimize PacketPlayerApplyEnterMpResultNotify. #153 scooterboo 2024-09-09 14:05:16 -0700
  • c925c878fd
    Packet Pack: Misc first half (#152) Nazrin 2024-09-09 13:41:55 -0700
  • c0bd80d5b6 Finish up multi protos for this pack. It compiles! #152 scooterboo 2024-09-09 13:29:47 -0700
  • 17f1eea4d6 Undo Vector/Position changes in order to make it compile I'll get rid of them in a different PR. scooterboo 2024-09-09 12:35:00 -0700
  • 788945509c
    [Refactoring] Custom Team is actually Backup Avatar Team (#151) Nazrin 2024-09-09 11:52:46 -0700
  • 2c89cef092 Refactor to real multi protos name spaces scooterboo 2024-09-08 08:18:26 -0700
  • fc06173eae Merge remote-tracking branch 'origin/refactoring_multiproto_0.2' into refactoring_multiproto_0.2-patch-22 scooterboo 2024-09-08 07:46:17 -0700
  • 87e892d1a0 Add what new multi protos I can scooterboo 2024-09-08 07:43:35 -0700
  • bcd92d35b1 Merge remote-tracking branch 'origin/refactoring_multiproto_0.2' into refactoring_multiproto_0.2-patch-21 scooterboo 2024-09-08 07:35:13 -0700
  • d9f0414972 [Refactoring] Updates for multi proto 0.2 game time changes hartie95 2024-09-02 01:00:01 +0200
  • 398fa1b743
    Packet Pack: Widget (#150) Nazrin 2024-08-26 15:03:42 -0700
  • 98639d515d
    Packet Pack: Firework (#149) Nazrin 2024-08-26 15:03:19 -0700
  • 22979ab17f add <> to a BaseTypedPacket in PacketPathfindingEnterSceneRsp scooterboo 2024-08-26 07:49:44 -0700
  • 8c7bfd10dc Packet Pack: Misc second half scooterboo 2024-08-26 07:26:28 -0700
  • 36b1beb6cc Packet Pack: Misc first half scooterboo 2024-08-25 22:23:00 -0700
  • 5a9294d2cc [Refactoring] Custom Team is actually Backup Avatar Team #151 scooterboo 2024-08-25 20:22:50 -0700
  • 9abd22bfbe Packet Pack: Widget #150 scooterboo 2024-08-25 18:03:40 -0700
  • dcee95240a [Refactoring] Use TypedPacket instead of string in HandlerSceneInitFinishReq and HandlerSetPlayerBornDataReq hartie95 2024-08-26 02:01:16 +0200
  • 6158ff0fcc
    Packet Pack: Tower (#148) Nazrin 2024-08-25 14:03:48 -0700
  • 8d3723cb59 Packet Pack: Firework #149 scooterboo 2024-08-25 10:01:56 -0700
  • c4e32f937f Fireworks: correction in prep for Packet Pack scooterboo 2024-08-25 10:01:09 -0700
  • d6e2aa89aa PascalCase to camelCase #148 scooterboo 2024-08-25 05:55:01 -0700
  • 707b804bd7
    Merge branch 'refactoring_multiproto_0.2' into refactoring_multiproto_0.2-patch-17 Nazrin 2024-08-25 05:45:27 -0700
  • 9c7287519c Change namespace to spiral_abyss scooterboo 2024-08-25 05:42:03 -0700
  • 60eaad14fa [Refactoring] Updates for multi proto 0.2 spiral abyss changes hartie95 2024-08-21 15:10:06 +0200
  • c7185a4410 Packet Pack: Tower scooterboo 2024-08-20 15:28:54 -0700
  • 6fc14aa867 missed one scooterboo 2024-08-20 12:55:11 -0700
  • 9f4c7b12d3 Delete OuterClass for home packets scooterboo 2024-08-20 12:05:40 -0700
  • 407133a7e6 Packet Pack: Home scooterboo 2024-08-20 12:04:12 -0700
  • 7e985f5c58 prep for the home Packet Pack. scooterboo 2024-08-20 11:54:43 -0700
  • 29aeb19036 Packet Pack: Furniture scooterboo 2024-08-20 05:19:50 -0700
  • f1592ac069
    Packet Pack: Investigation (#145) Nazrin 2024-08-19 16:24:42 -0700
  • 1cf849c08c Packet Pack: Investigation #145 scooterboo 2024-08-19 16:07:40 -0700
  • c820d7084b
    Packet Packet: Gacha (#144) Nazrin 2024-08-19 15:12:00 -0700
  • 99ef6de6fc
    Packet Packet: Blossoms (#143) Nazrin 2024-08-19 15:11:40 -0700
  • 36b8e70d75 Packet Packet: Gacha #144 scooterboo 2024-08-19 14:40:16 -0700
  • 3c2d320330 Packet Packet: Blossoms #143 scooterboo 2024-08-19 11:18:55 -0700
  • 53d401241b Merge remote-tracking branch 'origin/refactoring_multiproto_0.2' into refactoring_multiproto_0.2 #132 scooterboo 2024-08-19 10:42:53 -0700
  • aab5964219 When possible, set proto arguments by name. Avoid relying on order. scooterboo 2024-08-06 06:31:34 -0700
  • b635615041 [Refactoring] Updated for multiproto mail refactoring hartie95 2024-08-19 19:38:27 +0200
  • 36f584a81c [refactoring] Updated for multiproto 0.2 gadget refactoring hartie95 2024-08-19 18:38:09 +0200
  • 76c45ba3a7
    Packet Pack: Cooking (#142) Nazrin 2024-08-19 09:24:52 -0700
  • a333607a70 Update to latest multi-protos #142 scooterboo 2024-08-19 09:07:10 -0700
  • 58fa2e8dac Packet Pack: Cooking scooterboo 2024-08-18 19:35:01 -0700
  • 88f0c4d6e1 [Refactoring/Proto] Updated PacketIds namespace for mp 0.2 updates hartie95 2024-08-18 15:55:30 +0200