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
/
Pickup.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-10-15
Functions in cPluginManager get references instead of pointers.
Mattes D
1
-1
/
+1
2014-10-12
convert old style casts to fix warnings
Steven Riehl
1
-7
/
+3
2014-07-24
Removed redundant semicolons and re-added warning
archshift
1
-1
/
+1
2014-07-17
Fixed tabs used for alignment.
madmaxoft
1
-1
/
+1
2014-07-17
Normalized comments.
madmaxoft
1
-2
/
+2
2014-04-12
Entities handle chunks properly again
Tiger Wang
1
-3
/
+0
2014-03-15
Add health and age load to pickup's.
Howaner
1
-10
/
+13
2014-02-03
Pickup constructor no longer exported
Tiger Wang
1
-3
/
+4
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-10-24
cPickup cleanup.
madmaxoft
1
-1
/
+1
2013-10-24
Fixed cPickup's constructor's parameter naming.
madmaxoft
1
-1
/
+1
2013-10-24
Pickups now have collection delay when vomited
Tiger Wang
1
-1
/
+6
2013-09-18
Fixed pickups
Tiger Wang
1
-1
/
+1
2013-08-25
Moved entity spawning into cEntity::Initialize().
madmaxoft
1
-2
/
+0
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
1
-1
/
+1
2013-08-08
Addeed OnSpawningEntity, OnSpawnedEntity, OnSpawningMonster, OnSpawnedMonster hooks.
madmaxoft
1
-1
/
+1
2013-07-07
Mobs are assigned MaxHealth from monsters.ini; reading monsters.ini doesn't need settings.ini values anymore.
madmaxoft@gmail.com
1
-2
/
+0
2013-04-22
Moved 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.com
1
-3
/
+0
2013-04-13
Rewritten entities so that they are owned by individual chunks and ticked within their chunk's Tick()
madmaxoft@gmail.com
1
-2
/
+2
2013-03-09
Pickups are now being saved into Anvil.
madmaxoft@gmail.com
1
-0
/
+6
2013-02-21
Moved the Speed member into cEntity class instead of its descendants.
madmaxoft@gmail.com
1
-5
/
+2
2013-01-12
Merged branch "branches/hooks" into "trunk".
madmaxoft@gmail.com
1
-4
/
+4
2012-12-28
cPickup now uses full cItem, instead of a pointer
madmaxoft@gmail.com
1
-6
/
+6
2012-12-22
MTRand 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.com
1
-3
/
+3
2012-12-21
Reworked the IsA() / GetClass() framework to actually be useful. Added GetParentClass().
madmaxoft@gmail.com
1
-3
/
+1
2012-09-24
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
1
-1
/
+1
2012-08-29
Gotten completely rid of all cPackets. The cProtocol125 class now does all the parsing and writing by itself.
madmaxoft@gmail.com
1
-1
/
+0
2012-08-24
Monster classes don't use cPackets. Chat messages are sent / broadcast without cPackets. BlockEntities don't use cPackets.
madmaxoft@gmail.com
1
-5
/
+16
2012-06-14
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
1
-53
/
+53
2012-02-15
No longer using pointers for Vector3(f/d/i) in cEntity's and cTracer
faketruth
1
-3
/
+3
2012-02-13
Rewritten 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.com
1
-9
/
+24
2011-12-24
Very alpha water physic for pickups (The swim now)
lapayo94@gmail.com
1
-0
/
+4
2011-10-03
MCServer c++ source files
faketruth
1
-0
/
+34