1
0
Fork 0
Commit Graph

54 Commits (0e0f8a1dc2e62856c825a4067d24d7cc94cdb294)

Author SHA1 Message Date
聪聪 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
Prototik a42829ecb6 Update to forge 1408 2015-05-27 17:46:53 +07:00
Prototik 3b357c0d90 Add git commit hash to server's manifest 2015-05-27 00:31:16 +07:00
Prototik 670d23de27 Setup deployment 2015-05-26 21:16:16 +07:00
Prototik ea868d4998 Avoid to use Derived.incrementTotalWorldTickTime 2015-05-25 18:27:17 +07:00
Prototik b2167a697a Version bump to 69 2015-05-21 21:25:06 +07:00
Prototik 480506629d Avoid to throw BlockPhysicsEvent in Mystcraft's profiling world and come back incorrect chunks messages 2015-05-17 19:18:28 +07:00
Prototik fb09fe93c4 Allow to specifly full checks rate 2015-05-17 10:16:04 +07:00
Prototik 4496eada0a Allowance to limit {Tile,}Entity max tick consume for keep higher tps 2015-05-15 09:08:55 +07:00
Prototik 4a62951897 Fix fastMatches 2015-05-15 00:01:27 +07:00
Prototik f4bcd6da82 Fix RCON 2015-05-14 23:39:15 +07:00
Prototik a2e007c47a Correctly handle cross world entity teleportation
Spigot patch: 0124-Cross-World-Entity-Teleportation.patch
2015-05-14 22:43:19 +07:00
Prototik 3fceb97d3a Fetch player's UUID only in online mode
Spigot patch: 0141-Only-fetch-an-online-UUID-in-online-mode.patch
2015-05-14 22:31:09 +07:00
Prototik f3a73d8d68 Reduce calls to heavy nbt comparsion
Spigot patch: 0157-Use-FastMatches-for-ItemStack-Dirty-Check.patch
2015-05-14 22:23:44 +07:00
Prototik 8c4713c6d7 Patch ChunkProviderServer.loadedChunkHashMap in runtime, fix #1 2015-05-14 12:38:03 +07:00
Prototik d4a181d431 MPS patches 2015-05-13 23:42:24 +07:00
Prototik 73bd06891b 1403 2015-05-13 17:33:49 +07:00
Prototik 66f77f8314 Updated forge 2015-05-08 16:29:14 +07:00