Commit Graph

24 Commits

Author SHA1 Message Date
f6c6cd87c8 add functionalities to automatically discard completed points with already regenerated resources 2022-12-10 17:05:19 -08:00
c8a4e1c840 Merge pull request #633 from harlanx/ascension_material_map_filter
Character and weapon-based filter for Interactive Map
2022-09-07 21:43:47 -06:00
73f549d736 Character and weapon based filter for Interactive Map 2022-09-08 09:15:05 +08:00
7c24f53b11 Scale map icons with font size 2022-09-07 01:02:27 +08:00
b8a6e792bd init filter 2022-08-27 15:40:25 -06:00
b2cb0cc2e9 Added Dendroculus to Interactive Map detect, Fixed Auto Tree struct 2022-08-24 01:07:19 -06:00
679c8fcee3 Merge branch 'Akebi-Group:master' into master 2022-07-30 04:27:30 +08:00
f0ae3753f9 Fix Exception in Console, when loading ptr null 2022-07-27 14:14:09 +03:00
66f168bc51 fixed revert last point completion
the elements in unordered_set are not sorted in any particular order. so when insert point data , it will insert at begin or end or somewhere. so i changed it to list to make sure the last inserted element must be at the end of the list
2022-07-21 22:31:11 +08:00
372663de71 fix interactive map revert latest point completion
It looks like "unordered_set" is in forward order in memory instead of reverse order
2022-07-21 02:00:48 +08:00
1cc12c3906 Squashed commit of the following:
commit 47c4c806ddd23937a19796e95716d59b664528e0
Author: Fanixtar <96950043+Fanixtar@users.noreply.github.com>
Date:   Fri Jul 15 23:00:04 2022 +0700

    Add Golden Apple Archipelago interactive map data
2022-07-16 02:22:36 +08:00
770ea91296 fix #231: add input block only on map drawing 2022-07-13 11:41:40 +03:00
975ef516fd fix #231: infinity input blocking when Filters collapsed 2022-07-13 11:19:38 +03:00
d89c200346 Fix Interactive Map input bug 2022-07-09 21:10:24 +07:00
3a96c7b07b Add in-completed options for Interactive Map icon view 2022-07-04 12:50:11 +07:00
0376b817bc added complete points button to interactive map 2022-07-03 00:33:19 +10:00
1b282b3168 Fix Starsilver 'filter not found' in Interactive Map 2022-06-21 01:24:14 +07:00
68fbcadb98 pr #112: move mapRect from global scope 2022-06-15 12:36:45 +03:00
75c77d7e14 Maybe fixed the problem with the interface from the card. 2022-06-14 19:30:53 +03:00
bc59508cd9 update 2.7 (#46): fix intreactive map & radar (rotation mode) 2022-05-31 12:35:58 +03:00
0a1bbf64f6 many changes
fix several offsets for 2.7
partialy rename functions
fix il2cpp api
disable Il2CppPatternScanner
2022-05-29 22:51:08 +03:00
45146d71be Updated all functions to 2.7 2022-05-28 04:21:08 -06:00
e2c9c9eae3 minor changes
improvement `ImGui::BeginGroupPanel`
fix typos
fix warnings
anti-debug bypass changes (implementation is private for now)
2022-05-26 16:15:31 +03:00
9999f2f9cb We rise from the ashes 2022-05-17 03:13:41 +03:00