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
/
Minecart.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-03-31
Changed air drag units to 'interpolated ticks' per second
DevToaster
1
-1
/
+1
2015-03-31
Modified physics for more vanilla-like behavior
DevToaster
1
-1
/
+3
2015-03-21
Changed cEntity::m_UniqueID to UInt32.
Mattes D
1
-4
/
+7
2015-01-18
Fixed type-conversion warnings.
Mattes D
1
-1
/
+1
2015-01-16
Converted MinecartEntity to std::chrono
Tycho
1
-5
/
+5
2015-01-11
Initial convertion of a_Dt to std::chrono
Tycho
1
-5
/
+5
2014-12-13
Own classes for all windows.
Howaner
1
-0
/
+1
2014-12-05
BasicStyle: Added missing braces to control statements.
Mattes D
1
-6
/
+23
2014-10-23
En masse NULL -> nullptr replace
Tiger Wang
1
-7
/
+7
2014-10-20
En masse NULL -> nullptr replace
Tiger Wang
1
-7
/
+7
2014-09-28
Compilation fix
Tiger Wang
1
-2
/
+2
2014-09-27
Suggestions
Tiger Wang
1
-2
/
+2
2014-09-23
A few compiler warning fixes
Chris Darnell
1
-40
/
+41
2014-09-22
Made it compile with clang
Chris Darnell
1
-2
/
+2
2014-09-13
Implemented Chest Minecarts
Tiger Wang
1
-8
/
+33
2014-09-01
Added name tag
Howaner
1
-2
/
+3
2014-08-30
Fixed MSVC2008 compilation.
madmaxoft
1
-18
/
+18
2014-08-28
Fixed a typo.
Mattes D
1
-1
/
+1
2014-08-24
Change comment formatting
Christophe Piveteau
1
-20
/
+12
2014-08-18
Adjust comment formatting
Christophe Piveteau
1
-20
/
+40
2014-08-15
Added a lot of comments
Christophe Piveteau
1
-30
/
+36
2014-08-15
Clarify comment message
Christophe Piveteau
1
-2
/
+2
2014-08-15
End of comment moved away from new line
Christophe Piveteau
1
-2
/
+1
2014-08-15
Add some comments
Christophe Piveteau
1
-10
/
+21
2014-08-14
Further changes in coding style
Christophe Piveteau
1
-38
/
+28
2014-08-13
Further fixing of coding style errors
Christophe Piveteau
1
-26
/
+22
2014-08-13
Another intendation error
Christophe Piveteau
1
-2
/
+2
2014-08-13
Fixed braces and intendation errors
Christophe Piveteau
1
-3
/
+11
2014-08-13
Implement ability to push minecarts on curved rails
Christophe Piveteau
1
-2
/
+70
2014-07-19
Minecart: slimmed down SpawnOn by keeping subtype in the payload enum
archshift
1
-15
/
+1
2014-07-17
More trailing whitespace fixes.
madmaxoft
1
-4
/
+4
2014-07-17
Normalized comments.
madmaxoft
1
-46
/
+46
2014-04-26
Further refactored, Reverted Minecart change
archshift
1
-14
/
+20
2014-04-26
Fixed a couple more warnings.
archshift
1
-20
/
+14
2014-04-26
Add entity invulnerable
Howaner
1
-5
/
+9
2014-04-21
reverted the revert of the minecart collision detection fix.
jfhumann
1
-2
/
+1
2014-04-19
Fixed Flint and Steel, reverted Minecart change, renamed a parameter name
jfhumann
1
-1
/
+2
2014-04-18
Did some static analysis, fixed some bugs and optimized a lot of code
jfhumann
1
-1
/
+1
2014-04-17
Added new AI rules
Tiger Wang
1
-19
/
+19
2014-03-08
Fixed issues with int vs size_t and a few other warnings
Tycho
1
-2
/
+2
2014-03-01
g_BlockXXX => cBlockInfo::XXX
andrew
1
-8
/
+8
2014-02-05
Fixed most of the reordering warnings
Tycho
1
-5
/
+5
2014-01-25
Rail speed tweak
Tiger Wang
1
-2
/
+2
2014-01-24
Added more minecart powered rail directions
Tiger Wang
1
-3
/
+63
2014-01-19
Begin implementing ascending rails
Tiger Wang
1
-2
/
+42
2014-01-19
Added one more direction into collision checks
Tiger Wang
1
-26
/
+51
2014-01-19
Minecart improvements and fixes
Tiger Wang
1
-33
/
+43
2014-01-18
Minecart collision and general improvements
Tiger Wang
1
-68
/
+237
2014-01-16
Removed obsoleted functions
Tiger Wang
1
-12
/
+12
2014-01-15
Furnace minecarts now stop being active after a while.
STRWarrior
1
-1
/
+11
2014-01-15
First implementation for furnace minecarts.
STRWarrior
1
-1
/
+22
2014-01-13
Final improvements to Minecarts
Tiger Wang
1
-56
/
+263
2014-01-12
Renamed cEmptyMinecart to cRideableMinecart
STRWarrior
1
-3
/
+4
2014-01-12
EmptyMinecarts should be able to get a block inside of them.
STRWarrior
1
-2
/
+4
2014-01-12
Multiple enhancements and fixes to minecarts
Tiger Wang
1
-128
/
+182
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-10-09
Second round of fixes
Tiger Wang
1
-2
/
+2
2013-10-08
Initial Metadata Commit [SEE DESC]
Tiger Wang
1
-4
/
+54
2013-09-22
Fixed a few compiler warnings
madmaxoft
1
-21
/
+34
2013-09-13
Even more fixes [SEE DESC]
Tiger Wang
1
-8
/
+12
2013-09-09
A few Minecart fixes
Tiger Wang
1
-6
/
+1
2013-09-03
Fixed inconsistent meta naming
Tiger Wang
1
-10
/
+10
2013-09-02
Minecart enhancements [SEE DESC]
Tiger Wang
1
-112
/
+238
2013-08-29
Physics enhancements
Tiger Wang
1
-23
/
+22
2013-08-29
Corrected comment TypeType
Tiger Wang
1
-1
/
+1
2013-08-29
Implemented xoft's suggestions [SEE DESC]
Tiger Wang
1
-32
/
+14
2013-08-28
Fixed Minecart spawning issues
Tiger Wang
1
-9
/
+10
2013-08-27
Preliminary Minecart physics handling [SEE DESC]
Tiger Wang
1
-1
/
+196
2013-08-25
Moved entity spawning into cEntity::Initialize().
madmaxoft
1
-14
/
+0
2013-08-19
Moved entities into the Entities subfolder.
madmaxoft
1
-2
/
+2
2013-08-16
Possible entity ID fix?
Tiger Wang
1
-2
/
+2
2013-08-16
Compilation and Minecart fixes
Tiger Wang
1
-6
/
+6
2013-08-16
Feature and bugfixes [SEE DESC]
Tiger Wang
1
-0
/
+26
2013-08-08
Addeed OnSpawningEntity, OnSpawnedEntity, OnSpawningMonster, OnSpawnedMonster hooks.
madmaxoft
1
-3
/
+7
2013-07-29
Changed everyting to Unix line endings.
Alexander Harkness
1
-160
/
+160
2013-07-07
Improved function names for protocol packet sending; alpha-sorted the function lists
madmaxoft@gmail.com
1
-1
/
+1
2013-07-01
Rewritten entity-on-fire management ("forever on fire" bugs)
madmaxoft@gmail.com
1
-1
/
+1
2013-04-13
Rewritten entities so that they are owned by individual chunks and ticked within their chunk's Tick()
madmaxoft@gmail.com
1
-1
/
+1
2013-03-09
Minecarts get saved into Anvil.
madmaxoft@gmail.com
1
-1
/
+1
2013-03-09
Pickups are now being saved into Anvil.
madmaxoft@gmail.com
1
-0
/
+11
2013-03-03
Player can sit in minecarts (but not move them yet)
madmaxoft@gmail.com
1
-0
/
+87
2013-02-18
Minecarts can now be placed.
madmaxoft@gmail.com
1
-0
/
+62