Commit Graph
14 Commits
Author SHA1 Message Date
atermonera 7a9806d9b4 Removes weapons 2022-04-17 19:14:32 -08:00
AtermoneraandGitHub 0c0dcb1738 Oops, I refactored Chemistry! (#8013)
Reorganizes Reagents dir structure
Refactors reactions to /decl
SSChemistry is no longer processing

Optimization isn't so optimized
Updates to distillery
New decl repository methods
Further tweaks
2021-04-20 18:31:49 -09:00
Meghan-RossiandGitHub c8dd5f48e3 Makes the recipe dump take catalysts into account (#7732)
Makes the recipe dump provide information on catalysts needed for food and drink recipes.
2020-10-17 03:13:39 -07:00
Meghan-RossiandGitHub 2fd390cbdb Makes the recipe dump take coatings into account (#7723)
Makes the recipe dump provide information on coatings needed for food recipes.
2020-10-16 23:10:25 -07:00
Rykka 24f754f558 Fix Recipe Dump + Reagents, reduce # of commits by 1 2020-07-23 23:46:27 -04:00
Rykka aae41604d7 Clean up commit history, bugfixes, etc. 2020-07-20 23:47:36 -04:00
Rykka aaf223b256 Aurora Commit 2 2020-07-16 20:52:28 -04:00
Mechoid 274b1e06ac Moves microwave recipes to their own subtype of the recipe datum, freeing it from the torment of being used solely for food. 2020-01-15 23:46:05 -08:00
Rykka 493b83d5a0 Update Chat System to use to_chat(src, "") instead of src << "" 2019-10-28 15:22:32 -06:00
kevinz000andAtermonera 46c79c7d3e [READY]Makes a bunch of processes subsystems instead (#5814
* Converts various New() definitions to Initialization()
* Adds absolute pathing
2019-01-15 22:58:06 -08:00
Arokha Sieyes 279232997d Fix flour!!! 2017-03-11 01:14:15 -05:00
Arokha Sieyes a2d89ae1b8 Now it does drinks and not-quite-foods too
I had to subtype all the recipes though. This should probably have been done a while ago anyway, medicine and drinks should probably have some sort of path separation like this.
2017-03-10 20:04:43 -05:00
Arokha Sieyes 1783dc282b Math is hard okay 2017-03-10 18:45:31 -05:00
Arokha Sieyes 4f47ce2d77 "Recipe Dump" admin verb
The idea of updating the wiki list of recipes is daunting, especially getting all the icons and resizing them to look nice on a webpage, so fuuuuuuuuck that.

I made a verb that does it. It dumps upsized (64x64) images of every food icon and a recipes.html file into your cache with a table that contains all the recipes, nicely formatted, in alphabetical order (the -burger and -kebab at the top are because those are [whatever-meat]-burger and [whatever-meat]-kebab).

Then you can just throw them on a website. It will include a recipes.css file if it's in the same dir.
Here's the result on our server:
https://vore-station.net/infodump/recipes.html
2017-03-10 18:25:48 -05:00