Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-06 | Add basic threading support. | John Ankarström | |
It is much easier to implement on the Prolog side than on the C side... :-) | |||
2022-05-29 | Add Wiki context menu option. | John Ankarström | |
It opens the Detective Conan World wiki page for the focused episode. | |||
2022-05-28 | Only collect screenplays. | John Ankarström | |
2022-05-28 | Add "Fetch Screenwriters" menu item. | John Ankarström | |
This is a separate item from "Fetch", because it takes a lot longer. | |||
2022-05-06 | Fix bug in maybe_assert_episode_datum. | John Ankarström | |
2022-04-23 | Update data if changed. | John Ankarström | |
2022-04-23 | Add File > Fetch. | John Ankarström | |
2022-04-07 | Fix rate_episode. | John Ankarström | |
2022-04-07 | Add "View TV Originals" option. | John Ankarström | |
2022-04-05 | Add episode ratings. | John Ankarström | |
2022-04-04 | Fetch more remote data. | John Ankarström | |
2022-04-04 | Rewrite episode data code. | John Ankarström | |
TODO: Ignore duplicate hints. | |||
2022-04-03 | Rename last_episode/1 to episode_count/1. | John Ankarström | |
2022-04-03 | Correctly fetch remote data for WPS episodes. | John Ankarström | |
2022-04-01 | Ensure episode data is downloaded. | John Ankarström | |
2022-03-29 | Show all episodes, not just local copies. | John Ankarström | |
Ideally, I'd like to distinguish them visually, but it is a bit complicated. For now, I don't really care. | |||
2022-03-06 | Update data for all episodes at once. | John Ankarström | |
Previously, a remote request would be made once per episode. | |||
2022-02-15 | Capitalize Hint key. | John Ankarström | |
2022-02-15 | Put C code and Prolog code in separate directories. | John Ankarström | |