| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-01-26 | Version Increment | chaos.powdertoy.co.uk | 1 | -3/+2 | |
| 2012-01-26 | Retrieve thumbnails, saves and info from caching server (static.powdertoy.co.uk) | Simon Robertshaw | 2 | -19/+28 | |
| 2012-01-25 | Version Increment | chaos.powdertoy.co.uk | 1 | -2/+2 | |
| 2012-01-25 | Fix crash when JSON parsing fails | jacksonmj | 1 | -3/+3 | |
| 2012-01-25 | Fix WARP destroying DMND | jacksonmj | 1 | -2/+9 | |
| If WARP moved in its update function, then the x/y variables in the main loop were out of date. When the normal movement code ran, changes were made to the wrong place in the pmap. This resulted in some particles with low IDs being destroyed by the addition of WARP+SING. This change might also fix the WARP+PRTI crash that I never managed to reproduce. | |||||
| 2012-01-25 | Make RBDM/WATR explosion work again, by not killing fire created by WATR | jacksonmj | 3 | -2/+5 | |
| 2012-01-25 | Only check the bits actually used for wavelength in photon ctype | jacksonmj | 2 | -2/+2 | |
| Fixes black photons not being killed after passing through pipe | |||||
| 2012-01-25 | OPS thumbnail crash fix, and blank thumbnails for saves from a newer version | jacksonmj | 2 | -5/+9 | |
| 2012-01-25 | If you cancel an update, the yellow update box stays away | Jacob1 | 1 | -0/+3 | |
| 2012-01-25 | Solids wall description, and check build_save was successful when saving a stamp | jacksonmj | 2 | -1/+3 | |
| 2012-01-25 | ability to delete corrupted stamps | Jacob1 | 1 | -4/+11 | |
| 2012-01-25 | Check coordinates of signs before using them to read pmap or pressure | jacksonmj | 1 | -4/+7 | |
| 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 | Whoops, eval_move returning 1 should not allow particle creation | jacksonmj | 1 | -1/+1 | |
| 2012-01-25 | Implement PROP_NEUTABSORB | jacksonmj | 2 | -2/+9 | |
| 2012-01-25 | Make transform_save work with new save functions | jacksonmj | 4 | -119/+142 | |
| 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-25 | Revert "Some fixes for compiling with Visual Studio - void* and inline" | Simon Robertshaw | 2 | -5/+5 | |
| This reverts commit ea619f554259d746a82c2abf45e5734f637ed041. | |||||
| 2012-01-25 | Some fixes for compiling with Visual Studio - void* and inline | jacksonmj | 2 | -5/+5 | |
| 2012-01-14 | Change variable declarations to make Visual Studio happy | jacksonmj | 1 | -8/+9 | |
| 2012-01-14 | Compiler flag for gravity.c, to fix FFTW crash due to misaligned stack on ↵ | jacksonmj | 1 | -0/+9 | |
| Windows | |||||
| 2012-01-05 | Add 4 byte ctype saving to OPS, for PHOT colours | jacksonmj | 1 | -1/+21 | |
| 2012-01-05 | eval_move in create_part if a particle already exists in the requested position | jacksonmj | 1 | -1/+1 | |
| To allow Lua tpt.create to create photons in glass | |||||
| 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 | 2 | -0/+36 | |
| 2012-01-01 | Air mode and Gravity mode on Simulation options, improvements to list box | Simon Robertshaw | 1 | -10/+58 | |
| 2012-01-01 | Water equalisation in save | Simon Robertshaw | 1 | -0/+12 | |
| 2012-01-01 | BRMT + BREL = THRM at high temperatures | Simon Robertshaw | 4 | -4/+43 | |
| 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-31 | Change LIGH and FIGH descriptions | jacksonmj | 1 | -2/+2 | |
| 2011-12-30 | Almost finished new save format, just signs and thumbnail rendering needed | Simon Robertshaw | 4 | -209/+429 | |
| 2011-12-30 | Backlashforwardslashbackslashbacklashforwardslash | Simon Robertshaw | 1 | -1/+1 | |
| 2011-12-30 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 1 | -3/+4 | |
| 2011-12-30 | int64_t on for 64bit systems | Simon Robertshaw | 1 | -0/+6 | |
| 2011-12-30 | Version Increment | chaos.powdertoy.co.uk | 1 | -3/+4 | |
| 2011-12-30 | Fix header include for case sensitive filesystems | Simon Robertshaw | 1 | -1/+1 | |
| 2011-12-30 | Make OPS optional (disabled by default) with define SAVE_OPS | Simon Robertshaw | 1 | -1/+4 | |
| 2011-12-30 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 7 | -13/+46 | |
| 2011-12-30 | Add checks for prerender_save in save_filename_ui, pass vx, vy and pv air ↵ | Simon Robertshaw | 7 | -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-28 | Fix creation of invalid wall tiles by sign tool | jacksonmj | 2 | -3/+2 | |
| 2011-12-28 | Update can_move, recount menu items and clear graphics cache when tpt.el is ↵ | jacksonmj | 3 | -5/+39 | |
| changed | |||||
| 2011-12-28 | Fix gravmap memset, and restrict_flt for temperatures | jacksonmj | 3 | -5/+5 | |
| 2011-12-24 | Version Increment | chaos.powdertoy.co.uk | 1 | -1/+1 | |
| 2011-12-24 | Fix FPS in HUD in stable/nonbeta releases | Simon Robertshaw | 1 | -1/+1 | |
| 2011-12-24 | Version Increment | chaos.powdertoy.co.uk | 1 | -1/+1 | |
| 2011-12-24 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 1 | -2/+1 | |
