dongresource

Results 7 comments of dongresource

Update: We've deduced that it's related to the class being used in an invocation of `List.Find()` with a lambda. The snippets above stop just before that code occurs, but the...

We've now identified that this is supposed to be handled by `ICSharpCode.Decompiler/IL/Transforms/DelegateConstruction.cs`. It seems to work correctly with non-generic delegates in programs compiled by Mono 1.2.5. But when the delegate...

> I don't remember explicitly stating that we don't want to support old versions Ah. It occurred to me while I was writing that that I couldn't find anything that...

This is a rough outline of how I'd like to restructure the codebase. The current raw lines-of-code count for the largest few source files is: ``` 2045 src/MobManager.cpp 1981 src/Database.cpp...

Note also that every user has GM privileges by default on local servers unless you change the default access level in the config file.

Concrete issues with the current design: * There are two constructors for `BaseNPC`. Both are unruly with the number of arguments they take; and they're semantically different in that one...

Pending a more comprehensive review; we know that more changes are still needed to the AI state machine to properly support mob-vs-mob combat, which is a prerequisite for escort missions....