impress-2020/scripts
Matchu 4cd5cf5800 Fix handling of assets with https://images.neopets.com/temp SWF URLs
Weird! Well! This caused two issues.

One is that we used to filter down to only assets whose urls end in
`.swf`, because I never added support for the sound ones :p

The other is that we were using the SWF URL to infer the potential
manifest URLs, which we can't do when the SWF URL is a weird
placeholder!

Thankfully, just yesterday (wow!) we happened to have Classic DTI keep
track of `manifest_url` during the modeling process, and we backfilled
everything. So the most recent `temp` assets have their manifest! But
slightly older ones (not that old tho!!) didn't, so I manually inferred
the manifest URL from the asset's `remote_id` field instead (which
worked cuz there was no hash component to the manifest URL, unlike some
manifests).

The item "Flowing Black Cloak" (86668) on the Zafara is the one we were
looking at and testing with!
2023-11-11 13:28:47 -08:00
..
archive Increase timeout in archive SQL queries 2023-06-12 10:56:40 -07:00
db Update public data 2022-12-08 13:34:40 -08:00
exported-user-data delete-user.js script 2021-03-10 05:19:51 -08:00
build-cached-data.js Turn on Honeycomb instrumentation again 2021-11-26 23:41:22 -08:00
cache-asset-manifests.js Fix handling of assets with https://images.neopets.com/temp SWF URLs 2023-11-11 13:28:47 -08:00
delete-user.js delete-user.js script 2021-03-10 05:19:51 -08:00
export-users-to-auth0.js Oops, fix db pooling for scripts 2022-02-03 16:14:40 -08:00
model-needed-items.js Better logging output for model-needed-items 2022-10-12 11:55:29 -07:00
setup-mysql.sql Add the /donate page 2022-09-25 08:05:38 -07:00
validate-owls-data.js Use latest ~owls NC trade values API 2022-09-04 01:35:05 -07:00