Skip to content
Failed

#140 (Mar 24, 2020, 6:02:44 AM)

Started 4 yr 10 mo ago
Took 3.5 sec

Started by user Brokkonaut

Revision: a1b3a389c1f0ac2790a5e59f3ed419a1d4201d80
Repository: https://www.iani.de/gitbucket/git/Brokkonaut/CubesideUtils.git
  • refs/remotes/origin/master
Changes
  1. Useless test commit (details / githubweb)
  2. Revert "Useless test commit" (details / githubweb)
  3. format sources (details / githubweb)
  4. SQLConnection.disconnect() (details / githubweb)
  5. Add PotionNames, EnchantmentNames, StringUtil (details / githubweb)
  6. add spawn eggs group (details / githubweb)
  7. Add Flowers and DyeColor -> Wool,Concrete conversions (details / githubweb)
  8. Add crops group (details / githubweb)
  9. update from 1.13-pre7 to 1.13 (details / githubweb)
  10. Spawned entity for SpawnEgg (details / githubweb)
  11. Change spigot version to 1.13.1. (details / githubweb)
  12. Add getBedForDyeColor, format pom (details / githubweb)
  13. Add EmptyChunkGenerator (details / githubweb)
  14. Add fish group (details / githubweb)
  15. Add wood types and redstone stuff (i.e. buttons, doors) to ItemGroups. (details / githubweb)
  16. Fix copy-paste-bug. (details / githubweb)
  17. Readd fishes and beds, add potted plants (details / githubweb)
  18. Add class Pair. (details / githubweb)
  19. Let Pair have two generic parameters. (details / githubweb)
  20. Add SQLConfig to utils. (details / githubweb)
  21. Add convertColors to StringUtils. (details / githubweb)
  22. Add breakLines and isSafeFilename isLegalCommandName. (details / githubweb)
  23. Change default tableprefix. (details / githubweb)
  24. Allow specification of command route as one string with spaces. (details / githubweb)
  25. Add some StringUtils and introduce ItemsAndStrings. (details / githubweb)
  26. Implement getSubCommand. (details / githubweb)
  27. Make ArgsParser an iterator and add some parser methods. (details / githubweb)
  28. Fix infinite loop in getSubCommand. (details / githubweb)
  29. Add constant for the default color of item lores. (details / githubweb)
  30. Add UNKNOWN_COMMAND_MESSAGE as a constant. (details / githubweb)
  31. Fix typo. (details / githubweb)
  32. Add GeneralHashMap (+linked version). Untested and potentially unstable! (details / githubweb)
  33. Add case ignoring hasher and equality. (details / githubweb)
  34. Allow onTabComplete to return Collection<String> (instead of ArrayList). (details / githubweb)
  35. Add revertColors. (details / githubweb)
  36. Add splitAtPipe. (details / githubweb)
  37. Implement ArgsParser#clone and #iterator. (details / githubweb)
  38. Add isEmpty to ItemGroups. (details / githubweb)
  39. Improve isEmpty and add isAir. (details / githubweb)
  40. Add RepairationMaterials. (details / githubweb)
  41. Add some enchantment util. (details / githubweb)
  42. Add fish buckets (details / githubweb)
  43. Improve dye color <-> material conversion (details / githubweb)
  44. Add utils. (Enhantments, Patterns) (details / githubweb)
  45. music discs (details / githubweb)
  46. Change PotionNames internal method name (details / githubweb)
  47. build against paper-api 1.13.2 (details / githubweb)
  48. Add custom heads (details / githubweb)
  49. Prevent creating instances (details / githubweb)
  50. add ItemStacks helper (details / githubweb)
  51. Arrays utils - shuffle arrays (details / githubweb)
  52. Add indexOf to Arrays. (details / githubweb)
  53. Add option to preserve color codes to breakLines. (details / githubweb)
  54. formating (details / githubweb)
  55. Fix bug in breakLines. (details / githubweb)
  56. Add some string and chat util. (details / githubweb)
  57. Add some ItemStack utils. (details / githubweb)
  58. Fix potential bug in addToInventoryIfFits. (details / githubweb)
  59. Improve addToInventoryIfFits (details / githubweb)
  60. Allow Objects to be passed to sendMessage instead of Strings. (details / githubweb)
  61. More hashers/equalities and small change to ChatUtil#sendMessage. (details / githubweb)
  62. null check in ItemStacks.fastPvP() (details / githubweb)
  63. Implement String flip. (details / githubweb)
  64. Generalize Arrays#shuffle, implement Arrays#flip. (details / githubweb)
  65. Fix formatting error. (details / githubweb)
  66. Implement convertEscaped in StringUtil. (details / githubweb)
  67. Fix bug in convertEscaped. (details / githubweb)
  68. Prevent mooaar instances! (details / githubweb)
  69. Implement some RandomUtil. (details / githubweb)
  70. Refactor Arrays into ArrayUtils. (details / githubweb)
  71. Add randomElement(List<T> list) to RandomUtil. (details / githubweb)
  72. Fix bug in RepairationMaterials. (details / githubweb)
  73. Really fix bug in RepairationMaterials. (details / githubweb)
  74. Implement parsing of dates. (details / githubweb)
  75. Add wrapper classes for variable primitives (details / githubweb)
  76. Add sets of string representations of true and false. (details / githubweb)
  77. Use TreeMap instead of GeneralHashMap to avoid dependency. (details / githubweb)
  78. Add many utilities necessary for QuestActions. (details / githubweb)
  79. Fix stupid bug. (details / githubweb)
  80. Prevent infinite particles in case of Exception. (details / githubweb)
  81. Fix bug with date parsing caused by timezones. (details / githubweb)
  82. Fix off-by-one causing exception in date parsing. (details / githubweb)
  83. Make Pair ConfigurationSerializable. (details / githubweb)
  84. Implement parseTimespan. (details / githubweb)
  85. Add some FunctionUtil. (details / githubweb)
  86. Allow sender-dependend implementations of SubCommand#getUsage. (details / githubweb)
  87. Check command permissions for tab complete (details / githubweb)
  88. 1.14 (details / githubweb)
  89. Update ItemGroups for 1.14 (details / githubweb)
  90. Add isDye, fix dye mapping for 1.14, add some sign related methods (details / githubweb)
  91. Add shrinkItemStack and isEmpty in ItemStacks. (details / githubweb)
  92. Rename ItemStacks#shrinkItemStack. (details / githubweb)
  93. Add ItemStacks#removeIfHas. (details / githubweb)
  94. Change semantics of removeIfHas and rename to doesHave. (details / githubweb)
  95. Implementation of shrink didn't do what was expected. (details / githubweb)
  96. Fix bug in ItemStacks#doesHave, add ItemStacks#equals. (details / githubweb)
  97. Modify StringUtil#breakLines to deal with already contained line breaks. (details / githubweb)
  98. Add custom head "Quartz Block Blank" (details / githubweb)
  99. add CommandUtil.resyncCommandTabCompletions() (details / githubweb)
  100. Add HybridCommand. (details / githubweb)
  101. Add permission check to HybridCommand. (details / githubweb)
  102. Add CommandRouter#addAliases. (details / githubweb)
  103. Fix bug in addAlias. (details / githubweb)
  104. Add options for formatDate. (details / githubweb)
  105. Prevent ClassNotFoundError when using StringUtil without Bukkit. (details / githubweb)
  106. Make StringUtil usable without BungeeCord. (details / githubweb)
  107. Improve indention. (details / githubweb)
  108. Add rounding util. (details / githubweb)
  109. add multi block plants and add some missing plants (details / githubweb)
  110. Implement ArgsParser#getNextEnum. (details / githubweb)
  111. Add @Target(ElementType.METHOD) to ArgMatcher annotation. (details / githubweb)
  112. Add tools and weapons as item groups. (details / githubweb)
  113. Do not double-add addtribute modifieres for fast pvp (details / githubweb)
  114. Base GeneralHashMap on Apache Harmony for licensing reasons. (details / githubweb)
  115. Fix setting attribute modifiers for fast pvp (details / githubweb)
  116. Fix NullPointerException. (details / githubweb)
  117. Implement some basic tests for GeneralHashMap. (details / githubweb)
  118. Add basic tests for LinkedGeneralHashMap. (details / githubweb)
  119. Fix bug with iterator initilization. (details / githubweb)
  120. Add iteration tests. (details / githubweb)
  121. Add some more tests. (details / githubweb)
  122. Add testing for Iterator#remove. (details / githubweb)
  123. Add get tests. (details / githubweb)
  124. Add StringUtil#tryPlural and some associated CharacterUtil. (details / githubweb)
  125. Fix bug in tryPlural. (details / githubweb)
  126. Add FunctionUtil#functionPredicate. (details / githubweb)
  127. Fix small bug with empty route to SubCommand in CommandRouter. (details / githubweb)
  128. Fix bug in CharacterUtil#isConsonant. (details / githubweb)
  129. Fix bad heuristic in tryPlural. (details / githubweb)
  130. Fix possible IndexOutOfBounds. (details / githubweb)
  131. Refactor CommandRouter: Split into two files (details / githubweb)
  132. Refactor commandrouter (details / githubweb)
  133. Only show subcommands in tab complete if exactly one argument mismatches (details / githubweb)
  134. Make case sensitivity optional in command router (details / githubweb)
  135. CommandRouter: Change some internal access modifiers (details / githubweb)
  136. CommandRouter: Update getSubCommand() (details / githubweb)
  137. Fix NPE in CommandRouter (details / githubweb)
  138. Add resources directory to calm eclipse. (details / githubweb)
  139. Modify ItemStacks#doesHave to include off hand and armor slots. (details / githubweb)
  140. Make ItemStacks#doesHave not unnecessarily complicated. (details / githubweb)
  141. 1.15 (details / githubweb)
  142. to bee or not to bee (details / githubweb)
  143. Build against 1.15.1 (details / githubweb)
  144. Compile against java 11 (details / githubweb)
  145. Add HastebinUtil to post text to the hastebin website (details / githubweb)
  146. Maven-Compiler-Plugin target version 1.11 -> 11 (details / githubweb)
  147. Add randomInt to RandomUtil (details / githubweb)
  148. generateRandomPassword (details / githubweb)
  149. Move generateRandomPassword to RandomUtil (details / githubweb)
  150. Update build plugins (details / githubweb)
  151. source/target instead of release in pom (details / githubweb)
  152. Revert "source/target instead of release in pom" (details / githubweb)