Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |