Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed BroadcastSoundEffect, SendSoundEffect, and CastThunderbolt parameters to vectors (#3959) | Lane Kolbly | 2017-09-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | * Made BroadcastSoundEffect take vector parameters. * Added docs for new vectored methods * Removed old code * Fixed lua warnings * Made old BroadcastSoundEffect not an override. * m_Block to m_BlockPos, used Vector3d constructor where prettier. * a_Block to a_BlockPos * Changed thunderbolt a_Block to a_BlockPos | ||||
* | Fixed exp orb (#3744) | Pablo Beltrán | 2017-06-03 | 1 | -19/+23 |
| | | | | Fixes #3740 Fixes #2667 | ||||
* | Updated sounds and effect IDs (#3422) | mathiascode | 2017-02-15 | 1 | -1/+1 |
| | |||||
* | Spectators added (#2852) | bibo38 | 2016-10-12 | 1 | -1/+1 |
| | |||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -3/+3 |
| | |||||
* | Made -Weverything an error. | tycho | 2015-05-24 | 1 | -2/+2 |
| | |||||
* | Converted cExpOrbEntity to std::chrono | Tycho | 2015-01-16 | 1 | -4/+4 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2014-07-21 | 1 | -3/+3 |
| | |||||
* | Fixed tabs used for alignment. | madmaxoft | 2014-07-17 | 1 | -2/+2 |
| | |||||
* | Changed BroadcastSoundEffect function to take floating pos. | Howaner | 2014-07-13 | 1 | -1/+1 |
| | |||||
* | Some change to Entity.cpp | Tiger Wang | 2014-04-23 | 1 | -2/+0 |
| | | | | * Added comments to BroadcastMovementUpdate() and the collision tracer | ||||
* | Add ExpOrb saving. | Howaner | 2014-03-15 | 1 | -7/+19 |
| | |||||
* | Fixed minor formatting issues from #682 | Tiger Wang | 2014-02-16 | 1 | -4/+2 |
| | | | | | - Removed unused PlaySoundEffect * Simplified and parenthesised code | ||||
* | Replace random Float Generation and broadcast the Exp Pickup Sound | Howaner | 2014-02-16 | 1 | -6/+3 |
| | |||||
* | Add Exp Bottle Effects | Howaner | 2014-02-16 | 1 | -1/+9 |
| | |||||
* | Fixed indentation. | madmaxoft | 2013-12-15 | 1 | -1/+1 |
| | |||||
* | Fixed not getting XP from mobs. | STRWarrior | 2013-12-14 | 1 | -1/+1 |
| | |||||
* | Using "a_ClosestPlayer != NULL" in cExpOrb. | STRWarrior | 2013-12-13 | 1 | -1/+1 |
| | |||||
* | ExpOrbs now move. | STRWarrior | 2013-12-11 | 1 | -4/+8 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into foldermove2 | Alexander Harkness | 2013-11-26 | 1 | -0/+60 |
Conflicts: VC2008/MCServer.vcproj |