Rivoreo Source Code Repositories
src.rivoreo.one
/
glowstone
/
6079941cf9742972da6bbc31a91f9c7cb53fac54
/
src
6079941
Added help prompt for /glowstone command.
by momothereal
· 7 years ago
89f3731
Partial implementation of sendMap (#605)
by Chris Hennick
· 7 years ago
c4b9ed6
Close inventory when player is teleported. Fixes #594
by momothereal
· 7 years ago
9254c74
Fix some issues with block/item interaction (see #595)
by momothereal
· 7 years ago
e67c3f3
Material based ItemTable (#603)
by mastercoms
· 7 years ago
9236c10
Attempt at fixing test on CircleCI
by momothereal
· 7 years ago
f5645e6
Remove unused imports
by mastercoms
· 7 years ago
bae2966
Make the equipment spawn message a bit more future proof
by mastercoms
· 7 years ago
7156494
Use main hand method in EquipmentMonitor
by mastercoms
· 7 years ago
49ab0e4
Use origin API in FallingBlock
by mastercoms
· 7 years ago
743a59a
Remove improper getAttribute overrides
by mastercoms
· 7 years ago
c1c4742
Fix deprecated Spell usage
by mastercoms
· 7 years ago
b458756
Remove improper getOrigin overrides
by mastercoms
· 7 years ago
4afd300
Fix slots in human entity spawn message
by mastercoms
· 7 years ago
cab97ba
Add igniting block information to BlockBurnEvent
by mastercoms
· 7 years ago
9b04959
Remove useless check from InventoryUtil#isEmpty
by mastercoms
· 7 years ago
90d9dd1
Merge branch 'dev' of github.com:GlowstoneMC/Glowstone into dev
by mastercoms
· 7 years ago
de154ee
Remove unused import
by mastercoms
· 7 years ago
9c9ffd9
Use main hand methods in LivingEntityStore
by mastercoms
· 7 years ago
c262154
Less confusing ocelot type get
by mastercoms
· 7 years ago
83a5c1f
Offhand support for player interact event
by mastercoms
· 7 years ago
681c692
Specify hand in BlockPlaceEvent
by mastercoms
· 7 years ago
8434fad
Use EntityType super constructor in entity stores
by mastercoms
· 7 years ago
48b46fd
Paragraph should be on same line (google style)
by momothereal
· 7 years ago
1737423
Remove unused import
by mastercoms
· 7 years ago
0fe5070
Use bootstrap config instead of deprecated direct getter
by mastercoms
· 7 years ago
b9aa9a3
Pooled ByteBuf allocator is now the default
by mastercoms
· 7 years ago
43a1f78
Update to flow network 1.2.2
by mastercoms
· 7 years ago
2b53708
Remove extra paragraph tag in Javadoc
by momothereal
· 7 years ago
080917b
Add separate method for custom entity spawning
by momothereal
· 7 years ago
002bf47
Use proxy data in ping (#600)
by kamcio96
· 7 years ago
b21ace3
Add documentation to GlowServer
by Momo
· 7 years ago
582a524
Make it more elegant
by kamcio96
· 7 years ago
cc3cdc1
Fix exception when pinging from bungeecord (#599)
by kaenganxt
· 7 years ago
4c3bd01
Implement more methods in GlowPlayer.Spigot (#598)
by Niklas Merkelt
· 7 years ago
7f3fb14
Sign editor fixes (#596)
by kaenganxt
· 7 years ago
2ad4d75
Improve hanging entities (#597)
by kaenganxt
· 7 years ago
7266e84
remove extra semicolon
by mastercoms
· 7 years ago
b96dfc9
accurate sound location
by mastercoms
· 7 years ago
0d5604e
Optimize chunk streaming
by mastercoms
· 7 years ago
940adcd
Add space to console prompt, like in vanilla
by mastercoms
· 7 years ago
a1d7d11
Simplify zlib input stream method
by mastercoms
· 7 years ago
3179cef
Region file and cache improvements
by mastercoms
· 7 years ago
d45ff84
Fix isTouchingMaterial docs grammar
by mastercoms
· 7 years ago
34ce26b
Tweaks to region files
by mastercoms
· 7 years ago
885a927
Remove type check from unloadWorld
by mastercoms
· 7 years ago
a74134e
Clean up code
by mastercoms
· 7 years ago
98aeb19
Region file init improvements
by mastercoms
· 7 years ago
c1c8551
Remove useless list initialization in GlowBanner
by mastercoms
· 7 years ago
fb4bf35
Update Glowkit
by mastercoms
· 7 years ago
573d75c
GlowChunk.ChunkKeyStore.get -> GlowChunk.Key.of
by momothereal
· 7 years ago
c8804a4
Simplify ChunkKeyStore get method.
by momothereal
· 7 years ago
6c4b675
Use FastUtil Long2ObjectOpenHashMap instead of Trove.
by momothereal
· 7 years ago
96bdd23
Use Trove's TLongObjectHashMap for chunk key indexing.
by momothereal
· 7 years ago
e28cd97
Removed some more redundancy related to ChunkKeys.
by momothereal
· 7 years ago
57f1b8d
Avoid getting the chunk of a block (and loading the Key) for no reason.
by momothereal
· 7 years ago
66381a2
Food level for regeneration is at 18 and above.
by momothereal
· 7 years ago
33ece8a
Only check for fall distance if the entity has moved (not only rotated)
by momothereal
· 7 years ago
e310070
Attempt at fixing fall damage (fallDistance wasn't being reset enough)
by momothereal
· 7 years ago
082108d
Update location after gravity application, fixes #591
by momothereal
· 7 years ago
44f4218
Fix issues with crafting inventory, fix NPE when using Glowstone in an IDE.
by momothereal
· 7 years ago
6d00594
Add /setblock command (related to #499)
by momothereal
· 7 years ago
aab7327
Avoid useless Collection -> array cloning when not necessary
by momothereal
· 7 years ago
6ce1436
Centralize Item ID tab-completion
by momothereal
· 7 years ago
7772c02
Fix fire not getting updated on tick. Closes #435 (#589)
by Tim Hagemann
· 7 years ago
48f60c4
Fix items not breaking correctly.
by momothereal
· 7 years ago
b1c0ac4
Fix item durability when digging blocks.
by momothereal
· 7 years ago
1832595
Update lastWorldTick every tick (WorldBorder).
by momothereal
· 7 years ago
65c58a9
Fix ConcurrentModificationException while iterating through TaskManager (#585)
by Microsamp
· 7 years ago
5379f0a
Clean-up, documentation and fixes to GlowWorldBorder
by momothereal
· 7 years ago
21c9b43
Move GlowLeashHits to appropriate package
by momothereal
· 7 years ago
eaf1dfb
Removed broken chunk key optimization, use longs instead (#586)
by smartboyathome
· 7 years ago
18a3b49
Block state serialization for commands, /testforblock command (#579)
by momothereal
· 7 years ago
a15dd50
Block state serialization for commands, /testforblock command
by momothereal
· 7 years ago
6ecd65a
Move array of BlockFaces to BlockType instead of using multiple instances (#583)
by kaenganxt
· 7 years ago
1164327
Fix error due to merge in BlockChorusPlant
by momothereal
· 7 years ago
65bcb98
Add placement of chorus flower and plant, eating of chorus fruit (#582)
by kaenganxt
· 7 years ago
bd32343
Change GlowServer#getVersion() to return the same format as CB/Spigot
by momothereal
· 7 years ago
1387290
Use ThreadLocalRandom instead of creating a new random in most cases (#581)
by PickNChew
· 7 years ago
84d70f2
Piston pushing and retraction (#577)
by PickNChew
· 7 years ago
1dd0368
Fix some food features and update food values (#578)
by kaenganxt
· 7 years ago
f1d5f6f
Implemented the /testfor command (#573)
by smartboyathome
· 7 years ago
de44876
Add immediate despawning for out-of-range hostile mobs
by momothereal
· 7 years ago
62f43a2
Fix random selector (#575)
by kaenganxt
· 7 years ago
47db4c4
Added vector component reduction for velocity.
by momothereal
· 7 years ago
194b486
Add missing documentation for PortalCooldown
by momothereal
· 7 years ago
9f508f1
Add some missing NBT tags.
by momothereal
· 7 years ago
12ed57c
Memory usage optimization with chunks (#569)
by Momo
· 7 years ago
76bf760
Fix protocol test
by mastercoms
· 7 years ago
4dcb604
Merge branch 'master' of github.com:GlowstoneMC/Glowstone
by mastercoms
· 7 years ago
618d0f0
Simple temp physics
by mastercoms
· 7 years ago
3f83a76
Fix NPE when running from an IDE (#568)
by Zach
· 7 years ago
5171310
1.12.2 Update (#566)
by Momo
· 7 years ago
dcdfad3
Allow for certain un-spawnable entities to be /summon-ed (fixes #541)
by momothereal
· 7 years ago
b3568da
Add check for PVP-enabled configuration.
by momothereal
· 7 years ago
e9220ae
Fix-up bad conflict resolution
by momothereal
· 7 years ago
a427bb2
Implement critical hit + damage enchantment amplification (#564)
by Momo
· 7 years ago
d5332e0
Implement Villager Career API (#563)
by Momo
· 7 years ago
aab54c1
Fix Enderman carried item metadata not being set properly (#562)
by Momo
· 7 years ago
ca41622
Store and load Enderman's carried block (#561)
by Momo
· 7 years ago
Next »