summaryrefslogtreecommitdiff
path: root/marshal.c
Commit message (Collapse)AuthorAgeFilesLines
* define model(6) prim as P instead. add GREY8 textures. add more documentation.rodri2024-09-301-41/+41
|
* marshal: don't die if textures can't be written. show a warning and move on.rodri2024-09-281-4/+3
|
* implement exportmodel(2).rodri2024-09-271-16/+129
| | | | this writes a model and its assets into a directory.
* remove pointless warning.rodri2024-09-271-18/+0
| | | | it's a leftover from a previous version of the parser.
* marshal: fix the curline.file setting.rodri2024-09-261-1/+1
|
* implement a parser for a model(6). get rid of the libobj dependency.rodri2024-09-261-0/+939