forked from aRTy42/POE-ItemInfo
-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GDI+ and sceptre item type fixes; preparations for Legion league (#976)
* added korean poe client names to windowgroup * Fix GDI+. (#942) * Don't nuke Gdip.__New. If the Gdip class gets instantiated multiple times, Gdip will dispose and never be able to startup properly again if __New is replaced with a stub. * Third argument to GdiplusStartup is a pointer. * Update Harbinger fragments/maps workaround. (#962) * Update Harbinger fragments/maps workaround, as poe.trade have fixed them not being unique, but need to avoid specifying the base type as those are not selectable. * Only 'Imperial Staff Piece' is missing as a base type, 'Harbinger Map' is available. * fixed some sceptres incorrectly being treated as maces on poe.trade * Fixed beyond map mod not being recognized (map mod warnings) * added new startup messages * added selected league to the menu tray tip * added repeating check, new icon and tray tip for available updates * version/notes * changed update timer, now it's really 2h * updated data files * ItemInfo data files * fixed a missing closing quote in the div cards data file
- Loading branch information
Showing
18 changed files
with
545 additions
and
410 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.