Ranieri Althoff
Ranieri Althoff
If nobody noticed that before, is anyone even using this function? Can we move it to compat and use a `Combat` instance instead?
Couldn't reproduce with ORTS which is a pretty huge map.
Does this happen with OTClient? Seems to be a bug on the client, not the server.
> why? max of int16_t is 32767, so if we give a centerPos with x or y greater than 32767, e.g. 32768, it should be read as a value of...
@DSpeichert don't squash the commits, let us see the changes :P
> I think a raw api which allows you set from position and to position is good and versatile. I second this. Trying to imagine every scenario will just lead...
Doesn't Lua publish some global compatibility code? Since they make so many breaking changes from one version to the other, I feel like the language developers should provide that path
I have this small, nice library that outputs colored, namespaced logging: https://gist.github.com/ranisalt/639a4ab5717937c0bd349e95f8cb9dc7 I could improve it in order to add to TFS. It's header only and works this way: `logger
I have updated the changes to mirror what would change in #1813 and added a message to raids.xml
We can add this new functionality while keeping the old one as deprecated and dropping support as 2.0 ships. People would have plenty of time to upgrade, and it would...