- d1f4061 Updated GlowSheep imports to pass maven checkstyle plugin (#1133) by Micah Silverman · 2 years, 11 months ago dev
- 9eaefe3 ref: removed todos in BannerEntity and GlowBanner (#1129) by VaiTon · 2 years, 12 months ago
- 65644a9 feat: implement sheep wool regrowth (#1130) by VaiTon · 2 years, 12 months ago
- 5e3f5b1 fix javadoc by mastercoms · 3 years, 3 months ago
- f6da00b Merge branch '1.12' into dev by mastercoms · 3 years, 3 months ago
- 24c394c properly handle the username by mastercoms · 3 years, 3 months ago
- 446ebb2 Merge branch '1.12' into dev by mastercoms · 3 years, 3 months ago
- c63a91e feat: added missing tags to ArrowStore and ProjectileStore (#1115) by VaiTon · 3 years, 4 months ago
- 1088a05 update ready message to be like vanilla by mastercoms · 3 years, 4 months ago
- e16336e Utilize RecipeManager and TagManager from Redstone Transformer (#1116) by Alex Abbott · 3 years, 4 months ago
- 82c33f6 fix checkstyle for GlowContianer setLootTable by mastercoms · 3 years, 4 months ago
- 0945e7f fix: nullability and various issues reported by the IDE (#1118) by VaiTon · 3 years, 4 months ago
- 9921b66 fix: NPE in GlowContainer isLocked (#1119) by VaiTon · 3 years, 4 months ago
- 6bf583a Delete stateBaseIds.yml by mastercoms · 3 years, 5 months ago
- 591848d Merge pull request #1114 from VaiTon/feat_13/air by mastercoms · 3 years, 5 months ago
- 4ad0ccb message null in test by mastercoms · 3 years, 5 months ago
- 7e3e124 remove extra debug log by mastercoms · 3 years, 5 months ago
- 72b2e23 feat: fire PlayerPickupExperienceEvent and make it cancellable. (#1113) by VaiTon · 3 years, 5 months ago
- cb2be8e try reverting to similar send behavior by mastercoms · 3 years, 5 months ago
- a70ec9c fix import order actually by mastercoms · 3 years, 5 months ago
- 31d9df1 fix import order by mastercoms · 3 years, 5 months ago
- f45b027 remove star import by mastercoms · 3 years, 5 months ago
- adc54df login, networking & proto fixes by mastercoms · 3 years, 5 months ago
- 9622bf2 feat: new air types by VaiTon · 3 years, 5 months ago
- 44c0d45 Add LoginPluginRequest and LoginPluginResponse packets by momothereal · 6 years ago
- 0c1e306 update proxy support (almost working) by mastercoms · 3 years, 5 months ago
- 19d5b02 fix imports by mastercoms · 3 years, 5 months ago
- 95a6263 optimize chunk query in entity pulse by mastercoms · 3 years, 5 months ago
- 51469cd optimize bitfields in metadata map by mastercoms · 3 years, 5 months ago
- f84d4bd refactor per chunk block updates to a multimap by mastercoms · 3 years, 5 months ago
- 7d6a61b optimize player pulse loop by mastercoms · 3 years, 5 months ago
- 288546e rebase checkstyle onto latest google checkstyle by mastercoms · 3 years, 5 months ago
- 1f12b6c color must be specified before formatting by mastercoms · 3 years, 5 months ago
- c45c3cd don't use section symbol directly, as resources on pre Java 9 are not UTF-8 by mastercoms · 3 years, 5 months ago
- 5b378ba fix usage of old type id and data setter by mastercoms · 3 years, 5 months ago
- 15e7399 Merge branch '1.12' into perf-fixes by mastercoms · 3 years, 5 months ago
- bae8f0d no need for a synchronized block changes list by mastercoms · 3 years, 5 months ago
- 41340b2 refactor broadcasted block changes by mastercoms · 3 years, 5 months ago
- 51af536 use faster flush for compression by mastercoms · 3 years, 5 months ago
- 8a72d3c mock getChannel to fix tests by mastercoms · 3 years, 5 months ago
- 1d35e56 skip block state altogether by mastercoms · 3 years, 5 months ago
- 2fb6d6b accidentally removed used import by mastercoms · 3 years, 5 months ago
- 1b728e6 fix unused imports by mastercoms · 3 years, 5 months ago
- c0e2322 skip physics updates in generation by mastercoms · 3 years, 5 months ago
- 0159c6a use new api to pool chunk messages by mastercoms · 3 years, 5 months ago
- 91a0734 reduce allocations for entity manager grouped map by mastercoms · 3 years, 5 months ago
- 6c92b76 use Int2ObjectMap to avoid boxing for block entities by mastercoms · 3 years, 5 months ago
- 32c20c1 do not recreate state data when not needed by mastercoms · 3 years, 5 months ago
- a882864 optimize compression handler by mastercoms · 3 years, 5 months ago
- c72142b skip map boxing and abstraction for GlowChunk.Key by mastercoms · 3 years, 5 months ago
- 93c314e simplify logic in getChunk by mastercoms · 3 years, 5 months ago
- 446df82 fix population running when generation is disabled by mastercoms · 3 years, 5 months ago
- 25ccc1b fix values view & iterator being created every empty tick by mastercoms · 3 years, 5 months ago
- 6dbccf3 possibly fix Linkstone error by mastercoms · 3 years, 5 months ago
- 25e588a Merge branch '1.12' into dev by mastercoms · 3 years, 5 months ago
- 5537ab4 fix import by mastercoms · 3 years, 5 months ago
- ed39865 implement legacyComponentSerializer() by mastercoms · 3 years, 5 months ago
- d8fb62c remove temp by mastercoms · 3 years, 5 months ago
- c6869cc more hacks to handle material fallout by mastercoms · 3 years, 5 months ago
- 5f37741 Hopefully final version of recipes.yml for now. The material names are now updated. Also along is the updated version of CraftingManager which sets some flags in the item maps to tell Bukkit that we're not using legacy Material names which was the other half of the errors. This system is a little messy so we should switch over to using the Mojang provided recipes.json or whatever it is ASAP. by Birbyy · 4 years, 10 months ago
- 470c008 Shapeless recipe ingredient arrays were actually indexed maps and not normal arrays, causing an error. This is fixed here. by Birbyy · 4 years, 10 months ago
- 61e0e4f Update the script and output the recipes with the old format, simply without damage. by Birbyy · 4 years, 10 months ago
- aca7d16 Ran a Node script to remove the damage property from the recipes.yml. Did not change anything else. by Birbyy · 4 years, 10 months ago
- 275a15e Linkstone runtime support (#952) by Aki · 3 years, 5 months ago
- 225d312 Fix test compilation by Aram Peres · 3 years, 6 months ago
- 9e8c8b9 Checkstyle fixes part 3 by Aram Peres · 3 years, 6 months ago
- 256dd87 Checkstyle fixes part 2 by Aram Peres · 3 years, 6 months ago
- f3afbc2 Checkstyle fixes part 1 by Aram Peres · 3 years, 6 months ago
- ef9c7a9 Make everything compile by Aram Peres · 3 years, 6 months ago
- 945a288 1.16 GlowBlock by Aram Peres · 3 years, 6 months ago
- 3e1b728 1.16 GlowPlayer by Aram Peres · 3 years, 6 months ago
- 4954e77 Implement a couple entity classes by Aram Peres · 3 years, 6 months ago
- 63e227f Update a couple more classes by Aram Peres · 3 years, 6 months ago
- 7ea4946 Update to 1.16.5 by Aram Peres · 3 years, 6 months ago
- ac27250 Merge branch 'dev' into 1.16 by Aram Peres · 3 years, 10 months ago
- 1624f60 Add GlowAdvancementDisplay flags (#1105) by x4e · 3 years, 10 months ago
- e0a1589 Allow blocks to fall when placed directly on a non solid block (#1106) by x4e · 3 years, 10 months ago
- 4ebe170 Add vine physics (#1107) by x4e · 3 years, 10 months ago
- 663cea6 It's 2021 (2) by mastercoms · 3 years, 11 months ago
- 19da070 more entity API impl and improvements by mastercoms · 3 years, 11 months ago
- 4e22e4a use absolute val func for moon phase fraction by mastercoms · 3 years, 11 months ago
- fc50387 chunk, entity and world API updates by mastercoms · 3 years, 11 months ago
- 885b6ea GlowBlock API implementations and friends by mastercoms · 3 years, 11 months ago
- 731ca64 Implement API changes in GlowServer. by Aram Peres · 3 years, 11 months ago
- 1850831 Update JoinGameMessage and RespawnMessage to 1.15+ (some dimension stuff still TBD) by Aram Peres · 3 years, 11 months ago
- 79010f5 PlayParticleMessage x, y, z are now doubles by Aram Peres · 3 years, 11 months ago
- 0c30cfa Implement StopSoundMessage (replaces plugin message) by Aram Peres · 3 years, 11 months ago
- 934af49 Implement BeaconEffectMessage (replaces plugin message) by Aram Peres · 3 years, 11 months ago
- c6f8f15 Implement NameItemMessage (replaces plugin message) by Aram Peres · 3 years, 11 months ago
- aeb606b Implement EditBookMessage (replaces plugin message) by Aram Peres · 3 years, 11 months ago
- b542e8a Replace EnchantItemMessage with ClickWindowButtonMessage by Aram Peres · 3 years, 11 months ago
- 092814a Implement codec and partial handlers for RecipeBookState and DisplayedRecipe packets by Aram Peres · 3 years, 11 months ago
- 080a376 Fix Block Placement packet opcode by Aram Peres · 3 years, 11 months ago
- 04de57c Update Play Protocol opcodes for 1.16.4 by Aram Peres · 3 years, 11 months ago
- 59c785e Bump protocol version and data version to 1.16.4 by Aram Peres · 3 years, 11 months ago
- 95b5df8 Implement API changes in GlowWorld by Aram Peres · 3 years, 11 months ago
- 43c1e5c Merge remote-tracking branch 'origin/dev' into 1.16 by mastercoms · 3 years, 11 months ago
- 51048fd avoid unnecessary boxing (#1102) by KisaragiEffective · 3 years, 12 months ago
- bf37d6e fix method parameter by mastercoms · 3 years, 12 months ago
- f24c9dc update some APIs in GlowInventory by mastercoms · 3 years, 12 months ago