summaryrefslogtreecommitdiffstats
path: root/src/Entities/LeashKnot.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some emplace_back replacements (#5149)12xx122021-03-071-1/+1
* Enable some more clang-tidy linter checks (#4738)peterbell102020-05-151-1/+0
* Unify entity spawn packet sendingTiger Wang2020-05-011-1/+1
* Delet SpawnObject paramsTiger Wang2020-04-201-1/+1
* Using Super.Mattes D2020-04-161-4/+4
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-2/+2
* Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell102018-08-291-3/+3
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-1/+1
* Changed BroadcastSoundEffect, SendSoundEffect, and CastThunderbolt parameters to vectors (#3959)Lane Kolbly2017-09-191-2/+2
* Removed UTF-8 BOM (#4033)Lukas Pioch2017-09-191-1/+1
* Replace ItemCallbacks with lambdas (#3993)peterbell102017-09-111-42/+19
* Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot2017-09-021-19/+42
* Replace ItemCallbacks with lambdas (#3948)peterbell102017-09-011-42/+19
* Use ref instead of pointerLukas Pioch2017-08-241-1/+1
* Fully implemented leashes (#3798)Pablo Beltrán2017-08-211-0/+185