0
0
mirror of https://github.com/marcrobledo/savegame-editors.git synced 2025-04-28 17:15:11 +00:00

16 Commits

Author SHA1 Message Date
aquacluck
63fc927cbb Offline+Chrome fixes
- Chrome+Edge don't trivially accept dropped folders when the page is
  running as a local file:/// origin: https://github.com/danialfarid/ng-file-upload/issues/236
  Setting `inputFile.webkitdirectory = true` allows for *browsing* to
  pick folders in this situation, but it only accepts folders and
  prevents individual files from being picked, so I've left it commented
  out while leaving the later logic it needs to work.

- This means local usage+development is best experienced with either
  Firefox or (for Chrome/Edge) a simple http server.

- Chrome+Edge don't always set file.webkitRelativePath, here we just
  patch it in but there might be a cleaner way.
  https://github.com/ant-design/ant-design/issues/16426#issuecomment-490793206
2024-02-10 20:43:54 -08:00
aquacluck
5e402e8fe0 TOTK: Add savegame slot picker 2024-02-10 04:59:46 -08:00
aquacluck
9dcd16546a Recurse into dropped folders
afaik this should be compatible with the current logic

demo loading and input[type=file] callsites are untouched, since those
are never(?) able to select a folder
2024-02-09 21:47:40 -08:00
Marc Robledo
6c939e5c8e allow example savegame to be loaded when there are more than one savegame filename known 2023-07-29 11:43:49 +02:00
Marc Robledo
fdcad683d6 added unload 'event' 2023-07-02 11:33:04 +02:00
Marc Robledo
624ee098d8 TOTK: no more hardcoded offsets, using real hash offsets now :) 2023-05-21 09:26:06 +02:00
Marc Robledo
f66e080762 fixed small bug with select elements 2023-05-19 20:48:38 +02:00
Marc Robledo
c251d26138 TOTK: big code overhaul 2023-05-19 20:15:09 +02:00
Marc Robledo
9a92623bd3 improved the way the filenames are shown in the drag and drop container 2023-05-08 19:58:09 +02:00
Marc Robledo
8603e4d4ea feature: option to hide example file message 2023-05-05 20:58:30 +02:00
Marc Robledo
a1efafa087 fix chrome offline saving 2020-07-19 09:04:37 +02:00
Marc Robledo
1e66904112 * switch to service worker in all editors
* added MK7 editor
* fixed KI:Uprising weapon saving
* BOTW:
    * added Wii U/Switch mode transfer
    * fixed scrolling topbar
    * added compatibility with Kiosk version
    * master editor: revamp and faster
savegame-editor.js has been updated with fixes and performance improvements, also using now fetch to retrieve example files
2019-04-16 11:21:05 +02:00
Marc Robledo
bcbcb1a7c9 added support for botw 1.3.3 alt, fixed a few bits in coordinates, testing appcache replacement with service workers 2018-04-08 12:51:26 +02:00
Marc Robledo
34f1fdb6f9 new menu 2017-07-07 00:03:24 +02:00
Marc Robledo
91d2b7f5b2 fixes in zelda botw editor 1.2 and added korok seed unlocker 2017-05-11 09:42:43 +02:00
Marc Robledo
3b4f5522f5 provisional botw update to 1.2 2017-05-10 09:27:13 +02:00