summaryrefslogtreecommitdiff
path: root/tests/MyGame/Example/Monster.py
AgeCommit message (Expand)AuthorFilesLines
2021-01-28Better python generated code naming (#6336)Richard A Hofer1-150/+379
2021-01-07[C++, JSON] Fix nullptr access when reading a key with a default value. (#6375)Vladimir Glavnyy1-1/+47
2021-01-05Fix generated EndVector. (#6385)Richard A Hofer1-2/+2
2021-01-04Generate code to encode and decode nested flatbuffers in Python. (#6354)Richard A Hofer1-0/+26
2020-12-14Add vectorNumElements attribute to Builder for simpler vector creation. (#6328)Richard A Hofer1-19/+19
2020-12-10[Python] Commit some orphan python genfile diffs. (#6325)David P. Sicilia1-1/+1
2020-11-05Added required-nested-flatbuffer to monster_test and fixed rust (#6236)Casper1-1/+48
2020-03-12Escape characters in jsonschema descriptions (#5644)Marc Butler1-1/+1
2019-12-26Optimize Pack method using numpy (#5662)lu-wang-g1-45/+75
2019-12-02Flatbuffers Python Object API (#5616)lu-wang-g1-10/+548
2019-09-05[Javascript] Fix syntax error for signed enum (#5503)Jaemin Park1-1/+9
2019-07-26Python: Added support for file_identifiers (#5123)Joseph Pyott1-0/+4
2019-06-02Fix multi-line comments for cpp enums (#5345) (#5346)Vladimir Glavnyy1-3/+3
2019-05-09Make Monster's Color unsigned (#5318)Vladimir Glavnyy1-4/+4
2018-11-05Fixed vectors of enums in object API serialized incorrectly.Wouter van Oortmerssen1-1/+25
2018-11-01make unions with type aliases more usable (#5019)Frank Benkstein1-1/+39
2018-05-14[BREAKING CHANGE] Python: handle bool table fields properly. (#4736)Tin Tvrtković1-2/+2
2018-05-10Python: return None for missing strings. (#4733)Tin Tvrtković1-1/+1
2018-03-05Support attribute "cpp_ptr_type" on table elements marked as "hash" (#4643)Christian Helmich1-1/+87
2018-02-22added support for parsing hash on vector elements (#4502)Christian Helmich1-1/+55
2017-10-05Fix issue #4389, if field is ommitted the return type is the same for… (#4444)Dariusz Ostolski1-1/+1
2017-08-24Cleaned up namespace handling.Wouter van Oortmerssen1-1/+13
2017-08-01[Python] (scalar) vector reading speedup via numpy (#4390)Kevin Rose1-1/+77
2017-07-24Test case for CreateVectorOfStructs() using a callback.Stewart Miles1-1/+22
2017-06-12Added nested FlexBuffer parsingWouter van Oortmerssen1-1/+18
2017-03-29Support binary search for struct in cpp (#4245)tianyapiaozi1-1/+22
2016-07-22Merge pull request #363 from danring/fix-341Robert1-1/+0
2016-06-15Added additional convenience overloads to CreateVector().Wouter van Oortmerssen1-1/+18
2016-06-14Emit GetRootAs methods for all types in Go and PythonDan Ring1-1/+0
2016-05-26sharing the Flatbuffers warninglakedaemon1-1/+1
2016-04-20Fixed float suffix not being added on implicit float defaults.Wouter van Oortmerssen1-1/+9
2016-04-18Fixed whole-number float default values missing a .0 suffix.Wouter van Oortmerssen1-1/+9
2016-04-13Fixed missing "f" on float default values in C++/Java/C#Wouter van Oortmerssen1-1/+9
2015-10-28Allow structs to be parsed in JSON with out of order fields.Wouter van Oortmerssen1-0/+1
2015-08-19fixed code generator for array of boolsMaxim Zaks1-1/+18
2015-05-12Port FlatBuffers to Python.rw1-0/+278