summaryrefslogtreecommitdiffhomepage
path: root/parser/raylib_parser.c
AgeCommit message (Collapse)Author
2021-07-29impoves raylib_parser: makes it generic, adds -d key for functions define ↵iskolbin
(RLAPI for raylib.h), increases maxiumum number of fields in structs and values in enums, doubles max length of struct field names; split float3/float16 struct typedefs in raymath to allow parser to process the file (#1901)
2021-07-16REVIEWED: Possible memory leakraysan5
2021-06-13Improved raylib parser to export data as XMLRay
- Improved command-line - Added XML support - Added sample outputs: DEFAULT, JSON, XML - Reviewed LoadFileText() bug - Removed trailing spaces
2021-06-13Add nullptr check before passing arg (#1825)Tobias Mock
2021-06-06Fix parsing multiple struct fields defined in one line (#1813)Deathbat2190
2021-06-06parser: Add JSON support with --json (#1812)Rob Loach
2021-06-02Small parser bugfix (#1805)Deathbat2190
2021-05-31Reviewed struct field nameRay
2021-05-30Structs tweaks for consistencyRay
2021-05-30ADDED: raylib header parserRay