Commit Graph

  • d35b2356e7 Started working on DPS calculator. Daan Vanden Bosch 2019-06-16 20:31:48 +0200
  • ce263fde1f Fixed release 3. Daan Vanden Bosch 2019-06-16 13:10:21 +0200
  • 6658cf810e Release 3. Daan Vanden Bosch 2019-06-16 13:07:45 +0200
  • d6f422335d Make sure section ids icons overflow nicely in hunt optimizer. Daan Vanden Bosch 2019-06-16 13:02:40 +0200
  • 00c6dc804a Removed unnecessary import. Daan Vanden Bosch 2019-06-16 12:57:17 +0200
  • a71457642c Added section ID icons to hunt optimizer. Daan Vanden Bosch 2019-06-16 12:55:49 +0200
  • 414c34221b Added help text to hunt optimizer. Daan Vanden Bosch 2019-06-16 12:28:44 +0200
  • 30464680cb Items in the optimization result are now shown in the same order as the wanted list. Daan Vanden Bosch 2019-06-16 11:43:10 +0200
  • 583ef859a3 Upgraded dependencies. Daan Vanden Bosch 2019-06-16 10:57:53 +0200
  • 847106774f Release 2. Daan Vanden Bosch 2019-06-15 23:06:13 +0200
  • a6cb937485 All valid section IDs are now shown in the hunt optimization results instead of just one random one. Daan Vanden Bosch 2019-06-15 23:00:46 +0200
  • 58b8c66a89 Fixed bug that made DataTable background and border dissappear while antd animates dropdowns in Chrome. Daan Vanden Bosch 2019-06-13 13:41:15 +0200
  • 102022e7df Upgraded dependencies. Daan Vanden Bosch 2019-06-13 08:31:53 +0200
  • 16ff2645a3 Method times can now be edited in-memory if some code is uncommented. Daan Vanden Bosch 2019-06-12 19:53:03 +0200
  • 95b03c77fa First release of new project. Daan Vanden Bosch 2019-06-12 10:55:46 +0200
  • f169f72002 Quest editor should be the default tool. Daan Vanden Bosch 2019-06-12 10:49:18 +0200
  • e183cb4751 Formatted time nicely. Daan Vanden Bosch 2019-06-12 10:24:27 +0200
  • 0060f0c2e9 Small UI tweak. Daan Vanden Bosch 2019-06-12 10:07:50 +0200
  • ce2d8e10cf Added DataTable wrapper for MultiGrid and refactored code to use DataTable. Daan Vanden Bosch 2019-06-12 10:06:06 +0200
  • e2b1cc9282 Added unstyled methods table to hunt optimizer. Daan Vanden Bosch 2019-06-11 23:04:28 +0200
  • 76620f612c Converted drop tables to json. Daan Vanden Bosch 2019-06-11 14:34:57 +0200
  • f78de96ef5 Store items in json format. Fixed bug in HuntOptimizerStore. Daan Vanden Bosch 2019-06-11 13:37:46 +0200
  • e3c47d73c9 Store wanted items in localStorage. Daan Vanden Bosch 2019-06-11 13:13:54 +0200
  • 7815bd96a5 Updated dependencies. Daan Vanden Bosch 2019-06-11 12:07:24 +0200
  • ee42d6bf5b Added totals row to hunt optimizer results table. Daan Vanden Bosch 2019-06-06 21:40:12 +0200
  • 308352ed27 Added support for splitting pan arms in the hunt optimizer. Fixed a bug. Daan Vanden Bosch 2019-06-06 20:30:14 +0200
  • 92ee40de65 Hunt optimizer now takes rare enemies into account. Daan Vanden Bosch 2019-06-06 15:42:02 +0200
  • db6f8371b1 More hunt optimizer UI improvements. Daan Vanden Bosch 2019-06-06 12:47:19 +0200
  • ccbc040576 Improved hunt optimizer UI. Daan Vanden Bosch 2019-06-06 02:24:21 +0200
  • 45c9df039a Hunt optimizer is working but isn't very user-friendly yet. Daan Vanden Bosch 2019-06-05 16:49:00 +0200
  • 63a703e708 Fixed bug in LP solver call. Daan Vanden Bosch 2019-06-04 17:04:20 +0200
  • 72ecdac71d Set up basic LP algorithm to optimize hunts. Fixed errors in data. Daan Vanden Bosch 2019-06-04 17:01:51 +0200
  • 734ed1016d Added Loadable and PerServer. Refactored code to make data loading and per-server data simpler. Daan Vanden Bosch 2019-06-03 21:41:18 +0200
  • 6cfcb6fac0 Customized antd theme. Daan Vanden Bosch 2019-06-01 17:57:27 +0200
  • 0c9218be16 Hunt methods are now loaded for ephinea. Daan Vanden Bosch 2019-06-01 16:02:06 +0200
  • 0dc55b5eb7 Removed blueprintjs and added antd, refactored all code to use antd. Added list of wanted items to hunt optimizer. Daan Vanden Bosch 2019-05-31 23:20:13 +0200
  • f324886240 Added script for downloading ephinea drop table in TSV format. Added HuntOptimizer component and error boundary. Daan Vanden Bosch 2019-05-30 17:57:31 +0200
  • f31570d5f5 Refactored code so that new tools can now be added easily. Daan Vanden Bosch 2019-05-29 21:43:06 +0200
  • eacf826fc8 Removed unnecessary resources. Daan Vanden Bosch 2019-05-29 18:02:35 +0200
  • 15883a13e1 BluePrint React components are now used everywhere instead of css classes. Styling is now done in css files instead of setting the style prop. Daan Vanden Bosch 2019-05-29 17:59:47 +0200
  • eed7b5d68e All state changes now happen via mobx actions. Fixed bug that allowed users to save .qst files with names that are too long (and thus corrupting the file). Daan Vanden Bosch 2019-05-29 17:04:06 +0200
  • ea2896bb74 All code now conforms to typical TypeScript conventions. Daan Vanden Bosch 2019-05-29 14:46:29 +0200
  • ad5372fa98 Reformatted most of the code to comply to TypeScript conventions. Daan Vanden Bosch 2019-05-29 01:37:00 +0200
  • 119b2cb71a Converted all tests to TypeScript. Daan Vanden Bosch 2019-05-28 22:24:28 +0200
  • 8dee30f46f Added license. Daan Vanden Bosch 2019-05-28 18:43:34 +0200
  • e629b868fa Updated README. Daan Vanden Bosch 2019-05-28 18:40:48 +0200
  • 77486f8bd4 Converted Phantasmal Quest Editor code to TypeScript. Daan Vanden Bosch 2019-05-28 18:40:29 +0200
  • 94239000fd Initial commit from Create React App Daan Vanden Bosch 2019-05-28 13:44:17 +0200