Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-11 | Initial convertion of a_Dt to std::chrono | Tycho | 1 | -1/+1 | |
also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay | |||||
2014-10-21 | Exported individual projectile classes to Lua API. | Mattes D | 1 | -3/+15 | |
They used to be exported, but then they were moved to separate files and those werent' added to the ToLua processing list. | |||||
2014-07-26 | SplashPotionEntity: Use `const cItem &` instead of a cItem | archshift | 1 | -1/+1 | |
2014-07-26 | Moved potion static functions to EntityEffect to create splash potions through world | archshift | 1 | -3/+1 | |
2014-07-24 | Removed redundant semicolons and re-added warning | archshift | 1 | -1/+1 | |
2014-07-20 | Added destroy-timer system to splash potion entities | archshift | 1 | -0/+20 | |
2014-07-19 | Splash potions: Renamed PotionParticleType to PotionColor for clarity | archshift | 1 | -6/+6 | |
2014-07-19 | Fixed splash potion color on toss | archshift | 1 | -0/+2 | |
2014-07-17 | Normalized comments. | madmaxoft | 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. | |||||
2014-07-15 | Restructured cSplashPotionEntity code. | madmaxoft | 1 | -27/+19 | |
The callback doesn't need declaration in the header. Renamed PotionName to PotionParticleType. | |||||
2014-07-12 | Added splash potions to NBT serialization and retrieval | archshift | 1 | -0/+8 | |
2014-06-19 | EntityEffects.x -> EntityEffect.x, Object-Oriented effects | archshift | 1 | -1/+1 | |
Changed effect map to take a pointer of the effect as a result. | |||||
2014-06-17 | Applies splash potion effects to mobs as well as players | archshift | 1 | -2/+3 | |
2014-06-17 | Added splash potion functionality | archshift | 1 | -3/+27 | |
2014-06-17 | Added classes for splash potions and wither skulls | archshift | 1 | -5/+5 | |
2014-04-28 | Fixed projectile source filenames, indentations | archshift | 1 | -2/+2 | |
2014-04-27 | Fixed ToLua errors, added newlines | archshift | 1 | -2/+2 | |
2014-04-27 | Fixed ToLua issues | archshift | 1 | -2/+2 | |
2014-04-27 | Moved cThrownSnowballEntity out of ProjectileEntity.h | archshift | 1 | -8/+3 | |
2014-04-27 | Moved cThrownEggEntity out of ProjectileEntity.h | archshift | 1 | -0/+39 | |