Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Smelting Gives Experience (#4094) | Alex Sweet | 2018-04-11 | 1 | -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 whitespace | LogicParrot | 2016-02-05 | 1 | -2/+2 |
| | |||||
* | Implemented vanilla-like shift click. | Howaner | 2014-12-13 | 1 | -0/+3 |
| | | | This fixes many visual bugs. | ||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -1/+1 |
| | |||||
* | Avoid false positive in style check. | madmaxoft | 2014-09-01 | 1 | -1/+1 |
| | |||||
* | Fixed compile warnings. | Howaner | 2014-08-31 | 1 | -2/+2 |
| | |||||
* | Fixed wrong doxy-comment. | Howaner | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | Rewrited furnace.txt loading. | Howaner | 2014-08-31 | 1 | -26/+7 |
| | |||||
* | FurnaceRecipe: Moved the parsing into separate functions for clarity. | Mattes D | 2014-06-26 | 1 | -0/+8 |
| | |||||
* | Merge remote-tracking branch 'origin/furnaceparsing' into furnaceparsing | Tiger Wang | 2014-06-22 | 1 | -2/+2 |
| | | | | | Conflicts: src/FurnaceRecipe.cpp | ||||
* | Suggestions | Tiger Wang | 2014-06-22 | 1 | -4/+4 |
| | |||||
* | Rewrote furnace recipe parser | Tiger Wang | 2014-06-21 | 1 | -0/+22 |
| | | | | * Fixes #110 | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+50 |