- b7fa9a6 Implement GlowInventory/GlowPlayerInventory, Material#getEquipmentType by momothereal · 7 years ago
- 55e3085 Rename some parameters in stub methods, stub GlowTag by momothereal · 7 years ago
- 62efc41 Add turtle helmet to helmet slot by momothereal · 7 years ago
- 3b1963b Merge branch 'wip/1.13/protocol' into 1.13 by momothereal · 7 years ago
- 4892f5f Skeleton for BlockData access via API by momothereal · 7 years ago
- 5230fca Break after reaching valid constructor by momothereal · 7 years ago
- 2683ec4 Improvements to GlowBiomeBuilder by momothereal · 7 years ago
- 0a4cdbd Optional parameter passing to populator class in builder by momothereal · 7 years ago
- c928833 Start work on Biome builder by momothereal · 7 years ago
- d6fd81e Push some work on implementing 1.13 API by momothereal · 7 years ago
- 9d460cf Start work on deserializing 1.13 chunk sections by momothereal · 7 years ago
- 6dc35ec Add LongArray NBT Tag by momothereal · 7 years ago
- 6c70ac0 Update ChunkSection network serialization by momothereal · 7 years ago
- bb40739 Add stub method to get material from ID by momothereal · 7 years ago
- b78caea Fix incorrect switch branch by momothereal · 7 years ago
- 74fd49d Implement changes to MetadataIndex.NAME_TAG by momothereal · 7 years ago
- 7a7774c Merge branch '1.13' into wip/1.13/protocol by momothereal · 7 years ago
- 7fc5f89 Merge branch '1.13' of github.com:GlowstoneMC/Glowstone into 1.13 by mastercoms · 7 years ago
- 665b01c Add LoginPluginRequest and LoginPluginResponse packets by momothereal · 7 years ago
- 4c0f294 Replace != with \!.equals() by momothereal · 7 years ago
- 8165069 Properly implement Particle metadata type by momothereal · 7 years ago
- 0a0a408 Implement coordinate-based teleporting (#951) by Aki · 7 years ago
- 9483749 Update existing packets by momothereal · 7 years ago
- b99d3cc Arrange new protocol opcodes, add todos for new packets by momothereal · 7 years ago
- 9de270f Add new metadata entries by momothereal · 7 years ago
- 1f0c5ce Add OPTCHAT and PARTICLE metadata types by momothereal · 7 years ago
- 6a4b2a3 Replace plugin channel names with namespaces by momothereal · 7 years ago
- 84ce27b Merge branch 'dev' into 1.13 by mastercoms · 7 years ago
- 1c12a02 Merge branch 'dev' of github.com:GlowstoneMC/Glowstone into dev by mastercoms · 7 years ago
- f71f6fb Fix charging scaling in the incorrect direction. Speed mag not fixed by mastercoms · 7 years ago
- 770a517 1.13 is done...right? by mastercoms · 7 years ago
- f0f9fc7 Fix up key name getter by mastercoms · 7 years ago
- 07334bf Fix javadoc typo by mastercoms · 7 years ago
- ff90a7f Merge branch 'dev' of https://github.com/GlowstoneMC/Glowstone into dev by mastercoms · 7 years ago
- 15c2217 Update dependencies by mastercoms · 7 years ago
- 8108bfa Improve Mojangson boolean parsing by aki_ks · 7 years ago
- b961db3 Enhancements to Attributes (#955) by Aki · 7 years ago
- 49189d9 Comment on formatting convention and the exception by Pr0methean · 7 years ago
- 767c794 Use String.format with console.permission.invalid by Pr0methean · 7 years ago
- 598c579 Fix logging message format (#954) by Aki · 7 years ago
- 53ea412 Fix bed drop color (#949) by Aki · 7 years ago
- f7cc3f9 Implement EntityShootBowEvent (#942) by Mystiflow · 7 years ago
- 768cda2 Short circuit zero/neg intensity for HEAL & HARM by Chris Hennick · 7 years ago
- 7e99b1d Short-circuit zero & neg in applyPotionEffectWithIntensity by Chris Hennick · 7 years ago
- 224ba3a Add missing @NonNls to isShort param by Chris Hennick · 7 years ago
- c13e426 Fixes #947 (#948) by VaiTon · 7 years ago
- b9da864 Fire PotionSplashEvent (#945) by Chris Hennick · 7 years ago
- b18108f Move LocalizedStrings.Console and .Glowstone to outer level (#946) by Chris Hennick · 7 years ago
- f8e2fbc Fix #940 and mining-speed inconsistencies (#943) by Chris Hennick · 7 years ago
- cd27354 Command.execute now always returns true when run without permission (#926) by Chris Hennick · 7 years ago
- 9554ea6 Fire EntityTeleportEvent (fixes part of #922) (#944) by Jacob G · 7 years ago
- 8058aa7 Fire EntityRemoveFromWorldEvent (fixes part of #922) (#941) by Jacob G · 7 years ago
- 8316707 Implement SlimeSplitEvent (#937) by Mystiflow · 7 years ago
- 4c7e8c0 Implement ProfileWhitelistVerifyEvent. by momothereal · 7 years ago
- a40541d Implement VehicleEnterEvent (#939) by Jacob G · 7 years ago
- 5d7d256 Implement InventoryOpenEvent (#938) by Jacob G · 7 years ago
- 5ea0b55 Implement PlayerSwapHandItemsEvent (#934) by Jacob G · 7 years ago
- 5b8c8e2 Implement BlockExplodeEvent (#936) by Mystiflow · 7 years ago
- 1e7632e Implement ProjectileLaunchEvent (#933) by Mystiflow · 7 years ago
- a51fa17 Implement PlayerEggThrowEvent (#932) by Mystiflow · 7 years ago
- ea5a0d0 Implement PlayerToggleFlightEvent (#931) by Jacob G · 7 years ago
- c7c10a1 Prevent inlining of constants (#930) by Aki · 7 years ago
- 5cb955a [i18n] @NonNls where needed (#927) by Chris Hennick · 7 years ago
- 89c5466 Partially i18nize AnvilChunkIoService (#923) by Chris Hennick · 7 years ago
- 962caa9 Fix SheepDyeWoolEvent cancellation visual glitch (#929) by Mystiflow · 7 years ago
- 0f76fe2 Implement ItemMergeEvent, ExpBottleEvent, CreeperPowerEvent (#925) by VaiTon · 7 years ago
- b5ced2d Implement EntityTameEvent, and code cleanup/fixes. by momothereal · 7 years ago
- a79d093 Add ClearCommandTest, and refactor *CommandTest (#921) by Chris Hennick · 7 years ago
- caa6e64 Implement EntityAirChangeEvent and PlayerShearEntityEvent by momothereal · 7 years ago
- b08d1c7 Use CauldronLevelChangeEvent's getNewLevel getter when updating the block by momothereal · 7 years ago
- c002588 Try to fix tests by momothereal · 7 years ago
- 858dd8a Fix issue with tests using ServerShim by momothereal · 7 years ago
- 2f16c28 Implement CauldronLevelChangeEvent by momothereal · 7 years ago
- 099838c Refactor ClearCommand.clearAll() by Chris Hennick · 7 years ago
- da8c2fa update to latest Glowkit by mastercoms · 7 years ago
- 5d1967b Update to latest Glowkit by mastercoms · 7 years ago
- db9e671 Fixed TODO: "Is main hand always the correct slot?" by Tim Windelschmidt · 7 years ago
- 9747d77 Refactors to reduce nesting depth (#919) by Chris Hennick · 7 years ago
- 6d5c079 Refactor CompoundTag reading with a functional syntax (#905) by Chris Hennick · 7 years ago
- 3120311 Digging fixes (#910) by Chris Hennick · 7 years ago
- bf0ab22 `LocalizedString.send(CommandSender, Object...)` (#920) by Chris Hennick · 7 years ago
- c31e056 More i18n (#918) by Chris Hennick · 7 years ago
- 497361a Eliminate exception-message substring checks for unknown entity types (#906) by Chris Hennick · 7 years ago
- b1cc1d5 refactor(tickutil): move constants from GlowServer to TickUtil (#917) by Florent Clarret · 7 years ago
- 7f5bb27 Implement new Glowkit methods by mastercoms · 7 years ago
- 5b35bdb Fix bug in OreVein's for-loop (#912) by Muqsit · 7 years ago
- d0ae1ba Add a TickUtil class to convert minutes/seconds to ticks (#911) by Florent Clarret · 7 years ago
- 9bfcea8 Separate message names from logging levels (#909) by Chris Hennick · 7 years ago
- e701289 Enhance documentation for SoundUtil class by momothereal · 7 years ago
- f8bba64 Fix styling, only consume food if not in creative/spectator by momothereal · 7 years ago
- d78a8b9 Some fixes and enhancements to baby feeding by momothereal · 7 years ago
- 7d8d85f Feeding baby animals accelerates their growth (#907) by Florent Clarret · 7 years ago
- 28e0a4b [i18n] 3 nesting levels is enough! (#908) by Chris Hennick · 7 years ago
- c5cb9d3 Add some preconditions and clean stuff up by momothereal · 7 years ago
- 214d5dc Make use of Math.hypot where possible by momothereal · 7 years ago
- a5bc22f i18nize more strings (#904) by Chris Hennick · 7 years ago
- 610bdcb Download runtime library dependencies (#889) by smartboyathome · 7 years ago
- bd62d31 Cleanup GlowBossBar by momothereal · 7 years ago
- 0786606 Item Placement with Signs (#902) by Shane McConkey · 7 years ago
- a3791fd feat(breed): mules, skeleton horses and undead horses cannot breed (#903) by Florent Clarret · 7 years ago