Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostopheles committed Jul 17, 2024
1 parent 2a2bab6 commit 2156c01
Showing 1 changed file with 15 additions and 28 deletions.
43 changes: 15 additions & 28 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Datamine v2.2.3

##### Fixed
* Reduced size of included map data significantly and sped up the generation process
* Fixed most* tooltip errors
* Resolved most API errors in TWW (11.0.0+)
* Greatly improved the map viewer

##### Added
* Roboto is dead, long live InterTight

##### Known Issues
* Map viewer coordinates are broken

# Datamine v2.2.2

##### Fixed
Expand Down Expand Up @@ -40,31 +54,4 @@
* Selection boxes indicating which element is currently selected in the various scrollable lists throughout Datamine

##### Notes
* The creature viewer and the transmog set tab are both still under construction. They're not going to work perfectly and are lacking features and polish


# Datamine v2.2.0

##### Fixed
* Playing movies in the theater tab will now properly respect the 'loop movie' setting
* The 'defaults' button on the model scene transform tab should now work more consistently
* Dracthyr should now actually start in the correct position in the model viewer
* SpellData fetching should now work properly on the War Within alpha (thanks QartemisT)

##### Added
* Creature data collection! Now you can be your very own Wowhead!
* Caches creatures that you see and interact with the in the world
* Stores BroadcastText, Spells, Name, Reactions and InstanceIDs
* The raw data can be found at `<game_path>/WTF/Account/<account>/SavedVariables/Datamine_Data.lua`
* The saved variables file *may* fill up fairly quickly with data, so be sure to back it up manually if you don't want to lose any data.

* Map viewer! You can now view minimap textures for every valid map in the game, without exiting the game!
* Currently still under construction, will have some rough edges, and the maps can sometimes be hard to navigate, and content can be hard to find
* Allows you to view most important map data, like MapID, WDTFileDataID, World Coordinates, Description, and soon to be much more
* Involves a fairly cumbersome data-generation step, but pre-packaged data will be provided with every full release
* Keep in mind that this data can easily become outdated through new builds and hotfixes
* Instructions for generating the data yourself can be found [here](GENERATING_MAP_DATA.md)

* Two new console commands
* `GetBuildInfo`: Dumps info about the current client build, with a few extra bits of information
* `SetChrModel`: Allows you to change the character model in the barber shop. Only certain models are supported - i.e. Dragonflight dragon mounts, druid forms, warlock pets
* The creature viewer and the transmog set tab are both still under construction. They're not going to work perfectly and are lacking features and polish

0 comments on commit 2156c01

Please sign in to comment.