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
/
Defines.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-10-23
En masse NULL -> nullptr replace
Tiger Wang
1
-6
/
+6
2014-10-12
convert old style casts to fix warnings
Steven Riehl
1
-21
/
+17
2014-09-16
Pre 1.8 release
nesco
1
-0
/
+2
2014-08-28
More template keyword fixes.
Mattes D
1
-1
/
+1
2014-07-21
Defines.h: Fixed a warning.
madmaxoft
1
-1
/
+1
2014-07-21
Style: Normalized to no spaces before closing parenthesis.
madmaxoft
1
-9
/
+9
2014-07-21
Style: Normalized spaces after if, for and while.
madmaxoft
1
-1
/
+1
2014-07-19
Fixed clamping issues
archshift
1
-12
/
+1
2014-07-18
Moved ChatColor.h out of defines where it was not needed
archshift
1
-1
/
+0
2014-07-17
Fixed issues relating to saplings and leaves
Tiger Wang
1
-9
/
+0
2014-07-17
Fixed spaces around single-line comments.
madmaxoft
1
-1
/
+1
2014-07-17
Fixed basic whitespace problems.
madmaxoft
1
-1
/
+1
2014-06-16
Refactored reversing logic into seperate function
Tycho
1
-2
/
+13
2014-05-18
Fixed datatype truncation in Diff() template.
madmaxoft
1
-1
/
+1
2014-05-09
Add block place/break distance check.
Howaner
1
-0
/
+10
2014-04-17
Mobs rotation
r.ramazanov
1
-4
/
+6
2014-03-19
Added unreachable lines backit prtected by preprocessor guards
Tycho
1
-0
/
+4
2014-03-16
Added common eMessageType aliases.
madmaxoft
1
-10
/
+16
2014-03-14
Removed invalid block face handling code
Tycho
1
-1
/
+0
2014-03-09
Be more parinoid about int sizes
Tycho
1
-1
/
+2
2014-03-09
Fixed Mesannine twister to use UInt32
Tycho
1
-1
/
+1
2014-03-09
Added BlockFaceToString() translation function.
madmaxoft
1
-0
/
+20
2014-03-04
Fixed some gcc warnings in Defines.h.
madmaxoft
1
-3
/
+3
2014-03-02
Added blockface mirroring and rotating.
madmaxoft
1
-0
/
+50
2014-03-02
Removed g_BlockXXX arrays
andrew
1
-27
/
+0
2014-03-01
g_BlockXXX => cBlockInfo::XXX
andrew
1
-1
/
+1
2014-02-23
Rename SkullEntity to MobHeadEntity
Howaner
1
-2
/
+2
2014-02-23
Add Skulls/Heads
Howaner
1
-0
/
+37
2014-02-19
Rename SkullEntity to MobHeadEntity
Howaner
1
-2
/
+2
2014-02-17
Add Skulls/Heads
Howaner
1
-0
/
+37
2014-02-15
Implemented cCompositeChat.
madmaxoft
1
-2
/
+7
2014-02-07
Improved chat messaging functions
Tiger Wang
1
-62
/
+2
2014-02-06
Added more chat functions
Tiger Wang
1
-24
/
+32
2014-02-04
Added more SendMessageXXX() functions
Tiger Wang
1
-44
/
+47
2014-02-04
Improved Type safety of eBlockFace
Tycho
1
-4
/
+2
2014-02-03
Added SendMessageXXX() to cPlayer
Tiger Wang
1
-1
/
+69
2014-02-02
Added IsBlockWaterOrIce()
Tiger Wang
1
-9
/
+11
2014-02-01
Added checks for ice into IsBlockWater()
Tiger Wang
1
-2
/
+9
2014-01-23
PolarSSL is fully used for 1.3.2 protocol encryption.
madmaxoft
1
-2
/
+0
2014-01-19
Added more rail functionality
Tiger Wang
1
-0
/
+18
2014-01-15
Implemented Ctrl-Q drop stack
Tiger Wang
1
-0
/
+1
2014-01-11
Renamed g_TorchPlaceable...
Tiger Wang
1
-2
/
+2
2014-01-09
Move biome definition to separate files
Bill Derouin
1
-28
/
+0
2013-12-08
Fixed normalizing large angles.
madmaxoft
1
-0
/
+16
2013-11-30
Fixed compiler warnings in IsBiomeNoDownfall().
madmaxoft
1
-1
/
+4
2013-11-30
Added IsBiomeNoDownfall() function.
madmaxoft
1
-0
/
+26
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-11-16
General fixes [SEE DESC]
Tiger Wang
1
-20
/
+20
2013-11-13
Fixed problems with code style etc
Daniel O'Brien
1
-2
/
+6
2013-11-13
Player Xp
Daniel O'Brien
1
-0
/
+3
2013-11-05
Implemented suggestions
Tiger Wang
1
-0
/
+5
2013-09-04
Removed an unused include
madmaxoft
1
-2
/
+1
2013-09-01
Renamed BLOCK_FACE constants to use the new coord-wise names.
madmaxoft
1
-9
/
+17
2013-08-27
Added g_BlockIsXXX[] arrays to the API.
madmaxoft
1
-0
/
+10
2013-08-16
Feature and bugfixes [SEE DESC]
Tiger Wang
1
-3
/
+1
2013-07-28
Player eating is now properly broadcast to other players.
madmaxoft
1
-0
/
+4
2013-06-12
Implemented the Hopper block handler
madmaxoft@gmail.com
1
-6
/
+6
2013-05-30
Implemented left-click inventory painting
madmaxoft@gmail.com
1
-1
/
+7
2013-05-24
Added ItemCategory::IsArmor()
madmaxoft@gmail.com
1
-0
/
+12
2013-05-08
Refactored window clicking code to use different click actions
madmaxoft@gmail.com
1
-35
/
+137
2013-03-09
Pickups are now being saved into Anvil.
madmaxoft@gmail.com
1
-10
/
+14
2013-01-13
Added missing dig status.
luksor111@gmail.com
1
-0
/
+1
2013-01-12
Merged branch "branches/hooks" into "trunk".
madmaxoft@gmail.com
1
-61
/
+83
2012-12-24
Added the 1.4.6 protocol
madmaxoft@gmail.com
1
-0
/
+3
2012-11-27
Added initial adventure mode support
luksor111@gmail.com
1
-3
/
+4
2012-11-26
Fixed certain blocks crashing clients when mined
luksor111@gmail.com
1
-2
/
+2
2012-11-15
- Added the "wait" music disc
luksor111@gmail.com
1
-1
/
+1
2012-10-06
Removed a few debugging messages from the release builds.
madmaxoft@gmail.com
1
-0
/
+2
2012-10-03
Moved blockticking into blockhandler classes.
madmaxoft@gmail.com
1
-18
/
+18
2012-10-03
Added BLOCK_FACE_NONE into the plugin API
madmaxoft@gmail.com
1
-6
/
+7
2012-09-30
Added falling block entities. Sand and gravel now properly fall down
faketruth
1
-4
/
+4
2012-08-26
Turned a common assert into a warning log
madmaxoft@gmail.com
1
-2
/
+2
2012-08-19
Another handful of packets rewritten.
madmaxoft@gmail.com
1
-10
/
+10
2012-08-18
Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects.
madmaxoft@gmail.com
1
-2
/
+12
2012-08-14
Fix torches broken in rev 724
madmaxoft@gmail.com
1
-12
/
+12
2012-08-11
Added functions for armor item categories
madmaxoft@gmail.com
1
-0
/
+52
2012-08-10
Use named constants instead of magic values - block digging direction and torch placement
madmaxoft@gmail.com
1
-40
/
+40
2012-08-03
Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type.
madmaxoft@gmail.com
1
-7
/
+6
2012-07-15
A new Block handling system :o
lapayo94@gmail.com
1
-0
/
+16
2012-07-13
The gamemode is now only saved if it is different from the current gamemode.
lapayo94@gmail.com
1
-0
/
+1
2012-07-12
http://www.mc-server.org/support/index.php?do=details&task_id=153
lapayo94@gmail.com
1
-0
/
+6
2012-06-14
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
1
-293
/
+293
2012-06-13
Exported the ItemCategory functions and added a IsTool() function to it, for easy checking whether an item is a tool
faketruth
1
-2
/
+13
2012-06-12
Fixed an error
cedeel@gmail.com
1
-1
/
+1
2012-06-12
Allow current items
cedeel@gmail.com
1
-2
/
+2
2012-05-29
Farmland is created using a hoe on dirt or grass.
madmaxoft@gmail.com
1
-0
/
+4
2012-05-29
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
1
-17
/
+97
2012-05-25
Merged the composable_generator branch into the trunk
madmaxoft@gmail.com
1
-2
/
+2
2012-03-07
Fixed bug where cPlayer's cClientHandle was used after cPlayer was destroyed http://forum.mc-server.org/showthread.php?tid=380
faketruth
1
-7
/
+23
2012-03-04
Changed signed char to unsigned char in block packets, so we can receive height up to 255
faketruth
1
-2
/
+11
2012-01-29
VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.
madmaxoft@gmail.com
1
-1
/
+0
2011-12-25
- Implemented function to check item category
lapayo94@gmail.com
1
-0
/
+32
2011-12-22
Digging leaves with shears now drops leaves
lapayo94@gmail.com
1
-1
/
+6
2011-12-22
Fixes:
lapayo94@gmail.com
1
-0
/
+6
2011-12-21
- Crafting fixed in 1.0.0
lapayo94@gmail.com
1
-2
/
+4
2011-11-05
Added all the items up to Beta 1.9.5. Added pistons and piston class.
admin@omencraft.com
1
-3
/
+3
2011-10-03
MCServer c++ source files
faketruth
1
-0
/
+129