summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-01-26Retrieve thumbnails, saves and info from caching server (static.powdertoy.co.uk)Simon Robertshaw1-19/+27
2012-01-25Fix crash when JSON parsing failsjacksonmj1-3/+3
2012-01-25Fix WARP destroying DMNDjacksonmj1-2/+9
2012-01-25Make RBDM/WATR explosion work again, by not killing fire created by WATRjacksonmj3-2/+5
2012-01-25Only check the bits actually used for wavelength in photon ctypejacksonmj2-2/+2
2012-01-25OPS thumbnail crash fix, and blank thumbnails for saves from a newer versionjacksonmj2-5/+9
2012-01-25If you cancel an update, the yellow update box stays awayJacob11-0/+3
2012-01-25Solids wall description, and check build_save was successful when saving a stampjacksonmj1-0/+2
2012-01-25ability to delete corrupted stampsJacob11-4/+11
2012-01-25Check coordinates of signs before using them to read pmap or pressurejacksonmj1-4/+7
2012-01-25transform_save should check wall coordinates against size in blocks, not the ...jacksonmj1-1/+1
2012-01-25Whoops, eval_move returning 1 should not allow particle creationjacksonmj1-1/+1
2012-01-25Implement PROP_NEUTABSORBjacksonmj1-0/+7
2012-01-25Make transform_save work with new save functionsjacksonmj2-116/+139
2012-01-25Revert "transform_save should check wall coordinates against size in blocks, ...Simon Robertshaw1-136/+0
2012-01-25transform_save should check wall coordinates against size in blocks, not the ...jacksonmj1-0/+136
2012-01-25Revert "Some fixes for compiling with Visual Studio - void* and inline"Simon Robertshaw2-5/+5
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-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
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-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 Robertshaw3-4/+42
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-31Change LIGH and FIGH descriptionsjacksonmj1-2/+2
2011-12-30Almost finished new save format, just signs and thumbnail rendering neededSimon Robertshaw2-207/+423
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 Robertshaw6-12/+40
2011-12-30Add checks for prerender_save in save_filename_ui, pass vx, vy and pv air dat...Simon Robertshaw4-865/+2409
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 c...jacksonmj2-4/+33
2011-12-28Fix gravmap memset, and restrict_flt for temperaturesjacksonmj3-5/+5
2011-12-24Fix FPS in HUD in stable/nonbeta releasesSimon Robertshaw1-1/+1
2011-12-24Fix crash with clear_sim if gravity not initialised, fix rendererSimon Robertshaw2-15/+25
2011-12-21Fix issue where heat transition would turn TNT to fire, TNT uses tmp for trig...Simon Robertshaw2-15/+19
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-20Fix legacy grav_diff not being updated correctlySimon Robertshaw1-2/+7
2011-12-19Gravity.c - Include sys\types.h to resolve issues with some mingw/pthreads co...Simon Robertshaw1-0/+1
2011-12-19Use reduced resolution gravity maps for improved performanceSimon Robertshaw10-140/+145
2011-12-19Attempt to speed up tpt.parts without using billions of memorySimon Robertshaw1-67/+43
2011-12-19CLST+NITR = TNT, Use ARAY to clear large arrays of STORSimon Robertshaw3-44/+77
2011-12-19New element: Ignition cordSimon Robertshaw6-8/+55