Commit Graph

  • d699343366 Fixed not auto viewable entity keeping viewers after being removed Felix Cravic 2020-07-24 22:48:38 +0200
  • 1345968aac Hologram is now a Viewable Felix Cravic 2020-07-24 19:44:30 +0200
  • 1adaa0553e Pathfinding update Felix Cravic 2020-07-24 19:31:15 +0200
  • 4fb7d61a7c Cleanup Felix Cravic 2020-07-24 18:23:15 +0200
  • 4f788b9b8d Cleanup Felix Cravic 2020-07-24 16:11:48 +0200
  • e57485367c pathfinding update Felix Cravic 2020-07-24 03:06:38 +0200
  • b54599a1f1 Cleanup Felix Cravic 2020-07-24 02:49:55 +0200
  • 7b5107f59d Hydrazine fix + basic pathfinding api Felix Cravic 2020-07-24 02:31:10 +0200
  • 2ea4c2d996 Initial hydrazine commit Felix Cravic 2020-07-24 01:03:24 +0200
  • 5c1e6e7572 Cleanup Felix Cravic 2020-07-23 07:36:49 +0200
  • 01cb95c9b2 item meta cleanup Felix Cravic 2020-07-23 05:48:47 +0200
  • f8453b4906 Added ItemMeta + MapDataPacket Felix Cravic 2020-07-23 05:36:15 +0200
  • f75c3870a3 time cleanup Felix Cravic 2020-07-22 21:00:57 +0200
  • 9b25f0a25f Fix time update option Felix Cravic 2020-07-22 20:57:05 +0200
  • 126c174bb9 Added time api Felix Cravic 2020-07-22 20:54:30 +0200
  • df6c9e4953 More comments + cleanup Felix Cravic 2020-07-22 17:39:48 +0200
  • 7c6f919120
    Merge pull request #15 from R0bbyYT/feature-bungeecord TheMode 2020-07-21 21:48:07 +0200
  • c1dde3bc34 Moved the keepAlive logic under the scheduler updates Robby 2020-07-21 21:22:12 +0200
  • 189376f951 Cleanup + javadoc comments Felix Cravic 2020-07-21 18:48:15 +0200
  • 287f7e64a3 Added command javadoc Felix Cravic 2020-07-21 18:04:02 +0200
  • 98115c8ed3 Added .start() function. Maciej 2020-07-21 11:03:34 +0200
  • 3b650aa172 Changed .start() functions. Maciej 2020-07-21 11:01:32 +0200
  • bb157911c2 Disabling KeepAlive packet sending when using BungeeCord. Maciej 2020-07-21 10:30:10 +0200
  • 617d855c84 More understandable exception when a chunk is not loaded Felix Cravic 2020-07-18 23:32:12 +0200
  • 90e3a9ac3e
    Merge pull request #13 from Articdive/update-dependencies Xavier Niochaut 2020-07-18 18:33:45 +0200
  • 54c4134006 BlockFace added to PlayerBlockInteractEvent jglrxavpok 2020-07-18 17:45:56 +0200
  • 7485919805 Explosion hook after sending the packet to allow world modifications after the explosion (can prevent desyncs) jglrxavpok 2020-07-16 21:41:16 +0200
  • 2c74589599 Allow postExplosion to modify the ExplosionPacket jglrxavpok 2020-07-16 21:37:27 +0200
  • fa8b2bc49c Added method at end of explosions to allow custom code after destroying blocks jglrxavpok 2020-07-16 21:24:14 +0200
  • a1c0a84d3a Update to Hephaistos v1.0.4 (for fix in vanillaimpl) jglrxavpok 2020-07-14 14:24:33 +0200
  • c8f2c9c078 Remove command generic + WIP target selector Felix Cravic 2020-07-14 13:35:07 +0200
  • cca65f8d42
    Update dependncies and JUnit Articdive 2020-07-13 19:34:32 +0200
  • 7b53ec0999 Support for non-linear protocol IDs in codegen jglrxavpok 2020-07-13 17:57:28 +0200
  • 1b4f55bb9f
    Merge pull request #12 from Articdive/update-log4j2 TheMode 2020-07-13 17:25:21 +0200
  • 96dad02c89
    Updated log4j2 to 2.13.3 Articdive 2020-07-13 17:13:53 +0200
  • 47c249c293 Don't instabreak custom blocks with -1 block delay jglrxavpok 2020-07-13 14:48:56 +0200
  • b2f4c8654d Added convenience methods to convert ItemStack to/from NBTCompound jglrxavpok 2020-07-13 14:36:39 +0200
  • 2cff307a20 Merge branch 'new-dimensions' jglrxavpok 2020-07-13 14:12:48 +0200
  • 30019ebe9a Customizable dimension list in JoinGamePacket + Dimension->DimensionType jglrxavpok 2020-07-13 14:12:21 +0200
  • 87ab850945 Comment + EntityFinder WIP Felix Cravic 2020-07-11 14:16:36 +0200
  • e8cd68bc3b Fixed command range argument Felix Cravic 2020-07-11 00:38:39 +0200
  • 17d638d460 Added ArgumentIntRange & ArgumentFloatRange Felix Cravic 2020-07-10 23:51:38 +0200
  • e4ad66fcde Added a bunch of new command arg types Felix Cravic 2020-07-10 22:50:05 +0200
  • 23826a0842 Reworked command packet Felix Cravic 2020-07-10 18:12:29 +0200
  • ccf8038f62 CommandBuilder is now integrated in Minestom directly Felix Cravic 2020-07-10 16:37:18 +0200
  • d1b159d174 Added NBTConsumer for custom item nbt Felix Cravic 2020-07-09 15:51:39 +0200
  • 83b6665702 Fix RichMessage Felix Cravic 2020-07-08 12:14:05 +0200
  • f12ab40a6e Beginnings of custom dimension support jglrxavpok 2020-07-07 20:31:59 +0200
  • 109afe7a54 Oops didn't compile jglrxavpok 2020-07-07 18:44:55 +0200
  • 6b1da01795 Tags are now supported in loottables jglrxavpok 2020-07-07 18:33:38 +0200
  • 53d39dbcb8 Experiment3: null check jglrxavpok 2020-07-07 14:03:50 +0200
  • dbc8cc54c1 Experiment2: Move executor service inside method jglrxavpok 2020-07-07 14:03:03 +0200
  • bd5bb2e3d9 Experiment by using MinestomThread for parallel saving jglrxavpok 2020-07-07 13:55:43 +0200
  • dfdf93bfc4 ChunkLoader can now indicate that they support parallel loading or saving jglrxavpok 2020-07-07 13:41:55 +0200
  • 69654d05de Add methods for BlockAlternative and reran generators jglrxavpok 2020-07-07 13:17:41 +0200
  • 9bc4915d6c Fix EOFException with ClientClickWindow jglrxavpok 2020-07-07 00:24:46 +0200
  • f8c358adcd Use ChatParser.toColoredText when loading name&lore jglrxavpok 2020-07-06 23:55:43 +0200
  • 6d892efacf Save additional NBT to correct sub-compound jglrxavpok 2020-07-06 23:50:32 +0200
  • b277d7cb1a Moved NBTUtils from VanillaReimpl to core jglrxavpok 2020-07-06 23:43:56 +0200
  • 84b06307c4 Item damage is an Integer jglrxavpok 2020-07-06 23:34:22 +0200
  • 7bb8ff9773
    Merge pull request #11 from Minestom/nbt-rewrite Xavier Niochaut 2020-07-06 23:20:54 +0200
  • 4f4d48df92 Remove old NBT code, use Hephaistos jglrxavpok 2020-07-06 23:20:20 +0200
  • c061e2a71f Fix FakePlayer respawn Felix Cravic 2020-07-06 19:35:24 +0200
  • 85aad4f044 Support for tablist in FakePlayerOption Felix Cravic 2020-07-06 19:31:02 +0200
  • 9fc8012d9d Fix player display name Felix Cravic 2020-07-06 19:15:13 +0200
  • 5673f67db9 Added FakePlayerOption Felix Cravic 2020-07-06 19:09:30 +0200
  • e74c8ac9fd Changed the way to create FakePlayer Felix Cravic 2020-07-06 16:06:31 +0200
  • da48ba8fb0 Fix ItemStack#clone Felix Cravic 2020-07-06 13:24:01 +0200
  • 4808567ef6 Consider HideFlags as an NBT tag Felix Cravic 2020-07-06 12:44:02 +0200
  • 433703c0af Added support for item CustomModelData Felix Cravic 2020-07-06 12:39:48 +0200
  • 3e9194b5ec Fix ChunkPopulator Felix Cravic 2020-07-04 00:11:52 +0200
  • 2fc29037fb Give access to Chunk to ChunkPopulator Felix Cravic 2020-07-04 00:10:08 +0200
  • 5460d8e6c4 Allow special color code to be false Felix Cravic 2020-07-03 20:28:07 +0200
  • 2b021e26c1 Added support for special color code (reset/bold/italic/etc...) Felix Cravic 2020-07-03 19:53:53 +0200
  • 87921a8788 Added ThreadProvider Felix Cravic 2020-07-03 16:44:21 +0200
  • aa689d0df0 Merge branch 'master' of https://github.com/Minestom/Minestom Eoghanmc22 2020-07-02 17:16:46 -0400
  • f8d014ab64 fix recipes wiki.vg was wrong. Eoghanmc22 2020-07-02 17:15:31 -0400
  • 401fa67243 Fix issue with ghost item Felix Cravic 2020-07-02 17:58:18 +0200
  • d35bb8f434 Updated JNoise + cleanup Felix Cravic 2020-07-02 16:04:46 +0200
  • 0d0674ee5d Added support for custom server brand name Felix Cravic 2020-07-02 15:56:43 +0200
  • b4f1679e42 Remove count field in WindowItemsPacket Felix Cravic 2020-07-01 23:10:45 +0200
  • 6e6bb35799 Merge branches 'experimental' and 'master' of https://github.com/Minestom/Minestom Eoghanmc22 2020-07-01 16:51:49 -0400
  • 5d747b3eb2 Fix inventory update Felix Cravic 2020-07-01 22:50:05 +0200
  • b98232eab6 Wait for shutdown tasks to finish before returning from SchedulerManager#shutdown jglrxavpok 2020-07-01 22:17:35 +0200
  • 7cbd13a560 Merge branches 'experimental' and 'master' of https://github.com/Minestom/Minestom Eoghanmc22 2020-07-01 15:55:13 -0400
  • 288a835a82 Add getName to get id of block jglrxavpok 2020-07-01 21:52:47 +0200
  • 82c2af88a0 Actually shutdown Minestom when MinecraftServer.stopCleanly() is called jglrxavpok 2020-07-01 21:03:53 +0200
  • 4fb03a8479 Added normals to Directions jglrxavpok 2020-07-01 20:36:19 +0200
  • 0b23692385 Rely on methods to access ItemStack inside of Inventory, instead of a field. Allows for extensions and custom logic in child classes jglrxavpok 2020-07-01 18:58:16 +0200
  • ce06919da1 Fix Player#didCloseInventory Felix Cravic 2020-07-01 17:25:25 +0200
  • eb9aa8b6b6 Merge branches 'experimental' and 'master' of https://github.com/Minestom/Minestom Eoghanmc22 2020-07-01 10:55:44 -0400
  • d96e06dfe2 Added InstanceChunkLoadEvent and InstanceChunkUnloadEvent Felix Cravic 2020-07-01 15:51:00 +0200
  • ffe5240a8d Merge branches 'experimental' and 'master' of https://github.com/Minestom/Minestom Eoghanmc22 2020-06-30 20:00:28 -0400
  • 1f95cd5e23 Fix game crash on join. Eoghanmc22 2020-06-30 20:00:08 -0400
  • f873f495ea Fix inventory + added our own chat parser Felix Cravic 2020-07-01 01:17:58 +0200
  • 5b7e15c226 Add access to PacketWriter in NbtWriter jglrxavpok 2020-07-01 00:48:23 +0200
  • 151dedca99 Fixed SerializableData#clone Felix Cravic 2020-07-01 00:40:39 +0200
  • e60efca907 y is also an int in Chunk#getData jglrxavpok 2020-07-01 00:11:15 +0200
  • 68049b3eab Merge branches 'experimental' and 'master' of https://github.com/Minestom/Minestom Eoghanmc22 2020-06-30 17:15:32 -0400
  • 450603cac8 Don't send tags packet to viewers jglrxavpok 2020-06-30 21:06:06 +0200