Dan Skorupski

Results 17 issues of Dan Skorupski

This code gets takes the TcpStream by value, gets its fd, and immediately destroys the TcpStream, likely destroying the fd: ```rust impl IntoRawFd for TcpStream { fn into_raw_fd(self) -> RawFd...

It may be useful to write unit tests for certain subsystems, such as file and network message parsing.

enhancement

Also running it with the CI build would be a useful double check.

enhancement

Getting physics working correctly will be critical to having the client not fight with the server over object's position. There are various interesting questions, such as the shape of hit...

enhancement

Depends on #12, since animations have the "hooks" that create particle emitters. The meaning of the fields, particularly particleType, for particle emitters, will need research. My guess is that "parabolic"...

enhancement

Apply tracked head position correctly. Try using the latest SDK. Try combinations of regular mode/direct mode and Mac/Windows.

enhancement

Homogeneity in how binary data is formatted may make generating code to produce and consume it beneficial. This includes on-disk formats (portal.dat/cell.dat) and on-the-wire formats ("messages.xml"). See 2d8592010df65e633b84ef66697b23e9b4d50bca for previous...

enhancement