3
0
Commit Graph

71 Commits

Author SHA1 Message Date
464b12b77f backport 2017-07-28 01:26:51 +08:00
e878d79b2e Update sqlite version 2017-07-27 19:59:51 +08:00
e92055fbd2 清空jar任务,删除bundleStub任务,修改packageBundle打包内容 2017-07-23 14:15:19 +08:00
9bed746af2 update some libs version 2017-07-23 10:56:00 +08:00
db01a8bd0b Merge branch 'kcx-1614' of https://git.xjboss.net/KC-RELOADED/KCauldronX 2017-07-23 06:48:38 +08:00
1038198442 升级依赖版本 2017-07-23 06:48:28 +08:00
291a3a762b fix offical build 2017-07-23 00:21:03 +08:00
a53bb6dce7 update build.gradle 2017-07-22 23:59:46 +08:00
1a8c4700aa Change version start at 1 and change mainfast KCauldron to KCauldronX and using the jenkins's build ID 2017-07-22 23:49:54 +08:00
f15e1456f3 change build.gradle 2017-07-22 22:52:11 +08:00
72408957a9 Update snakeyaml version to 1.15 2017-07-22 22:37:33 +08:00
80dff50b15 . 2017-07-22 22:09:51 +08:00
8e548b3896 Change KBootstrap to KBootstrapX 2017-07-22 19:54:55 +08:00
84998f01fb 修改仓库 2017-07-13 22:50:13 +08:00
34b83733e5 Merge branch 'kcx-1614' of https://git.xjboss.net/KC-RELOADED/KCauldronX 2017-07-04 15:29:14 +08:00
47fdec8227 变更子版本号 2017-07-04 14:31:13 +08:00
ad3dd74bd8 Add fake player do login 2017-07-02 19:55:18 +08:00
cd45e47829 update to sub version 177 2017-06-28 08:27:45 +08:00
19ff6c7845 add sub id 2017-06-25 20:14:45 +08:00
2e494411c8 modifi repo url 2017-06-25 13:24:11 +08: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
6f447f2804 Switch Implementation-Version to bukkit version since some bukkit
plugins depends on it [ci skip]
2016-02-10 02:57:10 +07:00
Prototik
40c95e49c0 Stop publishing -server artifacts [ci skip] 2015-10-25 17:21:01 +07:00
Prototik
1d94d55290 Update forge to 1517 2015-10-23 20:54:39 +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
e64531cffa Update KImagine to 0.2 (fix for ghostly entities) 2015-10-04 19:39:32 +07:00
Prototik
6149fc0c35 Generate old-style server stub for bundle 2015-07-01 00:44:14 +07:00
Prototik
831c8733cc Migrate to gitlab ci 7.12 2015-06-28 04:44:54 +07:00
Prototik
eedf6789a0 Update forge to 1481 2015-06-27 19:49:05 +07:00
Prototik
1a65a00492 Normilize repositories 2015-06-22 17:00:20 +07:00
Prototik
db5612fa2e Test revision support 2015-06-22 13:32:21 +07:00
Prototik
997543753e Fix updater 2015-06-22 02:16:23 +07:00
Prototik
f27a9310b6 Build proper bundle 2015-06-16 23:54:22 +07:00
Prototik
01acbd4779 Deprecate installer & use KBootstrap for updating 2015-06-16 23:30:52 +07:00
Prototik
55d1d750ec Update to forge 1448, close #39 2015-06-10 23:38:24 +07:00
Prototik
474ef40d59 Make bundle for publishing 2015-06-09 11:01:23 +07:00
Prototik
1fb3945e86 Update to kimagine 0.1.12 2015-06-08 21:03:13 +07:00
Prototik
90952460b7 Argh. Update kimagine to 0.1.11 2015-06-08 20:35:42 +07:00
Prototik
71d2f8572e Update to kimagine 0.1.10. finally 2015-06-08 19:08:18 +07:00
Prototik
30f5b275be Aaaaand update kimagine to 0.1.9 2015-06-08 18:46:37 +07:00
Prototik
e2bb0efcb6 Update kimagine to 0.1.8+ 2015-06-08 18:08:23 +07:00
Prototik
27d13cce59 Add support for updating backports correctly 2015-06-03 21:50:46 +07:00
Prototik
5a9c5f6f72 Revert "Compile with Java 7, drop Java 6 support"
This reverts commit 4811d6deab.
2015-06-03 12:21:21 +07:00
Prototik
4811d6deab Compile with Java 7, drop Java 6 support 2015-06-02 22:33:33 +07:00
Prototik
939bb4b7da Changelog generation 2015-06-01 17:58:20 +07:00
Prototik
9973a9f8e8 Update to Forge 1420 2015-06-01 16:13:46 +07:00
Prototik
de86e3c9f6 Initial autoupdater 2015-05-31 18:21:26 +07:00
Prototik
d9f726c43d Update readme [no deploy] 2015-05-28 21:04:54 +07:00
Prototik
d229241de1 Reduce size of jar's :) 2015-05-28 17:41:07 +07:00
Prototik
bab4bd8b46 Patch ClimateControl for compatibility. Meh. 2015-05-28 17:27:05 +07:00