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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed cEntity::m_UniqueID to UInt32.
Mattes D
2015-03-21
1
-4
/
+7
*
Merge branch 'master' into Inventory
Howaner
2015-01-25
1
-6
/
+6
|
\
|
*
Fixed type-conversion warnings.
Mattes D
2015-01-18
1
-1
/
+1
|
*
Converted MinecartEntity to std::chrono
Tycho
2015-01-16
1
-5
/
+5
|
*
Initial convertion of a_Dt to std::chrono
Tycho
2015-01-11
1
-5
/
+5
*
|
Own classes for all windows.
Howaner
2014-12-13
1
-0
/
+1
|
/
*
BasicStyle: Added missing braces to control statements.
Mattes D
2014-12-05
1
-6
/
+23
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-23
1
-7
/
+7
*
Compilation fix
Tiger Wang
2014-09-28
1
-2
/
+2
*
Suggestions
Tiger Wang
2014-09-27
1
-2
/
+2
*
Merge remote-tracking branch 'origin/master' into chestcarts
Tiger Wang
2014-09-27
1
-42
/
+45
|
\
|
*
Merge branch 'master' into EntityCustomName
Howaner
2014-09-23
1
-42
/
+43
|
|
\
|
|
*
A few compiler warning fixes
Chris Darnell
2014-09-23
1
-40
/
+41
|
|
*
Made it compile with clang
Chris Darnell
2014-09-22
1
-2
/
+2
|
*
|
Added name tag
Howaner
2014-09-01
1
-2
/
+3
|
|
/
*
/
Implemented Chest Minecarts
Tiger Wang
2014-09-13
1
-8
/
+33
|
/
*
Fixed MSVC2008 compilation.
madmaxoft
2014-08-30
1
-18
/
+18
*
Fixed a typo.
Mattes D
2014-08-28
1
-1
/
+1
*
Change comment formatting
Christophe Piveteau
2014-08-24
1
-20
/
+12
*
Adjust comment formatting
Christophe Piveteau
2014-08-18
1
-20
/
+40
*
Added a lot of comments
Christophe Piveteau
2014-08-15
1
-30
/
+36
*
Clarify comment message
Christophe Piveteau
2014-08-15
1
-2
/
+2
*
End of comment moved away from new line
Christophe Piveteau
2014-08-15
1
-2
/
+1
*
Add some comments
Christophe Piveteau
2014-08-15
1
-10
/
+21
*
Further changes in coding style
Christophe Piveteau
2014-08-14
1
-38
/
+28
*
Further fixing of coding style errors
Christophe Piveteau
2014-08-13
1
-26
/
+22
*
Another intendation error
Christophe Piveteau
2014-08-13
1
-2
/
+2
*
Fixed braces and intendation errors
Christophe Piveteau
2014-08-13
1
-3
/
+11
*
Implement ability to push minecarts on curved rails
Christophe Piveteau
2014-08-13
1
-2
/
+70
*
Minecart: slimmed down SpawnOn by keeping subtype in the payload enum
archshift
2014-07-19
1
-15
/
+1
*
More trailing whitespace fixes.
madmaxoft
2014-07-17
1
-4
/
+4
*
Normalized comments.
madmaxoft
2014-07-17
1
-46
/
+46
*
Add entity invulnerable
Howaner
2014-04-26
1
-5
/
+9
*
reverted the revert of the minecart collision detection fix.
jfhumann
2014-04-21
1
-2
/
+1
*
Fixed Flint and Steel, reverted Minecart change, renamed a parameter name
jfhumann
2014-04-19
1
-1
/
+2
*
Merge remote-tracking branch 'origin/master' into fixes
jfhumann
2014-04-18
1
-19
/
+19
|
\
|
*
Added new AI rules
Tiger Wang
2014-04-17
1
-19
/
+19
*
|
Did some static analysis, fixed some bugs and optimized a lot of code
jfhumann
2014-04-18
1
-1
/
+1
|
/
*
Fixed issues with int vs size_t and a few other warnings
Tycho
2014-03-08
1
-2
/
+2
*
g_BlockXXX => cBlockInfo::XXX
andrew
2014-03-01
1
-8
/
+8
*
Fixed most of the reordering warnings
Tycho
2014-02-05
1
-5
/
+5
*
Rail speed tweak
Tiger Wang
2014-01-25
1
-2
/
+2
*
Added more minecart powered rail directions
Tiger Wang
2014-01-24
1
-3
/
+63
*
Begin implementing ascending rails
Tiger Wang
2014-01-19
1
-2
/
+42
*
Added one more direction into collision checks
Tiger Wang
2014-01-19
1
-26
/
+51
*
Minecart improvements and fixes
Tiger Wang
2014-01-19
1
-33
/
+43
*
Merge remote-tracking branch 'origin/master' into minecartimprovements
Tiger Wang
2014-01-19
1
-16
/
+19
|
\
|
*
Merge pull request #534 from mc-server/SpawnMinecart
Mattes D
2014-01-17
1
-4
/
+7
|
|
\
|
|
*
Renamed cEmptyMinecart to cRideableMinecart
STRWarrior
2014-01-12
1
-3
/
+4
|
|
*
EmptyMinecarts should be able to get a block inside of them.
STRWarrior
2014-01-12
1
-2
/
+4
|
*
|
Removed obsoleted functions
Tiger Wang
2014-01-16
1
-12
/
+12
*
|
|
Minecart collision and general improvements
Tiger Wang
2014-01-18
1
-68
/
+237
|
/
/
*
|
Furnace minecarts now stop being active after a while.
STRWarrior
2014-01-15
1
-1
/
+11
*
|
First implementation for furnace minecarts.
STRWarrior
2014-01-15
1
-1
/
+22
*
|
Final improvements to Minecarts
Tiger Wang
2014-01-13
1
-56
/
+263
*
|
Multiple enhancements and fixes to minecarts
Tiger Wang
2014-01-12
1
-128
/
+182
|
/
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+541