Make Monster's Color unsigned (#5318)

- update C++ monster_test::Color to unsigned type
- update Go Color:ubyte in the go_test.go
- add workaround for unsigned enum in java test
- sync generate.bat and generate.sh
This commit is contained in:
Vladimir Glavnyy
2019-05-10 00:07:38 +07:00
committed by Wouter van Oortmerssen
parent b701c7d56e
commit f9ebfcb9c4
37 changed files with 177 additions and 159 deletions

View File

@@ -70,7 +70,7 @@ inline const BaseType (&EnumValuesBaseType())[17] {
}
inline const char * const *EnumNamesBaseType() {
static const char * const names[] = {
static const char * const names[18] = {
"None",
"UType",
"Bool",