Rivoreo Source Code Repositories
src.rivoreo.one
/
glowstone
/
4e22e4a9854b32a5ff40c100da54c09bb40375eb
/
src
4e22e4a
use absolute val func for moon phase fraction
by mastercoms
· 5 years ago
fc50387
chunk, entity and world API updates
by mastercoms
· 5 years ago
885b6ea
GlowBlock API implementations and friends
by mastercoms
· 5 years ago
731ca64
Implement API changes in GlowServer.
by Aram Peres
· 5 years ago
1850831
Update JoinGameMessage and RespawnMessage to 1.15+ (some dimension stuff still TBD)
by Aram Peres
· 5 years ago
79010f5
PlayParticleMessage x, y, z are now doubles
by Aram Peres
· 5 years ago
0c30cfa
Implement StopSoundMessage (replaces plugin message)
by Aram Peres
· 5 years ago
934af49
Implement BeaconEffectMessage (replaces plugin message)
by Aram Peres
· 5 years ago
c6f8f15
Implement NameItemMessage (replaces plugin message)
by Aram Peres
· 5 years ago
aeb606b
Implement EditBookMessage (replaces plugin message)
by Aram Peres
· 5 years ago
b542e8a
Replace EnchantItemMessage with ClickWindowButtonMessage
by Aram Peres
· 5 years ago
092814a
Implement codec and partial handlers for RecipeBookState and DisplayedRecipe packets
by Aram Peres
· 5 years ago
080a376
Fix Block Placement packet opcode
by Aram Peres
· 5 years ago
04de57c
Update Play Protocol opcodes for 1.16.4
by Aram Peres
· 5 years ago
59c785e
Bump protocol version and data version to 1.16.4
by Aram Peres
· 5 years ago
95b5df8
Implement API changes in GlowWorld
by Aram Peres
· 5 years ago
43c1e5c
Merge remote-tracking branch 'origin/dev' into 1.16
by mastercoms
· 5 years ago
51048fd
avoid unnecessary boxing (#1102)
by KisaragiEffective
· 5 years ago
bf37d6e
fix method parameter
by mastercoms
· 5 years ago
f24c9dc
update some APIs in GlowInventory
by mastercoms
· 5 years ago
ccf869d
add equipmentSlot field to inventory slot
by mastercoms
· 5 years ago
4bd5b6c
update distribution license
by mastercoms
· 6 years ago
1d0145e
fix star imports
by mastercoms
· 6 years ago
e164592
finish BlockNote rewrite
by mastercoms
· 6 years ago
506f9b6
slight API fixes
by mastercoms
· 6 years ago
916aad7
more API updates
by mastercoms
· 6 years ago
daef935
1.16 API updates
by mastercoms
· 6 years ago
cfc1e87
bump version to 1.16.1
by mastercoms
· 6 years ago
ff005c8
Merge branch 'dev' into 1.15
by momothereal
· 6 years ago
de3e7b3
BlockData implementation using new redstone-transformer libs (#1087)
by Alex Abbott
· 6 years ago
5e0ad72
Implement WrittenBook open. Fix WritableBook sign (#1099)
by SHADOWDANCH
· 6 years ago
322b7de
Adds missing cauldron-item interactions. (#1097)
by Emre Özcan
· 6 years ago
365a74b
Update EntityEffectMessage. Optimize PotionEffect's pulsing (#1098)
by SHADOWDANCH
· 6 years ago
c4c59a7
Implement Beacon logic (#1092)
by SHADOWDANCH
· 6 years ago
3c14954
Add background option to GlowAdvancementDisplay. Fix client crash (#1093)
by SHADOWDANCH
· 6 years ago
1b0cea8
Fix potion effects display to self (#1090)
by SHADOWDANCH
· 6 years ago
a55b26c
Updated Bed Break Logic and Leaf Block Decay Range (#1060)
by Alex Pazderp
· 6 years ago
f3f3315
some 1.15 clientbound proto
by mastercoms
· 6 years ago
a243cf8
Merge branch 'dev' into 1.15
by mastercoms
· 6 years ago
ca36907
update CB depends to 1.15.2
by mastercoms
· 6 years ago
8a485e5
Merge branch dev into 1.15
by mastercoms
· 6 years ago
0f75caa
update repo URL default and fix logging depends in CB compatibility bundle
by mastercoms
· 6 years ago
37094a1
bump to 1.15.2 versions
by mastercoms
· 6 years ago
6cbb8bb
Fire PlayerChangedMainHandEvent (#1088)
by SHADOWDANCH
· 6 years ago
d1fe1e9
Add unimplemented methods from Glowkit update.
by Alex Abbott
· 6 years ago
b1a1b5a
Fix import spacing violations (checkstyle) (#1086)
by Arne Brasseur
· 6 years ago
a44bb83
add GravityAccel to GlowAnimal (#1084)
by ㄗㄠˋ ㄑㄧˊ
· 6 years ago
faad39e
github wiki was replaced by Glowstone docs (#1083)
by ㄗㄠˋ ㄑㄧˊ
· 6 years ago
1c3dc90
Fix wrong coordinates passed to isSnowy (#1075)
by Muqsit Rayyan
· 6 years ago
e9d0286
Use synchronizedSet (#1072)
by PayDevD
· 6 years ago
01c4b8c
Add missing options to time command (#1067)
by Denyk
· 6 years ago
4681a72
github wiki was replaced by Glowstone docs (#1083)
by ㄗㄠˋ ㄑㄧˊ
· 6 years ago
9b7d569
Fix wrong coordinates passed to isSnowy (#1075)
by Muqsit Rayyan
· 6 years ago
cf11388
Use synchronizedSet (#1072)
by PayDevD
· 6 years ago
f183c21
use new default IDs for property map in block data
by mastercoms
· 6 years ago
376994d
add default utilities
by mastercoms
· 6 years ago
1ad739c
add default ids, use block data for redstone power
by mastercoms
· 6 years ago
28004f5
Merge branch 'dev' into 1.13
by mastercoms
· 6 years ago
89e000f
replace non-enum collections with enum collections (#1066)
by KisaragiEffective
· 6 years ago
2676d00
Fix raw types (#1057)
by KisaragiEffective
· 6 years ago
846c6b5
Implement EntityAddToWorld event firing (#1063)
by Alexander Kostyurenko
· 6 years ago
9d1abae
[BlockBed.java] Updated Bed Break Logic (#1059)
by Alex Pazderp
· 6 years ago
b8b1f83
Save default block state id and convert from Material
by momothereal
· 6 years ago
2fee158
Fix some issue with the /glowstone command.
by momothereal
· 7 years ago
dacd33f
Properly implement OfflinePlayer#getLastLogin (Paper API)
by momothereal
· 7 years ago
cdf3bb8
Fire PlayerInitialSpawnEvent (#922) (#1051)
by Caleb Sacks
· 7 years ago
0befae4
provide unsafe access in server test class
by mastercoms
· 7 years ago
8b4e87b
update material values
by mastercoms
· 7 years ago
4a769b2
comment up tests
by mastercoms
· 7 years ago
4f031f8
fix enchantments
by mastercoms
· 7 years ago
a5937f3
fix unused imports
by mastercoms
· 7 years ago
dcd5baa
Merge branch 'dev' into 1.13
by mastercoms
· 7 years ago
760bff1
fix javadoc
by mastercoms
· 7 years ago
8dc92c5
Merge remote-tracking branch 'origin/dev' into 1.13
by mastercoms
· 7 years ago
c1fa660
Send real player entity id, implement EntityResurrectEvent, fix #1049 (#1050)
by SHADOWDANCH
· 7 years ago
b3b6502
Make login DNS server configurable in glowstone.yml (#1044)
by smartboyathome
· 7 years ago
fb4af71
fix fishing rewards partially
by mastercoms
· 7 years ago
f4600fc
fix test typo
by mastercoms
· 7 years ago
1b41e58
fix test compile errors
by mastercoms
· 7 years ago
66eec43
fix checkstyle errors
by mastercoms
· 7 years ago
6528f55
fix generated flattening data
by mastercoms
· 7 years ago
26917e4
fixed all but one compilation error
by mastercoms
· 7 years ago
e780872
zombie stubs
by mastercoms
· 7 years ago
41dd233
generator 1.13 progress, breeding api
by mastercoms
· 7 years ago
f326533
clean up unused arrays in new particle class
by mastercoms
· 7 years ago
9e1f3d1
finish up new particle representation
by mastercoms
· 7 years ago
08c041a
in progress particle system rewrite
by mastercoms
· 7 years ago
3c78ea1
a bit more 1.13 work
by mastercoms
· 7 years ago
1c1da04
more 1.13 work
by mastercoms
· 7 years ago
19b6009
update lombok
by mastercoms
· 7 years ago
33ba29b
1.13 tags work, finish up inventory errors
by mastercoms
· 7 years ago
68278cb
fix bad import styling
by mastercoms
· 7 years ago
f4a2a38
starting on 1.13 progress again
by mastercoms
· 7 years ago
aa8d01b
Merge branch 'dev' into 1.13-hack
by mastercoms
· 7 years ago
00c156d
Fix #1042 (#1043)
by Chris Hennick
· 7 years ago
b04846b
Merge branch '1.13' into 1.13-hack
by Chris Hennick
· 7 years ago
9696b2f
Animal feeding improvements (#1025)
by Chris Hennick
· 7 years ago
560e5e1
Update GlowBoat
by Chris Hennick
· 7 years ago
6bcb91b
Typo fix
by Chris Hennick
· 7 years ago
27725af
Strengthen MaterialUtil sanity check
by Chris Hennick
· 7 years ago
Next »