spelunker icon indicating copy to clipboard operation
spelunker copied to clipboard

Database explorer for World of Warcraft servers.

Results 20 spelunker issues
Sort by recently updated
recently updated
newest added

Spelunker uses [debug](https://github.com/visionmedia/debug) for logging debug messages during operation. One of its features, [millisecond diffing](https://github.com/visionmedia/debug#millisecond-diff), is potentially confusing: > When actively developing an application it can be useful to see...

bug
enhancement

Area lights are the exterior environmental lights that exist in `Light.dbc`. They are spherical in nature, are positioned by xyz coordinates, and are composed of several color and param values...

enhancement

Certain errors are exposed to the client as network errors, even though they're not. Examples of these include GraphQL query violations and server side exceptions. Example of requesting a non-existent...

bug
enhancement

Some game images exhibit a black background and lack transparency: ![screen shot 2018-05-21 at 17 57 04](https://user-images.githubusercontent.com/378235/40317100-af79b582-5d20-11e8-960c-e48221b9f7d4.png) This could be a bug/issue in [our usage](https://github.com/wowserhq/blizzardry/blob/master/src/lib/blp/mipmap.js#L18-L22) of `libblp` from BLPConverter. Alternatively...

bug

For example, I wanna use nginx and proxy both API and Web, but currently I need change configurations in webpack and some other places to do that, but I only...

question

After a period of inactivity – at least on my dev machine locally – it seems Spelunker is unable to restore / create database connections correctly: ``` Error: read ETIMEDOUT...

bug

Currently, only `creature_loot_template` and `item_loot_template` are seemingly implemented correctly. Loot through `gameobject_loot_template` is [bugged](#4) for the vast majority of game objects. For all loot tables, groups and references need to...

bug
enhancement

Peacebloom (the item) has various entries to be looted from Peacebloom objects, chests and a fishing hole. Unfortunately, this is not implemented correctly currently: ![screen shot 2018-05-21 at 17 44...

bug

Similar to the official client, Spelunker should display the stack count (or quest requirement count) of a given item in its icon.

enhancement