about summary refs log tree commit diff stats
path: root/lunatic.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Re-enabled posting to TwitterKelly Rauchenberger2018-03-021-82/+109
|
* Added blacklist backKelly Rauchenberger2018-03-021-0/+28
|
* Handled games with no imagesKelly Rauchenberger2018-03-021-9/+17
| | | | For games where no images could be downloaded from Steam, which happens if a game has been removed from the store, the bot will now use a default background. This image is copyright Nintendo.
* Added overlay shadow, achievement title wrapping, and dateKelly Rauchenberger2018-03-021-15/+105
| | | | The canonical title font is Roboto Bold and the date font is Roboto Medium.
* Added "YOU GOT A MOON!" overlay to imageKelly Rauchenberger2018-03-021-46/+26
| | | | | | | | The font used is MOON GET! (https://maxigamer.deviantart.com/art/Font-MOON-GET-A-Super-Mario-Odyssey-Typeface-732847350). The name of the achievement is also printed in a config-defined font. The correct moon image is also added to the output. Fixed issue where images wouldn't be stretched to conform to a 16:9 ratio. The bot will no longer generate multi moons.
* Redesigned persistent data formtaKelly Rauchenberger2018-03-011-5/+45
| | | | | | | | | | This is the start of a project to add imagery to the bot's output. We began by rewriting the scraper to use a SQLite datafile instead of dumping achievement names to a text file. This allows storage of additional information about each achievement, and allows for more sophisticated scraping. Profiles to be scraped can be added on the command line using the scraper script, instead of being specified in a config file. The scraper can conduct full or delta scrapes; in a delta scrape, only each profile's recent games are scraped, whereas they are all scraped in a full scrape. When a game is scraped for the first time, images from the store page of that game are saved locally to be used by the bot. The bot has been altered to not use Twitter, and instead generate a pixelated image based on an image from the game of the chosen achievement. This is just for development purposes. It also crashes occasionally due to picking an achievement from a game that does not have any images saved. Sprites of the moons from Odyssey have been included in the repository. A short message denoting their copyright is included.
* Decreased bot delay to 1 hourKelly Rauchenberger2018-02-231-1/+1
|
* Created botKelly Rauchenberger2018-02-231-0/+84