summaryrefslogtreecommitdiff
path: root/tests/MyGame/Example/Vec3.cs
AgeCommit message (Expand)AuthorFilesLines
2020-04-06[C#] Fix nested structs and arrays in Object API (#5765)Anass Al1-2/+4
2020-02-10[C#] support Json Serialization (#5752)mugisoba1-0/+6
2020-01-30[C#] support Object API (#5710)mugisoba1-0/+45
2019-06-17Add FLATBUFFERS_COMPATIBILITY string (#5381)Vladimir Glavnyy1-1/+1
2019-06-14[C#, Java, C++] Fixes issue #5399 by always including namespaces (#5404)John Luxford1-5/+5
2019-05-09Make Monster's Color unsigned (#5318)Vladimir Glavnyy1-3/+3
2019-02-07Reduced `force_align` in tests to 8, to work with --object-api.Wouter van Oortmerssen1-1/+1
2017-05-16C#: Added <autogenerated> in cs generator file header comment (#4291)schoetbi1-1/+3
2017-03-29C#: Fixed possible conflicts between usings and user-supplied namespace (#4247)Spencer Bench1-2/+2
2016-09-12Allow access to underlying ByteBufferAlberto Fernández1-0/+1
2016-08-31Switched C# accessors from classes to structsWouter van Oortmerssen1-14/+16
2016-05-26sharing the Flatbuffers warninglakedaemon1-1/+1
2015-12-04Add Get Bytes Method Generator for C#Michael Collins1-0/+1
2015-11-23Fix C# vector of enum code generationDonnell1-1/+1
2015-08-07rebased forkMaor Itzkovitch1-2/+2
2015-08-07begin to correct C# bytebuffer behaviorMaor Itzkovitch1-1/+1
2015-08-01extended scalar mutator supportMaor Itzkovitch1-5/+5
2015-08-01support for scalar mutatorsMaor Itzkovitch1-0/+5
2015-07-29Base type safety in C#. Clear FlatBufferBuilder in C#.RevenantX1-2/+2
2015-07-13builder.put statements now use correct argument namesMaor Itzkovitch1-3/+3
2015-05-06[BREAKING CHANGE] Field accessors should use property getters in C#Mormegil1-8/+8
2015-04-13Enums use native enums in C#Mormegil1-3/+3
2015-04-10Seal all classes in Java/C#Advay Mengle1-1/+1
2014-09-18Refactored the Java and C# code generators into one.Wouter van Oortmerssen1-5/+5
2014-09-15Initial commit of .NET port of FlatBuffersevolutional1-0/+38