Red Artist

Results 199 comments of Red Artist
trafficstars

I think this issue can be closed. With https://github.com/saschagrunert/indextree/commit/35769017329bda41faf2196e97b653b667d87a00 you can just use `arena.get_node_id_at(uid)` to get your `NodeId` back from the index (usize).

https://docs.rs/mlua/latest/mlua/struct.Lua.html#method.new_with you already can limit which stdlib code is loaded when creating Lua object. and then you can simply provide custom host bindings which will add custom limitations etc..

Did you enable send feature ? That should enable you to move it into closure. Also, you can wrap lua in arc + mutex to share it between threads

what binary format btw? custom or a standard one like protobuf?

I personally grouped up all the bools into a single byte. ``` in_game_visibility = 1; map_visibility = 2; mini_map_visibility = 4; auto_trigger = 8; can_fade = 16; scale_on_map_with_zoom = 32;...

Trails have multiple sections within the same `trl` binary file. ```rust [1, 1, 1] [2, 2, 2] [3, 3, 3] [0, 0, 0] [2, 2, 2] [1, 5, 3] ```...

The question is, should burrito support people playing in window mode. I usually keep gw2 on left side of monitor and watch ayinmaiden or gw2 efficiency or some snowcrows rotation...

It's a windows PID in mumble link. One way is to get the windows dimensions from burritolink

burrito_link is done imo. we can get gw2 process id from from xid, so there's no reason to bother with link at this point. i think link should be updated...

FWIW, its been two years, so i kinda changed my position on this subject. (Also, i still haven't released Jokolay since 2 years wtf??). In jokolay, at first , i...