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
/
Defines.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactored window clicking code to use different click actions
madmaxoft@gmail.com
2013-05-08
1
-35
/
+137
*
Pickups are now being saved into Anvil.
madmaxoft@gmail.com
2013-03-09
1
-10
/
+14
*
Added missing dig status.
luksor111@gmail.com
2013-01-13
1
-0
/
+1
*
Merged branch "branches/hooks" into "trunk".
madmaxoft@gmail.com
2013-01-12
1
-61
/
+83
*
Added the 1.4.6 protocol
madmaxoft@gmail.com
2012-12-24
1
-0
/
+3
*
Added initial adventure mode support
luksor111@gmail.com
2012-11-27
1
-3
/
+4
*
Fixed certain blocks crashing clients when mined
luksor111@gmail.com
2012-11-26
1
-2
/
+2
*
- Added the "wait" music disc
luksor111@gmail.com
2012-11-15
1
-1
/
+1
*
Removed a few debugging messages from the release builds.
madmaxoft@gmail.com
2012-10-06
1
-0
/
+2
*
Moved blockticking into blockhandler classes.
madmaxoft@gmail.com
2012-10-03
1
-18
/
+18
*
Added BLOCK_FACE_NONE into the plugin API
madmaxoft@gmail.com
2012-10-03
1
-6
/
+7
*
Added falling block entities. Sand and gravel now properly fall down
faketruth
2012-09-30
1
-4
/
+4
*
Turned a common assert into a warning log
madmaxoft@gmail.com
2012-08-26
1
-2
/
+2
*
Another handful of packets rewritten.
madmaxoft@gmail.com
2012-08-19
1
-10
/
+10
*
Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects.
madmaxoft@gmail.com
2012-08-18
1
-2
/
+12
*
Fix torches broken in rev 724
madmaxoft@gmail.com
2012-08-14
1
-12
/
+12
*
Added functions for armor item categories
madmaxoft@gmail.com
2012-08-11
1
-0
/
+52
*
Use named constants instead of magic values - block digging direction and torch placement
madmaxoft@gmail.com
2012-08-10
1
-40
/
+40
*
Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type.
madmaxoft@gmail.com
2012-08-03
1
-7
/
+6
*
A new Block handling system :o
lapayo94@gmail.com
2012-07-15
1
-0
/
+16
*
The gamemode is now only saved if it is different from the current gamemode.
lapayo94@gmail.com
2012-07-13
1
-0
/
+1
*
http://www.mc-server.org/support/index.php?do=details&task_id=153
lapayo94@gmail.com
2012-07-12
1
-0
/
+6
*
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
2012-06-14
1
-293
/
+293
*
Exported the ItemCategory functions and added a IsTool() function to it, for easy checking whether an item is a tool
faketruth
2012-06-13
1
-2
/
+13
*
Fixed an error
cedeel@gmail.com
2012-06-12
1
-1
/
+1
*
Allow current items
cedeel@gmail.com
2012-06-12
1
-2
/
+2
*
Farmland is created using a hoe on dirt or grass.
madmaxoft@gmail.com
2012-05-29
1
-0
/
+4
*
Added code for the chunks to manipulate their neighbors while ticking. Also added some basic farming support - melon and pumpkin growing code. Untested and untestable so far, will test and fix later.
madmaxoft@gmail.com
2012-05-29
1
-17
/
+97
*
Merged the composable_generator branch into the trunk
madmaxoft@gmail.com
2012-05-25
1
-2
/
+2
*
Fixed bug where cPlayer's cClientHandle was used after cPlayer was destroyed http://forum.mc-server.org/showthread.php?tid=380
faketruth
2012-03-07
1
-7
/
+23
*
Changed signed char to unsigned char in block packets, so we can receive height up to 255
faketruth
2012-03-04
1
-2
/
+11
*
VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.
madmaxoft@gmail.com
2012-01-29
1
-1
/
+0
*
- Implemented function to check item category
lapayo94@gmail.com
2011-12-25
1
-0
/
+32
*
Digging leaves with shears now drops leaves
lapayo94@gmail.com
2011-12-22
1
-1
/
+6
*
Fixes:
lapayo94@gmail.com
2011-12-22
1
-0
/
+6
*
- Crafting fixed in 1.0.0
lapayo94@gmail.com
2011-12-21
1
-2
/
+4
*
Added all the items up to Beta 1.9.5. Added pistons and piston class.
admin@omencraft.com
2011-11-05
1
-3
/
+3
*
MCServer c++ source files
faketruth
2011-10-03
1
-0
/
+129