Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My star force #26

Open
wants to merge 60 commits into
base: master
Choose a base branch
from
Open

My star force #26

wants to merge 60 commits into from

Commits on May 29, 2023

  1. 使用源码替换dll

    使用源码替换dll
    Aronhua committed May 29, 2023
    Configuration menu
    Copy the full SHA
    0aad633 View commit details
    Browse the repository at this point in the history
  2. 添加一键出包工具类

    添加一键出包工具类
    Aronhua committed May 29, 2023
    Configuration menu
    Copy the full SHA
    e9e2ccf View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. 提交打包后有变化的文件

    提交打包后有变化的文件
    Aronhua committed May 31, 2023
    Configuration menu
    Copy the full SHA
    95bb938 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. 添加转协议工具和转表工具

    添加转协议工具和转表工具
    Aronhua committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    432e86b View commit details
    Browse the repository at this point in the history
  2. 把ICSharpCode.SharpZipLib.dll放回GameFramework

    把ICSharpCode.SharpZipLib.dll放回GameFramework
    Aronhua committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    b364fb7 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. 加入LuBan导表工具

    加入LuBan导表工具
    Aronhua committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    05e43c1 View commit details
    Browse the repository at this point in the history
  2. 修改鲁班导表工具

    修改鲁班导表工具
    Aronhua committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    f5e94da View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. 添加TablesManager作为table加载入口 同时添加坦克资源

    添加TablesManager作为table加载入口
    Aronhua committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    a2fe5fd View commit details
    Browse the repository at this point in the history
  2. 添加转表窗口

    添加转表窗口
    Aronhua committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    1229cf8 View commit details
    Browse the repository at this point in the history
  3. 添加坦克模型,同时添加FileLoader

    添加坦克模型,同时添加FileLoader
    Aronhua committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    a173c5a View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. 新增Entt(ECS框架)

    新增Entt(ECS框架)
    Aronhua committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    590e4ef View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. 添加 自定义数据结构RawList,SegmentedRawList,SparseSet

    添加 自定义数据结构RawList,SegmentedRawList,SparseSet
    Aronhua committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    c56bb31 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. 添加其他 自定义数据结构和对象池

    添加其他 自定义数据结构和对象池
    Aronhua committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    6c4395e View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. 添加EntityRegistry以及相关信息

    添加EntityRegistry以及相关信息
    Aronhua committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    50c44f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. 添加 功能文档,指定后面三个月开发目标

    添加 功能文档,指定后面三个月开发目标
    Aronhua committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    3aa76dc View commit details
    Browse the repository at this point in the history
  2. GeneratorHelpers.ttinclude 添加注释

    GeneratorHelpers.ttinclude 添加注释
    Aronhua committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    8ab050f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. 添加注释

    添加注释
    Aronhua committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    cc23942 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. 添加EntitySystemBuilder

    添加EntitySystemBuilder
    Aronhua committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    092bad6 View commit details
    Browse the repository at this point in the history
  2. 添加Entt测试例子

    添加Entt测试例子
    Aronhua committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    50d99ad View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. 添加更加准确的注释

    添加更加准确的注释
    Aronhua committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    b0c96fd View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. 把Logs目录和UserSetting目录添加到gitIgnore

    把Logs目录和UserSetting目录添加到gitIgnore
    Aronhua committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    dae1c68 View commit details
    Browse the repository at this point in the history
  2. 把Logs目录和UserSetting目录添加到gitIgnore

    增加 .idea
    Aronhua committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    420fbf9 View commit details
    Browse the repository at this point in the history
  3. 添加EntityRegistryTest

    添加EntityRegistryTest
    Aronhua committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    0438d10 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Registry测试

    Registry测试
    Aronhua committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    7427a3c View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. 添加SparseSetTest等

    添加SparseSetTest等
    Aronhua committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    e9808d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. 添加自动注册组件功能

    添加自动注册组件功能
    Aronhua committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    eae5571 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. entt添加序列化功能

    entt添加序列化功能
    Aronhua committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    79343ac View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. 添加xml 序列化功能

    添加xml 序列化功能
    Aronhua committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    187db24 View commit details
    Browse the repository at this point in the history
  2. 添加二进制序列化功能

    添加二进制序列化功能
    Aronhua committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    92704d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. 添加 序列化测试 同时更新System.Runtime.CompilerServices.Unsafe版本号到6.0.0.0

    添加 序列化测试 同时更新System.Runtime.CompilerServices.Unsafe版本号到6.0.0.0
    Aronhua committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    af0df0b View commit details
    Browse the repository at this point in the history
  2. 测试其他序列化功能

    测试其他序列化功能
    Aronhua committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    dda649b View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. 添加日志功能

    添加日志功能
    Aronhua committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    bd12b1b View commit details
    Browse the repository at this point in the history
  2. 弄清楚流程

    弄清楚流程
    Aronhua committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    91110b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. 弄清楚资源的压缩解压方式

    弄清楚资源的压缩解压方式
    Aronhua committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    1296a4c View commit details
    Browse the repository at this point in the history
  2. 更新功能文档:完善LiteNetLib简单实例文档

    更新功能文档:完善LiteNetLib简单实例文档
    Aronhua committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    9fd9a9d View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. LiteNetLib第一版

    LiteNetLib第一版
    Aronhua committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    760363b View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. LiteNetLib核心库

    LiteNetLib核心库
    Aronhua committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    eb0b835 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. 添加LiteNetLib中的NetPeer

    添加LiteNetLib中的NetPeer
    Aronhua committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    00e8f6a View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. 添加LiteNetLib中的NetManager

    添加LiteNetLib中的NetManager
    Aronhua committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    36e20a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. 添加LiteNetLib测试用例

    添加LiteNetLib测试用例
    Aronhua committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    852861e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. 导入定点数库

    导入定点数库
    Aronhua committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d344430 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. 添加定点数版本的几何

    添加定点数版本的几何
    Aronhua committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b4a1903 View commit details
    Browse the repository at this point in the history
  2. 把LiteNetLib.Test的Vector全部换成FixVector

    把LiteNetLib.Test的Vector全部换成FixVector
    Aronhua committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    bce6dda View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. 统一网络协议处理方式:手动序列化和反序列化

    统一网络协议处理方式:手动序列化和反序列化
    Aronhua committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f301be3 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. LiteNetLib:服务器与客户端逻辑分离

    LiteNetLib:服务器与客户端逻辑分离
    Aronhua committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    ccf7307 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. ServerLogic优化

    ServerLogic优化
    Aronhua committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    8373399 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. 优化LiteNetLib的协议

    优化LiteNetLib的协议
    Aronhua committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    245fb5f View commit details
    Browse the repository at this point in the history
  2. ProtoIDGetter

    ProtoIDGetter
    Aronhua committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    b961d4a View commit details
    Browse the repository at this point in the history
  3. 去掉多余日志

    去掉多余日志
    Aronhua committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    a687d57 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. 添加局外服务器框架

    添加局外服务器框架
    Aronhua committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    8567c98 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. 添加局外房间处理逻辑

    添加局外房间处理逻辑
    Aronhua committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    859be8a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. 添加对象池

    添加对象池
    Aronhua committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    4a20ad4 View commit details
    Browse the repository at this point in the history
  2. 添加协议对象池支持

    添加协议对象池支持
    Aronhua committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    3b78ee6 View commit details
    Browse the repository at this point in the history
  3. 创建战斗房间

    创建战斗房间
    Aronhua committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    cfdea51 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. 优化局内战斗

    优化局内战斗
    Aronhua committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    0ce8796 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. 修改协议ID类型为int

    修改协议ID类型为int
    Aronhua committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    6aed540 View commit details
    Browse the repository at this point in the history
  2. 去掉协议类型

    去掉协议类型
    Aronhua committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    c302e31 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. 添加Hybrid热更代码

    添加Hybrid热更代码
    Aronhua committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e36ace3 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. 添加Odin

    添加Odin
    Aronhua committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    40234ea View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. 更新Odin

    更新Odin
    Aronhua committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    0dbc44b View commit details
    Browse the repository at this point in the history