summaryrefslogtreecommitdiffstats
path: root/src/Entities/Entity.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-20Valid Height is now checked by vector.x12xx12x1-2/+2
2022-04-12split functions into basic and entity prettifyx12xx12x1-2/+2
2022-04-12NamespaceSerializer::Prettify function now takes a string and converts it into a prettfied stringTheHyper451-2/+2
2022-04-12The proper style fixTheHyper451-1/+1
2022-04-12Style fix.TheHyper451-2/+1
2022-04-12Small refinements in BroadcastDeathMessage method.TheHyper451-4/+15
2022-04-12Add Prettify method to get player-friendly names of mobsTheHyper451-10/+2
2022-02-08Spectation: keep track of spectatorsTiger Wang1-0/+29
2021-12-02ItemHandler initialisation is a constant expression (#5344)x12xx12x1-1/+1
2021-10-03World: change spawnpoint type to int (#5313)Tiger Wang1-2/+2
2021-10-02Perform bed checks upon respawn (#5300)JK2K1-1/+1
2021-10-02Snipe skeleton achievmentRorkh1-2/+2
2021-09-30Spectation: add dedicated pathway for spectator mode (#5303)Tiger Wang1-11/+21
2021-07-28Paintings: add sound effects, remove critical hitting (#5276)Rorkh1-0/+12
2021-06-28Remove spammy LOGD outputTiger Wang1-0/+4
2021-06-19Death messages for tamed pets and ocelots are now tamable. (#5243)TheHyper451-0/+100
2021-05-03Add player statistics to API (#5193)nshah251-1/+1
2021-04-21Resets ticks alive on death (#5197)12xx121-0/+1
2021-04-12Add magical critical effectTiger Wang1-5/+20
2021-04-12Unify multiprotocol entity animationsTiger Wang1-3/+11
2021-04-12Update entity sizesTiger Wang1-4/+14
2021-04-12Streamline player abilities handlingTiger Wang1-1/+1
2021-04-12Fix sending incorrect date values on world changeTiger Wang1-2/+2
2021-04-03Basic elytra flight (#5124)Damián Imrich1-20/+2
2021-03-15Properly deprecate more XYZ parameter'd functions (#5147)Tiger Wang1-5/+4
2021-02-07Fix #5118Tiger Wang1-44/+3
2021-01-12Clarify cClientHandle, cPlayer ownership semanticsTiger Wang1-70/+16
2021-01-11Convert most calls to blocking GetHeight/GetBiomeAt to direct chunk accessesTiger Wang1-2/+2
2021-01-02Fix potential destruction crashes (#5095)Tiger Wang1-44/+27
2020-11-25Added magma block contact damage (#5055)Aiden Neill1-4/+49
2020-09-25Do not call into things we don't own in destructorsTiger Wang1-15/+0
2020-09-19Fixed missing case: in entity damaging crashin the server (#4899)12xx121-0/+1
2020-08-29Entities can fail to add into a chunkTiger Wang1-5/+0
2020-08-19Add Statistics and Achievements for newer Network standards12xx121-3/+3
2020-07-06Reduced packet spam when entities idleTiger Wang1-2/+2
2020-05-15Enable some more clang-tidy linter checks (#4738)peterbell101-6/+4
2020-05-06Fixed various MSVC warnings.Mattes D1-1/+1
2020-05-04Improve entity position updates (#4701)Tiger Wang1-39/+24
2020-05-03Add cEntity::GetBoundingBox, and use where appropriate. (#4711)Alexander Harkness1-1/+1
2020-05-03Set entity world earlymathiascode1-0/+1
2020-04-18MoveToWorld must always be provided a worldTiger Wang1-15/+17
2020-04-18Only store IDs across ticksTiger Wang1-18/+40
2020-04-16Using Super.Mattes D1-2/+2
2020-04-12Fixed entity teleport for just-spawned entities.Mattes D1-1/+5
2020-04-10Add Zombie VillagersBond-0091-1/+2
2020-04-09Don't set entity world twice (#4606)Mat1-3/+0
2020-04-03Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)Mattes D1-0/+1
2020-03-23Pickup spawn improvements (#4525)Mat1-1/+1
2020-03-22TNT position fixes (#4519)Mat1-1/+1
2020-03-22Fix armor protection (#4506)Mat1-15/+22
2020-03-20Clamp teleportation position (#4203)stone33111-1/+9
2020-03-19Improvements to knockback (#4504)Mat1-6/+18
2020-03-07Don't send entity velocity for boats (#4488)Mat1-1/+1
2020-03-05Attached entities can't enter portals (#4484)Mat1-0/+15
2020-03-05Stabilise MoveToWorld (#4004)Mat1-86/+107
2020-03-04Update LastSentPosition when entity has no speed (#4487)peterbell101-53/+50
2019-09-29Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D1-4/+4
2019-09-27Fixed MSVC warnings (#4400)Mattes D1-2/+2
2019-08-11Fix building with clang 8.0 (#4346)Bond-0091-6/+6
2019-08-08Change TakeDamageInfo::FinalDamage from int to float (#4359)Aplaus2281-5/+5
2018-09-24Add a formatting function for Vector3 (#4282)peterbell101-9/+9
2018-08-29Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell101-2/+2
2018-07-27Add new flow direction calculating algorithm (#4160)bionext031-51/+37
2018-07-26CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell101-4/+11
2018-07-24Broadcast refactor (#4264)peterbell101-16/+5
2018-07-23Rewrite explosion knock back (#4251)changyong guo1-1/+63
2018-05-02Prefer static_cast to reinterpret_cast (#4223)peterbell101-13/+13
2018-04-11Update m_LastSentPosition in TeleportToCoords and DoMoveToWorld. (#4211)peterbell101-2/+12
2018-02-05Deal with covered switches consistently (#4161)peterbell101-4/+1
2018-01-17Calculate crit damage properly (#4154)Bond-0091-11/+13
2018-01-16Exp Orbs and Pickups are destroyed instantly by cacti. (#4136)Alexander Harkness1-15/+21
2018-01-14Rename cEntity swim states (#3996)Alexander Harkness1-78/+71
2017-12-26improve rain simulation (#4017)Alexander Harkness1-5/+2
2017-12-21Fixed Clang 5.0 compile errors (#4085)bibo381-0/+2
2017-11-22Store Health as a float (#4073)Fabian1-5/+5
2017-09-12Adjust lava damage values (#4020)Alexander Harkness1-1/+1
2017-09-11Replace ItemCallbacks with lambdas (#3993)peterbell101-22/+6
2017-09-10Fix crash for players out of the world. Fixes #4006 (#4007)Alexander Harkness1-3/+4
2017-09-07Fire effect now shown for creative and spectator mode players (#3998)Alexander Harkness1-0/+7
2017-09-05Add cWorld::RemoveEntity and use in cEntity (#4003)peterbell101-11/+10
2017-09-02Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot1-6/+22
2017-09-01SetSwimState now takes into account head heightAlexander Harkness1-2/+3
2017-09-01Replace ItemCallbacks with lambdas (#3948)peterbell101-22/+6
2017-08-30Added ShouldSendRespawn parameter to ScheduleMoveToWorld (#3979)Lane Kolbly1-2/+3
2017-08-25Gives all entities the default airlevel on creation (#3942)Bond-0091-2/+2
2017-08-24Minor changes (#3909)mathiascode1-5/+5
2017-08-22Added check in cEntity::TickBurning for whether the entity is planning to change worlds. (#3943)Lane Kolbly1-0/+6
2017-08-21Give arthropods slowness IV when hit with bane of arthropods (#3932)Bond-0091-3/+7
2017-08-21Fully implemented leashes (#3798)Pablo Beltrán1-0/+36
2017-08-13Added knockback to arrows, fixed knockback enchantment handling (#3900)Lane Kolbly1-18/+14
2017-08-07Changed entity ownership model to use smart pointersTiger Wang1-9/+10
2017-07-23Updated armor cover calculation. (#3858)Lane Kolbly1-122/+73
2017-07-12If entity is a player, send relmove packets.Lane Kolbly1-1/+1
2017-07-02Players in creative and spectator aren't affected by cacti (#3824)Bond-0091-1/+4
2017-06-15Entity: Replaced a mutexed counter with a std::atomic. (#3773)Mattes D1-7/+9
2017-06-13FastRandom rewrite (#3754)peterbell101-6/+4
2017-06-04Avoid pickups to sink into blocks and disappear (#3739)Pablo Beltrán1-22/+27
2017-05-28Fixed tracer usage in Entity physics handling. (#3720)Mattes D1-7/+9
2017-05-11Tracer replacement (#3704)Mattes D1-46/+49
2017-04-01Added a nullptr check to cEntity::IsA (#3659)Marvin Kopf1-1/+1
2017-02-25Fixed cactus detection and zombie pigman sword (#3584)Bond-0091-1/+2
2016-12-19Updated links and docs (#3488)mathiascode1-4/+4
2016-09-27Use cChunkDef::Height for Y coord comparison where applicable.Moritz Borcherding1-2/+2
2016-08-29Proper respawn packets on dimension travelLogicParrot1-9/+38
2016-08-04Fixed RasPi builds of unit tests.Mattes D1-1/+3
2016-07-18Fixes for boat entities (#3265)beeduck1-0/+22
2016-05-141.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135)Pokechu221-4/+8
2016-04-18Fix issues below y = 0LogicParrot1-0/+6
2016-03-30MoveToWorld defaults to spawnpointLogicParrot1-1/+19
2016-02-19Proper entity destruction in non-ticking chunksLogicParrot1-36/+94
2016-02-08remove cWorld::createAndInitializeWorldLogicParrot1-4/+10
2016-02-03cMonster::m_Target safety across worldsLogicParrot1-0/+7
2016-02-02Fixed cChunk::m_Entities corruption upon world travelLogicParrot1-2/+11
2016-02-02Fix cPawn pushingMarvin Kopf1-0/+13
2016-01-31Updated old forum linksMathias1-1/+1
2016-01-22Improved tamed wolf pack cooperation and projectile reactionsLogicParrot1-0/+41
2016-01-16Fix crash when tamed wolf is hit by arrowsLogicParrot1-50/+57
2015-12-17Moved variables into scope, removed unused variables and fixed variablesLukas Pioch1-1/+1
2015-12-13blockheight mechanismGargaj1-5/+6
2015-11-13Improved spawn location calculations.samoatesgames1-2/+2
2015-11-04Fix being set on fire while directly being under lavaGargaj1-1/+1
2015-10-31Implemented the FireResistence potion effects.bibo381-3/+3
2015-08-20Fixed food drain bugsTiger Wang1-94/+14
2015-07-31Unified the doxy-comment format.Mattes D1-6/+0
2015-07-29Silenced and fixed many warning messages across multiple files.Samuel Barney1-49/+49
2015-06-13Work on NetherPortalScanner. Setup portal scanner to reset PortalCooldown. Changed where player is spawned. Added a_InitSpawn flag to CreateAndInitializeWorld.Lane Kolbly1-5/+14
2015-06-13Added HOOK_KILLEDNounours Heureux1-0/+7
2015-06-10Implemented nether portal scanning code.Lane Kolbly1-6/+41
2015-05-21Renamed hook HOOK_ENTITY_CHANGE_WORLDLukas Pioch1-3/+3
2015-05-19Make -Werror disabling file onlytycho1-1/+1
2015-05-18Added hooks HOOK_ENTITY_CHANGE_WORLD and HOOK_ENTITY_CHANGED_WORLDLukas Pioch1-0/+11
2015-05-09More style checking.Mattes D1-3/+4
2015-05-04Entity improvementsTiger Wang1-1/+0
2015-03-31Changed air drag units to 'interpolated ticks' per secondDevToaster1-2/+2
2015-03-31Modified physics for more vanilla-like behaviorDevToaster1-9/+11
2015-03-21Changed linked world name variables and setters / getters.Mattes D1-5/+5
2015-03-21Changed cEntity::m_UniqueID to UInt32.Mattes D1-37/+38
2015-03-05Added OnTeleportEntity hook for plugins.joshi071-2/+6
2015-02-26use DoSetSpeed in AddSpeed* in Entity.cppRaekye1-10/+4
2015-01-18Fixed type-conversion warnings.Mattes D1-4/+4
2015-01-11Initial convertion of a_Dt to std::chronoTycho1-13/+13
2014-12-05BasicStyle: Added missing braces to control statements.Mattes D1-4/+16
2014-12-05Fixed reported parentheses around comparisons.Mattes D1-1/+1
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-28/+28
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-28/+28
2014-09-26Removed more unessicary includesTycho1-1/+0
2014-09-23A few compiler warning fixesChris Darnell1-2/+3
2014-09-22Made it compile with clangChris Darnell1-2/+2
2014-09-17Added first test to show the object can be createdTycho1-10/+10
2014-09-13Entities experience water resistanceTiger Wang1-16/+25
2014-09-12Fixed friction being applied whilst airborneTiger Wang1-11/+13
2014-09-09Added the player list to the 1.8 protocol.Howaner1-1/+1
2014-09-03Fixed style and alpha-sorting.madmaxoft1-2/+2
2014-09-01Fixed previous commit's wrong assumptions.madmaxoft1-10/+10
2014-09-01Fixed MSVC compilation, improved performance.madmaxoft1-30/+59
2014-08-31Fixed styleJaume Aloy1-7/+5
2014-08-30Added a_Digger checkJaume Aloy1-2/+2
2014-08-22More EnchantmentsJaume Aloy1-57/+70
2014-08-21Protection Enchantments, some fixesJaume Aloy1-2/+108
2014-08-19Changed if in BlockHandlerJaume Aloy1-1/+0
2014-08-19Changed if for switchJaume Aloy1-3/+2
2014-08-19Added more enchantments and some fixesJaume Aloy1-3/+22
2014-08-19Added some EnchantmentsJaume Aloy1-1/+61
2014-08-04Attempt to fix knockback and swimming.Howaner1-15/+13
2014-08-03Entity.cpp: Air timer comment fixarchshift1-1/+1
2014-08-03Code reduction and clarity fixesarchshift1-19/+9
2014-08-03Entity.cpp: On portal check, use if-else for current dimensionarchshift1-60/+54
2014-07-29Detrailed whitespaceTiger Wang1-3/+3
2014-07-23SuggestionsTiger Wang1-9/+14
2014-07-23Fix item durability.Howaner1-5/+8
2014-07-22Speed improvements, crash fixes, & self-suggestionsTiger Wang1-30/+29
2014-07-21SuggestionsTiger Wang1-35/+43
2014-07-21Style: Normalized to no spaces before closing parenthesis.madmaxoft1-2/+2
2014-07-20Bug and crash fixesTiger Wang1-18/+30
2014-07-20Added m_TicksAlive to entities, allows projectiles to hit their creatorsarchshift1-0/+3
2014-07-19Fixed clamping issuesarchshift1-4/+1
2014-07-18Fix failed merge and other issuesTiger Wang1-3/+3
2014-07-17Fixed tabs used for alignment.madmaxoft1-1/+1
2014-07-17More trailing whitespace fixes.madmaxoft1-2/+2
2014-07-17Basic style fixes.madmaxoft1-15/+15
2014-07-17Fixed many slime bugs.Howaner1-4/+1
2014-07-17Normalized comments.madmaxoft1-14/+14
2014-07-17Fixed mob knockbackTiger Wang1-23/+8
2014-07-16Resolved backwards compatibility issuesTiger Wang1-1/+1
2014-07-14Readability and clarity changesarchshift1-3/+6
2014-07-04Tailored death messagesTiger Wang1-4/+4
2014-06-29SuggestionsTiger Wang1-2/+3
2014-06-28Fixed server forcing players afloatTiger Wang1-1/+4
2014-06-22Some Entity.cpp style improvementsTiger Wang1-11/+6
2014-06-22Conforms to standardsTiger Wang1-1/+1
2014-06-21Fixed invalid iteratorsTiger Wang1-1/+2
2014-06-21More suggestionsTiger Wang1-1/+1
2014-06-17Added wither damage type, wither entity effect.archshift1-0/+1
2014-06-17Entity: only fire critical hit if damage type is physicalarchshift1-1/+2
2014-06-16Merge branch 'master' of github.com:mc-server/MCServerTycho1-20/+18
2014-06-14Simplified speed clamping.madmaxoft1-8/+3
2014-06-14Refactored speed-setting to use a common function for all cases.madmaxoft1-12/+15
2014-06-14Reverted portal creation codeTiger Wang1-100/+0
2014-06-12Fixed compileworktycho1-1/+1
2014-06-12Portals animate and delay correctlyTiger Wang1-28/+93
2014-06-10Portal improvements and suggestionsTiger Wang1-41/+89
2014-06-08Fixed deadlock when moving players to other worlds.Mattes D1-5/+5
2014-06-04SuggestionsTiger Wang1-2/+4
2014-06-04Configurable portalsTiger Wang1-13/+32
2014-06-04Added checks for no downfall biomesTiger Wang1-1/+1
2014-06-01Implemented bed homesTiger Wang1-0/+6
2014-05-31Implemented end and nether portalsTiger Wang1-0/+117
2014-05-23Fixed datatype conversion warning.Mattes D1-2/+2
2014-05-19Fixed a cactus Y position issueTiger Wang1-2/+3
2014-05-19Simplified cacti conditionsTiger Wang1-2/+2
2014-05-19DerpAlexander Harkness1-1/+1
2014-05-19Should have fixed assumptions about entity width.Alexander Harkness1-4/+5
2014-05-19Fixed clanging errors.Alexander Harkness1-5/+5
2014-05-18Implemented cacti damageTiger Wang1-0/+23
2014-05-18There's no "round" function in MSVC2008.madmaxoft1-1/+1
2014-05-12Movement Statisticsandrew1-2/+13
2014-05-12cEntity::Killed(cEntity *) Handler; Achievement triggers; cPlayer::AwardAchievement()andrew1-0/+5
2014-05-06Suggestions'dTiger Wang1-1/+1
2014-04-27Fixed warnings.madmaxoft1-0/+1
2014-04-27Redstone simulator now directly accesses cChunkTiger Wang1-0/+1
2014-04-27More comments!Tiger Wang1-1/+1
2014-04-27Added static const, initialized fields.archshift1-0/+2
2014-04-26Further refactored, Reverted Minecart changearchshift1-1/+1
2014-04-26FixesHowaner1-1/+1
2014-04-26Moved switch{} out of GetArmorCoverAgainst().archshift1-5/+26
2014-04-26Add entity invulnerableHowaner1-3/+18
2014-04-25Fix formattingr.ramazanov1-9/+15
2014-04-25Fix for clangr.ramazanov1-5/+1
2014-04-25Mobs shouldn't burn when it's Raining & Mob Knockback is far too muchr.ramazanov1-8/+5
2014-04-24Implemented suggestionsTiger Wang1-7/+6
2014-04-23Some change to Entity.cppTiger Wang1-92/+90
2014-04-23Mobs shouldn't burn when it's Raining #906r.ramazanov1-9/+30
2014-04-23Renamed getter and setter for IsFireproof.archshift1-1/+1
2014-04-23Fireproof status getter and setter.archshift1-0/+11
2014-04-22Fixed indentation and changed m_Fireproof to m_IsFireproof.archshift1-12/+12
2014-04-22Lay foundation for fireproof entities.archshift1-3/+12
2014-04-21Mobs shouldn't burn when it's Raining #906r.ramazanov1-5/+12
2014-04-18Fixed #906Tiger Wang1-0/+10
2014-04-17Added new AI rulesTiger Wang1-1/+1
2014-04-12Entities handle chunks properly againTiger Wang1-66/+49
2014-04-05Fixed Endiannes conversion routines for floats and doubles.madmaxoft1-1/+1
2014-03-20Minor Entity.cpp cleanupTiger Wang1-12/+9
2014-03-11Unified Matrix4 codeandrew1-1/+1
2014-03-05Added extra awesomeness to TNTTiger Wang1-188/+192
2014-03-01g_BlockXXX => cBlockInfo::XXXandrew1-3/+3
2014-02-05Fixed most of the reordering warningsTycho1-2/+2
2014-02-02Creative players take Plugin damageTiger Wang1-1/+2
2014-01-25All mobs now drown (fixes #54)Tiger Wang1-1/+94
2014-01-24Removed unused ReferenceManagerTiger Wang1-36/+0
2014-01-24Fixed crash with failed entity-loading.madmaxoft1-1/+2
2014-01-16Disabled excessive entity-related logging in Debug mode.madmaxoft1-1/+11
2014-01-16Removed obsoleted functionsTiger Wang1-3/+3
2014-01-13Final improvements to MinecartsTiger Wang1-36/+8
2014-01-13Detaching improvementsTiger Wang1-3/+5
2014-01-12Multiple enhancements and fixes to minecartsTiger Wang1-1/+4
2013-12-24Improved knockback animationTiger Wang1-3/+3
2013-12-23Fixed a comment in Entity.cppTiger Wang1-1/+1
2013-12-22Implemented knockback and critical hitTiger Wang1-4/+21
2013-12-20More reordering fixes.madmaxoft1-2/+2
2013-12-20Sorted a few constructors to remove warnings.madmaxoft1-5/+5
2013-12-20Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).madmaxoft1-1/+1
2013-12-16Added HandleSpeedFromAttachee so an entity can override the function.STRWarrior1-4/+14
2013-12-08Fixed angle normalization typo.madmaxoft1-1/+1
2013-12-08Fixed normalizing large angles.madmaxoft1-6/+3
2013-12-08Moved bindings-related to a Bindings subfolder.madmaxoft1-1/+1
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-03Added cEntity:GetYaw() and cEntity:SetYaw().madmaxoft1-2/+2
2013-09-19Fixed a crash in cEntity when the entity was at BlockY == 0.madmaxoft1-3/+2
2013-09-16Fixed friction for entitiesTiger Wang1-13/+13
2013-09-15Added breakTiger Wang1-0/+1
2013-09-13Even better pickup physicsTiger Wang1-18/+23
2013-09-13Even more fixes [SEE DESC]Tiger Wang1-14/+35
2013-09-13Fixed water speed issuesTiger Wang1-5/+6
2013-09-12Implemented xoft's suggestions againTiger Wang1-19/+16
2013-09-11Implemented xoft's suggestionsTiger Wang1-5/+22
2013-09-11More changes [SEE DESC]Tiger Wang1-1/+1
2013-09-11Fixed two bugsTiger Wang1-6/+6
2013-09-11Added void damageTiger Wang1-0/+23
2013-09-10Entities now maintain speed outside of worldTiger Wang1-2/+9
2013-09-07Fixed formatting and removed gravity thingTiger Wang1-1/+2
2013-09-07Arrows have proper yaw and pitch when shot, and stop when they hit a block.madmaxoft1-0/+33
2013-09-06Implemented SteerVehicle packet.madmaxoft1-6/+27
2013-09-06Implemented SteerVehicle packet.madmaxoft1-6/+27
2013-09-05Further physics improvements [SEE DESC]Tiger Wang1-12/+12
2013-09-04Pickups spawn with correct speed and positionTiger Wang1-1/+1
2013-09-04Added better push out of entitiesTiger Wang1-1/+8
2013-08-29Physics enhancementsTiger Wang1-6/+15
2013-08-27Entities fall 3x slower in watermadmaxoft1-1/+1
2013-08-26Debug: arrow log their position in each tickmadmaxoft1-19/+26
2013-08-25Moved entity spawning into cEntity::Initialize().madmaxoft1-0/+4
2013-08-19Moved entities into the Entities subfolder.madmaxoft1-11/+11
2013-08-08Addeed OnSpawningEntity, OnSpawnedEntity, OnSpawningMonster, OnSpawnedMonster hooks.madmaxoft1-1/+9
2013-07-24cEntity doesn't process physics / burning when in an invalid chunkmadmaxoft@gmail.com1-2/+8
2013-07-07Mobs are assigned MaxHealth from monsters.ini; reading monsters.ini doesn't need settings.ini values anymore.madmaxoft@gmail.com1-0/+9
2013-07-07Improved function names for protocol packet sending; alpha-sorted the function listsmadmaxoft@gmail.com1-7/+7
2013-07-01dtOnFire damage wasn't dealt properlymadmaxoft@gmail.com1-1/+1
2013-07-01Fixed burn / fire damage in each game tick.madmaxoft@gmail.com1-9/+6
2013-07-01Rewritten entity-on-fire management ("forever on fire" bugs)madmaxoft@gmail.com1-4/+462
2013-06-25Unified the way mobs are spawned (egg vs natural). Fixed deadlocks in mob moving. Fixed mob destroying code.madmaxoft@gmail.com1-2/+6
2013-06-18TNT fixes.madmaxoft@gmail.com1-8/+18
2013-05-21Fixed linking error from rev 1498madmaxoft@gmail.com1-2/+19
2013-05-21Entity: Switched detection of ground to use g_BlockIsSolid global variable.keyboard.osh@gmail.com1-16/+16
2013-05-05Entity: Now entites inside a cobweb slow down their speedkeyboard.osh@gmail.com1-8/+22
2013-04-28cEntity: Added mass to entities.keyboard.osh@gmail.com1-0/+20
2013-04-28Added initialization of rotation in cEntity.keyboard.osh@gmail.com1-0/+1
2013-04-28Increased Maximum speed to 78 blocks per secondkeyboard.osh@gmail.com1-6/+6
2013-04-22Moved physics to the cEntity class from the derivative classes (cMonster, cPickup). Added physics override to cPlayer to disable physics calculations. Fixed bug with pitch calculations on mobs.keyboard.osh@gmail.com1-0/+160
2013-04-13Rewritten entities so that they are owned by individual chunks and ticked within their chunk's Tick()madmaxoft@gmail.com1-112/+28
2013-04-07Fixed an assert in entities when destroying an entity without ever initializing itmadmaxoft@gmail.com1-2/+5
2013-04-07Fixed bug in entities movement: Corrected proper flooring of double values for the relative move packet, and teleport packet. Also, made the velocity packet to be sent first than the positions packets.keyboard.osh@gmail.com1-13/+13
2013-04-03Fixed bug with Rotation not getting properly wrapped after being set.keyboard.osh@gmail.com1-0/+2
2013-04-02Added support for head yaw tracking and packet sending and fixed bug in BroadcastMovementUpdatekeyboard.osh@gmail.com1-39/+73
2013-03-23Added helper functions AddSpeed, AddSpeedX, AddSpeedY, AddSpeedZ, AddPosition, AddPosX, AddPosY, AddPosZ. Made sure that all entites use these helper functions.keyboard.osh@gmail.com1-10/+84
2013-03-22Implemented BroadcastMovementUpdate function. Moved m_Pos,m_Rot,m_Speed to private members and made sure that all classes uses the public functions to access these members.keyboard.osh@gmail.com1-12/+120
2013-03-09Pickups are now being saved into Anvil.madmaxoft@gmail.com1-9/+20
2013-03-03Player can sit in minecarts (but not move them yet)madmaxoft@gmail.com1-27/+94
2013-03-02Rewritten SandSimulator to use direct chunk access; and sand falling on torches now creates a pickup.madmaxoft@gmail.com1-2/+2
2013-02-10Removed useless logging from cEntity::GetLookVector()madmaxoft@gmail.com1-2/+1
2013-02-03Added a GetClassStatic function to all entities, as well as cFurnaceEntity, cChestEntity and cWorldfaketruth1-1/+13
2012-12-22MTRand reference is now passed as a Tick() parameter so that it isn't created and destroyed over and over again. All entities will handle physics (empty callback for now)madmaxoft@gmail.com1-0/+11
2012-12-21Added more constants into eEntityType; made them a compulsory parameter to the constructor, so that all entities have proper type.madmaxoft@gmail.com1-3/+3
2012-12-21Reworked the IsA() / GetClass() framework to actually be useful. Added GetParentClass().madmaxoft@gmail.com1-4/+11
2012-12-21Replaced "const double &" with plain "double" for simplicitymadmaxoft@gmail.com1-11/+11
2012-10-06Removed a few debugging messages from the release builds.madmaxoft@gmail.com1-1/+1
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-6/+6
2012-08-28Moved all packet-serializing code into cProtocol125; half the packet classes aren't needed anymore.madmaxoft@gmail.com1-0/+2
2012-08-24Monster classes don't use cPackets. Chat messages are sent / broadcast without cPackets. BlockEntities don't use cPackets.madmaxoft@gmail.com1-39/+8
2012-08-19Window, Chest, Furnace and Pawn are not using cPackets at allmadmaxoft@gmail.com1-11/+2
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-382/+382
2012-03-14Split chunk data into separate arrays; decoupled most sources from cChunk.h dependencymadmaxoft@gmail.com1-2/+1
2012-03-10Using references instead of pointers for sending packetsmadmaxoft@gmail.com1-3/+3
2012-03-09cClientHandles have a unique ID now to distinguish themfaketruth1-1/+1
2012-03-07Fixed bug where cPlayer's cClientHandle was used after cPlayer was destroyed http://forum.mc-server.org/showthread.php?tid=380faketruth1-0/+2
2012-03-03Got rid of some hardcoded numbers, now using hardcoded variables! woofaketruth1-1/+1
2012-02-26Attempt at fixing crashes with disconnecting playersmadmaxoft@gmail.com1-6/+10
2012-02-22That 2nd assert didn't make much sense...faketruth1-1/+2
2012-02-22Added some asserts to trace a bugfaketruth1-1/+1
2012-02-20Removed some more cChunkPtr usagemadmaxoft@gmail.com1-30/+53
2012-02-20Using own ASSERT() that logs to filefaketruth1-1/+1
2012-02-15No longer using pointers for Vector3(f/d/i) in cEntity's and cTracerfaketruth1-21/+18
2012-02-13Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it.madmaxoft@gmail.com1-113/+163
2012-01-29VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com1-1/+3
2012-01-19Terrain generation is synchronous again, async generation has bugs.faketruth1-1/+1
2011-12-26Made some functions in cChunk and cNoise inline, this should significantly increase chunk generation speedfaketruth1-14/+3
2011-12-25- fixed the code from the last commit :)lapayo94@gmail.com1-4/+6
2011-12-25- Fixed a critical bug, which caused players to not getting spawned on the others clientlapayo94@gmail.com1-0/+5
2011-11-02Fixed some "Entity was not found in any chunk!" warningsfaketruth1-10/+29
2011-11-01You can now run multiple worlds by defining them in settings.ini . However there's no way to change worlds on the fly yetfaketruth1-0/+2
2011-10-31Prepared some parts of the code for multi world support, I created lots of TODO'sfaketruth1-11/+15
2011-10-03MCServer c++ source filesfaketruth1-0/+283