Romain Théry

Results 6 issues of Romain Théry

Currently in Starling, if we do a `source.getBounds(target)` where `source `and `target `have no common parent, we end up with an exception thrown from DisplayObject.findCommonParent(). This can happen when one...

Feature

``` public event KeyValueEventHandler OnAdd; public event KeyValueEventHandler OnChange; public event KeyValueEventHandler OnRemove; ``` MapSchema uses `string` then `T` everwhere except for these events. Because of this inversion, it means...

Even after reading the official documentation, I wasn't 100% certain that Colyseus was only server authoritative (although I was 95% maybe ;)) What made me doubt is the fact that...

🆘 help welcome

Although `WebSocket.cs` supports it, it's not used at the moment. Every async call made to Client.cs should be cancelable with the use of a `CancellationTokenSource` to better support error handling...

💅 enhancement
🆘 help welcome
🚀 feature

If the thread where the ANR occurred was locked by something else, we have no way to see the state of the application across all the thread to investigate at...

Feature

## Problem description The lag compensation logic of the Multiplayer plugin doesn't seem to work. In your example project, it's impossible to shoot someone moving if you are not the...

difficult
need info