Fenhl

Results 172 comments of Fenhl

What's with the randomly indented line continuations everywhere?

@toqueteos line 67 in src/packet.rs, for example. **Edit:** also the packet macros.

I'd rather avoid using rustfmt as long as it produces this kind of output.

@toqueteos I haven't used rustfmt yet, but I doubt this exists given the tool's notoriously bad macro handling. At this point, I think we can still manage style manually. In...

1.8.3 was the latest release when we started working on stuff. We should be targeting 1.8.8 now (although there haven't been any significant changes to the protocol). Note that I...

I don't have any detailed plans on how to implement this. Suggestions welcome.

@toqueteos those are all out of scope for this issue. I'm simply trying to add an API to the protocol which uses shared memory instead of TCP.

Note that each world does need a global game loop which ticks synchronously, so game logic would need to run on the master.

Also can we please use the term worker thread (or connection thread for those communicating with clients) instead of slave?

Why are there 2 issues with the same title? (This one and #29)