summaryrefslogtreecommitdiffstats
path: root/src/Entities/ExpOrb.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-12Update entity sizesTiger Wang1-1/+1
2020-04-16Using Super.Mattes D1-2/+2
2020-03-05Stabilise MoveToWorld (#4004)Mat1-3/+3
2019-09-29Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D1-19/+4
2018-08-02Experience orb (#4259)changyong guo1-23/+71
2018-07-26CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell101-0/+4
2018-01-16Exp Orbs and Pickups are destroyed instantly by cacti. (#4136)Alexander Harkness1-0/+13
2017-09-19Changed BroadcastSoundEffect, SendSoundEffect, and CastThunderbolt parameters to vectors (#3959)Lane Kolbly1-1/+1
2017-06-03Fixed exp orb (#3744)Pablo Beltrán1-19/+23
2017-02-15Updated sounds and effect IDs (#3422)mathiascode1-1/+1
2016-10-12Spectators added (#2852)bibo381-1/+1
2016-02-05Bulk clearing of whitespaceLogicParrot1-3/+3
2015-05-24Made -Weverything an error.tycho1-2/+2
2015-01-16Converted cExpOrbEntity to std::chronoTycho1-4/+4
2015-01-11Initial convertion of a_Dt to std::chronoTycho1-2/+2
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-1/+1
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-1/+1
2014-07-21Style: Normalized to no spaces before closing parenthesis.madmaxoft1-3/+3
2014-07-17Fixed tabs used for alignment.madmaxoft1-2/+2
2014-07-13Changed BroadcastSoundEffect function to take floating pos.Howaner1-1/+1
2014-04-23Some change to Entity.cppTiger Wang1-2/+0
2014-03-15Add ExpOrb saving.Howaner1-7/+19
2014-02-16Fixed minor formatting issues from #682Tiger Wang1-4/+2
2014-02-16Replace random Float Generation and broadcast the Exp Pickup SoundHowaner1-6/+3
2014-02-16Add Exp Bottle EffectsHowaner1-1/+9
2013-12-15Fixed indentation.madmaxoft1-1/+1
2013-12-14Fixed not getting XP from mobs.STRWarrior1-1/+1
2013-12-13Using "a_ClosestPlayer != NULL" in cExpOrb.STRWarrior1-1/+1
2013-12-11ExpOrbs now move.STRWarrior1-4/+8