Commit Graph

745 Commits

Author SHA1 Message Date
jglrxavpok
c0aec9b8b2 Make GLFWCapableBuffer public for devs to extend if wanted 2020-08-13 13:54:57 +02:00
jglrxavpok
ce509b2bc6 Invalid Javadoc HTML broke the build, oops 2 2020-08-13 13:27:39 +02:00
jglrxavpok
37547930e9 Invalid Javadoc HTML broke the build, oops 2020-08-13 13:23:26 +02:00
jglrxavpok
5e16894159 Moved PaletteGenerator outside of demo package and inside core 2020-08-12 22:53:29 +02:00
jglrxavpok
adf34b4742 Drop-in palette lookup post-processing
Directly usable for devs
2020-08-12 19:23:28 +02:00
Felix Cravic
55b36624cc Fix local held synchronization 2020-08-12 18:41:14 +02:00
Felix Cravic
91711401c0 Added options for the pathfinder 2020-08-12 13:10:57 +02:00
Felix Cravic
5a6afbbb89 Merge remote-tracking branch 'origin/master' 2020-08-12 07:46:23 +02:00
Felix Cravic
a9aff3e6ef Remove pathfinder specific thread pool + cleanup 2020-08-12 07:46:07 +02:00
jglrxavpok
7070f46a39 Fixed palette lookup 2020-08-11 23:49:21 +02:00
jglrxavpok
c0a704dc56 Forgot palette 2020-08-11 23:39:10 +02:00
jglrxavpok
e04a4fad02 Fast render with shader color lookup (wrong colors for the moment) 2020-08-11 23:23:14 +02:00
jglrxavpok
23f64fec11 fix wrong width & height 2020-08-11 00:41:41 +02:00
jglrxavpok
6856904905 Large framebuffers for more than 128x128 rendering 2020-08-11 00:35:25 +02:00
jglrxavpok
a7139d19b6 Merge branch 'permission-api' 2020-08-10 21:43:15 +02:00
jglrxavpok
d2df5fdc60 Serialization methods 2020-08-10 21:42:54 +02:00
jglrxavpok
6d14e16dac Moved LWJGL demo code to https://github.com/Minestom/LWJGL-Example 2020-08-10 16:35:19 +02:00
jglrxavpok
214fa4c808 Merge Map API & LWJGL code 2020-08-10 16:32:48 +02:00
jglrxavpok
01d0e79315 Generate all artifacts with maven-publish 2020-08-10 15:52:12 +02:00
jglrxavpok
3c4e1d22f5 Added maven-publish in build gradle in hopes to make capabilities work with Jitpack 2020-08-10 15:48:11 +02:00
jglrxavpok
bd71b3090d Added javadoc & source to LWJGL source set 2020-08-10 15:20:09 +02:00
jglrxavpok
5533e3f9e7 LWJGL is now an optional dependency (example project to use it incoming) 2020-08-10 14:50:39 +02:00
Felix Cravic
dad8503ee5 Optimize EntityEquipmentPacket 2020-08-10 13:55:06 +02:00
Felix Cravic
c2165abe1f Added ChunkUtils#isLoaded + optimization of the thread providers 2020-08-10 11:32:03 +02:00
Felix Cravic
13275eb534 Fixed synchronization with unloaded chunks 2020-08-10 08:55:01 +02:00
Felix Cravic
008002f11b WIP synchronization fix + updated hydrazine 2020-08-10 07:24:43 +02:00
Felix Cravic
644c1d9a71 Added pathfinder thread pool 2020-08-09 21:56:01 +02:00
Felix Cravic
55aeac7530 Add potion meta to all potion types + tipped arrow 2020-08-09 20:30:46 +02:00
jglrxavpok
76f15cf788 Hephaistos v1.0.5 for 1.16 Anvil support 2020-08-09 18:07:07 +02:00
Felix Cravic
1a6df8e035 Optimize entity events adding/removing 2020-08-09 17:15:02 +02:00
TheMode
cbf06e6963
Merge pull request #36 from R0bbyYT/feature/scoreboard
Feature/scoreboard
2020-08-09 17:13:20 +02:00
R0bbyYT
ba07fa78f0 Fixed 2020-08-09 17:10:58 +02:00
R0bbyYT
91de2ee6a2 Merge remote-tracking branch 'origin/feature/scoreboard'
# Conflicts:
#	src/main/java/net/minestom/server/entity/Player.java
2020-08-09 17:06:35 +02:00
Felix Cravic
e84bcdb0a1 Prevent the instantiation of multiple SchedulerManager 2020-08-09 15:16:05 +02:00
Felix Cravic
1f2451f0b2 Added AdvancementTab#getTabs 2020-08-09 14:13:01 +02:00
Felix Cravic
d3d06e907c Added BossBar#MAX_BOSSBAR count 2020-08-09 14:02:56 +02:00
Felix Cravic
c7411575ea Added BossBar#getBossBars 2020-08-09 14:00:56 +02:00
Felix Cravic
63ed21380c Fixed number arguments 2020-08-09 10:59:12 +02:00
TheMode
6fb1c86e08
Merge pull request #35 from Minestom/start-entity-abstraction
Start Entity abstraction, add some missing entities.
2020-08-09 10:19:05 +02:00
Articdive
bf8c632b32
Fix dolphin bounding-box. 2020-08-09 10:18:23 +02:00
Articdive
f1f3885751
Start Entity abstraction, add some missing entities. 2020-08-09 10:12:44 +02:00
Felix Cravic
67db1d6568 Replaced blockId by blockStateId 2020-08-09 09:55:30 +02:00
Felix Cravic
3e7ce7c1a0 Improved MeleeAttackGoal 2020-08-09 08:20:38 +02:00
Felix Cravic
7b5c6dfc44 Added LastEntityDamagerTarget & LivingEntity#getLastDamageType 2020-08-09 08:16:54 +02:00
Felix Cravic
dcf6bc2082 Fixed synchronization issue with pathfinder 2020-08-09 05:45:26 +02:00
Felix Cravic
08b4b8576e Added MeleeAttackGoal + fix velocity for players 2020-08-09 05:13:36 +02:00
Felix Cravic
bcca8a67d1 Changed ClosestEntityTarget 2020-08-09 00:30:26 +02:00
TheMode
ac809c4ea6
Merge pull request #34 from Minestom/small-optimizations
Small optimizations.
2020-08-09 00:01:17 +02:00
TheMode
d5192abd4a
Merge pull request #33 from Minestom/create-randomlookaround
Create RandomLookAroundGoal
2020-08-08 23:59:56 +02:00
R0bbyYT
141eed466c Added Scoreboard interface and TabList Scoreboard 2020-08-08 23:22:58 +02:00