Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
pythonclound
/
ET
Public
forked from
egametang/ET
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
ET
Server
Model
Module
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 5, 2021
增加测试用例框架,使用方法:
Show description for b82d7bf
egametang
committed
b82d7bf
View commit details
Copy full SHA for b82d7bf
View code at this point
Browse repository at this point
Commits on Jul 21, 2021
1 kcp大消息分片支持,支持int长度的消息
Show description for 84fde6e
egametang
committed
84fde6e
View commit details
Copy full SHA for 84fde6e
View code at this point
Browse repository at this point
Commits on Jul 18, 2021
1.ConfigComponent加载方式调整
Show description for 6205525
egametang
committed
6205525
View commit details
Copy full SHA for 6205525
View code at this point
Browse repository at this point
Commits on Jul 16, 2021
1.修复协程锁一个bug
Show description for 3f3c916
egametang
committed
3f3c916
View commit details
Copy full SHA for 3f3c916
View code at this point
Browse repository at this point
Commits on Apr 29, 2021
1.无GC ETTask,其实是利用对象池,注意,必须小心使用,不懂不要乱用
Show description for e209997
egametang
committed
e209997
View commit details
Copy full SHA for e209997
View code at this point
Browse repository at this point
Commits on Mar 11, 2021
调整代码结构
egametang
committed
765a4b9
View commit details
Copy full SHA for 765a4b9
View code at this point
Browse repository at this point
Commits on Feb 8, 2021
ConfigComponent加载protobuf配置
egametang
committed
b09edc2
View commit details
Copy full SHA for b09edc2
View code at this point
Browse repository at this point
Commits on Feb 1, 2021
客户端加入LitJson,不再使用Mongo序列化,只使用Protobuf-net跟LitJson
egametang
committed
77b2e30
View commit details
Copy full SHA for 77b2e30
View code at this point
Browse repository at this point
Commits on Jan 28, 2021
大量更新,编译通过,还没跑通
egametang
committed
a19a21a
View commit details
Copy full SHA for a19a21a
View code at this point
Browse repository at this point
Commits on Oct 27, 2020
去掉IMessagePacker,根据opcode来选择序列化方式
egametang
committed
22c71a7
View commit details
Copy full SHA for 22c71a7
View code at this point
Browse repository at this point
彻底删除google.protobuf,使用protobuf-net
egametang
committed
193ca82
View commit details
Copy full SHA for 193ca82
View code at this point
Browse repository at this point
Commits on Aug 4, 2020
删除AStar,推荐用recastnavigation代替
egametang
committed
f3632a7
View commit details
Copy full SHA for f3632a7
View code at this point
Browse repository at this point
Commits on Jul 28, 2020
1.Event修复
Show description for aa148b8
egametang
committed
aa148b8
View commit details
Copy full SHA for aa148b8
View code at this point
Browse repository at this point
Commits on Feb 19, 2020
命名空间全部改成ET,不再区分ETModel跟ETHotfix
egametang
committed
9b870be
View commit details
Copy full SHA for 9b870be
View code at this point
Browse repository at this point
Commits on Feb 17, 2020
改成Excel来配置启动项,编译通过
egametang
committed
a5e8488
View commit details
Copy full SHA for a5e8488
View code at this point
Browse repository at this point
Commits on Feb 15, 2020
先去除Hotfix层,暂时跑不起来
egametang
committed
d417dfe
View commit details
Copy full SHA for d417dfe
View code at this point
Browse repository at this point
Commits on Oct 19, 2019
ET6.0运行初步OK!
egametang
committed
92fcff8
View commit details
Copy full SHA for 92fcff8
View code at this point
Browse repository at this point
客户端登录,realm分配gate需要告诉客户端Gate的Id
egametang
committed
9fa4647
View commit details
Copy full SHA for 9fa4647
View code at this point
Browse repository at this point
1.修复mongo驱动在netcore3.0下的bug
Show description for 8080a72
egametang
committed
8080a72
View commit details
Copy full SHA for 8080a72
View code at this point
Browse repository at this point
6.0升级
egametang
committed
c037aac
View commit details
Copy full SHA for c037aac
View code at this point
Browse repository at this point
Commits on Jul 28, 2019
ActorLocation使用ActorLocationSender来实现,实现大大简化
egametang
committed
0314437
View commit details
Copy full SHA for 0314437
View code at this point
Browse repository at this point
Commits on Jul 27, 2019
增加协程锁组件,locationComponent跟actor都使用协程锁来实现队列机制,代码大大简化,并且非常好懂。
Show description for 7fae93d
egametang
committed
7fae93d
View commit details
Copy full SHA for 7fae93d
View code at this point
Browse repository at this point
Commits on Jul 20, 2019
DB Queue增加一个防止重复查询的功能,假如一个协程发起db查询,如果这个查询正在进行,则不需要多次访问mongo。客户端的ResourceComponent也应该加上类似的功能
egametang
committed
6e0df01
View commit details
Copy full SHA for 6e0df01
View code at this point
Browse repository at this point
Commits on Jul 6, 2019
优化服务端消息处理,服务端的rpc消息处理不需要自己去new Response消息了,不需要try catch ReplyError了
Show description for e28dae5
egametang
committed
e28dae5
View commit details
Copy full SHA for e28dae5
View code at this point
Browse repository at this point
Commits on May 12, 2019
1.修复Log文件命名日期格式不一致的问题
Show description for 5651620
egametang
committed
5651620
View commit details
Copy full SHA for 5651620
View code at this point
Browse repository at this point
Commits on Mar 7, 2019
1.目前一秒可以生成65535个Id,InstanceId也占用了这个空间,其实InstanceId跟Id是不会冲突的,所以没必要占用Id的空间,直接自增就行了,不需要带上时间戳
Show description for 2026d35
egametang
committed
2026d35
View commit details
Copy full SHA for 2026d35
View code at this point
Browse repository at this point
Commits on Feb 28, 2019
更新ILRuntime,支持Unity编译的Hotfix dll
egametang
committed
fde616a
View commit details
Copy full SHA for fde616a
View code at this point
Browse repository at this point
Commits on Jan 31, 2019
修复HttpComponent返回中文乱码的bug (#115)
k-k-s-s
authored and
egametang
committed
553524e
View commit details
Copy full SHA for 553524e
View code at this point
Browse repository at this point
Commits on Jan 23, 2019
修复http组件的一个异步返回的bug
egametang
committed
15a7b31
View commit details
Copy full SHA for 15a7b31
View code at this point
Browse repository at this point
Commits on Jan 16, 2019
重构了下寻路,客户端使用Unity本身的数学库,服务端使用ET实现的一套Unity兼容的数学库,这样以后更方便移植Unity的插件,性能更好
Show description for cb1d114
egametang
committed
cb1d114
View commit details
Copy full SHA for cb1d114
View code at this point
Browse repository at this point
Commits on Nov 27, 2018
增加ComponentView功能,客户端可视化
egametang
committed
ecc328c
View commit details
Copy full SHA for ecc328c
View code at this point
Browse repository at this point
Commits on Nov 17, 2018
NoAwait改名成Coroutine,更加好懂一些,意思就是这里创建了一个新协程
egametang
committed
9879ea6
View commit details
Copy full SHA for 9879ea6
View code at this point
Browse repository at this point
整理代码
egametang
committed
5d56826
View commit details
Copy full SHA for 5d56826
View code at this point
Browse repository at this point
Commits on Nov 12, 2018
1.把repl功能拆分成两个组件ConsoleComponent跟ReplComponent,
Show description for c572355
egametang
committed
c572355
View commit details
Copy full SHA for c572355
View code at this point
Browse repository at this point
Commits on Nov 10, 2018
重载Component的ToString方法,方便repl时打印Component对象
egametang
committed
f244253
View commit details
Copy full SHA for f244253
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.