Skip to content

Commit

Permalink
v1.54.6 merge
Browse files Browse the repository at this point in the history
- omni-key consistency improvements (inventory pixel-check is now mandatory)
- fixes: cheat-sheets, item-info class-specific highlighting, map-info magic monsters
- item-info: improved ilvl detection for mods, changed highlighting
  • Loading branch information
Lailloken authored Aug 2, 2024
2 parents 0de7190 + 2278106 commit b0ced5f
Show file tree
Hide file tree
Showing 16 changed files with 26,192 additions and 632 deletions.
4 changes: 2 additions & 2 deletions Lailloken UI.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#InstallKeybdHook
#InstallMouseHook
#Hotstring NoMouse
#Hotstring EndChars `n
#UseHook
#MaxThreads 255
#MaxMem 1024
#Include %A_ScriptDir%
Expand Down Expand Up @@ -826,7 +826,7 @@ Loop_main()
{
If vars.general.wMouse && vars.hwnd.LLK_panel.main && !WinExist("ahk_id " vars.hwnd.LLK_panel.main) && LLK_IsBetween(vars.general.xMouse, vars.toolbar.x, vars.toolbar.x2) && LLK_IsBetween(vars.general.yMouse, vars.toolbar.y, vars.toolbar.y2)
LLK_Overlay(vars.hwnd.LLK_panel.main, "show")
Else If !vars.toolbar.drag && !GetKeyState(settings.hotkeys.tab, "P") && WinExist("ahk_id " vars.hwnd.LLK_panel.main) && !(LLK_IsBetween(vars.general.xMouse, vars.toolbar.x, vars.toolbar.x2) && LLK_IsBetween(vars.general.yMouse, vars.toolbar.y, vars.toolbar.y2))
Else If !vars.toolbar.drag && !GetKeyState(vars.hotkeys.tab, "P") && WinExist("ahk_id " vars.hwnd.LLK_panel.main) && !(LLK_IsBetween(vars.general.xMouse, vars.toolbar.x, vars.toolbar.x2) && LLK_IsBetween(vars.general.yMouse, vars.toolbar.y, vars.toolbar.y2))
LLK_Overlay(vars.hwnd.LLK_panel.main, "hide")
}

Expand Down
6 changes: 6 additions & 0 deletions data/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[
[
["1.54.6", 15406],
"omni-key consistency improvements (inventory pixel-check is now mandatory)",
"fixes: cheat-sheets, item-info class-specific highlighting, map-info magic monsters",
"item-info: improved ilvl detection for mods, changed highlighting"
],
[
["1.54.5", 15405],
"item-info: added support for new item bases, recalibrated base-info percentages",
Expand Down
4 changes: 2 additions & 2 deletions data/english/map-info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -480,9 +480,9 @@ type = area
text = rogue exiles: +
ID = 078

[# more magic monsters]
[# increased magic monsters]
type = monsters
text = more magic: %
text = magic: +%
ID = 079

[area contains two unique bosses]
Expand Down
Loading

0 comments on commit b0ced5f

Please sign in to comment.