|
|
b66cd18e14
|
(un)load chunks: изменен механизм отправки пакетов
Они теперь не копятся (write(), flush()), а отправляются сразу (writeAndFlush())
|
2018-08-17 14:34:34 +03:00 |
|
|
|
cb3df8f6fb
|
добавление механизма выгрузки чанков, а так же поправлен механизм их загрузки
|
2018-08-17 14:28:45 +03:00 |
|
|
|
f424363399
|
добавлен класс UnloadChunkPacket
|
2018-08-17 14:27:54 +03:00 |
|
|
|
d02499e3b7
|
добавлен тест для Location
|
2018-08-17 13:49:00 +03:00 |
|
|
|
ab08a72317
|
core: выделение обработчиков событий в отдельный класс
|
2018-08-17 11:44:22 +03:00 |
|
|
|
a3b40b750a
|
замена переменной INSTANCE на метод getInstance() в EventBusGetter
|
2018-08-17 11:08:13 +03:00 |
|
|
|
aafe91a896
|
переименование серверных событий
|
2018-08-17 11:05:25 +03:00 |
|
|
|
480a117269
|
перенос эвентов в отдельный пакет
|
2018-08-16 11:47:17 +03:00 |
|
|
|
21450a64d2
|
переименование пакета: mc.core.events -> mc.core.eventbus
|
2018-08-16 11:46:06 +03:00 |
|
|
|
e17acb812b
|
уточнение алгоритма сериализации чанков (ChunkDataPacket)
|
2018-08-16 11:40:04 +03:00 |
|
|
|
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 |
|