Robert Nix

Results 5 issues of Robert Nix

[![](https://thumbs.gfycat.com/DesertedSpryBobcat-size_restricted.gif)](https://gfycat.com/DesertedSpryBobcat) Changes: https://github.com/howl-editor/howl/commit/7a551fbc3b2a49da0fc5e3bf4219b2198b8863ab Related to #100. I was interested in doing this port for fun, so this changeset is just to show what I did. I did not attempt to...

feature request

LatchCounter uses a std::vector for storing registered counters, which leads to n^2 behavior during dict_make_room_in_cache; this can hold the dict_sys->mutex for multiple seconds at a time in the case where...

## Data generation To generate [the script](https://gist.github.com/Mischanix/d8f7a5f67d1b012987db#file-dump_bonus_stats-lua), use `s_bonusStatStringTags`, `BONUS_STAT_START`, and `BONUS_STAT_MAX` from the client source tree (probably available in `WoW/Source/Ui/GameUI.cpp` but I can't be sure). If `s_bonusStatStringTags` is defined...

Currently if you do something like `unityextract --images *.unity3d` in Hearthstone/Data/Win it'll break on a few objects due to `library/unity default resources` being missing; it's nice to be able to...

The source code is pretty readable, and I'm aware of the note in the readme, but I'd love real documentation.