Commit Graph
7447 Commits
Author SHA1 Message Date
Howaner 7d3016c7ad Code improvements 2014-09-30 20:59:59 +02:00
Mattes D 5de27e7edf Merge pull request #1485 from mc-server/PluginMessages
Rewritten plugin messages, vanilla's are being parsed directly.
2014-09-30 20:48:40 +02:00
Howaner 425df6b694 Fixed 1.8 dirt types 2014-09-30 20:31:27 +02:00
madmaxoft e74510bddf Fixed a missing semicolon. 2014-09-30 20:27:20 +02:00
Howaner 83973520c8 Fixed iron trapdoors 2014-09-30 20:04:49 +02:00
Howaner 5111628ba5 Fixed 1.8 doors. 2014-09-30 19:49:42 +02:00
Mattes D 1531511bbe Merge pull request #1427 from mc-server/chestcarts
Implemented Chest Minecarts
2014-09-30 17:16:15 +02:00
Mattes D b75cbdd20b Merge pull request #1484 from SphinxC0re/master
actual solving of the halfslab+torch problem
2014-09-30 14:17:27 +02:00
Julian Laubstein b77480b4ef Indentation 2014-09-30 14:05:23 +02:00
madmaxoft d7066f43d3 Rewritten plugin messages, vanilla are being parsed directly.
This should finally fix the compatibility problems between 1.7 and 1.8 protocols with the changes in the vanilla plugin messages.
2014-09-30 13:33:57 +02:00
Julian Laubstein b2cf4004f8 Set right indentation 2014-09-30 12:45:44 +02:00
Julian Laubstein d731ad37b1 actual solving of the halfslap+torch problem 2014-09-30 12:43:48 +02:00
madmaxoft 46d3d40493 Updated Core. 2014-09-29 22:12:33 +02:00
madmaxoft cba871fd87 Updated Core. 2014-09-29 22:00:36 +02:00
madmaxoft 33dc66a4d2 RankMgr: GetAllPlayers() returns players sorted by name. 2014-09-29 22:00:14 +02:00
madmaxoft 7a8ca26052 Updated the Core. 2014-09-29 21:46:38 +02:00
madmaxoft aae90c2cf0 Style fixes. 2014-09-29 21:38:11 +02:00
madmaxoft 30b083ed63 World: Fixed chunk generation by plugins.
ChunkWorx was broken, it was trying to generate chunks that were not properly marked as InQueue.
2014-09-29 21:34:15 +02:00
madmaxoft f424a0ec60 QtBiomeVisualiser: Seed is read properly. 2014-09-29 21:32:02 +02:00
Alexander Harkness bdb8d916c0 Fixed codestyle again. 2014-09-29 19:45:12 +01:00
Mattes D d3c2c02b6b Merge pull request #1472 from mc-server/Ranks
Added more cRankManager functions
2014-09-29 20:39:13 +02:00
madmaxoft 3c6ce77934 Fixed a typo in the description. 2014-09-29 20:39:09 +02:00
Alexander Harkness 9083689040 Merge pull request #1480 from w00tc0d3/work
BlockStone: drop the right cobblestone on onBreak().
2014-09-29 19:38:15 +01:00
w00tc0d3 9628733df2 BlockStone.h: fix the codestyle 2014-09-29 19:19:17 +02:00
w00tc0d3 d5ae659da3 Tabs -> spaces 2014-09-29 17:35:30 +02:00
netchip 6127c21af9 BlockStone: drop the right cobblestone on onBreak().
Signed-off-by: netchip <w00tc0d3@outlook.com>
2014-09-29 17:18:20 +02:00
Howaner ff3a3b801d Renamed GetAllPlayers() to GetAllPlayerUUIDs() 2014-09-29 14:43:16 +02:00
Howaner 347402d20d Merge branch 'master' into Ranks 2014-09-29 14:37:01 +02:00
Mattes D 5d0db6be50 Merge pull request #1479 from SphinxC0re/master
Added torches placeable on upside-down-halfslabs
2014-09-29 13:40:29 +02:00
Julian Laubstein f014d8764b Update BlockTorch.h 2014-09-29 13:17:24 +02:00
Julian Laubstein 0b438b5fe8 Added torches placeable on upside-down-halfslaps 2014-09-29 13:12:50 +02:00
Mattes D 666aa1df94 Merge pull request #1473 from mc-server/NewStoneGeneration
Added Granite, Diorite and Andesite to the NaturalPatches generator.
2014-09-29 09:33:13 +02:00
Mattes D a245213d81 Merge pull request #1478 from doublej472/master
Make endermen take damage in water
2014-09-29 08:08:14 +02:00
Jonathan Frederick c02711633d Derp 2014-09-28 19:27:53 -07:00
Jonathan Frederick 7a61e1e604 Fix comments 2014-09-28 19:24:47 -07:00
madmaxoft 280831df26 Plugin messages: Vanilla prefixes its payloads with VarInt lengths. 2014-09-28 23:03:44 +02:00
Jonathan Frederick 126b14aa09 Make endermen take damage in water 2014-09-28 13:56:41 -07:00
madmaxoft 488c6159df Revert "1.8: Fixed plugin messages."
This reverts commit 04ee8c43dd.
2014-09-28 22:27:23 +02:00
madmaxoft f8c627141a Protocol 1.8: Fixed possible crash on malformed packet. 2014-09-28 22:25:48 +02:00
madmaxoft 5a44be13b7 Fixed trailing whitespace. 2014-09-28 22:17:29 +02:00
STRWarrior 7c18681e09 Fixed compilation 2014-09-28 22:10:03 +02:00
Mattes D 1422176d13 Merge pull request #1471 from mc-server/redstoneData
Use factory method to construct redstone simulator data
2014-09-28 22:05:05 +02:00
Mattes D 8d55cd409e Merge pull request #1466 from mc-server/endofsupport
Removed protocols 1.2 to 1.6
2014-09-28 22:04:30 +02:00
STRWarrior 76e0c592ef Added Granite, Diorite and Andesite to the NaturalPatches generator. 2014-09-28 19:27:08 +02:00
Howaner 4391b3fc09 Fixed SetDefaultRank() return value. 2014-09-28 19:08:33 +02:00
worktycho 80fe8d7789 Update Chunk.cpp 2014-09-28 17:57:01 +01:00
Tycho f6979642e6 Use factory method to construct redstone simulator data 2014-09-28 15:36:00 +01:00
Howaner 63c53a8e23 cRankManager: Added ClearPlayerRanks() 2014-09-28 15:16:11 +02:00
Tiger Wang a9243257e5 Compilation fix 2014-09-28 13:11:41 +01:00
Tiger Wang ae36ba5d33 Compilation fix 2014-09-28 13:08:00 +01:00