3
0
Fork 1
Commit Graph

79 Commits (7072589e28aff4164cfca11bc71dc61f54630bf9)

Author SHA1 Message Date
聪聪 7072589e28 忽视亮度计算,直接卸载区块 2017-08-03 08:30:13 +08:00
聪聪 d099177983 移除配置项 2017-08-03 08:29:25 +08:00
聪聪 e72d7cb2fb 修复判断区块是否激活调用方法参数错误的问题 2017-08-01 01:21:48 +08:00
聪聪 6f42a00406 remove chunkManager 2017-07-31 23:30:07 +08:00
xjboss e1de1d9b0a Add removeErroringBlocks to prevent block ontick make server crash. 2017-07-24 12:55:21 +08:00
聪聪 15861edb0d 增加null检查 2017-07-13 22:47:42 +08:00
聪聪 4954c37706 取消报错,直接返回 2017-07-13 22:47:05 +08:00
聪聪 b98b47864d 调整getEntity以及类似函数获取不到死亡的实体 2017-07-07 02:12:24 +08:00
聪聪 9dc4f12762 修复方块不更新的bug 2017-07-04 22:30:53 +08:00
聪聪 bfe43ae465 模块化方块捕获还原动作 2017-07-04 14:29:35 +08:00
聪聪 62ebe6c4e9 在放置事件取消时,对添加到玩家背包的物品进行还原 2017-06-30 16:37:49 +08:00
聪聪 2347608151 增加对OptionalForce的检查来确定是否跳过实体tick 2017-06-29 00:50:34 +08:00
xjboss 5d619b8f7e Revert "增加对OptionalForce的检查来确定是否跳过实体tick"
This reverts commit 1f7f67c56d.
2017-06-28 20:19:55 +08:00
聪聪 1f7f67c56d 增加对OptionalForce的检查来确定是否跳过实体tick 2017-06-28 09:03:10 +08:00
聪聪 05b874f281 增加对entity tick的拦截与判定 2017-06-28 08:26:41 +08:00
聪聪 467c637ca6 补丁自动格式化 2017-06-27 14:32:54 +08:00
聪聪 20c5060e12 移动null判断位置 2017-06-27 14:30:01 +08:00
聪聪 597d028218 remove repeat code,add Entity snapshot code 2017-06-25 19:09:23 +08:00
Sergey Shatunov 8d2ba00f70 Cap chunk generation to 1 chunk per tick (configurable) 2016-03-16 12:01:28 +07:00
Sergey Shatunov 5aaf6c5cbf ChunkManager implementation
ChunkManager optimize chunks handling in small and big worlds

Small worlds gets benefits with using int-object map instead long-object (in area -32768...32767 by x and z)

Large worlds gets benefits by using efficient map by Colt project, which a little (3-6%) slower in writing, but greatly faster
(400-500% from Java's HashMap and 150-180% from Trove's maps) on reading.
2016-02-10 19:17:47 +07:00
Sergey Shatunov 3b244893d9 Fix #346 2016-02-07 14:50:00 +07:00
Sergey Shatunov 7114a28fc6 Implement thread-safe, async-like and not buggy BlockUpdatesTracker
close #320
2016-02-03 10:55:26 +07:00
Sergey Shatunov 01238b890a Better handling of out of sync 2016-02-02 15:39:23 +07:00
Sergey Shatunov f9b7fa7da4 Fix #319 2016-02-02 02:21:33 +07:00
Sergey Shatunov 9a1b86730d Avoid to load chunks if block updated scheduled in unloaded chunk 2016-02-01 23:16:31 +07:00
Sergey Shatunov 12b0a52ae0 Rewrite NextTickListEntry.hashCode() to implement real hashcode, not incremental ids :)
New function is more stable and gives a good distribution of numbers with less colissions.

Fix #313
2016-02-01 16:03:58 +07:00
Sergey 8c5b2f7229 Do fully player cloning to avoid duping of items (probably related to #301) 2016-01-31 20:08:36 +07:00
Sergey 201b43272f Optimize chunk saving time by holding block updates in chunks directly (fix #299) 2016-01-31 18:53:17 +07:00
Sergey a5277c151e Fix collision of NextTickListEntry (close #289) 2016-01-31 18:39:40 +07:00
Sergey Shatunov 097252b5bf Add expermintal feature: tileEnitity list recreation each tick 2016-01-17 17:15:55 +07:00
Sergey Shatunov 25d6f61aed Autosave unmodified chunks only after 4 periods 2016-01-11 18:49:30 +07:00
Sergey Shatunov 4b705b50af Don't process dead entities during explosion 2016-01-07 00:42:54 +07:00
Sergey Shatunov eb49ce845d Make light asynchronous (close #231) 2016-01-06 01:53:42 +07:00
Sergey Shatunov 8d4b99c574 Don't sleep between chunk unloading 2016-01-05 14:56:58 +07:00
Sergey Shatunov b53d579e35 Optimize chunk saving 2016-01-05 14:55:35 +07:00
Sergey Shatunov 6911f3485a Fix for map decoration 2016-01-05 14:48:56 +07:00
Sergey Shatunov 0011dd0d9a Limit TNT detonations per world per tick 2016-01-05 14:20:01 +07:00
Sergey Shatunov f722fccdce Rollback to the state of .152 build with some critical fixes and updates 2016-01-04 12:38:37 +07:00
Prototik ed0bc9ab15 Fix #228 2015-10-25 15:56:15 +07:00
Prototik 30960fd721 Fix #222 2015-10-23 20:04:48 +07:00
Prototik d3c359b26d Fix #218, fix #217 2015-10-23 01:33:13 +07:00
Prototik ad909f2788 Return empty chunk in case of null and come back indent for ProcessingQueue, sorry! :) 2015-10-22 01:45:44 +07:00
Prototik c9caa8c770 Fix #210 2015-10-22 01:33:46 +07:00
Prototik 40ac2b7e23 Fix #209 2015-10-19 11:23:10 +07:00
Prototik 7defe0bb29 Some portion of optimizations:
* Clear outgoing packet queue after player disconnect
* Disable sleep between chunk saving
* Put 2x4096 bytes instead 2048x4 bytes for region file aligment
* Using map to search player by name instead iterating over all players
* Some tweaks for decorations (item frames, maps)
2015-10-18 23:58:28 +07:00
Prototik 0097a0744a Check for active chunks before persistent, could be faster on big maps 2015-10-15 00:09:55 +07:00
Prototik a5b10b36ab Added /kc dump command for some debug reports 2015-10-06 21:00:35 +07:00
Prototik b2e14cb247 Return loop iterating over entites on overloaded server 2015-09-06 18:54:03 +07:00
Prototik 9d56192606 Some improvements in spigot timings and fix #179 2015-09-05 23:31:58 +07:00
Prototik 923b9e81a0 First attempt to fix #141 2015-09-03 18:05:12 +07:00