TheMode
|
c23b937c4b
|
Some fixes
|
2019-09-03 07:36:04 +02:00 |
|
TheMode
|
81c0626e57
|
Switched to SimpleNet
|
2019-09-02 06:02:12 +02:00 |
|
TheMode
|
dedc17f42e
|
Update
|
2019-09-01 06:18:41 +02:00 |
|
TheMode
|
f43bf11e66
|
Fixed teleportation & improved first chunk loading
|
2019-08-31 12:10:46 +02:00 |
|
TheMode
|
666f433ae7
|
Updated packets reader/writer
|
2019-08-31 07:54:53 +02:00 |
|
TheMode
|
d929730a61
|
Update
|
2019-08-30 01:17:46 +02:00 |
|
TheMode
|
932fb6ae2b
|
Update
|
2019-08-29 02:15:52 +02:00 |
|
TheMode
|
8b95e3881d
|
Added gravity
|
2019-08-27 20:49:11 +02:00 |
|
TheMode
|
0a732034c2
|
Update
|
2019-08-27 05:23:25 +02:00 |
|
TheMode
|
4b1fac6cd4
|
WIP chunk loading fix
|
2019-08-26 04:39:58 +02:00 |
|
TheMode
|
b13a888170
|
Added entity properties & removed unnecessary reflection
|
2019-08-26 00:29:40 +02:00 |
|
TheMode
|
e0eb35e81e
|
Auto chunk load & death manager
|
2019-08-25 20:03:43 +02:00 |
|
TheMode
|
fc6f6afccc
|
Shared instances
|
2019-08-24 21:41:43 +02:00 |
|
TheMode
|
c25c846dce
|
Added velocity & WIP shared instances
|
2019-08-24 20:34:01 +02:00 |
|
TheMode
|
7a557169bd
|
Chunk Zstd compression
|
2019-08-24 01:05:52 +02:00 |
|
TheMode
|
b933a83c31
|
Basic chunk serializer & reworked chunk multi-threading
|
2019-08-23 23:55:09 +02:00 |
|
TheMode
|
d5d3dab6c7
|
Reworked packet writer
|
2019-08-23 15:37:38 +02:00 |
|
TheMode
|
c407e384ab
|
Update
|
2019-08-22 14:52:32 +02:00 |
|
TheMode
|
8ddfdbb42a
|
Cleaned and optimized code
|
2019-08-21 16:50:52 +02:00 |
|
TheMode
|
9d8e4e7ea2
|
Multiplayer synchronization
|
2019-08-20 22:40:57 +02:00 |
|
TheMode
|
729d82abd4
|
Rewrite of packets listener and added callbacks
|
2019-08-20 17:41:07 +02:00 |
|
TheMode
|
bdde4af581
|
Update
|
2019-08-19 17:04:19 +02:00 |
|
TheMode
|
4263a3965b
|
Chunk memory optimization
|
2019-08-19 00:48:49 +02:00 |
|
TheMode
|
0d40be1552
|
custom block with custom hardness
|
2019-08-18 23:52:11 +02:00 |
|
TheMode
|
57def5aaac
|
Update
|
2019-08-18 20:38:09 +02:00 |
|
TheMode
|
2da2823cbd
|
Added double click and shift-click inventory action
|
2019-08-14 15:54:37 +02:00 |
|
TheMode
|
60f5768011
|
Inventory click listener
|
2019-08-14 06:50:03 +02:00 |
|
TheMode
|
e2e7d67013
|
Enhanced inventory creation & listener
|
2019-08-13 17:52:09 +02:00 |
|
TheMode
|
349de8773f
|
Added BlockBatch
|
2019-08-12 13:27:24 +02:00 |
|
TheMode
|
2e626f785e
|
Improved thread safety over entities update
|
2019-08-12 08:59:15 +02:00 |
|
TheMode
|
e0172022b2
|
Inventory and block breaking/placing
|
2019-08-12 08:30:59 +02:00 |
|
TheMode
|
3b6b5676ed
|
Improved thread safety
|
2019-08-11 13:57:23 +02:00 |
|
TheMode
|
87345f70ab
|
Prevent from going on unloaded chunks
|
2019-08-11 09:33:27 +02:00 |
|
TheMode
|
c8ee6858bc
|
Merge branch 'master' of https://github.com/TheMode/Minestom
|
2019-08-11 08:57:30 +02:00 |
|
TheMode
|
2afb170ff0
|
Fixed chunk
|
2019-08-11 08:57:23 +02:00 |
|
Adamaq01
|
25621dede6
|
Added UpdateViewPositionPacket
|
2019-08-11 07:56:30 +01:00 |
|
TheMode
|
d1967186e5
|
Basic instances implementation
|
2019-08-11 07:42:56 +02:00 |
|
Adamaq01
|
383bb634f4
|
Modified ConnectionManager#removePlayer
|
2019-08-11 02:45:09 +01:00 |
|
Adamaq01
|
c8b5e13175
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# src/main/java/fr/themode/minestom/entity/Player.java
# src/main/java/fr/themode/minestom/net/ConnectionManager.java
# src/main/java/fr/themode/minestom/net/packet/client/login/LoginStartPacket.java
|
2019-08-11 02:42:13 +01:00 |
|
Adamaq01
|
eb532a1856
|
Implemented some more packets, basic multiplayer functionalities such as a basic chat system, seeing other players etc...
|
2019-08-11 02:40:34 +01:00 |
|
TheMode
|
7271636aa8
|
Updated tick manager & players update
|
2019-08-11 00:36:20 +02:00 |
|
TheMode
|
cc203b1a1a
|
Fixed thread safety
|
2019-08-10 08:59:33 +02:00 |
|
TheMode
|
d4bf3bd2ec
|
WIP entity implementation
|
2019-08-10 08:44:35 +02:00 |
|
Adamaq01
|
5130931b29
|
Implemented some more packets
|
2019-08-10 04:16:16 +01:00 |
|
Adamaq01
|
7f83aacdf8
|
Implemented some packets + the keepalive system so the client doesn't timeout after 20 seconds
|
2019-08-10 03:47:19 +01:00 |
|
TheMode
|
076f4d558b
|
Added chunks & some location packets
|
2019-08-10 04:16:01 +02:00 |
|
TheMode
|
81a880d3cd
|
Update
|
2019-08-09 07:24:26 +02:00 |
|
TheMode
|
31bf307ae3
|
WIP chunk packet
|
2019-08-07 03:42:48 +02:00 |
|
TheMode
|
9380770492
|
Initial commit
|
2019-08-03 15:25:24 +02:00 |
|