1
0
Fork 0
Commit Graph

9859 Commits

Author SHA1 Message Date
LogicParrot 6553d696ee Merge pull request #3153 from LogicParrot/chunkLayer
ChunkLayers now stored in std::map
2016-04-24 17:29:21 +03:00
LogicParrot 51a7465ae1 ChunkLayers now stored in std::map 2016-04-23 11:48:16 +03:00
LogicParrot eb8e932540 Merge pull request #3160 from LogicParrot/clientHandleThread
ClientHandle destruction thread safety
2016-04-23 11:41:52 +03:00
LogicParrot 3283a9613c ClientHandle destruction thread safety 2016-04-23 10:22:48 +03:00
LogicParrot 611cb8cb4e Merge pull request #3090 from LogicParrot/outOfWorld
Out of world
2016-04-23 10:22:25 +03:00
LogicParrot 77bf00a599 Out of world blocks are now always considered air blocks 2016-04-23 09:54:34 +03:00
taylor24 82fa65f8b6 Updated readme to inform that clang 3.4 is minimum required version. (#3158)
* Update README.md
* Update README.md
* Update COMPILING.md
* Update COMPILING.md
* Update COMPILING.md
2016-04-22 23:35:58 +01:00
LogicParrot 932c59ee38 Merge pull request #3149 from LogicParrot/meta
Reduced unnecessary block updates and some code cleanup
2016-04-23 01:28:25 +03:00
LogicParrot 7f5757eccf Reduced unnecessary block updates 2016-04-23 00:30:00 +03:00
LogicParrot 923441b6b3 Merge pull request #3048 from Woazboat/minecarts
Fix minecart block collision on curved rails
2016-04-23 00:27:01 +03:00
Woazboat 0d5a219eff Fix minecart block collision on curved rails 2016-04-22 22:56:40 +02:00
LogicParrot deacd25370 Merge pull request #3156 from LogicParrot/hashFix
Updated vector hashing bit operations
2016-04-22 18:39:56 +03:00
LogicParrot 109a07fd95 Updated vector hashing bit operations 2016-04-22 17:45:45 +03:00
LogicParrot 4348b2f5a4 Merge pull request #3150 from LogicParrot/worldTweaks
Auto clean bad world linkages
2016-04-19 14:20:02 +03:00
LogicParrot 9b60ee6e43 Auto clean bad world linkages 2016-04-19 12:06:52 +03:00
Alexander Harkness e0e3f396f2 Proper fix for #3136 (#3143) 2016-04-18 23:04:13 +01:00
LogicParrot 931ee84685 Merge pull request #3148 from LogicParrot/pathFinderFix
Fix issues below y = 0
2016-04-18 23:20:28 +03:00
LogicParrot 250e50c01e Fix issues below y = 0 2016-04-18 21:58:57 +03:00
LogicParrot 0f6d8dcbfa Merge pull request #3146 from LogicParrot/snowFix
Prevented snow from killing grass
2016-04-16 22:28:30 +03:00
LogicParrot c921f47d85 Prevented snow from killing grass 2016-04-16 21:54:35 +03:00
LogicParrot 032ce6b95e Merge pull request #3129 from LogicParrot/quietMeta
Updated cChunk::SetMeta, fixed grass growth
2016-04-16 20:40:35 +03:00
LogicParrot 373d9f92a4 Updated cChunk::SetMeta, fixed grass growth, reduced markDirty/setMeta usage 2016-04-16 19:04:45 +03:00
Julian Laubstein 72f8b51cdd Merge pull request #3144 from cuberite/issue-template
Create ISSUE_TEMPLATE
2016-04-16 02:12:56 +02:00
Julian Laubstein 43dadad09f Create ISSUE_TEMPLATE 2016-04-16 02:11:55 +02:00
LogicParrot 25b6bac865 Merge pull request #3037 from marvinkopf/minecart
Add speed limit enforcement for minecarts
2016-04-15 06:38:26 +03:00
Marvin Kopf 01a100dc97 Add speed limit enforcement for minecarts 2016-04-15 01:59:18 +02:00
LogicParrot 5231e4a7e4 Merge pull request #3140 from cuberite/revert-3137-issue3136
Revert "Issue3136"
2016-04-14 12:58:31 +03:00
LogicParrot df145ca0f3 Revert "Issue3136" 2016-04-14 12:40:46 +03:00
LogicParrot a717fb91b0 Merge pull request #3139 from LogicParrot/freezeFix
Fix occasional freeze bug
2016-04-13 15:56:39 +03:00
LogicParrot 9bec04ab1e Fix occasional freeze bug 2016-04-13 15:44:08 +03:00
Alexander Harkness 8447e4e333 Merge pull request #3137 from cuberite/issue3136
Issue3136
2016-04-13 07:05:11 +01:00
Alexander Harkness 8658d4ddd6 Fixed port override code. 2016-04-12 21:40:09 +01:00
LogicParrot 900d8e78c1 Merge pull request #3133 from LogicParrot/readme10
Added more links to README
2016-04-07 18:44:15 +03:00
LogicParrot 4908ff343a Added more links to README 2016-04-07 15:59:40 +03:00
Alexander Harkness 3b3fc97339 Merge pull request #3132 from LogicParrot/readme
Rewrite README.md's contribution section
2016-04-07 11:45:58 +01:00
LogicParrot f35b59e37f Rewrite README.md's contribution section 2016-04-07 13:23:58 +03:00
Alexander Harkness dc1e4698b4 Merge pull request #3128 from LogicParrot/typo
Readme typo fix
2016-04-06 11:35:00 +01:00
LogicParrot 6a74c2f5f2 Readme typo fix 2016-04-06 13:22:43 +03:00
LogicParrot b0ca75c792 Merge pull request #3126 from cuberite/revert-3100-mobTick2
Revert "Move mob tick code to cChunk"
2016-04-06 12:45:43 +03:00
LogicParrot c9e80cdeae Revert "Move mob tick code to cChunk" 2016-04-06 12:16:14 +03:00
LogicParrot dc15d274b5 Merge pull request #3100 from LogicParrot/mobTick2
Move mob tick code to cChunk
2016-04-06 12:13:14 +03:00
LogicParrot 5bbf033a65 Move mob tick code to cChunk 2016-04-06 09:33:43 +03:00
LogicParrot 3950e4db51 Merge pull request #3102 from LogicParrot/burn
Manual mob burn code
2016-04-06 09:33:27 +03:00
LogicParrot 56a855d599 Manual mob burn code 2016-04-06 09:18:33 +03:00
LogicParrot 06e0921116 Merge pull request #3125 from LogicParrot/noFall3
Minor improvements to player freeze
2016-04-06 08:51:02 +03:00
LogicParrot bb0e885589 Minor improvements to player freeze 2016-04-05 21:47:49 +03:00
LogicParrot a6b0c74f79 Merge pull request #3124 from LogicParrot/noFall2
Improve Player freeze code
2016-04-05 14:47:16 +03:00
LogicParrot a431b45641 Improved player freeze code 2016-04-05 14:20:50 +03:00
LogicParrot 4b626e1376 Merge pull request #3121 from LogicParrot/loops
Prevent Nether teleportation loops
2016-04-04 18:16:15 +03:00
LogicParrot 4678dbbba3 Prevent Nether teleportation loops 2016-04-04 17:53:08 +03:00