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
/
Blocks
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
converted commneted paramater names to the unused macro
Tycho Bickerstaff
2013-12-22
1
-1
/
+5
*
Merge branch 'master' of github.com:mc-server/MCServer
Tycho Bickerstaff
2013-12-22
3
-1
/
+99
|
\
|
*
Merge pull request #461 from mc-server/repeaters
Mattes D
2013-12-26
1
-0
/
+34
|
|
\
|
|
*
Fixed rails not updating with diagonals
Tiger Wang
2013-12-25
1
-0
/
+34
|
*
|
Merge branch 'fixes&features' of git://github.com/tonibm19/MCServer
madmaxoft
2013-12-25
1
-9
/
+58
|
|
\
\
|
|
*
|
(Hopefully) fixed if conditions
tonibm19
2013-12-25
1
-4
/
+1
|
|
*
|
Implemented xoft suggestion (partly)
tonibm19
2013-12-25
1
-25
/
+29
|
|
*
|
BLOCKTYPE...
tonibm19
2013-12-24
1
-2
/
+2
|
|
*
|
Fixed compilation
tonibm19
2013-12-24
1
-29
/
+9
|
|
*
|
Implemented xoft suggestion
tonibm19
2013-12-24
1
-7
/
+11
|
|
*
|
Using BLOCKTYPE instead of int
tonibm19
2013-12-24
1
-2
/
+2
|
|
*
|
Fixed comments
tonibm19
2013-12-24
1
-8
/
+8
|
|
*
|
Changed a little how detection works and added comments.
tonibm19
2013-12-24
1
-28
/
+31
|
|
*
|
Storing Y -1 and -2 blocks in a variable
tonibm19
2013-12-24
1
-5
/
+7
|
|
*
|
Using parenthesis
tonibm19
2013-12-24
1
-8
/
+8
|
|
*
|
Fixed a possible crash
tonibm19
2013-12-24
1
-39
/
+42
|
|
*
|
Improved iron golem detection algorithm
tonibm19
2013-12-23
1
-3
/
+16
|
|
*
|
You can now spawn iron golems.
tonibm19
2013-12-23
1
-3
/
+20
|
|
/
/
|
*
|
You can spawn snow golems with snow blocks and pumpkins.
STRWarrior
2013-12-22
1
-0
/
+15
|
*
|
Fixed cacus breaking when next to any non-air block.
STRWarrior
2013-12-22
1
-1
/
+1
*
|
|
Piston is now warnings clean
Tycho Bickerstaff
2013-12-21
1
-1
/
+1
|
/
/
*
|
Merge branch 'master' into cmake
Tycho Bickerstaff
2013-12-20
6
-10
/
+10
|
\
|
|
*
Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).
madmaxoft
2013-12-20
4
-5
/
+5
|
*
Fixed melon and pumpkin growing.
madmaxoft
2013-12-20
1
-1
/
+1
|
*
Fixed missing parenthesis.
madmaxoft
2013-12-20
1
-4
/
+4
*
|
Merge branch 'master' into cmake
Tycho Bickerstaff
2013-12-19
1
-1
/
+1
|
\
|
|
*
Fixed assertion during dirt block OnUpdate()
Tiger Wang
2013-12-20
1
-1
/
+1
*
|
Merge branch 'master' into cmake
Tycho Bickerstaff
2013-12-19
1
-1
/
+1
|
\
|
|
*
Fixed dust from being placed on nonsolids
Tiger Wang
2013-12-19
1
-1
/
+1
*
|
added blocks and blockentities
Tycho Bickerstaff
2013-12-19
1
-1
/
+5
*
|
Merge branch 'master' into cmake
Tycho Bickerstaff
2013-12-18
2
-0
/
+54
|
\
|
|
*
Implented Nether Wart.
STRWarrior
2013-12-18
2
-0
/
+54
*
|
Merge branch 'master' of github.com:mc-server/MCServer into cmake
Tycho Bickerstaff
2013-12-11
1
-7
/
+6
|
\
|
|
*
Merge branch 'master' into quickfixs
Tycho Bickerstaff
2013-12-11
1
-1
/
+1
|
|
\
|
*
|
fixed unused expression warnings in blockFire
Tycho Bickerstaff
2013-12-10
1
-7
/
+6
*
|
|
Merge branch 'master' into cmake
Tycho Bickerstaff
2013-12-11
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Provides a possible fix for repeater timings
Tiger Wang
2013-12-10
1
-1
/
+1
|
|
/
*
/
more cmake stuff
Tycho Bickerstaff
2013-12-10
1
-0
/
+7
|
/
*
Improved pickups spawning speed again
Tiger Wang
2013-12-10
1
-3
/
+2
*
Readded redstone lamp handler
Tiger Wang
2013-12-08
1
-0
/
+2
*
Merge branch 'master' of https://github.com/mc-server/MCServer into fixesnfeatures
Tiger Wang
2013-12-08
1
-4
/
+3
|
\
|
*
Moved bindings-related to a Bindings subfolder.
madmaxoft
2013-12-08
1
-1
/
+1
|
*
Fixed stationary water starting fires and flowing lava not.
madmaxoft
2013-12-08
1
-2
/
+2
*
|
Fixed water starting fires
Tiger Wang
2013-12-07
1
-1
/
+0
*
|
Fixed some new 1.7 client crash bugs
Tiger Wang
2013-12-07
3
-0
/
+35
*
|
Added basic ender chests
Tiger Wang
2013-12-07
2
-4
/
+46
*
|
Fixed duplication glitch with QueueSetBlock
Tiger Wang
2013-12-06
1
-2
/
+2
*
|
Added trapdoor cursor Y detection
Tiger Wang
2013-12-06
1
-2
/
+0
*
|
Fixed trapdoors not overriding OnUse
Tiger Wang
2013-12-06
1
-1
/
+1
*
|
Cleaned up torch code and added comments
Tiger Wang
2013-12-06
1
-31
/
+7
*
|
Removed another export and inline'd stuff
Tiger Wang
2013-12-06
1
-5
/
+5
*
|
Removed exporting of a torch function
Tiger Wang
2013-12-06
1
-3
/
+3
|
/
*
Lava can spawn fire.
madmaxoft
2013-12-04
2
-6
/
+87
*
Merge pull request #387 from mc-server/trapdoors
Mattes D
2013-11-30
16
-240
/
+261
|
\
|
*
Fixed thin snow CanBeAt checking
Tiger Wang
2013-11-30
1
-1
/
+13
|
*
Properly fixed snow height, fixes #98 and #264
Tiger Wang
2013-11-30
2
-16
/
+39
|
*
Stairs reset meta when dropped, fixes #269
Tiger Wang
2013-11-29
1
-2
/
+22
|
*
Implemented trapdoors, fixes #43 and #105
Tiger Wang
2013-11-29
2
-0
/
+110
|
*
Removed unneeded CPP files
Tiger Wang
2013-11-29
11
-221
/
+77
*
|
Changed cBlockHandler->OnUpdate() to use cChunk directly.
madmaxoft
2013-11-30
10
-56
/
+73
*
|
Grass doesn't spread to podzol or grassless dirt blocks.
madmaxoft
2013-11-30
1
-2
/
+3
|
/
*
Merged master into redstonefixes
Tiger Wang
2013-11-27
5
-12
/
+56
*
Merge remote-tracking branch 'origin/master' into foldermove2
Alexander Harkness
2013-11-24
8
-38
/
+87
*
Moved source to src
Alexander Harkness
2013-11-24
69
-0
/
+5903