index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Entities
/
Entity.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added HOOK_KILLED
Nounours Heureux
2015-06-13
1
-0
/
+7
*
Implemented nether portal scanning code.
Lane Kolbly
2015-06-10
1
-6
/
+41
*
Merge branch 'master' into PreventNewWarnings
tycho
2015-05-23
1
-3
/
+3
|
\
|
*
Renamed hook HOOK_ENTITY_CHANGE_WORLD
Lukas Pioch
2015-05-21
1
-3
/
+3
*
|
Make -Werror disabling file only
tycho
2015-05-19
1
-1
/
+1
|
/
*
Added hooks HOOK_ENTITY_CHANGE_WORLD and HOOK_ENTITY_CHANGED_WORLD
Lukas Pioch
2015-05-18
1
-0
/
+11
*
More style checking.
Mattes D
2015-05-09
1
-3
/
+4
*
Entity improvements
Tiger Wang
2015-05-04
1
-1
/
+0
*
Changed air drag units to 'interpolated ticks' per second
DevToaster
2015-03-31
1
-2
/
+2
*
Modified physics for more vanilla-like behavior
DevToaster
2015-03-31
1
-9
/
+11
*
Merge pull request #1826 from mc-server/UnifyPacketizer
Mattes D
2015-03-24
1
-37
/
+38
|
\
|
*
Changed cEntity::m_UniqueID to UInt32.
Mattes D
2015-03-21
1
-37
/
+38
*
|
Changed linked world name variables and setters / getters.
Mattes D
2015-03-21
1
-5
/
+5
|
/
*
Added OnTeleportEntity hook for plugins.
joshi07
2015-03-05
1
-2
/
+6
*
use DoSetSpeed in AddSpeed* in Entity.cpp
Raekye
2015-02-26
1
-10
/
+4
*
Fixed type-conversion warnings.
Mattes D
2015-01-18
1
-4
/
+4
*
Initial convertion of a_Dt to std::chrono
Tycho
2015-01-11
1
-13
/
+13
*
BasicStyle: Added missing braces to control statements.
Mattes D
2014-12-05
1
-4
/
+16
*
Fixed reported parentheses around comparisons.
Mattes D
2014-12-05
1
-1
/
+1
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-23
1
-28
/
+28
*
Removed more unessicary includes
Tycho
2014-09-26
1
-1
/
+0
*
Merge branch 'master' into redstoneTests
Tycho
2014-09-25
1
-5
/
+6
|
\
|
*
A few compiler warning fixes
Chris Darnell
2014-09-23
1
-2
/
+3
|
*
Merge pull request #1398 from mc-server/1.8-Protocol
Alexander Harkness
2014-09-22
1
-1
/
+1
|
|
\
|
|
*
Merge branch 'master' into 1.8-Protocol
Howaner
2014-09-14
1
-16
/
+25
|
|
|
\
|
|
*
\
Merge branch 'master' into 1.8-Protocol
Howaner
2014-09-13
1
-11
/
+13
|
|
|
\
\
|
|
*
|
|
Added the player list to the 1.8 protocol.
Howaner
2014-09-09
1
-1
/
+1
|
*
|
|
|
Made it compile with clang
Chris Darnell
2014-09-22
1
-2
/
+2
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'master' into redstoneTests
Tycho
2014-09-17
1
-15
/
+26
|
\
|
|
|
|
*
|
|
Entities experience water resistance
Tiger Wang
2014-09-13
1
-16
/
+25
|
|
|
/
|
|
/
|
|
*
|
Fixed friction being applied whilst airborne
Tiger Wang
2014-09-12
1
-11
/
+13
|
|
/
*
/
Added first test to show the object can be created
Tycho
2014-09-17
1
-10
/
+10
|
/
*
Fixed style and alpha-sorting.
madmaxoft
2014-09-03
1
-2
/
+2
*
Fixed previous commit's wrong assumptions.
madmaxoft
2014-09-01
1
-10
/
+10
*
Fixed MSVC compilation, improved performance.
madmaxoft
2014-09-01
1
-30
/
+59
*
Fixed style
Jaume Aloy
2014-08-31
1
-7
/
+5
*
Added a_Digger check
Jaume Aloy
2014-08-30
1
-2
/
+2
*
More Enchantments
Jaume Aloy
2014-08-22
1
-57
/
+70
*
Protection Enchantments, some fixes
Jaume Aloy
2014-08-21
1
-2
/
+108
*
Changed if in BlockHandler
Jaume Aloy
2014-08-19
1
-1
/
+0
*
Changed if for switch
Jaume Aloy
2014-08-19
1
-3
/
+2
*
Added more enchantments and some fixes
Jaume Aloy
2014-08-19
1
-3
/
+22
*
Added some Enchantments
Jaume Aloy
2014-08-19
1
-1
/
+61
*
Attempt to fix knockback and swimming.
Howaner
2014-08-04
1
-15
/
+13
*
Entity.cpp: Air timer comment fix
archshift
2014-08-03
1
-1
/
+1
*
Code reduction and clarity fixes
archshift
2014-08-03
1
-19
/
+9
*
Entity.cpp: On portal check, use if-else for current dimension
archshift
2014-08-03
1
-60
/
+54
*
Detrailed whitespace
Tiger Wang
2014-07-29
1
-3
/
+3
*
Merge branch 'master' into portals
Tiger Wang
2014-07-29
1
-5
/
+8
|
\
|
*
Fix item durability.
Howaner
2014-07-23
1
-5
/
+8
*
|
Suggestions
Tiger Wang
2014-07-23
1
-9
/
+14
*
|
Speed improvements, crash fixes, & self-suggestions
Tiger Wang
2014-07-22
1
-30
/
+29
*
|
Merge remote-tracking branch 'origin/master' into portals
Tiger Wang
2014-07-22
1
-10
/
+7
|
\
|
|
*
Style: Normalized to no spaces before closing parenthesis.
madmaxoft
2014-07-21
1
-2
/
+2
|
*
Added m_TicksAlive to entities, allows projectiles to hit their creators
archshift
2014-07-20
1
-0
/
+3
|
*
Fixed clamping issues
archshift
2014-07-19
1
-4
/
+1
|
*
Merge branch 'Entities'
madmaxoft
2014-07-18
1
-4
/
+1
|
|
\
|
|
*
Fixed many slime bugs.
Howaner
2014-07-17
1
-4
/
+1
*
|
|
Suggestions
Tiger Wang
2014-07-21
1
-35
/
+43
*
|
|
Bug and crash fixes
Tiger Wang
2014-07-20
1
-18
/
+30
*
|
|
Fix failed merge and other issues
Tiger Wang
2014-07-18
1
-3
/
+3
*
|
|
Merge branch 'master' into portals
Tiger Wang
2014-07-18
1
-59
/
+48
|
\
|
|
|
*
|
Fixed tabs used for alignment.
madmaxoft
2014-07-17
1
-1
/
+1
|
*
|
More trailing whitespace fixes.
madmaxoft
2014-07-17
1
-2
/
+2
|
*
|
Basic style fixes.
madmaxoft
2014-07-17
1
-15
/
+15
|
*
|
Merge branch 'master' of https://github.com/mc-server/MCServer
madmaxoft
2014-07-17
1
-23
/
+8
|
|
\
|
|
|
*
Fixed mob knockback
Tiger Wang
2014-07-17
1
-23
/
+8
|
*
|
Normalized comments.
madmaxoft
2014-07-17
1
-14
/
+14
|
|
/
|
*
Merge branch 'master' into potions
madmaxoft
2014-07-17
1
-4
/
+4
|
|
\
|
|
*
Merge pull request #1193 from mc-server/deathmessages
Mattes D
2014-07-17
1
-4
/
+4
|
|
|
\
|
|
|
*
Resolved backwards compatibility issues
Tiger Wang
2014-07-16
1
-1
/
+1
|
|
|
*
Tailored death messages
Tiger Wang
2014-07-04
1
-4
/
+4
|
*
|
|
Readability and clarity changes
archshift
2014-07-14
1
-3
/
+6
|
*
|
|
Merge remote-tracking branch 'origin/master' into potions
archshift
2014-07-10
1
-9
/
+8
|
|
\
|
|
|
|
*
|
Merge pull request #1135 from mc-server/fixes
Tiger Wang
2014-07-09
1
-8
/
+4
|
|
|
\
\
|
|
|
|
/
|
|
|
/
|
|
|
|
*
Suggestions
Tiger Wang
2014-06-29
1
-2
/
+3
|
|
|
*
Some Entity.cpp style improvements
Tiger Wang
2014-06-22
1
-11
/
+6
|
|
*
|
Fixed server forcing players afloat
Tiger Wang
2014-06-28
1
-1
/
+4
|
|
|
/
|
*
|
Added wither damage type, wither entity effect.
archshift
2014-06-17
1
-0
/
+1
|
*
|
Entity: only fire critical hit if damage type is physical
archshift
2014-06-17
1
-1
/
+2
|
|
/
*
|
Conforms to standards
Tiger Wang
2014-06-22
1
-1
/
+1
*
|
Merge branch 'master' into portals
Tiger Wang
2014-06-21
1
-20
/
+18
|
\
|
|
*
Merge branch 'master' of github.com:mc-server/MCServer
Tycho
2014-06-16
1
-20
/
+18
*
|
Fixed invalid iterators
Tiger Wang
2014-06-21
1
-1
/
+2
*
|
More suggestions
Tiger Wang
2014-06-21
1
-1
/
+1
*
|
Reverted portal creation code
Tiger Wang
2014-06-14
1
-100
/
+0
*
|
Fixed compile
worktycho
2014-06-12
1
-1
/
+1
*
|
Portals animate and delay correctly
Tiger Wang
2014-06-12
1
-28
/
+93
*
|
Merge branch 'master' into portals
Tiger Wang
2014-06-10
1
-5
/
+5
|
\
|
|
*
Fixed deadlock when moving players to other worlds.
Mattes D
2014-06-08
1
-5
/
+5
*
|
Portal improvements and suggestions
Tiger Wang
2014-06-10
1
-41
/
+89
*
|
Suggestions
Tiger Wang
2014-06-04
1
-2
/
+4
*
|
Configurable portals
Tiger Wang
2014-06-04
1
-13
/
+32
*
|
Added checks for no downfall biomes
Tiger Wang
2014-06-04
1
-1
/
+1
*
|
Implemented bed homes
Tiger Wang
2014-06-01
1
-0
/
+6
*
|
Implemented end and nether portals
Tiger Wang
2014-05-31
1
-0
/
+117
|
/
*
Merge branch 'master' into achievementtranslate
Tiger Wang
2014-05-25
1
-2
/
+2
|
\
|
*
Fixed datatype conversion warning.
Mattes D
2014-05-23
1
-2
/
+2
*
|
Fixed a cactus Y position issue
Tiger Wang
2014-05-19
1
-2
/
+3
*
|
Simplified cacti conditions
Tiger Wang
2014-05-19
1
-2
/
+2
|
/
*
Merge pull request #1010 from mc-server/cactidamage
Alexander Harkness
2014-05-19
1
-0
/
+24
|
\
|
*
Derp
Alexander Harkness
2014-05-19
1
-1
/
+1
|
*
Should have fixed assumptions about entity width.
Alexander Harkness
2014-05-19
1
-4
/
+5
|
*
Fixed clanging errors.
Alexander Harkness
2014-05-19
1
-5
/
+5
|
*
Implemented cacti damage
Tiger Wang
2014-05-18
1
-0
/
+23
*
|
There's no "round" function in MSVC2008.
madmaxoft
2014-05-18
1
-1
/
+1
*
|
Movement Statistics
andrew
2014-05-12
1
-2
/
+13
*
|
cEntity::Killed(cEntity *) Handler; Achievement triggers; cPlayer::AwardAchievement()
andrew
2014-05-12
1
-0
/
+5
|
/
*
Suggestions'd
Tiger Wang
2014-05-06
1
-1
/
+1
*
Merge branch 'master' into fixes.
madmaxoft
2014-05-02
1
-15
/
+81
|
\
|
*
Merge pull request #940 from Howaner/GlobalFixes
Mattes D
2014-04-28
1
-3
/
+18
|
|
\
|
|
*
Fixes
Howaner
2014-04-26
1
-1
/
+1
|
|
*
Merge branch 'master' into GlobalFixes
Howaner
2014-04-26
1
-7
/
+34
|
|
|
\
|
|
*
|
Add entity invulnerable
Howaner
2014-04-26
1
-3
/
+18
|
*
|
|
Fixed warnings.
madmaxoft
2014-04-27
1
-0
/
+1
|
*
|
|
Added static const, initialized fields.
archshift
2014-04-27
1
-0
/
+2
|
*
|
|
Merge pull request #941 from archshift/master
Mattes D
2014-04-26
1
-5
/
+26
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
Further refactored, Reverted Minecart change
archshift
2014-04-26
1
-1
/
+1
|
|
*
|
Moved switch{} out of GetArmorCoverAgainst().
archshift
2014-04-26
1
-5
/
+26
|
|
|
/
|
*
|
Fix formatting
r.ramazanov
2014-04-25
1
-9
/
+15
|
*
|
Fix for clang
r.ramazanov
2014-04-25
1
-5
/
+1
|
*
|
Mobs shouldn't burn when it's Raining & Mob Knockback is far too much
r.ramazanov
2014-04-25
1
-8
/
+5
|
*
|
Merge branch 'master' of https://github.com/mc-server/MCServer
r.ramazanov
2014-04-23
1
-3
/
+23
|
|
\
|
|
*
|
Mobs shouldn't burn when it's Raining #906
r.ramazanov
2014-04-23
1
-9
/
+30
|
*
|
Mobs shouldn't burn when it's Raining #906
r.ramazanov
2014-04-21
1
-5
/
+12
*
|
|
More comments!
Tiger Wang
2014-04-27
1
-1
/
+1
*
|
|
Implemented suggestions
Tiger Wang
2014-04-24
1
-7
/
+6
*
|
|
Merge branch 'master' into fixes
Tiger Wang
2014-04-24
1
-3
/
+23
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Renamed getter and setter for IsFireproof.
archshift
2014-04-23
1
-1
/
+1
|
*
|
Fireproof status getter and setter.
archshift
2014-04-23
1
-0
/
+11
|
*
|
Fixed indentation and changed m_Fireproof to m_IsFireproof.
archshift
2014-04-22
1
-12
/
+12
|
*
|
Lay foundation for fireproof entities.
archshift
2014-04-22
1
-3
/
+12
|
|
/
*
/
Some change to Entity.cpp
Tiger Wang
2014-04-23
1
-92
/
+90
|
/
*
Fixed #906
Tiger Wang
2014-04-18
1
-0
/
+10
*
Merge pull request #891 from mc-server/fixes
Mattes D
2014-04-17
1
-66
/
+49
|
\
|
*
Entities handle chunks properly again
Tiger Wang
2014-04-12
1
-66
/
+49
*
|
Added new AI rules
Tiger Wang
2014-04-17
1
-1
/
+1
|
/
*
Fixed Endiannes conversion routines for floats and doubles.
madmaxoft
2014-04-05
1
-1
/
+1
*
Minor Entity.cpp cleanup
Tiger Wang
2014-03-20
1
-12
/
+9
*
Merge branch 'master' into awesometnt
Tiger Wang
2014-03-18
1
-1
/
+1
|
\
|
*
Unified Matrix4 code
andrew
2014-03-11
1
-1
/
+1
*
|
Added extra awesomeness to TNT
Tiger Wang
2014-03-05
1
-188
/
+192
|
/
*
g_BlockXXX => cBlockInfo::XXX
andrew
2014-03-01
1
-3
/
+3
*
Fixed most of the reordering warnings
Tycho
2014-02-05
1
-2
/
+2
*
Creative players take Plugin damage
Tiger Wang
2014-02-02
1
-1
/
+2
*
All mobs now drown (fixes #54)
Tiger Wang
2014-01-25
1
-1
/
+94
*
Removed unused ReferenceManager
Tiger Wang
2014-01-24
1
-36
/
+0
*
Fixed crash with failed entity-loading.
madmaxoft
2014-01-24
1
-1
/
+2
*
Merge remote-tracking branch 'origin/customnames'
madmaxoft
2014-01-17
1
-3
/
+3
|
\
|
*
Removed obsoleted functions
Tiger Wang
2014-01-16
1
-3
/
+3
*
|
Disabled excessive entity-related logging in Debug mode.
madmaxoft
2014-01-16
1
-1
/
+11
|
/
*
Final improvements to Minecarts
Tiger Wang
2014-01-13
1
-36
/
+8
*
Detaching improvements
Tiger Wang
2014-01-13
1
-3
/
+5
*
Multiple enhancements and fixes to minecarts
Tiger Wang
2014-01-12
1
-1
/
+4
*
Improved knockback animation
Tiger Wang
2013-12-24
1
-3
/
+3
*
Fixed a comment in Entity.cpp
Tiger Wang
2013-12-23
1
-1
/
+1
*
Implemented knockback and critical hit
Tiger Wang
2013-12-22
1
-4
/
+21
*
More reordering fixes.
madmaxoft
2013-12-20
1
-2
/
+2
*
Sorted a few constructors to remove warnings.
madmaxoft
2013-12-20
1
-5
/
+5
*
Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).
madmaxoft
2013-12-20
1
-1
/
+1
*
Added HandleSpeedFromAttachee so an entity can override the function.
STRWarrior
2013-12-16
1
-4
/
+14
*
Fixed angle normalization typo.
madmaxoft
2013-12-08
1
-1
/
+1
*
Fixed normalizing large angles.
madmaxoft
2013-12-08
1
-6
/
+3
*
Moved bindings-related to a Bindings subfolder.
madmaxoft
2013-12-08
1
-1
/
+1
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+1450