Grasscutter/src/main/java/emu/grasscutter/net/packet
Yazawazi f139818224 [Anime Game Version update] Support 2.7 (#1072)
* feature(2.7 version): support 2.7 version & upload new protos

1. Support GC in GI 2.7.0;
2. Upload new protos;
3. Fix some bugs cuz by new protos.

BREAKING CHANGE: all

* fix(database helper): fix player uid issues

* fix(ability embryo): uint32 to fixed32

* fix(proto): map mark

rename MAP_MARK_FROM_TYPE_NOE to MAP_MARK_FROM_TYPE_NONE

* fix(game version): change game version to 2.7.0

* perf(proto): remove unused protos

1. Remove unused protos;
2. Temporarily commented out some of the proto fields.

* fix(proto): uint32 to fixed32
2022-05-30 20:06:25 -07:00
..
BasePacket.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
Opcodes.java Initial commit 2022-04-17 05:43:07 -07:00
PacketHandler.java Initial commit 2022-04-17 05:43:07 -07:00
PacketOpcodes.java [Anime Game Version update] Support 2.7 (#1072) 2022-05-30 20:06:25 -07:00
PacketOpcodesUtil.java Fix "Attempt to get java.util.List field 'PacketOpcodes.BANNED_PACKETS' with illegal data type conversion to int" 2022-05-17 04:24:01 -07:00
PacketWriter.java Initial commit 2022-04-17 05:43:07 -07:00