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
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
0aad633
使用源码替换dll
Aronhua May 29, 2023
e9e2ccf
添加一键出包工具类
Aronhua May 29, 2023
95bb938
提交打包后有变化的文件
Aronhua May 31, 2023
432e86b
添加转协议工具和转表工具
Aronhua Jun 13, 2023
b364fb7
把ICSharpCode.SharpZipLib.dll放回GameFramework
Aronhua Jun 13, 2023
05e43c1
加入LuBan导表工具
Aronhua Jun 14, 2023
f5e94da
修改鲁班导表工具
Aronhua Jun 14, 2023
a2fe5fd
添加TablesManager作为table加载入口 同时添加坦克资源
Aronhua Jun 15, 2023
1229cf8
添加转表窗口
Aronhua Jun 15, 2023
a173c5a
添加坦克模型,同时添加FileLoader
Aronhua Jun 15, 2023
590e4ef
新增Entt(ECS框架)
Aronhua Jun 19, 2023
c56bb31
添加 自定义数据结构RawList,SegmentedRawList,SparseSet
Aronhua Jun 20, 2023
6c4395e
添加其他 自定义数据结构和对象池
Aronhua Jun 21, 2023
50c44f9
添加EntityRegistry以及相关信息
Aronhua Jun 23, 2023
3aa76dc
添加 功能文档,指定后面三个月开发目标
Aronhua Jun 25, 2023
8ab050f
GeneratorHelpers.ttinclude 添加注释
Aronhua Jun 25, 2023
cc23942
添加注释
Aronhua Jun 26, 2023
092bad6
添加EntitySystemBuilder
Aronhua Jun 28, 2023
50d99ad
添加Entt测试例子
Aronhua Jun 28, 2023
b0c96fd
添加更加准确的注释
Aronhua Jun 29, 2023
dae1c68
把Logs目录和UserSetting目录添加到gitIgnore
Aronhua Jun 30, 2023
420fbf9
把Logs目录和UserSetting目录添加到gitIgnore
Aronhua Jun 30, 2023
0438d10
添加EntityRegistryTest
Aronhua Jun 30, 2023
7427a3c
Registry测试
Aronhua Jul 2, 2023
e9808d1
添加SparseSetTest等
Aronhua Jul 3, 2023
eae5571
添加自动注册组件功能
Aronhua Jul 7, 2023
79343ac
entt添加序列化功能
Aronhua Jul 15, 2023
187db24
添加xml 序列化功能
Aronhua Jul 16, 2023
92704d9
添加二进制序列化功能
Aronhua Jul 16, 2023
af0df0b
添加 序列化测试 同时更新System.Runtime.CompilerServices.Unsafe版本号到6.0.0.0
Aronhua Jul 17, 2023
dda649b
测试其他序列化功能
Aronhua Jul 17, 2023
bd12b1b
添加日志功能
Aronhua Jul 18, 2023
91110b7
弄清楚流程
Aronhua Jul 18, 2023
1296a4c
弄清楚资源的压缩解压方式
Aronhua Jul 19, 2023
9fd9a9d
更新功能文档:完善LiteNetLib简单实例文档
Aronhua Jul 19, 2023
760363b
LiteNetLib第一版
Aronhua Jul 20, 2023
eb0b835
LiteNetLib核心库
Aronhua Jul 21, 2023
00e8f6a
添加LiteNetLib中的NetPeer
Aronhua Jul 22, 2023
36e20a8
添加LiteNetLib中的NetManager
Aronhua Jul 23, 2023
852861e
添加LiteNetLib测试用例
Aronhua Jul 25, 2023
d344430
导入定点数库
Aronhua Jul 27, 2023
b4a1903
添加定点数版本的几何
Aronhua Jul 28, 2023
bce6dda
把LiteNetLib.Test的Vector全部换成FixVector
Aronhua Jul 28, 2023
f301be3
统一网络协议处理方式:手动序列化和反序列化
Aronhua Jul 31, 2023
ccf7307
LiteNetLib:服务器与客户端逻辑分离
Aronhua Aug 2, 2023
8373399
ServerLogic优化
Aronhua Aug 3, 2023
245fb5f
优化LiteNetLib的协议
Aronhua Aug 4, 2023
b961d4a
ProtoIDGetter
Aronhua Aug 4, 2023
a687d57
去掉多余日志
Aronhua Aug 4, 2023
8567c98
添加局外服务器框架
Aronhua Aug 5, 2023
859be8a
添加局外房间处理逻辑
Aronhua Aug 6, 2023
4a20ad4
添加对象池
Aronhua Aug 7, 2023
3b78ee6
添加协议对象池支持
Aronhua Aug 7, 2023
cfdea51
创建战斗房间
Aronhua Aug 7, 2023
0ce8796
优化局内战斗
Aronhua Aug 15, 2023
6aed540
修改协议ID类型为int
Aronhua Aug 16, 2023
c302e31
去掉协议类型
Aronhua Aug 16, 2023
e36ace3
添加Hybrid热更代码
Aronhua Aug 17, 2023
40234ea
添加Odin
Aronhua Sep 15, 2023
0dbc44b
更新Odin
Aronhua Mar 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
/[Bb]uilds/
/Assets/AssetStoreTools*
/.vs/
/Logs/
/UserSettings/
/.idea/

*.csproj
*.unityproj
Expand All @@ -22,3 +25,6 @@
/ProjectSettings/ProjectVersion.txt
/Packages/*
/UnityPackageManager/*
Datas/protoc-21.9-win64/proto2CSharp_Server_For_Xml_LiteNet.bat
Datas/protoc-21.9-win64/proto2CSharp_Server_For_Xml_LiteNet.bat
/HybridCLRData/*
13 changes: 13 additions & 0 deletions .idea/.idea.StarForce/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/.idea.StarForce/.idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/.idea.StarForce/.idea/indexLayout.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/.idea.StarForce/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/.idea.UGF_StarForce/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/.idea.UGF_StarForce/.idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/.idea.UGF_StarForce/.idea/indexLayout.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/.idea.UGF_StarForce/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .vsconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"version": "1.0",
"components": [
"Microsoft.VisualStudio.Workload.ManagedGame"
]
}
8 changes: 8 additions & 0 deletions Assets/Army Bunker.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/Army Bunker/Army_Bunker.fbm.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Army Bunker/Army_Bunker.fbm/Bunker_NM.tif
Binary file not shown.
98 changes: 98 additions & 0 deletions Assets/Army Bunker/Army_Bunker.fbm/Bunker_NM.tif.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
98 changes: 98 additions & 0 deletions Assets/Army Bunker/Army_Bunker.fbm/Bunker_Spec_TXTR.tif.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Loading