| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-03-15 | all wall types drawn in PSV and OPS formats | Jacob1 | 1 | -119/+151 | |
| 2012-02-29 | Rotate/reflect particle, air, and fan velocities in transform_save | jacksonmj | 1 | -4/+13 | |
| 2012-01-26 | stickmen load correctly and are drawn in new save format, and fighters are ↵ | Jacob1 | 1 | -8/+85 | |
| drawn correctly in both Conflicts: src/save.c | |||||
| 2012-01-26 | Fix deco colour in prerender_save to work with other pixel formats | jacksonmj | 1 | -4/+6 | |
| 2012-01-26 | save tmp2, show decoration color on stamps | Jacob1 | 1 | -7/+30 | |
| 2012-01-25 | OPS thumbnail crash fix, and blank thumbnails for saves from a newer version | jacksonmj | 1 | -1/+5 | |
| 2012-01-25 | transform_save should check wall coordinates against size in blocks, not the ↵ | jacksonmj | 1 | -1/+1 | |
| actual size Fixes crash when rotating a section of wall that is wider than YRES | |||||
| 2012-01-25 | Make transform_save work with new save functions | jacksonmj | 1 | -1/+139 | |
| Conflicts: src/powder.c | |||||
| 2012-01-25 | Revert "transform_save should check wall coordinates against size in blocks, ↵ | Simon Robertshaw | 1 | -136/+0 | |
| not the actual size" This reverts commit 34c6043014527747dcc3fee65f66d0686a74f3fd. | |||||
| 2012-01-25 | transform_save should check wall coordinates against size in blocks, not the ↵ | jacksonmj | 1 | -0/+136 | |
| actual size Fixes crash when rotating a section of wall that is wider than YRES Conflicts: src/save.c | |||||
| 2012-01-14 | Change variable declarations to make Visual Studio happy | jacksonmj | 1 | -8/+9 | |
| 2012-01-05 | Add 4 byte ctype saving to OPS, for PHOT colours | jacksonmj | 1 | -1/+21 | |
| 2012-01-05 | Fix zero length save crash, ignore sign tool walls, allocate parts starting ↵ | jacksonmj | 1 | -2/+19 | |
| at beginning of array Allocating parts starting at end was making saves loaded from OPS files run slower, because no particles could be skipped by using parts_lastActiveIndex. | |||||
| 2012-01-02 | Fix missing and incorrect bitshifts preventing the correct reading of life, ↵ | Simon Robertshaw | 1 | -6/+6 | |
| tmp and dcolour | |||||
| 2012-01-02 | Save active menu | Simon Robertshaw | 1 | -0/+33 | |
| 2012-01-01 | Water equalisation in save | Simon Robertshaw | 1 | -0/+12 | |
| 2012-01-01 | prerender_save_OPS | Simon Robertshaw | 1 | -18/+229 | |
| 2011-12-31 | 16bit descriptor and variable temp field size, sign saving and reading | Simon Robertshaw | 1 | -42/+150 | |
| 2011-12-31 | Store number of parts at each position instead of storing x/y coords | jacksonmj | 1 | -115/+208 | |
| Also fix blockW/H calculation and PT_NUM check | |||||
| 2011-12-30 | Almost finished new save format, just signs and thumbnail rendering needed | Simon Robertshaw | 1 | -15/+423 | |
| 2011-12-30 | Make OPS optional (disabled by default) with define SAVE_OPS | Simon Robertshaw | 1 | -1/+4 | |
| 2011-12-30 | Add checks for prerender_save in save_filename_ui, pass vx, vy and pv air ↵ | Simon Robertshaw | 1 | -0/+1266 | |
| 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?) | |||||
