Commit Graph
96 Commits
Author SHA1 Message Date
Andrew Miner 0def10bb63 Move sitemap to crafting-guide-prerender 2015-05-13 12:15:44 -07:00
Andrew Miner 9e318df625 Update sitemap to include login page 2015-05-11 09:48:07 -07:00
Andrew Miner 8b94f432b0 Update MarkdownSectionController with support for editing
This allows the MarkdownSectionController and ItemPageController to
work together to begin an editing session for an item description.
2015-05-07 11:19:36 -07:00
Andrew Miner fb1755785f Update sitemap for MineFactory Reloaded 2015-04-30 17:07:48 -07:00
Andrew Miner 2d4f60abc2 Move mod content into a separate module 2015-04-27 13:30:38 -07:00
Andrew Miner 36456ba2ab Move pre-rendered HTML to its own repository 2015-04-24 14:13:58 -07:00
Andrew Miner bca3e1242f Update pre-rendered pages 2015-04-24 12:16:32 -07:00
Andrew Miner de28784c7b Update prerendered pages for Adsense changes 2015-04-22 16:41:35 -07:00
Andrew Miner a4120fad2f Fixes to various recipes and pre-rendered pages 2015-04-22 13:57:31 -07:00
Andrew Miner 87a6664728 Correct recipe for Golden Fluid Pipe 2015-04-20 10:31:31 -07:00
Andrew Miner 6e28f90621 Update prerender for index.html 2015-04-20 10:23:57 -07:00
Andrew Miner 1be16b84fb Update prerendered pages for new search bar 2015-04-20 10:08:00 -07:00
Andrew Miner 5b014c9921 Redesign the crafting page
This introduces the new crafting page design featuring a new vertical
layout and list display of all crafting steps. It also makes it easy
to move items between the have/need sections and even from each step
into your inventory (causing a new crafting plan to be created which
doesn't plan on making that item).

* Convert the `BaseController.hide` and `show` methods to be much
  more robust in the use of CSS transitions (using a timer in case a
  transition doesn't actually fire).
* Change `hide`/`show` to use events for communicating animation
  state instead of callbacks
* Convert several controllers to fire events for communication with
  parent controllers instead of accepting functions.
* Rewrite the `CraftPageController`, `CraftPage` model and related
  Jade/SCSS files to implement the new design.
* Alter the `InventoryController` and `StackController` to allow a
  variety of action buttons, and for the events from those action
  buttons to bubble up to parent controllers
* Add the `StepController` and its related model, template, and style
  sheet as part of the new craft page.
* Tweak the `ItemSelectorController` and related files to allow for
  a variety of styles for the launcher button
2015-04-20 09:17:58 -07:00
Andrew Miner daaeb523d9 Correct recipe for BuildCraft Gold Gear 2015-04-14 12:36:42 -07:00
Andrew Miner 5a4e9f8c7b Correct recipe for IC2 Reactor Pressure Vessel 2015-04-13 09:57:34 -07:00
Andrew Miner e58a540cfa Add extra information to Kikoku description 2015-04-13 09:50:37 -07:00
Andrew Miner 34f7066471 Add crafting plan for Kikoku 2015-04-13 09:28:46 -07:00
Andrew Miner a32c62011e Add description for the Kikoku 2015-04-13 09:21:38 -07:00
Andrew Miner 7e71aba606 Add Solar Flux 2015-04-11 14:10:42 -07:00
Andrew Miner 21ad85b125 Add Simply Jetpacks 2015-04-11 10:24:25 -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 4f8cfb7c1e Update various recipes to use input quantities 2015-04-08 11:50:04 -07:00
Andrew Miner d67715b814 Update various mods to use input quantities 2015-04-07 21:28:43 -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 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
Thiago Belem ff91414a03 Fix Magnum Torch potions 2015-04-05 17:24:45 -03:00
Thiago Belem 7df9affcd5 Add final recipes 2015-04-05 17:13:11 -03:00
Thiago Belem 500380e850 Move compressed blocks to a group 2015-04-05 17:12:56 -03:00
Thiago Belem 2c4fd71195 Angel rings 2015-04-05 16:53:53 -03:00
Thiago Belem 93ca6c98dc More pipes 2015-04-05 16:46:56 -03:00
Thiago Belem d32bbc4e2a Spike recipes 2015-04-05 16:46:56 -03:00
Thiago Belem 01b7807fd8 Move some recipes 2015-04-05 16:46:56 -03:00
Thiago Belem d13d34fc24 Upgrade recipes 2015-04-05 16:46:56 -03:00
Thiago Belem 1a3dd6fb57 Pipe recipes 2015-04-05 16:46:55 -03:00
Thiago Belem 2d13a5e05c Aditional recipes to transfer nodes 2015-04-05 16:46:55 -03:00
Thiago Belem b693193d16 Add Extra Utilities 1.2.2 2015-04-05 16:46:55 -03:00
Thiago Belem baf44a4c0c Extra Utilities images 2015-04-05 16:46:30 -03:00
Andrew Miner 23debbbaf5 Annouce Ender Storage, prerender pages 2015-04-04 17:37:06 -07:00
Thiago Belem edd095e745 Rename Ender Chest
This is necessary to avoid conflicts with the vanilla Ender Chest.

Also, add spotlight videos to each item.
2015-04-04 20:13:42 -03:00
Thiago Belem 68896c3b97 Add tutorials 2015-04-04 19:46:13 -03:00
Thiago Belem 0f2618c03c EnderStorage 1.4.5.29 2015-04-04 17:41:06 -03:00