summaryrefslogtreecommitdiff
path: root/includes/save.h
AgeCommit message (Collapse)AuthorFilesLines
2012-11-17Remove old codeSimon Robertshaw1-41/+0
2012-06-05Put ifs into switch in create_part. Delete useless PSv saving function.Savely Skresanov1-2/+0
2012-05-06Change license from GPLv2+ to GPLv3+jacksonmj1-0/+16
Also add headers stating the license to some more of the source files
2012-01-25Make transform_save work with new save functionsjacksonmj1-1/+3
Conflicts: src/powder.c
2011-12-30Almost finished new save format, just signs and thumbnail rendering neededSimon Robertshaw1-0/+6
2011-12-30Add checks for prerender_save in save_filename_ui, pass vx, vy and pv air ↵Simon Robertshaw1-0/+19
data into parse and build save methods. New save format: OPS, basic reading and writing complete, uses BSON, BSON.c/h (Binary JSON) implementation from MongoDB. (Is License OK?)