flatbuffers/tests/MyGame/Example
Vladimir Glavnyy 0d2cebccfe Add FLATBUFFERS_COMPATIBILITY string (#5381)
* Add FLATBUFFERS_COMPATIBILITY string

- Add a new __reset method NET/JAVA which hides internal state

* Resolve PR notes

* Use operator new() to __init of Struct and Table

* Restrict visibility of C# Table/Struct to internal level
2019-06-17 19:16:21 +02:00
..
__init__.py
Ability.cs Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
Ability.go
Ability.java Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
Ability.lua
Ability.php
Ability.py
Any.cs Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
Any.go [Go] Make enums into real types, add String() (#5235) 2019-05-17 12:41:39 -07:00
Any.java
Any.lua
Any.php Changing array to be an associative array so that the Name function can work with non-sequential enums as well as those beginning at something other than zero. (#5151) 2019-02-04 23:33:57 +01:00
Any.py
AnyAmbiguousAliases.cs Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
AnyAmbiguousAliases.go [Go] Make enums into real types, add String() (#5235) 2019-05-17 12:41:39 -07:00
AnyAmbiguousAliases.java
AnyAmbiguousAliases.lua
AnyAmbiguousAliases.php Changing array to be an associative array so that the Name function can work with non-sequential enums as well as those beginning at something other than zero. (#5151) 2019-02-04 23:33:57 +01:00
AnyAmbiguousAliases.py
AnyUniqueAliases.cs Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
AnyUniqueAliases.go Rename AnyUniqueAliases.T to AnyUniqueAliases.TS to avoid naming conflict (#5362) 2019-05-30 16:02:57 -07:00
AnyUniqueAliases.java Rename AnyUniqueAliases.T to AnyUniqueAliases.TS to avoid naming conflict (#5362) 2019-05-30 16:02:57 -07:00
AnyUniqueAliases.lua Rename AnyUniqueAliases.T to AnyUniqueAliases.TS to avoid naming conflict (#5362) 2019-05-30 16:02:57 -07:00
AnyUniqueAliases.php Rename AnyUniqueAliases.T to AnyUniqueAliases.TS to avoid naming conflict (#5362) 2019-05-30 16:02:57 -07:00
AnyUniqueAliases.py Rename AnyUniqueAliases.T to AnyUniqueAliases.TS to avoid naming conflict (#5362) 2019-05-30 16:02:57 -07:00
Color.cs Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
Color.go Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
Color.java Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
Color.lua Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
Color.php Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
Color.py Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
Monster.cs Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
Monster.go [Go] Change two more sites to use enum types (#5359) 2019-05-20 14:46:36 -07:00
Monster.java Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
Monster.lua Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
Monster.php Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
Monster.py Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
MonsterStorage_grpc.go Fix Java generator bug that ignores bidi streaming attribute (#5063) 2018-11-29 10:33:17 -08:00
MonsterStorageGrpc.java Update GRPC Java generated file. 2019-04-24 12:34:42 -07:00
Referrable.cs Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
Referrable.go
Referrable.java Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
Referrable.lua
Referrable.php
Referrable.py
Stat.cs Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
Stat.go
Stat.java Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
Stat.lua
Stat.php
Stat.py
Test.cs Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
Test.go
Test.java Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
Test.lua
Test.php
Test.py
TestSimpleTableWithEnum.cs Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
TestSimpleTableWithEnum.go [Go] Change two more sites to use enum types (#5359) 2019-05-20 14:46:36 -07:00
TestSimpleTableWithEnum.java Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
TestSimpleTableWithEnum.lua Make Monster's Color unsigned (#5318) 2019-05-09 10:07:38 -07:00
TestSimpleTableWithEnum.php Make Monster's Color unsigned (#5318) 2019-05-09 10:07:38 -07:00
TestSimpleTableWithEnum.py Make Monster's Color unsigned (#5318) 2019-05-09 10:07:38 -07:00
TypeAliases.cs Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
TypeAliases.go [Go] Add mutation functions for vector elements (#5221) 2019-03-05 21:16:26 -08:00
TypeAliases.java Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
TypeAliases.lua
TypeAliases.php Performance improvement to generated+supporting PHP (#5080) 2018-12-20 16:10:20 -08:00
TypeAliases.py
Vec3.cs Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
Vec3.go [Go] Change two more sites to use enum types (#5359) 2019-05-20 14:46:36 -07:00
Vec3.java Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
Vec3.lua Make Monster's Color unsigned (#5318) 2019-05-09 10:07:38 -07:00
Vec3.php Make Monster's Color unsigned (#5318) 2019-05-09 10:07:38 -07:00
Vec3.py Make Monster's Color unsigned (#5318) 2019-05-09 10:07:38 -07:00