Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial convertion of a_Dt to std::chrono | Tycho | 2015-01-11 | 1 | -2/+2 |
| | | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay | ||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -2/+2 |
| | |||||
* | Exported individual projectile classes to Lua API. | Mattes D | 2014-10-21 | 1 | -10/+10 |
| | | | | They used to be exported, but then they were moved to separate files and those werent' added to the ToLua processing list. | ||||
* | Functions in cPluginManager get references instead of pointers. | Mattes D | 2014-10-15 | 1 | -1/+1 |
| | |||||
* | Fixed style | Jaume Aloy | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | Fixes | Jaume Aloy | 2014-08-19 | 1 | -2/+4 |
| | | | | | | | | - Changed m_TicksLeftBurning > 0 for IsOnFire() - Tried to do the changes in BlockHandler.cpp - Removed m_Creator in ArrowEntity - Added m_Enchantments in ProjectileEntity CreatorData - Added blank lines between functions | ||||
* | Removed redundant semicolons and re-added warning | archshift | 2014-07-24 | 1 | -1/+1 |
| | |||||
* | Basic style fixes. | madmaxoft | 2014-07-17 | 1 | -2/+2 |
| | |||||
* | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -1/+1 |
| | | | | | 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. | ||||
* | Made CreateProjectile a pointer | worktycho | 2014-07-13 | 1 | -1/+1 |
| | |||||
* | Changed everything to callbacks | Tiger Wang | 2014-07-05 | 1 | -3/+3 |
| | |||||
* | Crash and compile fix | Tiger Wang | 2014-07-04 | 1 | -1/+1 |
| | |||||
* | Various fixed | Tiger Wang | 2014-07-04 | 1 | -4/+30 |
| | | | | | * Fixed potential invalid pointer dereferencing, fixes #1117 * Fixed ender pearls not being loaded properly | ||||
* | Fixed ToLua errors, added newlines | archshift | 2014-04-27 | 1 | -1/+1 |
| | |||||
* | Moved cFireworkEntity out of ProjectileEntity.h | archshift | 2014-04-27 | 1 | -44/+1 |
| | |||||
* | Moved cGhastFireballEntity out of ProjectileEntity.h | archshift | 2014-04-27 | 1 | -31/+0 |
| | |||||
* | Moved cFireChargeEntity out of ProjectileEntity.h | archshift | 2014-04-27 | 1 | -28/+0 |
| | |||||
* | Moved cThrownSnowballEntity out of ProjectileEntity.h | archshift | 2014-04-27 | 1 | -27/+0 |
| | |||||
* | Moved cExpBottleEntity out of ProjectileEntity.h | archshift | 2014-04-27 | 1 | -26/+0 |
| | |||||
* | Moved cThrownEnderPearl out of ProjectileEntity.h | archshift | 2014-04-27 | 1 | -32/+0 |
| | |||||
* | Moved cThrownEggEntity out of ProjectileEntity.h | archshift | 2014-04-27 | 1 | -32/+0 |
| | |||||
* | Moved cArrowEntity out of ProjectileEntity.h | archshift | 2014-04-27 | 1 | -88/+0 |
| | |||||
* | Creator not user. | archshift | 2014-04-25 | 1 | -2/+2 |
| | |||||
* | Comments for TrySpawnChicken() and TeleportUser(). | archshift | 2014-04-25 | 1 | -0/+2 |
| | |||||
* | Rename spawn chicken method, Initialize m_HasTeleported. | archshift | 2014-04-25 | 1 | -1/+1 |
| | |||||
* | Chicken eggs and ender pearls can hit entities. | archshift | 2014-04-25 | 1 | -1/+10 |
| | | | | Fixed warning by adding dedicated m_HasTeleported for fired arrows. | ||||
* | Merge remote-tracking branch 'origin/SnowBall' | madmaxoft | 2014-03-12 | 1 | -0/+1 |
|\ | |||||
| * | Snowballs now actualy hurt other entities. | STRWarrior | 2014-03-11 | 1 | -0/+1 |
| | | | | | | | | 3 damage for blazes and 1 for the ender dragon. Otherwise 0 | ||||
* | | Implemented ballistic missiles (fireworks) | Tiger Wang | 2014-02-27 | 1 | -3/+9 |
|/ | | | | + Added fireworks | ||||
* | Improved Type safety of eBlockFace | Tycho | 2014-02-04 | 1 | -9/+9 |
| | | | | May Fix #640 | ||||
* | converted commneted paramater names to the unused macro | Tycho Bickerstaff | 2013-12-22 | 1 | -1/+5 |
| | |||||
* | ChunkSender is now warnings clean | Tycho Bickerstaff | 2013-12-21 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into foldermove2 | Alexander Harkness | 2013-11-24 | 1 | -1/+58 |
| | | | | | Conflicts: GNUmakefile | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+325 |