Commit Graph

914 Commits

Author SHA1 Message Date
Daan Vanden Bosch
a639eb683f Some renaming. 2019-06-26 17:47:53 +02:00
Daan Vanden Bosch
056eb50b04 Added support for several formats and PRC decryption. 2019-06-26 17:21:05 +02:00
Daan Vanden Bosch
ab9a6afd54 Fixed bug in quest parsing code. 2019-06-23 02:45:56 +02:00
Daan Vanden Bosch
591640344a Add /deployment to .gitignore. 2019-06-22 21:03:46 +02:00
Daan Vanden Bosch
2ec99ea005 Improved the way npc flags are handled in dat files. 2019-06-22 20:41:26 +02:00
Daan Vanden Bosch
a21d31ce3a Fixed detection of barbarous wolves, pouilly slimes, sinow golds, yowies and kondrieu. 2019-06-22 20:29:16 +02:00
Daan Vanden Bosch
fe3859b782 Hunt methods are now sortable. 2019-06-22 17:05:42 +02:00
Daan Vanden Bosch
5f7a4d5c1d Filter out more quests that don't drop items. 2019-06-22 14:58:57 +02:00
Daan Vanden Bosch
15e652a5f4 Visual bug fix and improved help text for hunt optimizer. 2019-06-22 12:23:24 +02:00
Daan Vanden Bosch
2cec75224e Visual bug fix. 2019-06-22 12:08:03 +02:00
Daan Vanden Bosch
adaa36031e Hunt method times can now be customized by the user. 2019-06-22 01:12:39 +02:00
Daan Vanden Bosch
0eb4cf6b96 Removed BPDD and BPDD2 from the quest list because their enemies don't drop items. 2019-06-22 00:44:05 +02:00
Daan Vanden Bosch
71feaf7867 Quests are now loaded from a json file generated from quest files. 2019-06-22 00:27:04 +02:00
Daan Vanden Bosch
4a91cb2a29 Added log library. 2019-06-21 20:06:55 +02:00
Daan Vanden Bosch
a949eb5ffb Using synchronous file access where possible. 2019-06-21 09:24:12 +02:00
Daan Vanden Bosch
4b3695dd6f Basic damage calculations are done for DPS calculator. 2019-06-20 18:20:04 +02:00
Daan Vanden Bosch
3bc50a1e63 Now extracting shield and armor stats from ItemPMT for Ephinea. 2019-06-20 18:11:36 +02:00
Daan Vanden Bosch
a684bb65c8 Renamed ItemKind to ItemType for consistency with NpcType. 2019-06-20 14:06:11 +02:00
Daan Vanden Bosch
4a3f5991ed Now using ItemPMT.bin and unitxt_j.prs for item kind list. 2019-06-19 22:14:48 +02:00
Daan Vanden Bosch
d973a31b35 Added server selector so users see only Ephinea is supported. 2019-06-16 20:48:13 +02:00
Daan Vanden Bosch
d35b2356e7 Started working on DPS calculator. 2019-06-16 20:31:48 +02:00
Daan Vanden Bosch
d6f422335d Make sure section ids icons overflow nicely in hunt optimizer. 2019-06-16 13:02:40 +02:00
Daan Vanden Bosch
00c6dc804a Removed unnecessary import. 2019-06-16 12:57:17 +02:00
Daan Vanden Bosch
a71457642c Added section ID icons to hunt optimizer. 2019-06-16 12:55:49 +02:00
Daan Vanden Bosch
414c34221b Added help text to hunt optimizer. 2019-06-16 12:28:44 +02:00
Daan Vanden Bosch
30464680cb Items in the optimization result are now shown in the same order as the wanted list. 2019-06-16 11:43:10 +02:00
Daan Vanden Bosch
583ef859a3 Upgraded dependencies. 2019-06-16 10:57:53 +02:00
Daan Vanden Bosch
a6cb937485 All valid section IDs are now shown in the hunt optimization results instead of just one random one. 2019-06-15 23:00:46 +02:00
Daan Vanden Bosch
58b8c66a89 Fixed bug that made DataTable background and border dissappear while antd animates dropdowns in Chrome. 2019-06-13 13:41:15 +02:00
Daan Vanden Bosch
102022e7df Upgraded dependencies. 2019-06-13 08:31:53 +02:00
Daan Vanden Bosch
16ff2645a3 Method times can now be edited in-memory if some code is uncommented. 2019-06-12 19:53:03 +02:00
Daan Vanden Bosch
f169f72002 Quest editor should be the default tool. 2019-06-12 10:49:18 +02:00
Daan Vanden Bosch
e183cb4751 Formatted time nicely. 2019-06-12 10:24:27 +02:00
Daan Vanden Bosch
0060f0c2e9 Small UI tweak. 2019-06-12 10:07:50 +02:00
Daan Vanden Bosch
ce2d8e10cf Added DataTable wrapper for MultiGrid and refactored code to use DataTable. 2019-06-12 10:06:06 +02:00
Daan Vanden Bosch
e2b1cc9282 Added unstyled methods table to hunt optimizer. 2019-06-11 23:04:28 +02:00
Daan Vanden Bosch
76620f612c Converted drop tables to json. 2019-06-11 14:34:57 +02:00
Daan Vanden Bosch
f78de96ef5 Store items in json format. Fixed bug in HuntOptimizerStore. 2019-06-11 13:37:46 +02:00
Daan Vanden Bosch
e3c47d73c9 Store wanted items in localStorage. 2019-06-11 13:13:54 +02:00
Daan Vanden Bosch
7815bd96a5 Updated dependencies. 2019-06-11 12:07:24 +02:00
Daan Vanden Bosch
ee42d6bf5b Added totals row to hunt optimizer results table. 2019-06-06 21:40:12 +02:00
Daan Vanden Bosch
308352ed27 Added support for splitting pan arms in the hunt optimizer. Fixed a bug. 2019-06-06 20:30:14 +02:00
Daan Vanden Bosch
92ee40de65 Hunt optimizer now takes rare enemies into account. 2019-06-06 15:42:02 +02:00
Daan Vanden Bosch
db6f8371b1 More hunt optimizer UI improvements. 2019-06-06 12:47:19 +02:00
Daan Vanden Bosch
ccbc040576 Improved hunt optimizer UI. 2019-06-06 02:24:21 +02:00
Daan Vanden Bosch
45c9df039a Hunt optimizer is working but isn't very user-friendly yet. 2019-06-05 16:49:00 +02:00
Daan Vanden Bosch
63a703e708 Fixed bug in LP solver call. 2019-06-04 17:04:20 +02:00
Daan Vanden Bosch
72ecdac71d Set up basic LP algorithm to optimize hunts. Fixed errors in data. 2019-06-04 17:01:51 +02:00
Daan Vanden Bosch
734ed1016d Added Loadable and PerServer. Refactored code to make data loading and per-server data simpler. 2019-06-03 21:41:18 +02:00
Daan Vanden Bosch
6cfcb6fac0 Customized antd theme. 2019-06-01 17:57:27 +02:00