Commit Graph
100 Commits
Author SHA1 Message Date
Andrew Miner 4641a09922 Fix last home page entry 2015-04-11 13:03:14 -07:00
Andrew Miner b2d8c05fe9 Update the home page for Simply Jetpacks 2015-04-11 10:35:23 -07:00
Andrew Miner 21ad85b125 Add Simply Jetpacks 2015-04-11 10:24:25 -07:00
Andrew Miner 9230b09e25 Sketch mockups for redesigned "Craft" page 2015-04-10 19:32:07 -07:00
Andrew Miner d0ccc89717 Fix image for Melon (item) 2015-04-09 11:08:33 -07:00
Andrew Miner e72398a8d5 Update "What's New?" section for Modular PowerSuit 2015-04-08 18:07:13 -07:00
Andrew Miner 6eda6fb34e Update some pre-rendered pages 2015-04-08 18:02:04 -07:00
Andrew Miner a7c3181ff6 Add pre-rendered pages for Modular PowerSuits 2015-04-08 17:54:33 -07:00
Andrew Miner 2fe06eb80c Add Modular PowerSuits 2015-04-08 17:18:02 -07:00
Andrew Miner 5c41428e1a Update "What's New?" to talk about input quantity 2015-04-08 12:10:06 -07:00
Andrew Miner 4f8cfb7c1e Update various recipes to use input quantities 2015-04-08 11:50:04 -07:00
Andrew Miner 04a469d911 Fix bug in crafting plan with secondary outputs
Fix a bug in the crafting plan where it would determine the number of
repetitions of the recipe only based upon the primary output even
when the recipe was needed only for a secondary output (e.g., when a
recipe calls for Creosote Oil, which is only produced as a secondary
output).
2015-04-08 11:48:44 -07:00
Andrew Miner 78cc1bf297 Fix minor display issues with input quantities 2015-04-08 11:34:14 -07:00
Andrew Miner d67715b814 Update various mods to use input quantities 2015-04-07 21:28:43 -07:00
Andrew Miner 7818bda83f Fix recipe slug to account for input quantity 2015-04-07 21:28:09 -07:00
Andrew Miner b9912cd85f Update IC2 recipes to use input quantity 2015-04-07 20:26:31 -07:00
Andrew Miner 144aa1bf32 Allow item stacks as input for recipes
* Create the SlotController and refactor it into the various places
  where a crafting grid or crafting output is displayed
* Update the Recipe model to allow each "input" stack to retain the
  count indicated in the data file. This required changing how a few
  other classes interact with it in order for them to get the full
  stack back again for each input (instead of just getting the item
  slug)
* Update the ModVersionParser to allow for full stacks to be given
  as input and refactored common code out for handling input/output/
  tools stacks
2015-04-07 19:21:02 -07:00
Andrew Miner 2ba4dca95b Allow tests to be restricted from the command line 2015-04-07 19:19:56 -07:00
Andrew Miner b9e4fd15f4 Remove old "What's New?" content 2015-04-06 13:36:57 -07:00
Andrew Miner 8aaf82db02 Use new item picker for inventory manipulations 2015-04-06 13:34:18 -07:00
Andrew Miner 99d486f33b Update "What's New?" to add Extra Utilities 2015-04-06 11:35:19 -07:00
Andrew Miner d13f9f13f0 Remove extra copy of Extra Utilities data file 2015-04-06 11:28:37 -07:00
Andrew Miner 698976f28f Add pre-rendered pages for Extra Utilities 2015-04-06 11:16:52 -07:00
Andrew Miner b5e11bf3af Merge branch 'extra-utilities' of https://github.com/TiuTalk/crafting-guide into TiuTalk-extra-utilities 2015-04-06 09:55:19 -07:00
Andrew Miner e5cff0d62b Update "What's New?" section for search feature 2015-04-06 09:41:07 -07:00
Andrew Miner 69cd69799a Update prerendered page to include search 2015-04-06 09:19:41 -07:00
Andrew Miner 136ebb4187 Add site-wide search function 2015-04-05 18:33:51 -07:00
Andrew Miner b79fa5a148 Don't add incorrect history state for external links 2015-04-04 18:17:15 -07:00
Andrew Miner f78bd3f8c5 Fix two bugs found by @TiuTalk
* When redirecting internal links, double-check that they actually
  are internal before doing so.
* Avoid double-adding items to the /browse mod list
2015-04-04 18:12:32 -07:00
Andrew Miner 23debbbaf5 Annouce Ender Storage, prerender pages 2015-04-04 17:37:06 -07:00
Andrew Miner 2f3c542330 Fix spelling error 2015-04-03 20:03:57 -07:00
Andrew Miner d686172966 Update prerender for main page 2015-04-03 19:56:25 -07:00
Andrew Miner cf955d0b5c Update "What's New?" section for Mekansim 2015-04-03 19:51:27 -07:00
Andrew Miner fa49d08f11 Re-order some metal recipes
Certain metals took an unreasonable number of steps to create due to
the ordering of recipes forcing you to go through the most complex
tech-tier of metal production.
2015-04-03 19:45:26 -07:00
Andrew Miner e0c89c6209 Add prerendered pages for Mekanism 2015-04-03 19:32:17 -07:00
Andrew Miner cb8e51dd11 Add Mekanism 2015-04-03 18:01:39 -07:00
Andrew Miner 0b043b9677 Use MarkdownSectionController on item page 2015-04-03 18:01:38 -07:00
Andrew Miner 8f7f513880 Show all items produced by a given tool
When considering recipes for the various "related items" sections, be
sure to include all items produced by the related recipes.
2015-04-03 18:01:38 -07:00
Andrew Miner 32f58755ea Fix errors with the Mekansim data 2015-04-03 18:01:37 -07:00
Andrew Miner 40b2801e16 Rebase Mekanism branch to master 2015-04-03 18:01:37 -07:00
Andrew Miner d9ed9e5bfd WIP 2015-04-03 18:01:37 -07:00
Andrew Miner f1a7ee502f Restore sitemap script 2015-04-03 18:00:55 -07:00
Andrew Miner d517886969 Add further detail pages for BuildCraft. 2015-04-02 19:58:59 -07:00
Andrew Miner ef3dcea295 Update prerendered pages for BuildCraft 2015-04-02 18:50:25 -07:00
Andrew Miner 14ef6e47c7 Add descriptions for some BuildCraft items 2015-04-02 18:17:20 -07:00
Andrew Miner fd79eb77bb Update "What's New?" section 2015-04-02 16:08:49 -07:00
Andrew Miner 50344d3a03 Update to Buildcraft 6.4.6 2015-04-02 15:58:14 -07:00
Andrew Miner b738eaad02 Hide login feature for now 2015-04-02 11:06:42 -07:00
Andrew Miner b8251cc480 Merge branch 'andrewminer-github-login' 2015-04-02 11:04:59 -07:00
Andrew Miner 97aa631737 Update pre-rendered pages 2015-04-01 23:35:21 -07:00
Andrew Miner ad897b80c0 Complete the login feature 2015-04-01 13:31:07 -07:00
Andrew Miner 764f835698 Add first half of login process 2015-03-30 18:39:37 -07:00
Andrew Miner d1826c257b Re-create AE2 pre-render page 2015-03-27 12:57:06 -07:00
Andrew Miner 13f219421c Update pre-rendered version of AE2 detail page 2015-03-27 12:52:18 -07:00
Andrew Miner 409fbe3cf0 Fix problems with Gruntfile and local dependencies 2015-03-27 12:50:21 -07:00
Andrew Miner 2bc809fde1 Break up AE2 items into groups 2015-03-27 12:45:55 -07:00
Andrew Miner 6fa71233b8 Update author for Iron Chests #119 2015-03-26 19:03:14 -07:00
Andrew Miner 0de93f9e63 Update README.md 2015-03-26 18:51:41 -07:00
Andrew Miner 321cffcdcc Add unit tests to verify data integrity 2015-03-25 19:11:19 -07:00
Andrew Miner 351d84178d Use NPM published version of common module 2015-03-25 16:12:50 -07:00
Andrew Miner f015bcb9ac Update README.md 2015-03-25 15:47:10 -07:00
Andrew Miner 74c292eef9 Merge branch 'master' of github.com-andrewminer:andrewminer/crafting-guide 2015-03-25 15:14:26 -07:00
Andrew Miner d75ee61fbe Update package.json to properly specify deps
Update the `package.json` file to properly specify the dependency on
`crafting-guide-common` by referring to it's GitHub repository. This
should allow someone working on this package to have NPM donwload it
like anything else (including CircleCI).

Also change the `link-deps` Grunt command to `use-local-deps` and
make it remove the NPM-downloaded version and replace it with a
symlink to a local copy.
2015-03-25 15:12:37 -07:00
Andrew Miner 6c88d5a2ed Add CircleCI status badge 2015-03-25 14:51:03 -07:00
Andrew Miner f720df974b Update package.json to use proper test command 2015-03-25 14:49:19 -07:00
Andrew Miner 873434e938 Refactoring tests and moving code to common module
1. All tests have been converted into regular command-line mocha
   tests (instead of running in the browser), and the deployment
   script has been changed to automatically fail any `--new`
   deployment which doesn't pass.
2. Several small class (e.g., `Logger`) have been moved into a common
   module, `crafting-guide-common` so that they may be shared between
   the client and server.
2015-03-25 14:42:15 -07:00
Andrew Miner c7322ccf83 Fix issues with Google Adsense 2015-03-24 19:50:39 -07:00
Andrew Miner abaf617079 Add a tutorial for Iron Chests 2015-03-24 19:09:29 -07:00
Andrew Miner 9a4860a0e5 Update "What's New?" section for Iron Chests 2015-03-24 19:05:36 -07:00
Andrew Miner d964047974 Update markdown processing to handle more cases 2015-03-24 19:05:13 -07:00
Andrew Miner 4a45be71f9 Add Iron Chests mod 2015-03-24 17:14:11 -07:00
Andrew Miner 96ddd1bd4d Update markdown parsing to allow wiki links
Any link inside a item detail page's markdown description which does
not have a URL will be assumed to be the name of an item covered by
Crafting Guide and an URL will be added to reference the appropiate
browse page.
2015-03-24 17:12:25 -07:00
Andrew Miner 492d6854ac Update the "What's New?" section 2015-03-24 08:57:39 -07:00
Andrew Miner dd9645ef38 Add JABBA 2015-03-24 08:53:41 -07:00
Andrew Miner fac8139a19 Update description for BC 2015-03-23 01:03:02 -07:00
Andrew Miner 7c99f77639 Fix more animation bugs 2015-03-22 09:22:41 -07:00
Andrew Miner 40efc8ccc9 Fix various small issues from animation changes 2015-03-21 19:48:18 -07:00
Andrew Miner d0d0f65233 Update "What's new?" section 2015-03-21 19:04:46 -07:00
Andrew Miner 9956e64af0 Replace jQuery animations with CSS animations 2015-03-21 19:00:46 -07:00
Andrew Miner 3d0908c421 Fix recipe for 200mB Energized Glowstone 2015-03-20 20:02:54 -07:00
Andrew Miner 0a797df95b Remove debug logging 2015-03-20 19:54:35 -07:00
Andrew Miner b18e2e8c08 Fix sort order problem for mods 2015-03-20 19:51:55 -07:00
Andrew Miner 14cee92883 Merge branch 'andrewminer-tutorial-pages' into andrewminer-thermal-dynamics 2015-03-20 19:21:25 -07:00
Andrew Miner 5f9f28eecb Add ThermalDynamics 2015-03-20 19:21:10 -07:00
Andrew Miner ac120e81ee Fix minor error in Gates, Chips and Wires tutorial 2015-03-20 16:01:01 -07:00
Andrew Miner dc68615bb3 Add tutorials to sitemap & prerender 2015-03-20 14:12:56 -07:00
Andrew Miner b34d6ef483 Improve Gates, Wires, and Chips tutorial for BC 2015-03-20 14:05:34 -07:00
Andrew Miner 2faf4bfe7f Add videos section to tutorial page 2015-03-20 14:05:21 -07:00
Andrew Miner e58cc28815 Fix bug in here-doc parsing
When a here-doc contains an empty line, any whitespace it contains
should be ignored for purposes of determining the amount of leading
whitespace to trim from each line.
2015-03-20 14:02:58 -07:00
Andrew Miner 89a7f7a9d3 Initial implementation of tutorial pages 2015-03-20 12:22:01 -07:00
Andrew Miner ee5ff2b578 Correct recipe for Iron AND/OR Gates 2015-03-18 19:35:07 -07:00
Andrew Miner e7723b9452 Fix reinforced obsidian recipe 2015-03-18 17:16:32 -07:00
Andrew Miner b10fe74ba5 Update "What's New?" section 2015-03-13 22:18:06 -07:00
Andrew Miner 08eba99413 Don't show recipes for similarly name items
On item detail pages for items where multiple mods add an item of the
same name, recipes for both items would incorrectly be displayed.
2015-03-13 22:09:12 -07:00
Andrew Miner c9ab80e7ab Add BigReactors 0.4.2A2 2015-03-13 21:52:55 -07:00
Andrew Miner 8894124520 Don't show pass-through recipes
A pass-through recipe is one which requires an item as input which is
carried through to the output (e.g., using a Golden Railway Ticket to
create a regular Railway Ticket in Railcraft). As these aren't really
recipes, they should not be listed as such in the item detail page.
2015-03-13 19:06:33 -07:00
Andrew Miner 1333132cd8 Remove extraneous debug logging 2015-03-13 19:06:06 -07:00
Andrew Miner 57342bfbfa Don't show empty item detail page for disabled mod
When a mod is disabled, a naïve search for the item will yield an
empty set. Instead, ignore whether a mod is disabled when looking for
the principle item for a given page.
2015-03-13 18:32:16 -07:00
Andrew Miner 9ef8480da8 Add item descriptions for some BuildCraft items 2015-03-13 18:21:54 -07:00
Andrew Miner a7859087d7 Update home page "What's New" message 2015-03-12 22:42:02 -07:00