summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-01-25Implement PROP_NEUTABSORBjacksonmj2-2/+9
2012-01-25Make transform_save work with new save functionsjacksonmj4-119/+142
Conflicts: src/powder.c
2012-01-25Revert "transform_save should check wall coordinates against size in blocks, ↵Simon Robertshaw1-136/+0
not the actual size" This reverts commit 34c6043014527747dcc3fee65f66d0686a74f3fd.
2012-01-25transform_save should check wall coordinates against size in blocks, not the ↵jacksonmj1-0/+136
actual size Fixes crash when rotating a section of wall that is wider than YRES Conflicts: src/save.c
2012-01-25Revert "Some fixes for compiling with Visual Studio - void* and inline"Simon Robertshaw2-5/+5
This reverts commit ea619f554259d746a82c2abf45e5734f637ed041.
2012-01-25Some fixes for compiling with Visual Studio - void* and inlinejacksonmj2-5/+5
2012-01-14Change variable declarations to make Visual Studio happyjacksonmj1-8/+9
2012-01-14Compiler flag for gravity.c, to fix FFTW crash due to misaligned stack on ↵jacksonmj1-0/+9
Windows
2012-01-05Add 4 byte ctype saving to OPS, for PHOT coloursjacksonmj1-1/+21
2012-01-05eval_move in create_part if a particle already exists in the requested positionjacksonmj1-1/+1
To allow Lua tpt.create to create photons in glass
2012-01-05Fix zero length save crash, ignore sign tool walls, allocate parts starting ↵jacksonmj1-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-02Fix missing and incorrect bitshifts preventing the correct reading of life, ↵Simon Robertshaw1-6/+6
tmp and dcolour
2012-01-02Save active menuSimon Robertshaw2-0/+36
2012-01-01Air mode and Gravity mode on Simulation options, improvements to list boxSimon Robertshaw1-10/+58
2012-01-01Water equalisation in saveSimon Robertshaw1-0/+12
2012-01-01BRMT + BREL = THRM at high temperaturesSimon Robertshaw4-4/+43
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
Also fix blockW/H calculation and PT_NUM check
2011-12-31Change LIGH and FIGH descriptionsjacksonmj1-2/+2
2011-12-30Almost finished new save format, just signs and thumbnail rendering neededSimon Robertshaw4-209/+429
2011-12-30BacklashforwardslashbackslashbacklashforwardslashSimon Robertshaw1-1/+1
2011-12-30Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-3/+4
2011-12-30int64_t on for 64bit systemsSimon Robertshaw1-0/+6
2011-12-30Version Incrementchaos.powdertoy.co.uk1-3/+4
2011-12-30Fix header include for case sensitive filesystemsSimon Robertshaw1-1/+1
2011-12-30Make OPS optional (disabled by default) with define SAVE_OPSSimon Robertshaw1-1/+4
2011-12-30Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw7-13/+46
2011-12-30Add checks for prerender_save in save_filename_ui, pass vx, vy and pv air ↵Simon Robertshaw7-868/+3633
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?)
2011-12-28Fix creation of invalid wall tiles by sign tooljacksonmj2-3/+2
2011-12-28Update can_move, recount menu items and clear graphics cache when tpt.el is ↵jacksonmj3-5/+39
changed
2011-12-28Fix gravmap memset, and restrict_flt for temperaturesjacksonmj3-5/+5
2011-12-24Version Incrementchaos.powdertoy.co.uk1-1/+1
2011-12-24Fix FPS in HUD in stable/nonbeta releasesSimon Robertshaw1-1/+1
2011-12-24Version Incrementchaos.powdertoy.co.uk1-1/+1
2011-12-24Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-2/+1
2011-12-24Fix crash with clear_sim if gravity not initialised, fix rendererSimon Robertshaw2-15/+25
2011-12-24Version Incrementchaos.powdertoy.co.uk1-2/+1
2011-12-24Version Incrementchaos.powdertoy.co.uk1-1/+1
2011-12-22Version Incrementchaos.powdertoy.co.uk1-1/+1
2011-12-22Version Incrementchaos.powdertoy.co.uk1-2/+2
2011-12-21Fix issue where heat transition would turn TNT to fire, TNT uses tmp for ↵Simon Robertshaw2-15/+19
trigger state while Fire uses it for water vapourness.
2011-12-21Added some heat to TNT and IGNCSimon Robertshaw3-12/+12
2011-12-21Support for element names and hex constants for the PROP toolSimon Robertshaw1-5/+52
2011-12-20Version Incrementchaos.powdertoy.co.uk1-1/+1
2011-12-20Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-1/+1
2011-12-20Fix legacy grav_diff not being updated correctlySimon Robertshaw1-2/+7
2011-12-19Version Incrementchaos.powdertoy.co.uk1-1/+1
2011-12-19Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-3/+3
2011-12-19Gravity.c - Include sys\types.h to resolve issues with some mingw/pthreads ↵Simon Robertshaw1-0/+1
configurations