Rogiel Sulzbach

Results 36 issues of Rogiel Sulzbach

The AIService will handle all AI actions. All NPCs are backed by an AI. Monster can have an aggressive AI (will attack automatically), non-agressive (wil only attack if attacked first)...

Implementation/Service

PathingService is an important part. It must be implemented designed to be fast and good. I believe a A\* algorithm is good enough. We don't need 3D pathing for now,...

Implementation/NPC Controller

After each attack an character does to another Actor, it's attack cool down is not respected. This bug allows the character to kill really fast any actor by spamming ctrl...

Bug

Tracker code is not yet implemented. Clients must manually connect to individual IPs if they want to download or upload files.

TODO

This fixes an incorrect implementation for FMA on NEON. I also had issues compiling the library due to the the enable_if constraint on NEON f32 register constructor. Looking at the...

Emscripten binaries are incompatible if they were build with some flags that don't match. For instance `-s USE_PTHREADS=1` is incompatible with libraries without it. Mismatching libraries will fail with the...