Tim Kurvers

Results 103 comments of Tim Kurvers

Hi @infosisio! Yes, the project is still being worked on. Our efforts are currently focused on: 1) using the game's user interface files directly (rather than building it from scratch...

@infosisio All those commits in the PR are relevant, but I'm assuming you mean recent? The current implementation for the UI is an approximation, which is likely not good enough...

Ah, I see, I have never really dabbled much with TBC and had sort of assumed it was similar if not identical to WotLK apart from certain newly introduced features....

Good catch! 👍 It's probably webpack walking the dependency tree and attempting to require `iconv-lite`. It might be possible to have webpack ignore it, if we don't really need it.

The try/catch way of doing things is also mentioned in this [webpack issue](https://github.com/webpack/webpack/issues/339#issuecomment-47739112).

Ah, thanks! Does this occur even when not using clustering? Run `npm run reset`, then configure the amount of workers to be `1` and run the pipeline server again. I'm...

Worth mentioning that this might be an issue with [how Wowser handles BLPs in its pipeline](https://github.com/timkurvers/wowser/blob/master/src/lib/server/pipeline/index.js#L47-L55), instead.

Thanks! I'm installing Visual Studio right now, might take a while.

Ah good point! When Peter and I looked at this, only Node 0.10 and 0.12 were relevant. Is there any way to dynamically fetch the DLL-name based on node-gyp?