| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-01-05 | eval_move in create_part if a particle already exists in the requested position | jacksonmj | 1 | -1/+1 |
| 2012-01-05 | Fix zero length save crash, ignore sign tool walls, allocate parts starting a... | jacksonmj | 1 | -2/+19 |
| 2012-01-02 | Fix missing and incorrect bitshifts preventing the correct reading of life, t... | Simon Robertshaw | 1 | -6/+6 |
| 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 |
| 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 dat... | Simon Robertshaw | 4 | -865/+2409 |
| 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 c... | jacksonmj | 2 | -4/+33 |
| 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 trig... | Simon Robertshaw | 2 | -15/+19 |
| 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 co... | Simon Robertshaw | 1 | -0/+1 |
| 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 |
| 2011-12-19 | Revert "Directly read/write element type properties" | Simon Robertshaw | 2 | -1/+352 |
| 2011-12-19 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 1 | -1/+1 |
| 2011-12-19 | Fix undeclared variables in luaconsole.c | jacksonmj | 1 | -1/+1 |
| 2011-12-18 | Improvements to render_ui, fix merge errors | Simon Robertshaw | 2 | -50/+72 |
| 2011-12-18 | Merge with new lua functionality | Simon Robertshaw | 4 | -32/+584 |
| 2011-12-18 | More icons for display modes | Simon Robertshaw | 1 | -19/+26 |
| 2011-12-18 | Fix creating particles in autorun.lua | jacksonmj | 1 | -4/+7 |
| 2011-12-18 | Make PIPE detach SOAP particles (crash fix) | jacksonmj | 1 | -0/+2 |
| 2011-12-18 | Fix grav wall | jacksonmj | 3 | -10/+18 |
| 2011-12-18 | Fix some gravity memsets, remove gravx/y | jacksonmj | 3 | -31/+29 |
| 2011-12-18 | Move Newtonian gravity into a new file | jacksonmj | 7 | -470/+500 |
| 2011-12-17 | Add option for lua parts array to use native data using ffi | Simon Robertshaw | 2 | -13/+35 |
| 2011-12-10 | Fix memory leaks, allow changing of element name (To fix: element names in so... | Simon Robertshaw | 2 | -9/+33 |
| 2011-12-10 | Fix spelling error | Simon Robertshaw | 1 | -1/+1 |
| 2011-12-10 | Set BIZR/G/S ctype when loading a save, set BIZS ctype in create_part | jacksonmj | 2 | -26/+23 |
| 2011-12-10 | Fixed gravity for stick man. | savask | 1 | -2/+2 |
| 2011-12-10 | Set BIZR/G/S ctype when loading a save, set BIZS ctype in create_part | jacksonmj | 2 | -26/+23 |
| 2011-12-10 | Allow both BrE and AmE spellings of colour with Lua | Simon Robertshaw | 1 | -0/+9 |
| 2011-12-10 | Fixed gravity for stick man. | savask | 1 | -2/+2 |
| 2011-12-09 | Element transitions also editable now | Simon Robertshaw | 1 | -9/+124 |