Seth Barberee
Seth Barberee
I can start on this after I finish #123 (as far as making a master list goes)
From glancing at the code, it seems like another line that checks for Arctic Islands would need to be added underneath this one... https://github.com/MightyCreak/mesamatrix/blob/4e7c69373c632ad5bca97c84c7392f03fb23cf55/http/js/drivers.js#L212
So would you prefer a .txt file or how so? I can easily get started...
If you turn on the floating window feature, it seems that this issue goes away. I'm currently using that in order to keep using both plugins for now.
True, Option 2 does seem like a good idea. I think documentation should also be updated in the `Adding a New Map` section to tell the user too. Just to...
Seems like this has been decompiled into `src/data/region_map/city_map_[tilemaps/entries].h` Entries associates the MapSec to the tilemap. There is also an index if there are multiple sections (i.e. for big cities) Tilemaps...
Ignore that... was updating the branch
My main struggle of Rust: ownership. It bites me again..
For resource, do we just want to return the pointer or the wl_resource? I've got code implemented that returns the wl_resource. It's mainly semantics but mainly wondering..
So to make sure I'm on the right track and to put my thoughts in writing, a Handler will have to be implemented for virtual Keyboard, right? That way we...