project to allow supporting multiple versions easier
Go to file
hartie95 c94d04363b [Packets] Added some more entity creation related and quest related Packets
* EvtCreateGadgetNotify
* EvtDestroyGadgetNotify
* EvtDoSkillSuccNotify
* QuestCreateEntityReq
* QuestCreateEntityRsp
* QuestDestroyEntityReq
* QuestDestroyEntityRsp
* QuestGlobalVarNotify
* QuestDelNotify
* QuestListNotify
* QuestListUpdateNotify
* SceneCreateEntityReq
* SceneCreateEntityRsp
* SceneDestroyEntityReq
* SceneDestroyEntityRsp
* SceneForceLockNotify
2024-02-23 02:49:34 +01:00
codeGenerator/processor [Refactoring] member mapping now ignores the casing of the name 2024-02-07 22:30:34 +01:00
gi [Packets] Added some more entity creation related and quest related Packets 2024-02-23 02:49:34 +01:00
gradle/wrapper [Building] Updated gradle version 2023-10-15 01:56:15 +02:00
.gitignore initial commit 2023-05-19 16:31:22 +02:00
build.gradle.kts [Refactoring] Moved annotations to the core repository and moved the gi protos into a sub project 2024-01-08 00:37:12 +01:00
gradle.properties initial commit 2023-05-19 16:31:22 +02:00
gradlew initial commit 2023-05-19 16:31:22 +02:00
gradlew.bat initial commit 2023-05-19 16:31:22 +02:00
LICENSE [Licensing] add license and exemption for hoyo 2023-06-20 12:12:10 +02:00
README.md [Licensing] add license and exemption for hoyo 2023-06-20 12:12:10 +02:00
settings.gradle.kts [Refactoring] Moved annotations to the core repository and moved the gi protos into a sub project 2024-01-08 00:37:12 +01:00

anime-game-multi-proto (WIP)

project to allow supporting multiple versions easier

TODOs:

  • command id support
  • add more definitons for the protos
  • improve code
  • add actuall protos for as many versions as possible
  • apply annotations to created models
  • add info about building and adding things to the README
  • add info about using multiproto

Licensing

This software library is licensed und the terms of the MIT license, with the exemptions noted below.

You can find a copy of the license in the LICENSE file.

Exemptions:

  • miHoYo and its subsidiaries are exempt from the MIT licensing and may instead license any source code authored for the AnimeGameServer projects under the Zero-Clause BSD license.