Archived
0
Commit Graph

167 Commits

Author SHA1 Message Date
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
Forwolk
94e32a6921 World info saving 2018-08-02 13:14:59 +03:00
3d88f03a45 Remove LocationSerializer 2018-08-02 12:54:27 +03:00
Forwolk
a9e6378101 More compact serialization 2018-08-02 11:41:09 +03:00
Forwolk
aa44d70897 Serialization/Deserialization of world 2018-08-02 11:05:45 +03:00
Forwolk
f55c9bfb33 Serializers refactoring 2018-08-02 09:22:38 +03:00
Forwolk
ad4a088949 Interfaces 2018-08-02 09:15:59 +03:00
Forwolk
75bec3ed93 Chunk generations & basic saving 2018-08-01 17:49:59 +03:00
Forwolk
ec8e414ba1 Advanced biome selector 2018-08-01 13:33:48 +03:00
Forwolk
3e889c2e7c Bigger mountains 2018-08-01 12:31:49 +03:00
Forwolk
ff55368db2 WorldGenerator gen 1 2018-08-01 10:43:37 +03:00