Archived
0
Commit Graph

424 Commits

Author SHA1 Message Date
54992d8b59 clean classes 2018-08-16 00:33:56 +03:00
f3cff24fa4 oops.. 2018-08-16 00:32:30 +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
333150dd30 remove modules 2018-08-15 21:26:42 +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
7b61aa7707 public variable to enum in TitlePacket 2018-08-12 19:42:56 +03:00
b811653795 public variable to enum in PlayerListItemPacket 2018-08-12 19:39:25 +03:00
d27228d640 public variable to enum in BossBarPacket 2018-08-12 19:36:50 +03:00
86f22ffc76 optimize imports 2018-08-12 19:23:32 +03:00
a8480e39ec TitleSerializer -> TextMapper 2018-08-12 19:20:40 +03:00
7c5fcdd711 added Mapper interface 2018-08-12 19:20:01 +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
a3880f49ec added packets PlayerPosition & PlayerLook 2018-08-11 11:59:33 +03:00
7b6a213650 Merged in dmitriymx/location-refactory (pull request #5)
Dmitriymx/location refactory
2018-08-10 13:12:41 +00: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 Glazko
d5b57a8284 Merged in anarok/merge/loop-3 (pull request #7)
Anarok/merge/loop 3
2018-08-09 20:49:46 +00:00
Daniil
92a6af264c Project compilation fix 2018-08-10 03:36:57 +07: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
57dc918888 Minor merging fixes 2018-08-10 03:27:57 +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
428f8113b5 Merged in forwolk/merge/location-world (pull request #6)
Forwolk/merge/location world

Approved-by: DmitriyMX <dimon550@gmail.com>
Approved-by: Daniil Glazko <daniil@glazko.su>
2018-08-09 20:19:40 +00:00
Forwolk
436ed620ad fix: getChunk 2018-08-09 22:33:47 +03:00
Forwolk
aa12a519ad Merge & resolve conflicts 2018-08-09 21:26:37 +03:00
Daniil
546a13d2a1 Event-loop module refactoring and commenting 2018-08-09 23:16:16 +07:00
Forwolk
291fe438c6 Merged in forwolk/fix/region-fix (pull request #3)
Region managed moved to CubicWorld
2018-08-08 22:18:27 +00:00
942873c7da Merged in dmitriymx/fix/gradle (pull request #4)
fix: gradle run application

Approved-by: Daniil Glazko <daniil@glazko.su>
2018-08-08 18:03:26 +00:00
Daniil
0269b0b0c1 Minor code-style changes
Timings dump format change
Pre-tests (not functional right now)
2018-08-08 22:36:08 +07: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
5db14851ee fix: gradle run application
Example: gradle runApp -PworkDir="D:\mc-core"
2018-08-08 01:38:54 +03:00
Forwolk
f51dba79a6 Region managed moved to CubicWorld 2018-08-08 00:17:07 +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
Daniil
6bd8b60832 Timings submodule refactoring 2018-08-07 16:27:44 +07:00
Daniil
22dbf8caa8 Timings are now written to the file 2018-08-07 16:11:27 +07:00
Daniil
b2d3792384 Timings IO foundation 2018-08-07 16:06:34 +07:00