summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemFishingRod.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-02ItemHandler initialisation is a constant expression (#5344)x12xx12x1-9/+6
2021-11-29Added ExperienceAmount variable to HOOK_PLAYER_FISHING and HOOK_PLAYER_FISHED (#5345)Feyo Korenhof1-3/+5
2021-05-03Add player statistics to API (#5193)nshah251-3/+3
2020-12-18Warnings improvementsTiger Wang1-2/+2
2020-10-01Enchanting table shows detail on hover. Enchanting is deterministic. (#4937)KingCol131-3/+3
2020-08-19Add Statistics and Achievements for newer Network standards12xx121-3/+3
2020-08-01Replaced cpp14::make_unique<> with std::make_unique<>.Mattes D1-1/+1
2020-04-21Vector3 in Handlers (#4680)Mattes D1-161/+209
2020-04-16Using Super.Mattes D1-4/+5
2020-04-12Removed extended ASCII, and added a check against it. (#4642)Mattes D1-2/+2
2020-03-22Fix typo in fish metaMat1-1/+1
2020-03-22Don't enchant an already enchanted bookMat1-1/+1
2020-03-05Stabilise MoveToWorld (#4004)Mat1-1/+1
2019-09-29Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D1-4/+4
2018-02-11Damage fishing rod when catching the hook on a block, then reeling it in (#4151)Bond-0091-0/+8
2018-01-05Improved fishing rewards (#4120)Bond-0091-33/+49
2018-01-05Item durability loss now depends on the item used. (#4123)Alexander Harkness1-12/+0
2017-09-11Replace ItemCallbacks with lambdas (#3993)peterbell101-37/+15
2017-09-02Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot1-15/+37
2017-09-01Replace ItemCallbacks with lambdas (#3948)peterbell101-37/+15
2017-08-07Changed entity ownership model to use smart pointersTiger Wang1-5/+4
2017-08-06Removed unneeded includes (#3902)Lukas Pioch1-1/+0
2017-06-13FastRandom rewrite (#3754)peterbell101-7/+9
2017-05-08Added missing checks for Initialize function and updated APIDocLukas Pioch1-1/+6
2017-02-20Changed fish launching mechanism (#3520)Alex1-2/+8
2016-02-05Bulk clearing of whitespaceLogicParrot1-1/+1
2015-07-29Silenced and fixed many warning messages across multiple files.Samuel Barney1-9/+9
2015-04-14Placing a fluid from bucket calls plugin hooks.Mattes D1-2/+7
2014-07-17Fixed tabs used for alignment.madmaxoft1-1/+1
2014-07-17Basic style fixes.madmaxoft1-1/+1
2014-07-17Normalized comments.madmaxoft1-7/+20
2014-06-08Fixed deadlock when moving players to other worlds.Mattes D1-1/+1
2014-05-20Cleaned up cPlayer::UpdateMovementStats; Wither achievementsandrew1-0/+6
2014-04-04Fixed Clang warnings in itemhandlers.madmaxoft1-2/+2
2014-02-04Improved Type safety of eBlockFaceTycho1-2/+2
2013-12-30Implented OnPlayerFishing and OnPlayerFished.STRWarrior1-1/+7
2013-12-25You are now able to sweep mobs to your position using fishing rods.STRWarrior1-26/+64
2013-12-22Made the lure enchantment work.STRWarrior1-1/+1
2013-12-22Countdown time is between 100 and 900 ticks.STRWarrior1-1/+1
2013-12-21Using regular assignments.STRWarrior1-6/+6
2013-12-21Once again better Y direction for the items given when fishing.STRWarrior1-2/+2
2013-12-21You are now able to get different items from fishing.STRWarrior1-2/+108
2013-12-21Fixed bug where you could pickup the floater only to get one spawned instantly or the other way around.STRWarrior1-0/+5
2013-12-20Increased the range an Floater can shoot to.STRWarrior1-1/+1
2013-12-20Fish now actualy jumps to the player instead of a few block bellow them.STRWarrior1-1/+1
2013-12-19You can get fish from fishing :D. Only one type of fish though.STRWarrior1-12/+27
2013-12-19Implented cItemFishingRodHandler.STRWarrior1-0/+63