Pavel Alexandrov

Results 9 comments of Pavel Alexandrov

After some digging, here's the whole reason on why `hl.Ref` only works with local variables: In short - it's because how HL generates bytecode. When you create a reference, you...

Adding default properties to objects based on their tile from tileset would be really great. Our team don't use object types extensively, instad we use tile objects, and either assigning...

Bump this as well. While for me it's not that big of a deal, considering I usually have telegram on secondary screen, on rare occasions that is a problem. There...

Tried using it when there are `yield return` involved? ;) On a serious note, this method does not always work, for example, when there is `yield return` present at some...

I don't think hiding them would be a good decision. However I would say that having an `interface` mark on those may be useful, as well as (if it's not...

I've tackled RAR format for a while yesterday and it seems that there's several problems involving it implementation: 1. There's at least 2 vastly different versions of RAR specification, essentially...

It's an old code which written even before first rc of 3.2. Things are changed since then. Made a fix in repo, but can't test it (just can't compile project,...

This bug is caused by global challenge `ParentLocationId` being `""`, while they are registered under `GLOBAL_*` virtual location id. For example: When `_ESCALATION_CHALLENGES.json` is being registered by Peacock, it will...

Solutions: * Patch each global challenge to match `ParentLocationId` to its group location ID in the .json files. (Not a good one) * Assign `ParentLocationId` when registering challenges. (Also not...