1. c9bf415 Add test for mutated state changing IDs by momothereal · 6 years ago
  2. 4068d58 Better hashing for loaders by momothereal · 6 years ago
  3. 4150950 Ground work for BlockData mapping by momothereal · 6 years ago
  4. 6dc4281 Make world joinable (empty world temporarily) by momothereal · 6 years ago
  5. 8b27328 Checkstyle issues by momothereal · 6 years ago
  6. 32fd45d New network Mob IDs and Object IDs by momothereal · 6 years ago
  7. 81b7f0e Update Slot serialization to 1.13.2 by momothereal · 6 years ago
  8. 2352183 Merge branch 'dev' into 1.13-hack by momothereal · 6 years ago
  9. 2e8ce31 Don't even calculate possible physics during world load by momothereal · 6 years ago
  10. b4ad19f Skip physic updates during world generation/initialization by momothereal · 6 years ago
  11. 28b480e Merge remote-tracking branch 'origin/dev' into dev by Chris Hennick · 6 years ago
  12. 8dd2dce Fix #994 by Chris Hennick · 6 years ago
  13. d1bedb0 i18nize /clone, /defaultgamemode, /gamemode (#989) by Chris Hennick · 6 years ago
  14. c414a64 Optimization: don't fire a task if it has no handlers by Chris Hennick · 6 years ago
  15. 80eb03a Revert "Limit of 64 threads per scheduler (may fix #994)" by Chris Hennick · 6 years ago
  16. 5ed4969 Refactor for shallower nesting by Chris Hennick · 6 years ago
  17. 249f660 Fix an exception from SugarCaneDecorator in holey worlds by Chris Hennick · 6 years ago
  18. e0db761 Limit of 64 threads per scheduler (may fix #994) by Chris Hennick · 6 years ago
  19. b263563 BlockLiquid minor optimizations by Chris Hennick · 6 years ago
  20. abdcc14 Fix some javadoc warnings by Chris Hennick · 6 years ago
  21. a16a106 Fix a javadoc error by Chris Hennick · 6 years ago
  22. 90a4832 Mark a few strings NON-NLS by Chris Hennick · 6 years ago
  23. 133f9e6 Mark a few members @NonNls by Chris Hennick · 6 years ago
  24. d1a03a0 Implement the substatistics system (#985) by Florent Clarret · 6 years ago
  25. 1d52daa Fix tests, checkstyle, OPTCHAT for getCustomName by momothereal · 6 years ago
  26. aa1f9dc Use 1.13 list formatting (#991) by Chris Hennick · 6 years ago
  27. f4de5f6 Implements some missing events (#986) by VaiTon · 6 years ago
  28. a1a77ff Update protocol version by momothereal · 6 years ago
  29. 1a2d388 Temporarily remove footstep particle by momothereal · 6 years ago
  30. 10273d6 Add LoginPluginRequest and LoginPluginResponse packets by momothereal · 6 years ago
  31. bd1d7eb Replace != with \!.equals() by momothereal · 6 years ago
  32. 1d2695e Properly implement Particle metadata type by momothereal · 6 years ago
  33. 180b9d5 Update existing packets by momothereal · 6 years ago
  34. 5c734ef Fix test and compilation errors by momothereal · 6 years ago
  35. 1021ee8 Arrange new protocol opcodes, add todos for new packets by momothereal · 6 years ago
  36. f8897cd Add new metadata entries by momothereal · 6 years ago
  37. 0529804 Add OPTCHAT and PARTICLE metadata types by momothereal · 6 years ago
  38. 23c4247 Replace plugin channel names with namespaces by momothereal · 6 years ago
  39. bebb1ac Inline a method that's only used once by Chris Hennick · 6 years ago
  40. e8fede7 Simplify `prettyPrint(Entity[])` by Chris Hennick · 6 years ago
  41. e533168 Mark a few remaining non-NLS strings in ItemIds by Chris Hennick · 6 years ago
  42. 2d71144 Loot file paths are `@NonNls` by Chris Hennick · 6 years ago
  43. 1cda736 Statistic IDs are `@NonNls` by Chris Hennick · 6 years ago
  44. ca87a20 Item IDs are `@NonNls` by Chris Hennick · 6 years ago
  45. 472830f Localize /ban, /ban-ip, /banlist, /clear (#988) by Chris Hennick · 6 years ago
  46. ca98c5f Localize BanCommand (#987) by Chris Hennick · 6 years ago
  47. 2e5eafd Pathfinding Base (#924) by Daniel V · 6 years ago
  48. 43271a9 Command localization, step 1 (#981) by Chris Hennick · 6 years ago
  49. 17600c7 feat(event): implement the PlayerStatisticIncrementEvent (#984) by Florent Clarret · 6 years ago
  50. e90fccc feat(event): implement the PlayerLevelChangeEvent (#983) by Florent Clarret · 6 years ago
  51. 8786280 [WIP] implement getters/setter in GlowPlayerProfile (#980) by crashdemons · 6 years ago
  52. 840c20b Fix invalid bed placement. (#973) by Connor E · 6 years ago
  53. be40956 Use resolved UUID we just checked instead of completablefuture string... (#979) by crashdemons · 6 years ago
  54. e7b4a20 Fix #977 (#978) by Chris Hennick · 6 years ago
  55. afcfe1c Fixes #847 (#976) by John Lehmann · 6 years ago
  56. 262218f Fixes Guardian/ElderGuardian API #968 (#970) by John Lehmann · 6 years ago
  57. a12eebb [i18n] Localizable map for GameMode decoding (#967) by Chris Hennick · 6 years ago
  58. ae1a970 [i18n] more messages (#966) by Chris Hennick · 6 years ago
  59. cac2581 Fix multi-sector region file writing (#965) by Andrew Steinborn · 6 years ago
  60. a77682b [i18n] Add more messages (#964) by Chris Hennick · 6 years ago
  61. 256061c [i18n] Standardize load-failed and save-failed as IOE message names (#962) by Chris Hennick · 6 years ago
  62. dc640c7 Bed fixes (#963) by Chris Hennick · 6 years ago
  63. 04f839c Add Metadata getter to GlowHumanEntity by aki_ks · 6 years ago
  64. 86d7cbb Update default library checksums by momothereal · 6 years ago
  65. f056969 Use FastUUID for UuidUtils (#961) by Momo · 6 years ago
  66. 1c12a02 Merge branch 'dev' of github.com:GlowstoneMC/Glowstone into dev by mastercoms · 6 years ago
  67. f71f6fb Fix charging scaling in the incorrect direction. Speed mag not fixed by mastercoms · 6 years ago
  68. f0f9fc7 Fix up key name getter by mastercoms · 6 years ago
  69. 07334bf Fix javadoc typo by mastercoms · 6 years ago
  70. ff90a7f Merge branch 'dev' of https://github.com/GlowstoneMC/Glowstone into dev by mastercoms · 6 years ago
  71. 15c2217 Update dependencies by mastercoms · 6 years ago
  72. 8108bfa Improve Mojangson boolean parsing by aki_ks · 6 years ago
  73. b961db3 Enhancements to Attributes (#955) by Aki · 6 years ago
  74. 49189d9 Comment on formatting convention and the exception by Pr0methean · 6 years ago
  75. 767c794 Use String.format with console.permission.invalid by Pr0methean · 6 years ago
  76. 598c579 Fix logging message format (#954) by Aki · 6 years ago
  77. 53ea412 Fix bed drop color (#949) by Aki · 6 years ago
  78. f7cc3f9 Implement EntityShootBowEvent (#942) by Mystiflow · 6 years ago
  79. 768cda2 Short circuit zero/neg intensity for HEAL & HARM by Chris Hennick · 6 years ago
  80. 7e99b1d Short-circuit zero & neg in applyPotionEffectWithIntensity by Chris Hennick · 6 years ago
  81. 224ba3a Add missing @NonNls to isShort param by Chris Hennick · 6 years ago
  82. c13e426 Fixes #947 (#948) by VaiTon · 6 years ago
  83. b9da864 Fire PotionSplashEvent (#945) by Chris Hennick · 6 years ago
  84. b18108f Move LocalizedStrings.Console and .Glowstone to outer level (#946) by Chris Hennick · 6 years ago
  85. f8e2fbc Fix #940 and mining-speed inconsistencies (#943) by Chris Hennick · 6 years ago
  86. cd27354 Command.execute now always returns true when run without permission (#926) by Chris Hennick · 6 years ago
  87. 9554ea6 Fire EntityTeleportEvent (fixes part of #922) (#944) by Jacob G · 6 years ago
  88. 8058aa7 Fire EntityRemoveFromWorldEvent (fixes part of #922) (#941) by Jacob G · 6 years ago
  89. 8316707 Implement SlimeSplitEvent (#937) by Mystiflow · 6 years ago
  90. 4c7e8c0 Implement ProfileWhitelistVerifyEvent. by momothereal · 6 years ago
  91. a40541d Implement VehicleEnterEvent (#939) by Jacob G · 6 years ago
  92. 5d7d256 Implement InventoryOpenEvent (#938) by Jacob G · 6 years ago
  93. 5ea0b55 Implement PlayerSwapHandItemsEvent (#934) by Jacob G · 6 years ago
  94. 5b8c8e2 Implement BlockExplodeEvent (#936) by Mystiflow · 6 years ago
  95. 1e7632e Implement ProjectileLaunchEvent (#933) by Mystiflow · 6 years ago
  96. a51fa17 Implement PlayerEggThrowEvent (#932) by Mystiflow · 6 years ago
  97. ea5a0d0 Implement PlayerToggleFlightEvent (#931) by Jacob G · 6 years ago
  98. c7c10a1 Prevent inlining of constants (#930) by Aki · 6 years ago
  99. 5cb955a [i18n] @NonNls where needed (#927) by Chris Hennick · 6 years ago
  100. 89c5466 Partially i18nize AnvilChunkIoService (#923) by Chris Hennick · 6 years ago