This website requires JavaScript.
Explore
Help
Register
Sign In
chenyh
/
vRp.CD2g_test
Watch
1
Star
0
Fork
You've already forked vRp.CD2g_test
0
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
1afae90f69
vRp.CD2g_test
/
server
/
lockstep
History
kercylan98
9038bfc2b5
perf: 移除 lockstep 对 timer.Ticket 的依赖,更改为 time.Ticker 实现,减少不必要的资源占用
2023-12-21 14:08:21 +08:00
..
client.go
refactor: 调整 server 数据包相关处理函数的接收参数不再为 server.Packet,同时移除 server.Packet
2023-08-23 19:29:55 +08:00
evnets.go
refactor: 调整 server 数据包相关处理函数的接收参数不再为 server.Packet,同时移除 server.Packet
2023-08-23 19:29:55 +08:00
lockstep.go
perf: 移除 lockstep 对 timer.Ticket 的依赖,更改为 time.Ticker 实现,减少不必要的资源占用
2023-12-21 14:08:21 +08:00
lockstep_options.go
perf: lockstep 包优化同步逻辑,帧 id 由 int 更改为 int64 类型,优化数据竞态问题
2023-10-21 11:15:30 +08:00
lockstep_test.go
fix: 修复 lockstep.WithInitFrame 不生效的问题
2023-10-21 11:22:12 +08:00