summaryrefslogtreecommitdiffstats
path: root/src/CraftingRecipes.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replaced cpp14::make_unique<> with std::make_unique<>.Mattes D2020-08-011-2/+2
* Introduce recipe book functionality (#4493)Tobias Wilken2020-07-141-5/+90
* Enable some more clang-tidy linter checks (#4738)peterbell102020-05-151-3/+3
* Enable C++17 in buildPeter Bell2020-05-091-7/+3
* Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)Mattes D2020-04-031-2/+2
* Don't attempt to give bucket with item count of 0Mat2020-03-231-1/+1
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-0/+1
* Add the fmt library (#4065)peterbell102018-01-031-2/+2
* Bulk clearing of whitespaceLogicParrot2016-02-051-28/+28
* Leather Armor can now be dyed.Samuel Barney2015-07-151-0/+192
* Changing the shared_ptr/unique_ptr constructors to the make_shared/make_unique functionsbibo382015-07-121-2/+2
* Fixed styleNounours Heureux2015-06-071-1/+1
* Cake crafting now give back the bucketNounours Heureux2015-06-071-1/+8
* Fixed crafting recipe matching.Mattes D2015-05-311-0/+3
* Made -Weverything an error.tycho2015-05-241-2/+2
* Recipes match zero DamageValue strictly.Mattes D2015-04-161-2/+2
* Fixed PolishedGranite et al crafting recipes.Mattes D2015-04-161-0/+1
* Fixed the CRAFTING_NO_RECIPE hook call.Mattes D2014-12-041-1/+1
* Replaced auto_ptr with unique_ptr.Mattes D2014-11-271-3/+3
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-9/+9
* Functions in cPluginManager get references instead of pointers.Mattes D2014-10-151-4/+4
* A better hotfix for CraftingRecipiesTiger Wang2014-08-291-1/+1
* Hotfixed recipe.txt loading.Hownaer2014-08-291-2/+5
* Fixed Integer pasing warnings in CraftingRecipies.cppTycho2014-08-131-4/+2
* Fixed type issues in CraftingRecipe.cppTycho2014-08-131-2/+2
* Fixed forgotten error checkingTycho2014-08-131-1/+5
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-1/+1
* Style: Normalized spaces after if, for and while.madmaxoft2014-07-211-1/+1
* Normalized comments.madmaxoft2014-07-171-3/+3
* Fixed spaces around single-line comments.madmaxoft2014-07-171-1/+1
* Fixed basic whitespace problems.madmaxoft2014-07-171-4/+4
* Nullify deleted pointers.archshift2014-06-191-0/+1
* Merge branch 'master' into fixesTiger Wang2014-04-241-5/+7
|\
| * Merge pull request #909 from jfhumann/fixesMattes D2014-04-221-4/+6
| |\
| | * Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-4/+6
| * | Fixed a warning in CraftingRecipes.Mattes D2014-04-211-1/+1
| |/
* / Small changesTiger Wang2014-04-231-2/+2
|/
* Added additional macros to support the MSVC size_t format and changed all formats to use the macrosTycho2014-03-121-1/+1
* Fixed a load of format string errorsTycho2014-03-111-1/+1
* Fixed test assertsTycho2014-03-101-0/+2
* Moved firework handler to separate functionTiger Wang2014-03-091-48/+45
* Fix Linux compileTiger Wang2014-03-091-2/+3
* Implemented ballistic missiles (fireworks)Tiger Wang2014-02-271-1/+88
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-1/+1
* Moved source to srcAlexander Harkness2013-11-241-0/+770