Archived
0
Commit Graph

127 Commits

Author SHA1 Message Date
b6120736f3 добавлены методы (де)комперессии для XYZ координат 2018-08-18 23:09:54 +03:00
683d62bfde core: добавлен SimpleLog для тестов 2018-08-18 23:09:19 +03:00
cb3df8f6fb добавление механизма выгрузки чанков, а так же поправлен механизм их загрузки 2018-08-17 14:28:45 +03:00
d02499e3b7 добавлен тест для Location 2018-08-17 13:49:00 +03:00
e17acb812b уточнение алгоритма сериализации чанков (ChunkDataPacket) 2018-08-16 11:40:04 +03:00
54992d8b59 clean classes 2018-08-16 00:33:56 +03:00
9d93695d3c gradle: удаление лишнего 2018-08-16 00:31:48 +03:00
1559347186 добавление теста ChunkDataPacket 2018-08-16 00:30:19 +03:00
b4679a6536 удаление не используемых биомов 2018-08-16 00:29:48 +03:00
dc9e3512e7 refactory world and clean classes 2018-08-16 00:08:26 +03:00
58470af000 added event Chunk load 2018-08-12 23:41:38 +03:00
cf7811b906 added "Kostil" in Location (sorry) 2018-08-12 23:40:34 +03:00
0cf51120c0 fix: Location (setWorld) 2018-08-12 23:40:02 +03:00
d4785cda14 added CompactedCoords util 2018-08-12 23:37:48 +03:00
b8a71c070c public variable to enum in PlayerSettings 2018-08-12 19:48:57 +03:00
86f22ffc76 optimize imports 2018-08-12 19:23:32 +03:00
c906be8bc3 move class ChunkSection 2018-08-12 12:58:13 +03:00
a2d97366c9 disable part code in GameLoop.playerMoveEventHandler() 2018-08-12 12:55:52 +03:00
916a78c660 attempt to implement an event model of Player movement 2018-08-11 19:30:36 +03:00
Daniil
00aa03e423 Fixed ambiguous world checks 2018-08-10 16:29:16 +07:00
Daniil
039b055260 EntityLocation.clone() unit test 2018-08-10 16:17:32 +07:00
63d6716ce3 Merge branch 'develop' into dmitriymx/location-refactory
# Conflicts:
#	core/src/main/java/mc/core/Location.java
#	flat_world/src/main/java/mc/world/flat/FlatWorld.java
#	generated_world/src/main/java/mc/world/generated_world/world/CubicWorld.java
#	proto_1.12.2_netty/src/main/java/mc/core/network/proto_1_12_2/netty/handlers/LoginHandler.java
2018-08-10 12:00:13 +03:00
Daniil
b73ed2c4f5 Revert "WarpPosition structure rework"
This reverts commit 993d9a8
2018-08-10 03:34:25 +07:00
Daniil
dc0b85c23b Reverted location-fix 2018-08-10 03:34:11 +07:00
Daniil
0ea5465518 Merge remote-tracking branch 'origin/develop' into anarok/merge/loop-3
# Conflicts:
#	build.gradle
#	proto_1.12.2_netty/src/main/java/mc/core/network/proto_1_12_2/netty/handlers/LoginHandler.java
#	settings.gradle
2018-08-10 03:24:30 +07:00
Forwolk
aa12a519ad Merge & resolve conflicts 2018-08-09 21:26:37 +03:00
9b35c63333 optimize imports 2018-08-08 13:26:43 +03:00
a0f91730d0 apply upgraded Location & EntityLocation 2018-08-08 13:26:35 +03:00
83de8629e1 refactory Location & Look 2018-08-08 13:26:23 +03:00
fc4dd46610 Merge remote-tracking branch 'origin/forwolk/location-cloning' into dmitriymx/location-refactory 2018-08-08 12:20:45 +03:00
e8b02b8e28 Merge tag 'WG-1' into develop
World Generator Gen1
2018-08-07 21:45:20 +03:00
2c611a888d hotfix: Oops! 2018-08-07 21:33:05 +03:00
156984ea84 Merge branch 'proto_1.12.2' into develop
Tests: FAILED
2018-08-07 10:05:32 +03:00
Daniil
0ca3e4db6f Proper Look structure refactoring 2018-08-06 00:23:28 +07:00
Daniil
993d9a8293 WarpPosition structure rework 2018-08-06 00:07:57 +07:00
Forwolk
ff71892fcb Biomes refactoring 2018-08-05 17:51:24 +03:00
Forwolk
a23f7b15b5 Chunk implementation 2018-08-04 21:56:04 +03:00
Forwolk
a1ee3a240e Location.getChunk(); 2018-08-04 21:05:16 +03:00
Forwolk
895f59189d Chunk 16x256x16 2018-08-04 21:03:05 +03:00
Forwolk
be98784668 renamed: Chunk --> ChunkSection 2018-08-04 20:43:07 +03:00
Forwolk
761aff3310 Water biomes 2018-08-04 16:20:40 +03:00
Forwolk
aa001b5fe2 fix: return null if reference is null 2018-08-04 16:17:31 +03:00
Forwolk
72989c60b7 Checking reference is not initialized 2018-08-04 14:56:03 +03:00
Forwolk
eab9947aa9 Checking on unloading 2018-08-04 14:31:43 +03:00
Forwolk
610981b7b8 World <-- Region <-- Chunk Weak references 2018-08-04 13:19:08 +03:00
Forwolk
d84e6ca749 Location world reference 2018-08-04 11:46:28 +03:00
3750b1340d Merge remote-tracking branch 'origin/dmitriymx/devcode' into proto_1.12.2
Warning! Potentially incorrect packet data! Need fixed
2018-08-02 23:56:14 +03:00
Forwolk
718e814806 Merge branch 'develop' into merge_branch
# Conflicts:
#	core/src/main/java/mc/core/Location.java
2018-08-02 15:56:19 +03:00
0152377289 stash 2 2018-08-02 14:25:29 +03:00
Forwolk
7ec05c4e24 RegionManager 2018-08-02 14:03:04 +03:00