Alexander Medvedev
|
52ffec0dd3
|
Merge pull request #61 from neeleshpoli/master
Implement Use Item (packet id 0x39) packet
|
2024-08-25 21:48:23 +01:00 |
|
Snowiiii
|
9d6c8dc524
|
Check block distance
|
2024-08-25 19:16:38 +02:00 |
|
we sell insurance
|
983ede2ef6
|
Create function for packet handling
|
2024-08-25 10:52:20 -05:00 |
|
we sell insurance
|
98b983676e
|
Run cargo fmt
|
2024-08-25 08:36:34 -05:00 |
|
we sell insurance
|
1849dacfc6
|
Merge branch 'master' of https://github.com/Snowiiii/Pumpkin
Resolve merge conflicts
Update Use Item (SUseItem) to return Ok
|
2024-08-25 08:27:09 -05:00 |
|
we sell insurance
|
4012b9a356
|
Implement use item packet (0x39)
|
2024-08-25 08:15:17 -05:00 |
|
Snowiiii
|
268fc19b7b
|
Re-enable RCON
|
2024-08-25 14:07:49 +02:00 |
|
Snowiiii
|
8cff0b4b76
|
Fix: clippy and fmt
|
2024-08-25 13:21:24 +02:00 |
|
Snowiiii
|
83aad86005
|
Made everything thread safe
- Also improved gamemode command
- We now can use Server in commands
|
2024-08-25 13:20:49 +02:00 |
|
Snowiiii
|
ddd3f1e781
|
Add Serverbound Set Player On Ground
|
2024-08-25 12:06:09 +02:00 |
|
Snowiiii
|
020c71a973
|
Remove unwarp when reading packets
|
2024-08-25 11:02:40 +02:00 |
|
Snowiiii
|
0ce03c0497
|
Support Transfer
|
2024-08-25 09:37:58 +02:00 |
|
Snowiiii
|
80477f9aab
|
fix: clippy warns
|
2024-08-25 00:19:16 +02:00 |
|
Snowiiii
|
024789dfbb
|
Fixed an upsi
|
2024-08-25 00:17:53 +02:00 |
|
Snowiiii
|
d8fd1dd00b
|
Improve teleport
we now use teleport id's and also set player position when receiving the response packet
|
2024-08-24 23:51:01 +02:00 |
|
Snowiiii
|
d69f6c5fc1
|
Add Clientbound Teleport Entity
usually used when Player moves more than 8 blocks
|
2024-08-24 23:07:12 +02:00 |
|
Snowiiii
|
f40eb85c53
|
Don't clone PlayerConfig
|
2024-08-24 20:09:56 +02:00 |
|
Edvin Bryntesson
|
3428f03a0f
|
better name
|
2024-08-24 18:12:51 +02:00 |
|
Edvin Bryntesson
|
bae9198980
|
fix issues
|
2024-08-24 18:09:27 +02:00 |
|
Bryntet
|
67dd35e0cb
|
Merge branch 'master' into master
|
2024-08-24 18:04:40 +02:00 |
|
Edvin Bryntesson
|
52943f66c8
|
Simply abstraction of property trait
|
2024-08-24 18:03:32 +02:00 |
|
Snowiiii
|
c7f15dee3d
|
Refactor Client
|
2024-08-24 14:51:43 +02:00 |
|
Erb3
|
b63b69d7ac
|
Merge branch 'master' into docker
|
2024-08-24 12:55:28 +02:00 |
|
Snowiiii
|
fa1ca0782e
|
Handle CTRL-C shutdown
|
2024-08-24 11:17:36 +02:00 |
|
StripedMonkey
|
4240df86b7
|
cargo fmt
|
2024-08-23 07:59:03 -04:00 |
|
StripedMonkey
|
dbe3964e41
|
postion -> position
|
2024-08-23 07:56:41 -04:00 |
|
StripedMonkey
|
7c30391e2c
|
messge,messagee -> message
|
2024-08-23 07:54:40 -04:00 |
|
StripedMonkey
|
8494388324
|
entitiy -> entity
|
2024-08-23 07:54:36 -04:00 |
|
StripedMonkey
|
51da48d937
|
hourse -> Horse
|
2024-08-23 07:52:24 -04:00 |
|
Edvin Bryntesson
|
ef21b3ae40
|
add serverbound packet SContainerClose
|
2024-08-23 12:36:22 +02:00 |
|
Edvin Bryntesson
|
e1a7d4e7ee
|
add serverbound packet SContainerClose
|
2024-08-23 12:30:24 +02:00 |
|
Edvin Bryntesson
|
98fcd412c2
|
formatting
|
2024-08-23 11:52:21 +02:00 |
|
Edvin Bryntesson
|
4523900de4
|
add method to set container property
|
2024-08-23 11:51:51 +02:00 |
|
Edvin Bryntesson
|
7c2b650bdb
|
add clientbound packet: CCloseContainer
|
2024-08-23 10:35:16 +02:00 |
|
we sell insurance
|
7ec8c866a7
|
Merge branch 'Snowiiii:master' into packet-id
|
2024-08-22 19:40:47 -05:00 |
|
we sell insurance
|
ebb5727bbd
|
Change to print hex packet id instead of decimal for umimplemented packets
|
2024-08-22 19:39:36 -05:00 |
|
Alexander Medvedev
|
84464c343a
|
Merge pull request #53 from kralverde/chat-packet-updates
Chat packet updates + Serialization additions
|
2024-08-22 20:28:50 +01:00 |
|
lukas0008
|
e1a1a22047
|
Fix clippy warnings
|
2024-08-22 14:02:12 +02:00 |
|
Luk-ESC
|
afa68f381c
|
fix typo in method name
|
2024-08-22 13:39:31 +02:00 |
|
lukas0008
|
e41748b4ad
|
Merge pull request #54 from Bryntet/master
Add CSetContainerSlot and refactor container logic to own file
|
2024-08-22 13:31:22 +02:00 |
|
Edvin Bryntesson
|
10bf3098b3
|
fix formatting
|
2024-08-22 13:29:31 +02:00 |
|
Edvin Bryntesson
|
4c572eca2d
|
add CSetContainerSlot packet
|
2024-08-22 13:24:12 +02:00 |
|
Edvin Bryntesson
|
b8d350f32d
|
move container logic into its own file
|
2024-08-22 13:20:01 +02:00 |
|
kralverde
|
cd6defe9a2
|
implement filtering and serialization changes
|
2024-08-21 17:17:33 -04:00 |
|
Alexander Medvedev
|
f920f31a81
|
Fix: Clippy warn
upsi
|
2024-08-21 20:16:42 +01:00 |
|
Alexander Medvedev
|
caa6a7088b
|
Also pretty commands for RCON
|
2024-08-21 20:12:14 +01:00 |
|
Alexander Medvedev
|
13206d58d9
|
Add Console Colors & Styles
|
2024-08-21 20:08:14 +01:00 |
|
Erb3
|
c64cdb2366
|
fix: apply patch for command spam
|
2024-08-21 21:00:18 +02:00 |
|
Edvin Bryntesson
|
e34fc47332
|
refactor out double call to self.player
|
2024-08-21 20:43:09 +02:00 |
|
Edvin Bryntesson
|
dda2958e2a
|
fix kick message
|
2024-08-21 20:19:18 +02:00 |
|