Alan
Alan
Sure, there ya go. (It's not strictly required that you be assigned first, for the purposes of DFHack projects, but I suppose it's helpful for longer threads in particular.)
> a compound (which will be redued to a T_ type and used as the parameter) My guess is that this can be a lower priority. We can always define...
I've started working on this ([repo](https://github.com/lethosor/js-df-tileset)). It can load fonts from images, like DF, and will also support different foreground and background colors (hopefully it'll support transparency as well, once...
Here's a [demo](http://lethosor.github.io/js-df-tileset/demo.html). Once I can get the plugin built on Linux, I'll rewrite terminal.js to use this instead.
I should be able to get this done pretty soon – I've managed to get DFHack almost working (hopefully that'll be done soon). I'll also be able to fix any...
I would definitely like more consistent JS. :) (Admittedly, part of it is my fault, since I added a lot of bits and pieces in various locations back when I...
If I remember correctly, you'll need to add a hook for SDL_PushEvent in library/Hooks-darwin.cpp (and possibly define _SDL_PushEvent as DFH_SDL_PushEvent on OS X).
@daedmen could you share the code you used to get PushEvent working? It would be nice to merge that into the official DFHack repo, if possible.
They'll be available eventually. At this point we don't necessarily know if DT requires changes to be compatible with 0.44. This is the case for most major releases.
int_ua has put some up on DFFD, like http://dffd.bay12games.com/file.php?id=9900 (I couldn't find one for 0.42.06 though) The real problem here is that splintermind only hosts Windows binaries in this repo....