Commit graph

16 commits

Author SHA1 Message Date
hppeng-wynn 2561feb621
Wynn versioning method (#238)
* Update tomes.json with 2.0 tomes

Added the 18 new weapon tomes coming in update 2.0.
Also fixed fabled t1 weapon tomes having level 80 instead of 60.

* Update tome_map.json with 2.0 tomes

Added the 18 new weapon tomes coming in update 2.0.

* Add missing regression tests

* Encode and decode V8, initial files

* Adding shortcut load

use json directly meme

* Dummy data for 2.0.1.2 (same as 2.0.1.1)

update documentation slightly

* Tier 3 tomes, and update files from api

.... tech debt... when binary encode

* Change versioning system to use query instead of hash

hopefully less breaking change; also just prettier

* More misc bugfix

Fix race condition in builder graph load
Fix loading empty hash
Add boundless set tag and set bonus
Update mage atree

* Data files for wynn version 2.0.1.2, and updated atree const json

* Add ability for nodes to have (single) archetype req but no archetype

Possibly we want to make a more general req system

* Finish inputting rest of the atree changes

hopefully

* Minify index.html

* Add tree decoding pseudocode to dev/index.html

* Update V8 docs

* Style fixes, bump db versions

* missing... semicolons...

Co-authored-by: FrozenEarth <39888817+FrozenEarth-git@users.noreply.github.com>
Co-authored-by: hppeng <hppeng>
2022-12-16 10:29:01 +00:00
hppeng f8c266db8d Update item and ingred DB
and bump version numbers
2022-11-12 07:48:27 -08:00
fin444 aba70e7e92 bump ING_DB_VERSION 2022-09-10 17:13:24 -04:00
hppeng 2842dfc672 Frozenearth's changes + postprocessing 2022-09-02 22:38:27 -07:00
hppeng 385a097cf7 Patch 11 item changes
might have bugs...
2022-08-09 02:39:03 -07:00
hppeng d81bdd8e93 Fix fatal typo causing default ings to show as undefined in crafter 2022-08-02 23:42:59 -07:00
hppeng a3bf67aa2d Bump load.js version
also bump ing since i forgot to since ages ago
2022-07-19 21:31:01 -07:00
hppeng 3e9414ef1e Revert Map changes for big maps... use only for small object-like things 2022-07-17 16:34:54 -05:00
hppeng da6a422d79 Change ingred and item Maps to plain object access 2022-07-17 15:10:50 -05:00
hppeng 6ba2383e2f Add debugging printouts to skillpoint computation and overall compute 2022-07-16 22:47:19 -07:00
hppeng 4f7f0f9cfc Clean up loading code, much cleaner invocation during init (and less prone to races) 2022-06-12 07:45:48 -07:00
hppeng 6416a439d8 Update ingredients 2022-01-02 23:51:19 -08:00
b 8a61ede4bd Update 1.20.3 ing by hand -- high likelihood of death 2021-11-22 11:03:59 -08:00
b dc7b3caac0 Update ingred json manually... update item json with set bonus for ornament set 2021-11-22 10:19:20 -08:00
b 9ac699afbf WHOOOO API UPDATE 2021-10-29 20:13:58 -07:00
b 28a1e81a6c Move javascript files into their own folder 2021-10-17 18:21:02 -07:00
Renamed from load_ing.js (Browse further)