summaryrefslogtreecommitdiffstats
path: root/src/FurnaceRecipe.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Smelting Gives Experience (#4094)Alex Sweet2018-04-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Smelting Exp Smelting now gives experience * Furnace.txt update Exp rewards are entered in furnace.txt, Reward calculation is now done is the furnaceentity class * furnace.txt update Changed alignment tabs to spaces Included documentation of exp in recipe * Updated StringToFloat changed strtod to strtof * Explicit Float to Int * Reworked Smelting Rewards * No C casts -Adds new function to the api -Sets reward counter to 0 in furnace constructor * Style and exp lock removed -Fixed style mistakes accoring to PR notes -XP isn't locked to a single player anymore * No Smelter API -Removed SetLastSmelter and GetLastSmelter -Fixed comments -Fixed log reward amounts
* Bulk clearing of whitespaceLogicParrot2016-02-051-2/+2
|
* Implemented vanilla-like shift click.Howaner2014-12-131-0/+3
| | | This fixes many visual bugs.
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-1/+1
|
* Avoid false positive in style check.madmaxoft2014-09-011-1/+1
|
* Fixed compile warnings.Howaner2014-08-311-2/+2
|
* Fixed wrong doxy-comment.Howaner2014-08-311-1/+1
|
* Rewrited furnace.txt loading.Howaner2014-08-311-26/+7
|
* FurnaceRecipe: Moved the parsing into separate functions for clarity.Mattes D2014-06-261-0/+8
|
* Merge remote-tracking branch 'origin/furnaceparsing' into furnaceparsingTiger Wang2014-06-221-2/+2
| | | | | Conflicts: src/FurnaceRecipe.cpp
* SuggestionsTiger Wang2014-06-221-4/+4
|
* Rewrote furnace recipe parserTiger Wang2014-06-211-0/+22
| | | | * Fixes #110
* Moved source to srcAlexander Harkness2013-11-241-0/+50