summaryrefslogtreecommitdiff
path: root/src/save.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-05Fix zero length save crash, ignore sign tool walls, allocate parts starting a...jacksonmj1-2/+19
2012-01-02Fix missing and incorrect bitshifts preventing the correct reading of life, t...Simon Robertshaw1-6/+6
2012-01-02Save active menuSimon Robertshaw1-0/+33
2012-01-01Water equalisation in saveSimon Robertshaw1-0/+12
2012-01-01prerender_save_OPSSimon Robertshaw1-18/+229
2011-12-3116bit descriptor and variable temp field size, sign saving and readingSimon Robertshaw1-42/+150
2011-12-31Store number of parts at each position instead of storing x/y coordsjacksonmj1-115/+208
2011-12-30Almost finished new save format, just signs and thumbnail rendering neededSimon Robertshaw1-15/+423
2011-12-30Make OPS optional (disabled by default) with define SAVE_OPSSimon Robertshaw1-1/+4
2011-12-30Add checks for prerender_save in save_filename_ui, pass vx, vy and pv air dat...Simon Robertshaw1-0/+1266