summaryrefslogtreecommitdiffstats
path: root/src/Entities/Pickup.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* eblockfaceTiger Wang2022-01-141-2/+2
|
* so much big brain time - it hurtsx12xx12x2022-01-141-1/+1
|
* fixed bad web mergeMarc Lorenz2022-01-141-0/+3
|
* fixed possible 64+64 errorMarc Lorenz2022-01-141-5/+2
|
* fixed castx12xx12x2022-01-141-1/+1
|
* Fixed Compiler Warningsx12xx12x2022-01-141-5/+3
|
* Improved farmer AI & Fixed entity loading functions (#5351)Persson-dev2021-12-291-28/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Allow villagers to pickup items * Add farmer villager harvesting * Use of auto keyword * Using for loop to check adjacent crops * Show particules when farmer harvest * Fix area comment * Move constants to header file * Removing unnecessary semicolon * Initialization of CropBlockType variable * Apply 12xx12 suggestion * Fixing area constant size * Refactor bounding box calculation, use vectors. * Add Api documentation * Update lua docs * Rework farmer ai * Fixing lua docs notes * Add missing capitalisation * Add villagers inventory save * Fixing loading entities from disk inconsistencies * Add farmer harvest animation * Fix beetroots grow state Co-authored-by: Alexander Harkness <me@bearbin.net>
* Add player statistics to API (#5193)nshah252021-05-031-4/+4
| | | | | | * Fixed issue #5166 Co-authored-by: 12xx12 <44411062+12xx12@users.noreply.github.com> Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com>
* Update entity sizesTiger Wang2021-04-121-1/+1
|
* Add Statistics and Achievements for newer Network standards12xx122020-08-191-4/+4
|
* Improve entity position updates (#4701)Tiger Wang2020-05-041-5/+2
| | | | | | | | | * Make puking pickups fly nicer * Improve entity position updates * Move determination of whether a delta is too big for a packet into the protocol handlers + Less jittery movement + Generalise CollectEntity to take any entity
* Unify entity spawn packet sendingTiger Wang2020-05-011-1/+2
|
* Using Super.Mattes D2020-04-161-3/+3
|
* Tweak pickup sound pitch (#4598)Mat2020-04-031-1/+1
|
* Stabilise MoveToWorld (#4004)Mat2020-03-051-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Stabilise MoveToWorld * Fix comments and deprecate ScheduleMoveToWorld * Enhanced thread safety for m_WorldChangeInfo * Return unique_ptr from cAtomicUniquePtr::exchange * cWorld now calls entity cEntity::OnAddToWorld and cEntity::OnRemoveFromWorld. Allows broadcasting entities added to the world from the world's tick thread. This also factors out some common code from cEntity::DoMoveToWorld and cEntity::Initialize. As a consequence, cEntity::Destroy(false) (i.e. Destroying the entity without broadcasting) is impossible. This isn't used anywhere in Cuberite so it's now deprecated. * Update entity position after removing it from the world. Fixes broadcasts being sent to the wrong chunk. * Fix style * cEntity: Update LastSentPosition when sending spawn packet * Add Wno-deprecated-declarations to the lua bindings * Kill uses of ScheduleMoveToWorld
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-9/+12
|
* Fix building with clang 8.0 (#4346)Bond-0092019-08-111-1/+1
|
* Broadcast refactor (#4264)peterbell102018-07-241-4/+2
| | | | | | | | | | | | | | | | | | | | | | | * Move Broadcast functions from cChunkMap to cBroadcaster - Remove cBroadcastInterface in favour of cBroadcaster. - cChunk: Remove broadcast functions. * resurect broadcast interface * Absorb cBroadcaster into cWorld. Removes the need for forwarding the function calls. * Improve const-correctness * Use Int8 instead of char + Comment `ForClients` functions * Improve comments * Broadcaster: Rename ForClients functions
* Exp Orbs and Pickups are destroyed instantly by cacti. (#4136)Alexander Harkness2018-01-161-0/+15
| | | | | | | | | | | | | * Cactus detection code follows pattern set in #3996 * Pickups are now destroyed on cactus contact * Add cactus detection and destruction to Exp Orbs Remove checks for IsExpOrb() in cEntity::Tick() Exp Orbs do not call super::Tick() and so this condition was pointless.
* Rename cEntity swim states (#3996)Alexander Harkness2018-01-141-15/+2
| | | | | | | | | | * Replace cEntity:m_IsSubmerged with m_IsHeadInWater * Replace cEntity:m_IsSwimming with m_IsInWater * Add API documentation for new symbols * Apply SetSwimState to all entities, not just mobs and players * Pickups now use IsOnFire to check if they are on fire before destruction Fixes #3987
* Changed BroadcastSoundEffect, SendSoundEffect, and CastThunderbolt parameters to vectors (#3959)Lane Kolbly2017-09-191-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
* Replace ItemCallbacks with lambdas (#3993)peterbell102017-09-111-12/+11
|
* Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot2017-09-021-11/+12
| | | | This reverts commit 496c337cdfa593654018c171f6a74c28272265b5.
* Replace ItemCallbacks with lambdas (#3948)peterbell102017-09-011-12/+11
|
* Changing pickup lifetime and combining semantics, making these adjustable in the lua api. (#3843)Lane Kolbly2017-07-121-5/+11
|
* Avoid pickups to sink into blocks and disappear (#3739)Pablo Beltrán2017-06-041-2/+8
| | | | * Avoid pickups to sink into blocks and disappear
* Updated sounds and effect IDs (#3422)mathiascode2017-02-151-1/+1
|
* Initial support for the 1.11 protocol.Mattes D2016-12-161-1/+1
|
* Spectators added (#2852)bibo382016-10-121-0/+6
|
* Entities now bail out of ticks if destroyed (#3363)LogicParrot2016-09-031-0/+5
|
* Fix issues below y = 0LogicParrot2016-04-181-6/+0
|
* Proper entity destruction in non-ticking chunksLogicParrot2016-02-191-2/+4
|
* Bulk clearing of whitespaceLogicParrot2016-02-051-4/+4
|
* Merge branch 'master' into PreventNewWarningstycho2015-05-281-0/+1
|\ | | | | | | | | Conflicts: src/Inventory.cpp
| * Fixes #2052Tiger Wang2015-05-181-0/+1
| |
* | Made -Weverything an error.tycho2015-05-241-3/+3
|/
* Changed air drag for pickupsDevToaster2015-03-311-1/+1
|
* Modified physics for more vanilla-like behaviorDevToaster2015-03-311-1/+2
|
* Converted cPickupEntity to std::chronoTycho2015-01-161-9/+9
|
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-3/+3
| | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay
* Functions in cPluginManager get references instead of pointers.Mattes D2014-10-151-9/+7
|
* Pickups combine only within one chunk.madmaxoft2014-09-011-2/+6
| | | | This greatly improves performance of the tick thread.
* Fixed tabs used for alignment.madmaxoft2014-07-171-1/+1
|
* More trailing whitespace fixes.madmaxoft2014-07-171-1/+1
|
* Normalized comments.madmaxoft2014-07-171-6/+6
| | | | | 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.
* Changed BroadcastSoundEffect function to take floating pos.Howaner2014-07-131-1/+1
|
* Fixed arrow collection animationTiger Wang2014-07-091-1/+1
| | | | * Fixed piston extension non-solidness
* Merged branch 'howaner/Pickups'.Mattes D2014-06-261-6/+27
|\
| * Fixed a comment and changed CombineCount to short.Howaner2014-06-261-2/+2
| |
| * Optimize combining.Howaner2014-06-241-3/+3
| |
| * Better combining.Howaner2014-06-241-3/+20
| |
| * Fix pickup combining over the maximum stack size.Howaner2014-06-241-4/+8
|/
* cEntity::Killed(cEntity *) Handler; Achievement triggers; cPlayer::AwardAchievement()andrew2014-05-121-0/+10
|
* Entities handle chunks properly againTiger Wang2014-04-121-32/+31
| | | | | * Entities properly handle chunks * Changed EntityStatus enums to be less shouty
* Add ExpOrb saving.Howaner2014-03-151-1/+1
|
* Fixed most of the reordering warningsTycho2014-02-051-2/+2
|
* Implemented pickup combiningTiger Wang2014-01-251-0/+55
| | | | | * Fixes FS393 * Part of #131
* Miscellaneous improvementsTiger Wang2014-01-241-10/+4
|
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-1/+1
| | | | Ref.: #407
* Moved source to srcAlexander Harkness2013-11-241-0/+166