Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Recipes match zero DamageValue strictly. | Mattes D | 2015-04-16 | 1 | -2/+2 |
| | | | | | To match any DamageValue for the ingredient, an explicit "-1" as the DamageValue must be specified. Fixes #1859. | ||||
* | Fixed PolishedGranite et al crafting recipes. | Mattes D | 2015-04-16 | 1 | -0/+1 |
| | | | | Fixes #1774. Ref.: #1859 | ||||
* | Fixed the CRAFTING_NO_RECIPE hook call. | Mattes D | 2014-12-04 | 1 | -1/+1 |
| | | | | | It used a pointer-to-pointer-to-cCraftingRecipe, which the Lua bindings didn't know how to handle, and emitted a warning message at runtime. Fixes #1641. | ||||
* | Replaced auto_ptr with unique_ptr. | Mattes D | 2014-11-27 | 1 | -3/+3 |
| | |||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -9/+9 |
| | |||||
* | Functions in cPluginManager get references instead of pointers. | Mattes D | 2014-10-15 | 1 | -4/+4 |
| | |||||
* | A better hotfix for CraftingRecipies | Tiger Wang | 2014-08-29 | 1 | -1/+1 |
| | |||||
* | Hotfixed recipe.txt loading. | Hownaer | 2014-08-29 | 1 | -2/+5 |
| | |||||
* | Fixed Integer pasing warnings in CraftingRecipies.cpp | Tycho | 2014-08-13 | 1 | -4/+2 |
| | |||||
* | Fixed type issues in CraftingRecipe.cpp | Tycho | 2014-08-13 | 1 | -2/+2 |
| | |||||
* | Fixed forgotten error checking | Tycho | 2014-08-13 | 1 | -1/+5 |
| | |||||
* | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2014-07-21 | 1 | -1/+1 |
| | |||||
* | Style: Normalized spaces after if, for and while. | madmaxoft | 2014-07-21 | 1 | -1/+1 |
| | |||||
* | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -3/+3 |
| | | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | ||||
* | Fixed spaces around single-line comments. | madmaxoft | 2014-07-17 | 1 | -1/+1 |
| | | | | There should be at least two spaces in front and one space after //-style comments. | ||||
* | Fixed basic whitespace problems. | madmaxoft | 2014-07-17 | 1 | -4/+4 |
| | | | | Indenting by spaces and alignment by spaces, as well as trailing whitespace on non-empty lines. | ||||
* | Nullify deleted pointers. | archshift | 2014-06-19 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into fixes | Tiger Wang | 2014-04-24 | 1 | -5/+7 |
|\ | | | | | | | | | Conflicts: src/World.h | ||||
| * | Merge pull request #909 from jfhumann/fixes | Mattes D | 2014-04-22 | 1 | -4/+6 |
| |\ | | | | | | | | | | | | | Bug fixes and optimizations. We need to visit the API functions and check that they return only those values expected. `cWorld::CreateProjectile()` seems affected, too, by the same issue of ToLua returning extra values. In the cleanest form, these functions will need moving to ManualBindings.cpp | ||||
| | * | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 2014-04-18 | 1 | -4/+6 |
| | | | |||||
| * | | Fixed a warning in CraftingRecipes. | Mattes D | 2014-04-21 | 1 | -1/+1 |
| |/ | |||||
* / | Small changes | Tiger Wang | 2014-04-23 | 1 | -2/+2 |
|/ | |||||
* | Added additional macros to support the MSVC size_t format and changed all formats to use the macros | Tycho | 2014-03-12 | 1 | -1/+1 |
| | |||||
* | Fixed a load of format string errors | Tycho | 2014-03-11 | 1 | -1/+1 |
| | |||||
* | Fixed test asserts | Tycho | 2014-03-10 | 1 | -0/+2 |
| | |||||
* | Moved firework handler to separate function | Tiger Wang | 2014-03-09 | 1 | -48/+45 |
| | | | | * Also simplified and improved readability of code | ||||
* | Fix Linux compile | Tiger Wang | 2014-03-09 | 1 | -2/+3 |
| | |||||
* | Implemented ballistic missiles (fireworks) | Tiger Wang | 2014-02-27 | 1 | -1/+88 |
| | | | | + Added fireworks | ||||
* | Moved bindings-related to a Bindings subfolder. | madmaxoft | 2013-12-08 | 1 | -1/+1 |
| | | | | Ref.: #407 | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+770 |