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
/
source
/
Entities
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-11-25
Implented SendExperienceOrb in ClientHandle.
STRWarrior
1
-0
/
+1
2013-11-21
Exported static XP calculation to Lua API.
madmaxoft
2
-18
/
+15
2013-11-16
General fixes [SEE DESC]
Tiger Wang
2
-15
/
+160
2013-11-16
minor change in LOGD call
Daniel O'Brien
1
-2
/
+2
2013-11-16
removed magic number
Daniel O'Brien
1
-2
/
+2
2013-11-16
edited comment and changed error behavior of DeltaXp
Daniel O'Brien
2
-4
/
+11
2013-11-16
updated plugin again...
Daniel O'Brien
2
-5
/
+5
2013-11-16
removed SpendExperience and changed AddExperience to handle removing Xp
Daniel O'Brien
2
-34
/
+10
2013-11-16
fixed bug and added SpendExperience()
Daniel O'Brien
2
-4
/
+41
2013-11-16
fix possible threadlock issue, changed function names to be closer to standard
Daniel O'Brien
2
-26
/
+45
2013-11-15
Switchified If, ElseIf statement
Tiger Wang
1
-11
/
+16
2013-11-15
alignment fixes :)
Daniel O'Brien
1
-1
/
+1
2013-11-15
finished #143 I believe
Daniel O'Brien
2
-3
/
+18
2013-11-15
added cProtocol function to pass xp to client
Daniel O'Brien
2
-20
/
+26
2013-11-14
Fixed arrow bugs
Tiger Wang
2
-25
/
+44
2013-11-14
fixed XpGetPercentage
Daniel O'Brien
1
-1
/
+3
2013-11-14
fixed function name
Daniel O'Brien
1
-1
/
+1
2013-11-14
luaExport
Daniel O'Brien
1
-0
/
+5
2013-11-13
fixed comment
Daniel O'Brien
1
-1
/
+1
2013-11-13
changed function name
Daniel O'Brien
2
-4
/
+4
2013-11-13
minor changes
Daniel O'Brien
2
-6
/
+6
2013-11-13
changed name convention
Daniel O'Brien
2
-5
/
+5
2013-11-13
Fixed problems with code style etc
Daniel O'Brien
2
-51
/
+84
2013-11-13
Player Xp, includes get/set and addExperience
Daniel O'Brien
1
-1
/
+1
2013-11-13
Player Xp, includes get/set and addExperience
Daniel O'Brien
1
-1
/
+2
2013-11-13
Player Xp
Daniel O'Brien
2
-4
/
+114
2013-11-12
Bundled fixes [SEE DESC]
Tiger Wang
2
-4
/
+119
2013-11-10
Bundled fixes [SEE DESC]
Tiger Wang
1
-2
/
+3
2013-11-10
Bundled fixes [SEE DESC]
Tiger Wang
2
-0
/
+5
2013-11-03
Added cEntity:GetYaw() and cEntity:SetYaw().
madmaxoft
2
-4
/
+6
2013-11-03
Added cPlayer::GetEffectiveGameMode().
madmaxoft
1
-0
/
+4
2013-11-02
Fixed bow damage in creative
Tiger Wang
1
-1
/
+1
2013-11-02
Multiple fixes
Tiger Wang
1
-12
/
+9
2013-10-29
Using tabs
tonibm19
1
-2
/
+2
2013-10-28
fixed indentation
tonibm19
1
-1
/
+1
2013-10-28
extra line
tonibm19
1
-0
/
+1
2013-10-28
attempt at fixing indentation
tonibm19
1
-3
/
+2
2013-10-28
Extra line
tonibm19
1
-0
/
+1
2013-10-28
Fixed indentation
tonibm19
1
-5
/
+2
2013-10-28
Added random chicken spawn when throwing an egg
tonibm19
1
-2
/
+13
2013-10-25
cIniFile doesn't store filename internally anymore.
madmaxoft
1
-4
/
+4
2013-10-24
cPickup cleanup.
madmaxoft
1
-1
/
+1
2013-10-24
Fixed cPickup's constructor's parameter naming.
madmaxoft
2
-3
/
+3
2013-10-24
Cleanup in cPlayer.
madmaxoft
1
-2
/
+4
2013-10-24
Unified cPlayer's Heal() function with cEntity's.
madmaxoft
2
-11
/
+11
2013-10-24
Pickups now have collection delay when vomited
Tiger Wang
3
-5
/
+11
2013-10-13
Eight round of fixes
Tiger Wang
1
-13
/
+8
2013-10-09
Second round of fixes
Tiger Wang
3
-69
/
+4
2013-10-09
Moved cMakeDir::MakeDir to cFile::CreateFolder.
madmaxoft
1
-2
/
+1
2013-10-08
Initial round of fixes
Tiger Wang
1
-17
/
+27
2013-10-08
Initial Metadata Commit [SEE DESC]
Tiger Wang
3
-6
/
+128
2013-10-08
Cleaned up cEntity's enums.
madmaxoft
1
-23
/
+20
2013-09-27
Fixed a typo in cEntity doxycomments.
madmaxoft
1
-4
/
+4
2013-09-22
Fixed a few compiler warnings
madmaxoft
1
-21
/
+34
2013-09-22
Removed some unneeded includes
Tiger Wang
2
-2
/
+0
2013-09-19
Implemented xoft's suggestions
Tiger Wang
1
-2
/
+2
2013-09-19
Fixed a crash in cEntity when the entity was at BlockY == 0.
madmaxoft
1
-3
/
+2
2013-09-18
Fixed pickups
Tiger Wang
2
-3
/
+3
2013-09-16
Fixed friction for entities
Tiger Wang
1
-13
/
+13
2013-09-16
Attempt at fixing linux crash on player login.
Matyas Dolak
1
-1
/
+11
2013-09-15
Added break
Tiger Wang
1
-0
/
+1
2013-09-13
Even better pickup physics
Tiger Wang
1
-18
/
+23
2013-09-13
Even more fixes [SEE DESC]
Tiger Wang
3
-22
/
+61
2013-09-13
Fixed water speed issues
Tiger Wang
1
-5
/
+6
2013-09-12
Implemented xoft's suggestions again
Tiger Wang
1
-19
/
+16
2013-09-11
Implemented xoft's suggestions
Tiger Wang
1
-5
/
+22
2013-09-11
More changes [SEE DESC]
Tiger Wang
1
-1
/
+1
2013-09-11
Better player gamemode detection
Tiger Wang
1
-1
/
+1
2013-09-11
Fixed two bugs
Tiger Wang
1
-6
/
+6
2013-09-11
Added player void damage
Tiger Wang
1
-3
/
+6
2013-09-11
Added void damage
Tiger Wang
2
-0
/
+29
2013-09-10
Entities now maintain speed outside of world
Tiger Wang
1
-2
/
+9
2013-09-09
A few Minecart fixes
Tiger Wang
1
-6
/
+1
2013-09-08
Removed the "charging bow" debug message.
madmaxoft
1
-1
/
+0
2013-09-08
Fixed a bunch of stuff
Tiger Wang
3
-4
/
+6
2013-09-08
Initial boat support
Tiger Wang
2
-0
/
+118
2013-09-07
Fixed formatting and removed gravity thing
Tiger Wang
2
-2
/
+2
2013-09-07
Added a (disabled) block logging to projectile path-tracing.
madmaxoft
1
-0
/
+10
2013-09-07
Implemented loading more projectiles from MCA.
madmaxoft
1
-2
/
+5
2013-09-07
Implemented ghast fireball and firecharge projectiles
madmaxoft
2
-9
/
+161
2013-09-07
Renamed cWorld::DoExplosiontAt() to cWorld::DoExplosionAt()
madmaxoft
1
-1
/
+1
2013-09-07
Arrows have proper yaw and pitch when shot, and stop when they hit a block.
madmaxoft
4
-8
/
+70
2013-09-06
Implemented SteerVehicle packet.
madmaxoft
2
-6
/
+29
2013-09-06
Implemented SteerVehicle packet.
madmaxoft
2
-6
/
+29
2013-09-05
Further physics improvements [SEE DESC]
Tiger Wang
1
-12
/
+12
2013-09-04
Pickups spawn with correct speed and position
Tiger Wang
1
-1
/
+1
2013-09-04
Players toss a little further
Tiger Wang
1
-1
/
+1
2013-09-04
Pickups are a little less jittery
Tiger Wang
1
-2
/
+2
2013-09-04
Added better push out of entities
Tiger Wang
1
-1
/
+8
2013-09-03
Fixed inconsistent meta naming
Tiger Wang
1
-10
/
+10
2013-09-03
Added cEntity's gravity to the Lua API.
madmaxoft
1
-0
/
+4
2013-09-03
Implemented exact block hit position.
madmaxoft
2
-26
/
+31
2013-09-03
Added cArrowEntity's criticalness to the API.
madmaxoft
1
-0
/
+6
2013-09-03
Arrows deal damage based on their speed.
madmaxoft
2
-4
/
+13
2013-09-02
Projectiles slow down in water and lava.
madmaxoft
1
-3
/
+14
2013-09-02
Projectiles don't collide with their creators.
madmaxoft
1
-2
/
+6
2013-09-02
Minecart enhancements [SEE DESC]
Tiger Wang
2
-113
/
+242
2013-09-01
Arrows deal damage.
madmaxoft
2
-4
/
+127
2013-08-30
Thrown ender pearls now teleport and hurt.
madmaxoft
1
-1
/
+7
2013-08-30
Basic support for thrown items - eggs, snowballs and ender pearls.
madmaxoft
2
-5
/
+179
2013-08-30
Moved throw pos and speed calculation from cProjectileEntity into cPlayer.
madmaxoft
4
-38
/
+38
2013-08-30
Shooting a bow kinda works.
madmaxoft
4
-0
/
+109
2013-08-29
Physics enhancements
Tiger Wang
2
-29
/
+37
2013-08-29
Corrected comment TypeType
Tiger Wang
1
-1
/
+1
2013-08-29
Implemented xoft's suggestions [SEE DESC]
Tiger Wang
2
-35
/
+17
2013-08-28
Fixed Minecart spawning issues
Tiger Wang
1
-9
/
+10
2013-08-27
Preliminary Minecart physics handling [SEE DESC]
Tiger Wang
2
-4
/
+199
2013-08-27
Implemented basic physics for projectiles.
madmaxoft
2
-21
/
+135
2013-08-27
Entities fall 3x slower in water
madmaxoft
2
-2
/
+2
2013-08-26
Debug logging for arrows improved
madmaxoft
1
-1
/
+8
2013-08-26
Debug: arrow log their position in each tick
madmaxoft
3
-19
/
+39
2013-08-25
Added a few API accessors to cArrowEntity.
madmaxoft
2
-0
/
+25
2013-08-25
Moved entity spawning into cEntity::Initialize().
madmaxoft
9
-61
/
+4
2013-08-24
Fixed pickup behavior outside the world.
madmaxoft
1
-3
/
+4
2013-08-22
Added a few basic fields to cProjectileEntity and cArrowEntity.
madmaxoft
2
-4
/
+73
2013-08-22
Arrows can spawn on the client.
madmaxoft
1
-1
/
+2
2013-08-22
Added skeleton code for projectile spawning.
madmaxoft
3
-6
/
+105
2013-08-22
Removed unwanted VirtualHooks remnants.
madmaxoft
1
-2
/
+1
2013-08-20
Hotfix for #83.
madmaxoft
1
-0
/
+6
2013-08-20
Started work on the cProjectileEntity class.
madmaxoft
1
-0
/
+69
2013-08-19
Debuggers: Added continuous hunger reporting.
madmaxoft
2
-4
/
+7
2013-08-19
Added cPickup:IsCollected() to the Lua API.
madmaxoft
1
-0
/
+3
2013-08-19
Added cPickup:GetAge() the the Lua API.
madmaxoft
1
-3
/
+2
2013-08-19
Moved entities into the Entities subfolder.
madmaxoft
14
-0
/
+4480