0
0
mirror of https://github.com/Pumpkin-MC/Pumpkin synced 2025-04-29 05:07:42 +00:00

Commit Graph

  • 9f70b95b9b Split commands into their own Folder Snowiiii 2024-10-29 22:47:52 +01:00
  • 74c4662121 Fix: https://github.com/Snowiiii/Pumpkin/issues/195 Snowiiii 2024-10-29 16:35:09 +01:00
  • 89640fe0c0 Command /say (#211) suprohub 2024-10-29 13:07:53 +03:00
  • abbb76ab19 Chunk optimization: remove subarray (#209) suprohub 2024-10-29 10:14:57 +03:00
  • e0dd8d6b61 Move Chunks things from Client to Player Snowiiii 2024-10-28 22:48:17 +01:00
  • ba6f50aae0 Super commit (#208) suprohub 2024-10-28 23:04:56 +03:00
  • 79d2f91deb Chunk: Use Air if block is not found Snowiiii 2024-10-27 22:45:51 +01:00
  • d9fcbf623d Added detailed documentation on how to contribute (#205) DirefulBelt6803 2024-10-27 13:48:55 -07:00
  • 245053d50c Port Chunk Status to 1.21.3 Snowiiii 2024-10-27 19:07:27 +01:00
  • 1c048a17cc Implement cross platform signal handling with tokio (#183) lokka30 2024-10-27 23:29:59 +08:00
  • 15d9920826 Implement max player limit (#194) lokka30 2024-10-27 23:18:28 +08:00
  • 58ace310fc Add PR template Snowiiii 2024-10-27 16:03:28 +01:00
  • 1a1a7e351c Add player join and quit messages. (#192) lokka30 2024-10-27 21:50:52 +08:00
  • a6f3b3f748 Clientbound Packets: use ids from JSON Snowiiii 2024-10-27 14:18:18 +01:00
  • 5507b2069f Added Worldborder (#202) Alvsch 2024-10-27 13:11:08 +01:00
  • 2add2057da Update world.md (#200) DirefulBelt6803 2024-10-27 04:32:17 -07:00
  • b23b7421cf Revert "CChunkData optimizations (#193)" Snowiiii 2024-10-27 12:29:53 +01:00
  • b17ade7b06 Add own Extractor (#201) Alexander Medvedev 2024-10-27 11:21:55 +00:00
  • 5e6374ecc2 Update and rename feature_request.md to feature_request.yml Alexander Medvedev 2024-10-27 11:23:14 +01:00
  • 7eec40fc43 Update bug_report.yml Alexander Medvedev 2024-10-27 11:15:42 +01:00
  • 9358d70518 Update and rename bug_report.md to bug_report.yml Alexander Medvedev 2024-10-27 11:06:27 +01:00
  • 9c5736a903 Update bug_report.md Alexander Medvedev 2024-10-27 10:53:44 +01:00
  • a1b97730bd CChunkData optimizations (#193) Alvsch 2024-10-27 00:15:01 +02:00
  • 527777ec2c Added World Documentation (#190) DirefulBelt6803 2024-10-26 15:08:55 -07:00
  • fe934dc74d docker: add compose file for development (#181) lokka30 2024-10-26 20:12:36 +08:00
  • 5a1c2451dd world docs: corrected to 'world', not 'server' (#191) lokka30 2024-10-26 18:25:03 +08:00
  • 29b3c8260b make consumers async (#187) kralverde 2024-10-25 17:10:38 -04:00
  • c15232929f reduce client id to u16 (#172) kralverde 2024-10-25 16:37:11 -04:00
  • a395e61c15 Fix: block place in creative Snowiiii 2024-10-25 18:40:10 +02:00
  • b68ad51672 Prevent duplicate profiles (#178) lokka30 2024-10-25 23:43:02 +08:00
  • 761ca11295 connection_cache: alter favicon logging (#185) lokka30 2024-10-25 23:42:08 +08:00
  • 3d0e42315e Fix: Commands Snowiiii 2024-10-25 11:58:36 +02:00
  • 7347bae275 make commands async (#179) kralverde 2024-10-25 05:36:55 -04:00
  • 4bb52a7711 deny more clippy lints Snowiiii 2024-10-24 19:30:24 +02:00
  • 7de3e0e995 Improved pvp (#173) Alvsch 2024-10-24 17:49:23 +02:00
  • d78c02fa76 fix: autenticate -> authenticate (#175) lokka30 2024-10-24 22:11:59 +08:00
  • 6fb751accf Update to 1.21.3 Snowiiii 2024-10-23 19:41:08 +02:00
  • 1a37d0354f Fix: Upsi from 1.21.2 port Snowiiii 2024-10-23 16:58:55 +02:00
  • 14ff151d88 Move from ids to uuids Snowiiii 2024-10-23 16:38:30 +02:00
  • e396399e66 Port to 1.21.2 (#171) Alexander Medvedev 2024-10-23 13:31:23 +01:00
  • 91ae85efa5 Add new player to server list Snowiiii 2024-10-22 17:40:26 +02:00
  • d9b3d0494d Improved: Plains biome Snowiiii 2024-10-22 16:41:53 +02:00
  • 4d01ab630b docs: add Test Server Snowiiii 2024-10-22 14:03:34 +02:00
  • b8b4a8ce8d Make CommandSender not mut Snowiiii 2024-10-22 14:02:49 +02:00
  • 9eac0f01e1 Fix chunk loading deadlock and dangling chunk memory (#159) kralverde 2024-10-22 07:15:17 -04:00
  • f7398bf4db clippy: remove clippy::nursery lints Snowiiii 2024-10-22 11:46:19 +02:00
  • 3a76e62b92 fix: c_spawn_player -> c_spawn_entity Snowiiii 2024-10-22 11:38:54 +02:00
  • 790adbc0b3 Merge branch 'master' of https://github.com/Snowiiii/Pumpkin Snowiiii 2024-10-22 11:29:32 +02:00
  • 43116c54e9 fix tick system (#169) kralverde 2024-10-22 05:27:40 -04:00
  • 746b656433 Merge pull request #162 from Bryntet/make-block-breaking lukas0008 2024-10-21 22:41:22 +02:00
  • b0009d1afe make not blocking Edvin Bryntesson 2024-10-21 22:25:28 +02:00
  • e9e0bb7102 make buffer to chunks length Edvin Bryntesson 2024-10-21 15:59:18 +02:00
  • f88ce46480 add get_block function Edvin Bryntesson 2024-10-21 15:56:08 +02:00
  • 4338bcff16 refactor things out into functions Edvin Bryntesson 2024-10-21 15:10:09 +02:00
  • d7b162e68e remove unnecessary cloning Edvin Bryntesson 2024-10-20 16:31:44 +02:00
  • 843a1d7519 add block placing Edvin Bryntesson 2024-10-20 16:25:31 +02:00
  • 1e15f8b3ba implemented persistent block breaking Edvin Bryntesson 2024-10-20 16:15:34 +02:00
  • 60f1bb6195 More debug messages for packets (#156) kralverde 2024-10-21 15:06:50 -04:00
  • 287f466ae1 More workspace dependencies Snowiiii 2024-10-21 19:36:42 +02:00
  • 112110272b Better logging (#167) AnonymousBit 2024-10-21 19:36:19 +03:00
  • 3c57ef0a12 fix: cargo fmt :D Snowiiii 2024-10-21 15:19:15 +02:00
  • 6484daaf5b fix: clippy in release Snowiiii 2024-10-21 15:16:36 +02:00
  • 12ab2c7298 Clippy: warn clippy::pedantic Snowiiii 2024-10-21 15:07:05 +02:00
  • 11a588b622 Merge pull request #164 from tuttarealstep/master Alexander Medvedev 2024-10-21 13:14:29 +01:00
  • c350348ee5 Prevent panic on client poll function Stefano 2024-10-21 14:01:36 +02:00
  • bb050958a2 Add Tick system Snowiiii 2024-10-21 13:25:04 +02:00
  • 8381324793 Merge pull request #163 from tuttarealstep/master Alexander Medvedev 2024-10-21 09:22:01 +01:00
  • c95e61a2c6 Merge branch 'Snowiiii:master' into master Stefano 2024-10-20 23:48:51 +02:00
  • 655d02dc87 fix: cargo fmt Snowiiii 2024-10-20 23:29:50 +02:00
  • 8ede38d805 fix: knockback Snowiiii 2024-10-20 23:29:28 +02:00
  • 07da0db21f Fix formatting player.rs Stefano 2024-10-20 23:16:58 +02:00
  • 74e58caab1 Handle player packet id 0x23 Stefano 2024-10-20 20:59:35 +02:00
  • b7ac8ade39 Merge pull request #157 from neeleshpoli/master Alexander Medvedev 2024-10-20 15:10:18 +01:00
  • a7d786b2d6 Shifted labels around, fixed typo neelesh.poli2006@gmail.com 2024-10-20 08:58:39 -05:00
  • f14b9b1eaf Merge pull request #161 from Alvsch/master Alexander Medvedev 2024-10-20 14:51:53 +01:00
  • 0c0ca16bcc fixed player movement syncing Alvsch 2024-10-20 15:41:08 +02:00
  • 05e921ef89 Merge pull request #160 from Alvsch/toggle-encryption Alexander Medvedev 2024-10-20 13:38:46 +01:00
  • e9833a798c use profile before moving Alvsch 2024-10-20 14:33:44 +02:00
  • 6559b49f2f made encryption config work Alvsch 2024-10-20 14:01:20 +02:00
  • b36ca796bc Convert forgotten table neelesh.poli2006@gmail.com 2024-10-19 20:04:21 -05:00
  • 41a0dbb6b4 Fix formatting neelesh.poli2006@gmail.com 2024-10-19 19:17:54 -05:00
  • f0ca94ec42 Fix typo neelesh.poli2006@gmail.com 2024-10-19 19:17:26 -05:00
  • 8c6dc6c9db Format numbers and dates per region, and make improvements to benchmarking page neelesh.poli2006@gmail.com 2024-10-19 19:01:44 -05:00
  • 78d6069786 Clippy lukas0008 2024-10-19 20:53:06 +02:00
  • 7300bda967 Make block state macro comptime-again lukas0008 2024-10-19 20:48:19 +02:00
  • c3dcec2dde docs: Add lighting Snowiiii 2024-10-19 20:34:28 +02:00
  • 867faa4da7 Merge pull request #155 from EamonHeffernan/surface-lighting Alexander Medvedev 2024-10-19 19:29:19 +01:00
  • f942a65dfd use put_slice Eamon Heffernan 2024-10-20 05:25:14 +11:00
  • ce9cdac3d5 Remove unused import Eamon Heffernan 2024-10-20 05:21:39 +11:00
  • b271b36a36 Auto surface lighting Eamon Heffernan 2024-10-20 05:15:55 +11:00
  • 524fecfa67 Merge pull request #152 from kralverde/unload_chunks_tokio Alexander Medvedev 2024-10-19 18:44:20 +01:00
  • 637104c57e add unload chunks too kralverde 2024-10-19 13:13:58 -04:00
  • 224242c793 rebase to master kralverde 2024-10-19 12:50:35 -04:00
  • 650c28f7a9 Merge pull request #142 from Snowiiii/tokio Alexander Medvedev 2024-10-19 17:32:46 +01:00
  • 59d75d9f1e fix: clippy Snowiiii 2024-10-19 18:27:04 +02:00
  • 75e7b0a8e8 tokio: Support RCON Snowiiii 2024-10-19 18:12:06 +02:00
  • 2287564973 Merge branch 'master' into tokio Snowiiii 2024-10-19 17:52:33 +02:00
  • 565e51bb53 Merge pull request #149 from Alvsch/tokio Alexander Medvedev 2024-10-19 13:55:45 +01:00
  • c85216242e Fixed cylindrical Alvsch 2024-10-19 14:49:05 +02:00
  • 387da2c8b5 Fix: blocking Snowiiii 2024-10-19 13:53:41 +02:00