| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-01-26 | Retrieve thumbnails, saves and info from caching server (static.powdertoy.co.uk) | Simon Robertshaw | 1 | -19/+27 | |
| 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 | 1 | -0/+2 | |
| 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 | 1 | -0/+7 | |
| 2012-01-25 | Make transform_save work with new save functions | jacksonmj | 2 | -116/+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-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-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 | 1 | -0/+33 | |
| 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 | 3 | -4/+42 | |
| 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 | 2 | -207/+423 | |
| 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 | 6 | -12/+40 | |
| 2011-12-30 | Add checks for prerender_save in save_filename_ui, pass vx, vy and pv air ↵ | Simon Robertshaw | 4 | -865/+2409 | |
| 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 | 2 | -4/+33 | |
| changed | |||||
| 2011-12-28 | Fix gravmap memset, and restrict_flt for temperatures | jacksonmj | 3 | -5/+5 | |
| 2011-12-24 | Fix FPS in HUD in stable/nonbeta releases | Simon Robertshaw | 1 | -1/+1 | |
| 2011-12-24 | Fix crash with clear_sim if gravity not initialised, fix renderer | Simon Robertshaw | 2 | -15/+25 | |
| 2011-12-21 | Fix issue where heat transition would turn TNT to fire, TNT uses tmp for ↵ | Simon Robertshaw | 2 | -15/+19 | |
| trigger state while Fire uses it for water vapourness. | |||||
| 2011-12-21 | Added some heat to TNT and IGNC | Simon Robertshaw | 3 | -12/+12 | |
| 2011-12-21 | Support for element names and hex constants for the PROP tool | Simon Robertshaw | 1 | -5/+52 | |
| 2011-12-20 | Fix legacy grav_diff not being updated correctly | Simon Robertshaw | 1 | -2/+7 | |
| 2011-12-19 | Gravity.c - Include sys\types.h to resolve issues with some mingw/pthreads ↵ | Simon Robertshaw | 1 | -0/+1 | |
| configurations | |||||
| 2011-12-19 | Use reduced resolution gravity maps for improved performance | Simon Robertshaw | 10 | -140/+145 | |
| 2011-12-19 | Attempt to speed up tpt.parts without using billions of memory | Simon Robertshaw | 1 | -67/+43 | |
| 2011-12-19 | CLST+NITR = TNT, Use ARAY to clear large arrays of STOR | Simon Robertshaw | 3 | -44/+77 | |
| 2011-12-19 | New element: Ignition cord | Simon Robertshaw | 6 | -8/+55 | |
