Alan

Results 14 issues of Alan

Just reporting that coolreader.org apparently is parked by some domains company and also causes both Firefox and my AV to complain: ![image](https://user-images.githubusercontent.com/8399299/28991112-6683d01a-795a-11e7-9387-2fa7dc80786d.png)

I've found a pretty serious showstopping bug; consider the following SSCCE: ```C# using AtomicEngine; public class Game : AppDelegate { public static Input input; private Scene scene; public override void...

type: bug
priority: high
help wanted

Navigation works on the XZ plane, and 2D physics works on the XY plane, thus making them fully unusable together, what could be useful for planar 2D top-down games like...

type: enhancement
difficulty: 1
ATOMIC 2: Potentially Irrelevant

CSComponent has these magic callbacks like `Start()` and `Update(float dt)` that you gotta blindly implement, the problem is, if for some reason the signature doesn't match, you have a situation...

type: enhancement
priority: low

I just found out something very weird when doing the steps I describe in this wiki page: https://github.com/AtomicGameEngine/AtomicGameEngine/wiki/C%23-project-using-the-engine-as-a-library If you don't enable this: ![image](https://user-images.githubusercontent.com/8399299/29722266-7ccc5832-8996-11e7-9c13-75cb483a7ab9.png) The application crashes on startup... the...

type: bug
priority: low
status: requires clarification

You can't have an initialization method in a CSComponent that initializes variables that you access in Update() because it's called once at the constructor before you have the chance to...

help wanted
status: requires clarification

When I try to debug an error in which I'm accessing a null reference somewhere in a CSComponent, the only stack trace I get points only to that line with...

type: request
difficulty: 1
priority: medium
help wanted

# **OK the Impostors are usable already, this is pretty much the only tasks that matters at this point:** - [ ] **Make an ImpostorManager component that creates/manages the ImpostorChunk...

status: in progress
type: feature

Hello there. I was implementing binary serialization but when I was halfway into it I realized the AbstractFile (which inherits both Serializer and Deserializer) and superclasses aren't bound yet, on...

Hi there. When you create a collision shape, say: ```C# CollisionShape shape = child.CreateComponent(); shape.ShapeType = ShapeType.Box; ``` the shape size is `1,1,1`, although the shape doesn't show in the...

bug
Urho3D-bug