Rivoreo Source Code Repositories
src.rivoreo.one
/
glowstone
/
ed82602a37e17cc8c523e1c9c8d91f4954c2454f
ed82602
Decorate with ice shards if there is snow
by mastercoms
· 9 years ago
f63faea
Merge pull request #220 from GlowstonePlusPlus/simplify
by mastercoms
· 9 years ago
215825f
Remove cave populator
by mastercoms
· 9 years ago
5bc0ef9
Update glowkit for javadoc fixes
by mastercoms
· 9 years ago
1894518
Cleanup enums
by mastercoms
· 9 years ago
c1c6ebe
Fix constructor calls in UserListItemMessage
by mastercoms
· 9 years ago
24601cd
Change to actually assign base to something
by mastercoms
· 9 years ago
915faac
Simplify and cleanup code
by mastercoms
· 9 years ago
f70814d
Merge pull request #218 from GlowstonePlusPlus/jdk8
by mastercoms
· 9 years ago
3388501
I accidentally typed a parenthesis before committing
by mastercoms
· 9 years ago
8418816
Revert optimization changes - they might have caused the chunk errors
by mastercoms
· 9 years ago
922efeb
Remove repeated comment
by mastercoms
· 9 years ago
22f1f64
Remove unnecessary modfiers and fix javadoc
by mastercoms
· 9 years ago
59028e1
Cleanup and simplify lambdas
by mastercoms
· 9 years ago
ca8e5fb
Fix type errors
by mastercoms
· 9 years ago
ae93a97
Move to java 8
by mastercoms
· 9 years ago
e7adec5
Add param tag to javadoc
by mastercoms
· 9 years ago
944e611
Cleanup javadocs
by mastercoms
· 9 years ago
edbace2
Let's not kick players for now (until we sort this out)
by mastercoms
· 9 years ago
f5a19d5
Merge pull request #201 from kaenganxt/armorstands
by mastercoms
· 9 years ago
14fda66
Update glowkit
by mastercoms
· 9 years ago
ac3be4e
Send correct text
by kamcio96
· 9 years ago
7a16d28
Changed behaviour when killing the armor stand as super.setHealth plays KILL and HURT effects, which should not be displayed.
by kaenganxt
· 9 years ago
782b4a6
I failed ;)
by kaenganxt
· 9 years ago
1a741b4
- Moved default pose to static final field
by kaenganxt
· 9 years ago
ed547e3
Forgot to remove armorstand from player's inventory
by kaenganxt
· 9 years ago
ee0fb20
Implementation of ArmorStands
by kaenganxt
· 9 years ago
0a814a1
Update README.md
by kamcio96
· 9 years ago
20bd86f
Fix compile errors
by kamcio96
· 9 years ago
41583b6
blank title stuff
by mastercoms
· 9 years ago
4a68c25
Merge pull request #197 from LukBukkit/master
by mastercoms
· 9 years ago
b5d723e
Merge from remote
by mastercoms
· 9 years ago
31eaeb3
We can be in some blocks. Fixes #214
by mastercoms
· 9 years ago
b3b4955
Fixed iron golem bug
by LukBukkit
· 9 years ago
8f88bad
Merge pull request #205 from GlowstonePlusPlus/feature/nettyauth
by mastercoms
· 9 years ago
535d7b1
Merge pull request #213 from jimmikaelkael/nether-freeze
by mastercoms
· 9 years ago
cf661cb
Fix runTaskLaterAsynchronously in BukkitScheduler
by kamcio96
· 9 years ago
6d124ba
Fix BlockFire freezing the server
by jimmikaelkael
· 9 years ago
e5c2a65
Update maven-checkstyle-plugin version
by kamcio96
· 9 years ago
7aac948
Merge pull request #211 from Mystalion/fix-get-ip
by mastercoms
· 9 years ago
bd07486
Merge pull request #210 from Feuerstern/master
by mastercoms
· 9 years ago
41e125a
Fix getIp returning not the ip the server is bound to.
by Paulomart
· 9 years ago
3a0f658
Fix horse spawn egg spawning variants
by Daniel Saukel
· 9 years ago
b822f7d
Formatted code
by LukBukkit
· 9 years ago
5d8f280
Checking if a tag exits before storing it to the entity data
by LukBukkit
· 9 years ago
08f81ed
Merge pull request #207 from jimmikaelkael/thunder-frequency-fix
by mastercoms
· 9 years ago
dded89f
Fix lightning bolt frequency
by jimmikaelkael
· 9 years ago
a07eec1
Netty http client
by kamcio96
· 9 years ago
3885747
isAwake is now stored in metadata too. Sorry I forgot this.
by LukBukkit
· 9 years ago
90a5870
Cleaned code and fixed errors
by LukBukkit
· 9 years ago
1f3a2dc
Don't set teleported to false unless we need to
by mastercoms
· 9 years ago
0c918d4
Check for teleportation, and set teleportation to false after moving manually
by mastercoms
· 9 years ago
24d62b8
Pretty sure this fixes #204
by mastercoms
· 9 years ago
05e0520
Fixed Glowkit support and removed needless methods.
by LukBukkit
· 9 years ago
3c7cc37
Store semi-costly calculation of distance
by mastercoms
· 9 years ago
9f3dc17
Fix some movement issues
by mastercoms
· 9 years ago
95acfbc
Remove GlowSession cast
by kamcio96
· 9 years ago
82dfbb6
Avoid cast GlowPlayer
by kamcio96
· 9 years ago
c552478
Fixed build failture
by LukBukkit
· 9 years ago
291a875
Removed spaces in JavaDocs The max health is now set using the constructor
by LukBukkit
· 9 years ago
9ee2b26
Removed unused lines
by LukBukkit
· 9 years ago
a360c87
Small code cleanup - Sorted and add * imports - Removed unused update messages
by LukBukkit
· 9 years ago
91f102a
Entity Update
by LukBukkit
· 9 years ago
0222403
Merge pull request #196 from hibo98/inventory-close-exception
by mastercoms
· 9 years ago
443eefb
Fixed ArrayIndexOutOfBoundsException on inventory close
by hibo98
· 9 years ago
f886423
Allow non players to take fall damage
by mastercoms
· 9 years ago
5a8b256
Don't take fall damage if we can fly
by mastercoms
· 9 years ago
9a3fe53
Use *= -1 instead of -time
by mastercoms
· 9 years ago
2c162d3
Return the correct type for getOnlinePlayers()
by mastercoms
· 9 years ago
c42b204
Revert faulty change in e0646d2
by mastercoms
· 9 years ago
ab8b667
Fixed you dying for real when you die in the game
by mastercoms
· 9 years ago
930a3c8
Clean code from testing cursor irregularities
by mastercoms
· 9 years ago
23ae3c2
Handle outside slot when cancelled
by mastercoms
· 9 years ago
e0646d2
Make liquid more like vanilla and partially fix block ticking
by mastercoms
· 9 years ago
05caa51
Improve library management
by mastercoms
· 9 years ago
710d891
Handle event cancels for the bottom inventory as well
by mastercoms
· 9 years ago
13df8e5
Return false if we don't handle an event cancel in the bottom inventory.
by mastercoms
· 9 years ago
1b0b37d
Handle window click event cancel. Fixes #181
by mastercoms
· 9 years ago
eb96ced
Update flow network
by mastercoms
· 9 years ago
e115d6b
Merge pull request #194 from GlowstonePlusPlus/relocs
by mastercoms
· 9 years ago
92a7af5
Also relocate asm and jline dependencies
by deathcap
· 9 years ago
4edcd2a
Add relocations for internal dependencies. Closes GH-190
by deathcap
· 9 years ago
613e395
Remove extra ,
by mastercoms
· 9 years ago
4b76150
Merge pull request #193 from Mystalion/fix-192
by mastercoms
· 9 years ago
0406106
Fire InventoryCloseEvent
by Paulomart
· 9 years ago
2c4c6d5
Glowkit update
by mastercoms
· 9 years ago
22b5ba2
Don't try to break blocks in an explosion that won't break
by mastercoms
· 9 years ago
17b85de
Implement (Async)PlayerPreLoginEvent for offline mode (proxy mode too) and fixed world loading
by kamcio96
· 9 years ago
c5cd16c
I will never use github web editor. I promise...
by kamcio96
· 9 years ago
55b9c66
Make LoginStartMessage async
by kamcio96
· 9 years ago
c52d719
Fix up buffer leak prevention fixes #187
by mastercoms
· 9 years ago
e4a5659
Fix move exhaustion
by kamcio96
· 9 years ago
2bfc563
Revert onGound check
by kamcio96
· 9 years ago
c6b09b7
Code of Conduct
by mastercoms
· 9 years ago
354c404
Fix move exhaustion and some optimization
by kamcio96
· 9 years ago
d31a3b9
Merge remote-tracking branch 'origin/master'
by kamcio96
· 9 years ago
c9a682c
Add missed food and ignore exhaustion when player has special gamemode
by kamcio96
· 9 years ago
6601f03
Merge pull request #180 from Mystalion/call-player-spawn-location-event
by mastercoms
· 9 years ago
a16c646
Merge pull request #178 from Mystalion/add-missing-metadata-indexes2
by mastercoms
· 9 years ago
0274999
Fix NullPointerException with PlayerSpawnLocationEvent
by Paulomart
· 9 years ago
Next »