Skip to content

Commit b8acf18

Browse files
authored
v1.56.7 BETA merge
- act-tracker: enabled timer for poe2 - added basic controller support: context-menu and item-info
2 parents 29e8bd6 + 4cca0cf commit b8acf18

16 files changed

+100
-27
lines changed

.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# currently unused folders/files
2+
img/Betrayal/
3+
4+
# local folders created by the tool on startup/demand
5+
cheat-sheets/
6+
cheat-sheets?2/
7+
exports/
8+
ini/
9+
ini?2/
10+
update/
11+
12+
# custom, user-defined hotkeys
13+
modules/hotkeys?custom*
14+
15+
# sub-folders/files within img, created on demand
16+
img/recognition*/
17+
img/GUI/skill-tree*/
18+
img/*.json
19+
img/*.jpg
20+
21+
# files created by specific features on demand
22+
data/global/?stash-ninja??prices*

Lailloken UI.ahk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ Exit()
165165
If !vars.poe_version && IsObject(vars.betrayal.board) && (vars.betrayal.board0 != Json.Dump(vars.betrayal.board))
166166
IniWrite, % """" Json.Dump(vars.betrayal.board) """", ini\betrayal info.ini, settings, board
167167
timer := vars.leveltracker.timer
168-
If !vars.poe_version && IsNumber(timer.current_split) && (timer.current_split != timer.current_split0)
169-
IniWrite, % vars.leveltracker.timer.current_split, ini\leveling tracker.ini, % "current run" settings.leveltracker.profile, time
168+
If IsNumber(timer.current_split) && (timer.current_split != timer.current_split0)
169+
IniWrite, % vars.leveltracker.timer.current_split, % "ini" vars.poe_version "\leveling tracker.ini", % "current run" settings.leveltracker.profile, time
170170

171171
If vars.maptracker.map.date_time
172172
Maptracker_Save()

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ A light-weight AHK script with UI and QoL features for Path of Exile 1 and 2, em
77
|---|---|---|---|
88

99
## Contributions
10-
| [![image](https://raw.githubusercontent.com/Lailloken/Lailloken-UI/main/img/readme/_issues.png)](https://github.com/Lailloken/Lailloken-UI/issues/339) | ![image](https://raw.githubusercontent.com/Lailloken/Lailloken-UI/main/img/readme/_code.png) |
11-
|---|---|
10+
| [![image](https://raw.githubusercontent.com/Lailloken/Lailloken-UI/main/img/readme/_issues.png)](https://github.com/Lailloken/Lailloken-UI/issues/339) | ![image](https://raw.githubusercontent.com/Lailloken/Lailloken-UI/main/img/readme/_code.png) | [![image](https://raw.githubusercontent.com/Lailloken/Lailloken-UI/main/img/readme/_translations.png)](https://github.com/Lailloken/Lailloken-UI/issues/326) |
11+
|---|---|---|
1212
<br>
1313

1414
## Context: What is this project?

data/changelog.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
[
3+
["1.56.7", 15607],
4+
"act-tracker: enabled timer for poe2",
5+
"added basic controller support: context-menu and item-info"
6+
],
27
[
38
["1.56.6", 15606],
49
"act-tracker: tweaks for poe2 default guide",

data/english/UI.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@
177177
global_apply = "apply"
178178
global_apply = "apply changes"
179179
global_global = "global"
180+
global_controller = "controller" ;## gamepad
180181

181182
mechanic_bestiary = "bestiary"
182183
mechanic_betrayal = "betrayal"

data/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"_release": [15606, "https://github.com/Lailloken/Lailloken-UI/archive/refs/heads/main.zip"]
2+
"_release": [15607, "https://github.com/Lailloken/Lailloken-UI/archive/refs/heads/main.zip"]
33
}

img/GUI/leveling tracker/quest_2.png

-139 Bytes
Loading

img/readme/_help.png

-5.62 KB
Binary file not shown.

img/readme/legacy_003.jpg

-154 KB
Binary file not shown.

img/readme/necropolis_001.jpg

-82.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)