xm-tech

Results 6 comments of xm-tech

不同网关的玩家会不会有进入相同场景的情况,(MMO) 如果有会不会有session重连的问题

防止看不到图片,贴下代码 ```c #ifndef GAME_H #define GAME_H #include #include #define GAME_NAME "MELOBALL" #define WIDTH 380 #define HEIGHT 640 #define FRAME_RATE 50 // 1秒 50 帧 #define MOVE_SPEED 10 #define BG_COLOR 0xffffffff...

当然我通过 手动指定路径可以解决定位跳转的问题, 类似: ```vim set path+=/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/include/ set path+=/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/ " to locate the SDL sourcefile set path+=/usr/local/Cellar/sdl2/2.24.0/include/ ``` 但这种方式觉得还是蛮蠢的,因为当文件升级后需要再次更新该路径 而且是通过 vim 自身的: [-ctrl-i 的方式跳转过去的, \f d 依旧失败

> If you want to access the function arguments, you should use a:xxx, here you should use a:winid. thanks for reply @Yggdroot 🤝, i just changed the function like this:...

> How to reproduce? i think it is hard to reproduce the error, as there are too many env deps, but still , hope u can try to help me...

@Yggdroot chinese ? 在上海 ? 如果是的话,我可以过来拜访😄