summaryrefslogtreecommitdiffstats
path: root/src/CraftingRecipes.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | 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.madmaxoft2014-07-171-1/+1
| | | | There should be at least two spaces in front and one space after //-style comments.
* Fixed basic whitespace problems.madmaxoft2014-07-171-4/+4
| | | | Indenting by spaces and alignment by spaces, as well as trailing whitespace on non-empty lines.
* Nullify deleted pointers.archshift2014-06-191-0/+1
|
* Merge branch 'master' into fixesTiger Wang2014-04-241-5/+7
|\ | | | | | | | | Conflicts: src/World.h
| * Merge pull request #909 from jfhumann/fixesMattes D2014-04-221-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 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
| | | | * Also simplified and improved readability of code
* Fix Linux compileTiger Wang2014-03-091-2/+3
|
* Implemented ballistic missiles (fireworks)Tiger Wang2014-02-271-1/+88
| | | | + Added fireworks
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-1/+1
| | | | Ref.: #407
* Moved source to srcAlexander Harkness2013-11-241-0/+770