Commit Graph

  • 02b57a43d0 Very early start of the map rendering API jglrxavpok 2020-08-02 21:51:18 +0200
  • 1b324624b9 Added entity hover in chat Felix Cravic 2020-08-02 13:56:25 +0200
  • 865c5992e9
    Merge pull request #22 from Minestom/chat-hovering TheMode 2020-08-02 12:49:59 +0200
  • 485089078d
    Make the ChatHoverEvent work in probably all cases. Articdive 2020-08-02 12:42:31 +0200
  • 0f1f84db04
    Merge branch 'master' of github.com:Minestom/Minestom Articdive 2020-08-02 12:22:16 +0200
  • 086c9738b1 Very early chunk group based thread Felix Cravic 2020-08-02 11:37:39 +0200
  • 43059df920 Added EntityItemFrame Felix Cravic 2020-08-02 01:00:22 +0200
  • ef53c7f4b8 Allow for compression option in StorageFolder Felix Cravic 2020-08-02 00:28:22 +0200
  • 395b205484 WIP PlayerHeadMeta & SpawnEggMeta Felix Cravic 2020-08-01 20:50:39 +0200
  • bbaa2f84ff
    Merge pull request #2 from Minestom/master Daniil Nartsissov 2020-08-01 13:46:18 +0300
  • 6501a43820 Cleanup Felix Cravic 2020-08-01 11:00:31 +0200
  • 827526e200 Optimize Inventory#clear Felix Cravic 2020-08-01 10:40:43 +0200
  • d980b3f56c Updated inventory types Felix Cravic 2020-08-01 10:33:06 +0200
  • 930c222953 Merge remote-tracking branch 'origin/master' Felix Cravic 2020-08-01 09:20:41 +0200
  • 676a7174fa Fixed CrossbowMeta & PotionMeta Felix Cravic 2020-08-01 09:20:26 +0200
  • 3b1067c18e
    Merge pull request #21 from Minestom/improve-argumentnumber TheMode 2020-08-01 07:47:57 +0200
  • 2a423e85be
    Merge branch 'master' of github.com:Minestom/Minestom Articdive 2020-08-01 07:47:06 +0200
  • 4b47245c90
    Improve ArgumentNumber. Articdive 2020-08-01 07:35:16 +0200
  • 4c10418bf8 Added LeatherArmorMeta getter for color Felix Cravic 2020-08-01 04:03:17 +0200
  • 6cc315fe78 WIP FireworkMeta & ChatHoverEvent cleanup Felix Cravic 2020-08-01 03:57:55 +0200
  • bf55bf23e7 Completed CrossbowMeta Felix Cravic 2020-08-01 03:48:49 +0200
  • ba965feb8e Added LeatherArmorMeta Felix Cravic 2020-08-01 03:33:22 +0200
  • 20e184f042 Added WrittenBookMeta && WritableBookMeta item meta Felix Cravic 2020-08-01 03:19:48 +0200
  • 4334733c52 Cleanup ChatHoverEvent Felix Cravic 2020-08-01 01:05:11 +0200
  • f95feeaaf1 Add support for insertion text in RichMessage Felix Cravic 2020-08-01 01:00:53 +0200
  • fe73c43eef Added CompassMeta & WIP CrossbowMeta Felix Cravic 2020-08-01 00:43:52 +0200
  • af14d2d324 Added EnchantedBookMeta Felix Cravic 2020-08-01 00:21:03 +0200
  • 3b24be4925 Fixed color serialization Felix Cravic 2020-07-31 23:02:01 +0200
  • 5a8f58d9dd oops wrong javadoc jglrxavpok 2020-07-31 22:38:03 +0200
  • 4782d6e899 Fixed inconsistency between hasPermission(Permission) and hasPermission(Class) jglrxavpok 2020-07-31 22:37:33 +0200
  • 1772b94114 Start of Permission API jglrxavpok 2020-07-31 22:31:58 +0200
  • 7f5f8bf2f6 TODO handle entities collision Felix Cravic 2020-07-31 22:26:44 +0200
  • 79226cf7e7 EntityCreature#setPathTo does reset the previous path everytime Felix Cravic 2020-07-31 22:17:24 +0200
  • 7a961eed9f Fix EntityCreature not resetting the pathfinder Felix Cravic 2020-07-31 22:09:04 +0200
  • f6fac5773d Allow to customize the search range of an entity Felix Cravic 2020-07-31 21:58:49 +0200
  • aada943f91
    Merge pull request #20 from Minestom/smooth-pathfinding TheMode 2020-07-31 21:13:08 +0200
  • 322194c5e4 Make entities look along their path jglrxavpok 2020-07-31 21:02:37 +0200
  • 336d040cd4 Replaced TaskBuilder#buildTask to TaskBuilder#schedule Felix Cravic 2020-07-31 20:44:58 +0200
  • 4c77c99442 Fix ColoredText#toString Felix Cravic 2020-07-31 19:19:32 +0200
  • 8499a2ceeb ColoredText compiled string can now be cached Felix Cravic 2020-07-31 19:18:10 +0200
  • 628e87e531 Potential deprecation of EntityCreature#move jglrxavpok 2020-07-31 18:57:37 +0200
  • 49b4f0c79d Fixed non-smooth pathfinding by setting the velocity of the creature, therefore allowing the client to predict the position and smooth the path jglrxavpok 2020-07-31 18:55:08 +0200
  • 7b947ba09b Added EntityFinder#find as concept example Felix Cravic 2020-07-29 22:55:25 +0200
  • 647bb39e7c Change packet listener to ConnectionManager#onPacketReceive Felix Cravic 2020-07-29 22:38:46 +0200
  • da641fd54b Update item hover + rich message comments Felix Cravic 2020-07-29 20:13:17 +0200
  • 24506ff209
    Merge pull request #19 from Articdive/item-hovering TheMode 2020-07-29 19:51:45 +0200
  • 969e69a442
    Merge pull request #1 from Minestom/master Daniil Nartsissov 2020-07-29 13:00:18 +0300
  • 78f4bc0a13
    Started work on item hovering. Articdive 2020-07-29 11:17:59 +0200
  • 3b01317b1a Remove scheduler debugging Felix Cravic 2020-07-29 06:59:38 +0200
  • 2c58253d95
    Merge pull request #18 from R0bbyYT/feature/scheduler TheMode 2020-07-29 06:55:51 +0200
  • 24af31f38f Instance comments Felix Cravic 2020-07-29 06:09:48 +0200
  • 56010e27e6 SchedulerManager console output + Added a simple ShutdownCommand R0bbyYT 2020-07-29 05:03:07 +0200
  • 4ad4054fce Improve the scheduler's R0bbyYT 2020-07-29 04:28:01 +0200
  • da5f318b09 Rewind EntityCreature#moveTowards Felix Cravic 2020-07-29 00:31:45 +0200
  • 65bd725cb5 ChatColor is converted to the color name instead of the rgb value when possible Felix Cravic 2020-07-28 21:59:07 +0200
  • 01052528d0 Comments + inventory can now cache the items packet Felix Cravic 2020-07-28 19:00:25 +0200
  • f99e06957b Fix Inventory#setTitle Felix Cravic 2020-07-28 18:40:10 +0200
  • db6fe176b5
    Merge pull request #17 from ThuverX/master TheMode 2020-07-28 18:39:20 +0200
  • 825722ac4d Typos ThuverX 2020-07-28 18:31:29 +0200
  • 4f606de80f Added setTitle ThuverX 2020-07-28 18:28:45 +0200
  • dd74f1cb1e CustomBlock class comment Felix Cravic 2020-07-27 05:10:54 +0200
  • 98c3419766 Cleanup Felix Cravic 2020-07-27 02:28:03 +0200
  • 71b2988583 Added AnimationEvent comments + cleanup Felix Cravic 2020-07-26 20:03:39 +0200
  • 48324a71ed
    Merge pull request #16 from Minestom/hydrazine-test TheMode 2020-07-25 00:17:12 +0200
  • 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