trpg-java-dice icon indicating copy to clipboard operation
trpg-java-dice copied to clipboard

用Java编写的TRPG骰子核心逻辑处理项目。该项目继承了常用的指令处理,例如coc7的属性检测,骰子默认数值设置等等。

Results 4 trpg-java-dice issues
Sort by recently updated
recently updated
newest added

为了提供spring的版本,即提供容器注入反射功能,因此需要额外开辟一个 spring 的依赖包。

https://github.com/ronmamo/reflections/issues/373

bug

## 2021/04/19 1. InstructHandle.trackInstructCases的方法中出现了 String.substring(0,1) 但是在此之前没有先判断传入字符串的长度,而导致的数组越界。

bug
enhancement
help wanted
good first issue

Bumps org.apache.commons:commons-lang3 from 3.12.0 to 3.18.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-lang3&package-manager=maven&previous-version=3.12.0&new-version=3.18.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java