LmeSzinc
6df40750e7
Opt: Sync Dungeon.TrailblazePower and Ornament.TrailblazePower
2024-07-19 12:30:04 +08:00
LmeSzinc
bd86564fd7
Fix: Assume daily quests if it's expired
2024-07-19 02:00:01 +08:00
LmeSzinc
650664ca3d
Fix: Add stored object BattlePassQuestStagnantShadow
2024-07-19 01:48:49 +08:00
LmeSzinc
a0cbcd0d0a
Chore: Reuse code in fuel
2024-07-18 23:27:41 +08:00
LmeSzinc
b70d6bb48b
Merge pull request #551 from 5upernova-heng/add/more_trablaize_power
...
Add: use fuel & extract trailblaze power
2024-07-16 01:23:07 +08:00
Hengyu
bb61d184c2
Upd: gui. Extract this commit's change into a new argument group
2024-07-11 14:36:56 +08:00
LmeSzinc
d6eb36fe70
Doc: Update planner_en
2024-07-02 23:46:10 +08:00
LmeSzinc
02df312daa
Opt: Remove DailyQuest states, show stored values
2024-07-02 04:21:28 +08:00
LmeSzinc
a11118dd49
Fix: Limit combinations
2024-07-02 03:00:21 +08:00
LmeSzinc
4afe0bf908
Add: Task Ornament
2024-07-02 02:41:12 +08:00
LmeSzinc
09acc8f076
Add: GUI option of Ornament
2024-07-01 22:18:58 +08:00
Hengyu
78923246a6
Upd: gui
2024-06-26 13:09:21 +08:00
LmeSzinc
15d439d4fb
Fix: Redirect Item_Moon_Madness_Fang to Item_Moon_Rage_Fang
2024-06-19 23:04:53 +08:00
LmeSzinc
f0926d0b50
Fix: Redirect Item_Moon_Madness_Fang to Item_Moon_Rage_Fang
2024-06-19 22:30:28 +08:00
Zero
1e1ad5dda8
Fix keyword_extract and i18n ( #530 )
...
* Fix keyword_extract and i18n
* Fix: config redirection
* Upd: i18n
* Fix: empty name warning in GenerateKeyword class
* Fix: config redirection
2024-06-19 21:49:12 +08:00
LmeSzinc
048abcfde4
Fix: Too many config read/write in Stored.clear()
2024-06-17 02:34:37 +08:00
LmeSzinc
726a829e89
Fix: BattlePass should prior to DailyQuest so it can be called
2024-06-15 03:48:44 +08:00
LmeSzinc
ecc633df89
Opt: Delay weekly to next monday to save time
...
optimised for running once a day
2024-06-15 00:31:14 +08:00
LmeSzinc
33eedc2c63
Add: Display overall progress of character planner
2024-06-12 03:20:57 +08:00
LmeSzinc
c8acd75eda
Upd: Add support character TrailblazerHarmony
2024-06-11 21:32:40 +08:00
LmeSzinc
8dfac73f30
Chore: [ALAS] Move func methods to the Alas class
2024-05-30 17:30:09 +08:00
Zero
f661ed5ced
Upd: Character ( #488 )
...
Co-authored-by: LmeSzinc <lmeszincsales@gmail.com>
2024-05-30 10:00:33 +08:00
LmeSzinc
e26e733f3d
Doc: Add help text of character planner
2024-05-28 22:08:11 +08:00
LmeSzinc
4a5508859e
Fix: Default dungeon wasn't converted to 2.0
2024-05-27 23:42:30 +08:00
LmeSzinc
d6968fdf64
Del: Remove do_not_use option of dungeon support cuz no effect
2024-05-27 22:03:11 +08:00
LmeSzinc
0da3a9f328
Del: Delete DungeonDaily group since dailies require dungeons less often
2024-05-27 15:35:44 +08:00
LmeSzinc
aacf1650fc
Merge branch 'master' into dev
2024-05-20 00:20:03 +08:00
Zebartin
99a6ab2a11
feat: Event assignments (All About Boothill)
2024-05-19 23:50:37 +08:00
LmeSzinc
9795103f4d
Add: Planner result scanner on GUI
2024-05-19 19:26:20 +08:00
LmeSzinc
da135402d4
Add: Show planner on gui
2024-05-18 00:51:27 +08:00
LmeSzinc
117704273f
Add: Planner progress in config
2024-05-18 00:07:14 +08:00
LmeSzinc
092b2e60db
Upd: Assignment resorted in 2.2 ( #453 )
2024-05-13 03:04:42 +08:00
LmeSzinc
56af575a5a
Chore: SimulatedUniverseFarm should be the last
2024-05-09 17:45:36 +08:00
Yinhr
4e05aa37a3
Upd: Add new dungeon and weekly in gui by config updater ( #447 )
...
* Fix: Food_Improvement_Plan does not exist anymore
* Upd: Add new dungeon and weekly in gui by config updater
* Fix: OCR of TM in dungeon
* Fix: remove TM in keywords
* Fix: remove TM in GUI
* Fix: Remove redundant i18n in en-US
---------
Co-authored-by: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com>
2024-05-09 17:40:41 +08:00
Schwarze-Katze
880bb2a911
Apply StoredCounter for counting farm times ( #419 )
...
* Apply StoredCounter in counting farm times
* i18n for SimulatedUniverseElite counter (probably used for display in future)
* change display style to "counter" style
* Configure ConfigUpdater.redirect and rename `SimulatedUniverseElite` config item to `SimulatedUniverseFarm`
* show `Rogue.RogueWorld.SimulatedUniverseFarm` in disabled mode only when `Rogue.RogueWorld.WeeklyFarming` is checked
* treat Rogue_RogueWorld_SimulatedUniverseFarm specially to display value only;
i18n for SimulatedUniverseFarm item;
bugfix on counter convert
* Set display style of stored counter
* update counter despite whether farming is enabled
2024-05-09 15:36:52 +08:00
Zero
bad70f415a
Upd: Character ( #445 )
...
Co-authored-by: LmeSzinc <lmeszincsales@gmail.com>
2024-05-08 16:46:11 +08:00
LmeSzinc
a3ce30dc96
Fix: VALID_CLOUD_PACKAGE uses wrong package list
...
causing cloud game client undetected during emulator start
2024-04-30 00:51:32 +08:00
Zero
47b8f4a37d
Upd: Character ( #422 )
...
Co-authored-by: LmeSzinc <lmeszincsales@gmail.com>
2024-04-18 21:32:58 +08:00
LmeSzinc
6ec8df8076
Opt: Early init minitouch and MaaTouch for faster startup
2024-04-15 19:27:20 +08:00
LmeSzinc
aa700b81db
I18n: WeeklyFarming description
2024-04-15 00:38:20 +08:00
LmeSzinc
6c56f5e286
Merge pull request #361 from Schwarze-Katze/master
...
Add feature of material farming in task RogueWorld
2024-04-14 21:42:29 +08:00
LmeSzinc
03ed78f905
Sync: [ALAS] Add nemu_ipc
2024-04-14 19:11:32 +08:00
katze
721ae38291
improves readability
2024-04-01 10:33:06 +08:00
katze
f262140fb6
Seperate stored counter into an independent class
2024-04-01 01:58:46 +08:00
Schwarze-Katze
792eb2157a
Merge branch 'LmeSzinc:master' into master
2024-04-01 00:27:15 +08:00
LmeSzinc
d01fa33cf0
Upd: Config update
2024-03-27 23:15:10 +08:00
Zero
757b137cb2
Upd: Character ( #387 )
...
* Fix: double information location (#369 )
* Upd: Character
---------
Co-authored-by: Yinhr <110515845+Yinhaoran1128@users.noreply.github.com>
Co-authored-by: LmeSzinc <lmeszincsales@gmail.com>
2024-03-27 21:26:43 +08:00
LmeSzinc
1cfed81433
Add: Do double events
2024-03-20 18:37:49 +08:00
LmeSzinc
774df1b0aa
Opt: Guarantee dailies done
2024-03-20 18:35:07 +08:00
LmeSzinc
e90f865674
Fix: Limit config combinations in cloud game
2024-03-16 16:24:44 +08:00