| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-04-18 | TPT: Display decor in heat gradient view e83a1a21ae | Simon Robertshaw | 1 | -10/+11 |
| 2012-04-18 | TPT: (REALISTIC) Better air<->body heat conduction. Air density now influence... | Simon Robertshaw | 1 | -3/+11 |
| 2012-04-18 | TPT: Volume from heat change (for REALISTIC) 290cac8b7e | Simon Robertshaw | 1 | -0/+4 |
| 2012-04-18 | TPT: Rotate/reflect particle, air, and fan velocities in transform_save 83062... | Simon Robertshaw | 1 | -6/+36 |
| 2012-04-18 | TPT: Prevent ARAY passing through some non-conductive materials, and let norm... | Simon Robertshaw | 1 | -3/+2 |
| 2012-04-18 | TPT: Fixed the bug with fighters running away from stick mans, but now bounda... | Simon Robertshaw | 1 | -21/+23 |
| 2012-04-18 | TPT: A new unstable REALISTIC option. No guarantees - but more realistic beha... | Simon Robertshaw | 1 | -4/+10 |
| 2012-04-18 | TPT: Old nothing display mode in the form of Basic colour mode fe82685257 | Simon Robertshaw | 3 | -1/+14 |
| 2012-04-17 | Fix drawing of lines, rects and fill within the zoom window | Simon Robertshaw | 1 | -3/+3 |
| 2012-04-17 | TPT: Added FRAY - Force-ray and RPEL - Repeller f6696282e1 | Simon Robertshaw | 6 | -16/+77 |
| 2012-04-17 | TPT: Lua methods for reading/writing the bmap and emap (no mapped walltypes y... | Simon Robertshaw | 2 | -0/+126 |
| 2012-04-17 | TPT: Prevent gaps in beams of photons from powered clone 3702438482 | Simon Robertshaw | 4 | -0/+17 |
| 2012-04-17 | TPT: Make DEUT compress when Newtonian gravity is applied to it c960c29f72 | Simon Robertshaw | 1 | -0/+4 |
| 2012-04-17 | TPT: Allow BRAY from PSCN to pass through sparked INWR e769f3feb8 | Simon Robertshaw | 1 | -1/+1 |
| 2012-04-17 | TPT: Draw pixels for the entire fire_alpha array 9001508623 | Simon Robertshaw | 1 | -2/+2 |
| 2012-04-17 | TPT: Fix stationary photons being created by PCLN/PBCN 91163c44ab | Simon Robertshaw | 2 | -12/+26 |
| 2012-04-17 | TPT: Prevent ambient heat going through walls ccb88b6b3b | Simon Robertshaw | 2 | -9/+13 |
| 2012-04-17 | TPT: INSL blocks DLAY conduction, and raise DLAY temperature limit 06cb98f705 | Simon Robertshaw | 1 | -5/+5 |
| 2012-04-17 | TPT: Make ARAY fire once per spark 72a4358eee | Simon Robertshaw | 1 | -1/+1 |
| 2012-04-17 | TPT: More SPRK life checks for electronic elements 68ab3ca3ca | Simon Robertshaw | 7 | -8/+7 |
| 2012-04-17 | TPT: Fix switch not activating completely while being sparked 1a5cd45eb8 | Simon Robertshaw | 1 | -2/+5 |
| 2012-04-17 | TPT: Change wifi so that it always takes one frame to transmit a722d7a396 | Simon Robertshaw | 2 | -9/+9 |
| 2012-04-17 | TPT: Separate loop for updating life, and add SPRK life checks to most electr... | Simon Robertshaw | 9 | -19/+31 |
| 2012-04-17 | TPT: Another change to the eval_move check in create_part eaf2af6d40 | Simon Robertshaw | 1 | -1/+5 |
| 2012-04-17 | TPT: Fix WARP destroying DMND a9c198dd46 | Simon Robertshaw | 1 | -2/+9 |
| 2012-04-17 | TPT: Make RBDM/WATR explosion work again, by not killing fire created by WATR... | Simon Robertshaw | 3 | -2/+5 |
| 2012-04-17 | TPT: Only check the bits actually used for wavelength in photon ctype Fixes b... | Simon Robertshaw | 2 | -2/+2 |
| 2012-04-17 | TPT: Solids wall description, and check build_save was successful when saving... | Simon Robertshaw | 1 | -1/+1 |
| 2012-04-17 | TPT: Check coordinates of signs before using them to read pmap or pressure 8a... | Simon Robertshaw | 1 | -4/+7 |
| 2012-04-17 | transform_save should check wall coordinates against size in blocks, not the ... | Simon Robertshaw | 1 | -1/+1 |
| 2012-04-17 | TPT Whoops, eval_move returning 1 should not allow particle creation edcf6d7b2f | Simon Robertshaw | 1 | -1/+1 |
| 2012-04-17 | TPT: Implement PROP_NEUTABSORB bdf277e687 | Simon Robertshaw | 2 | -2/+9 |
| 2012-04-17 | Started on dropdown control | Simon Robertshaw | 4 | -0/+110 |
| 2012-04-16 | Fix portals | Simon Robertshaw | 2 | -5/+6 |
| 2012-04-16 | Newtonian gravity working | Simon Robertshaw | 4 | -12/+31 |
| 2012-04-15 | Simulation options | Simon Robertshaw | 9 | -13/+292 |
| 2012-04-14 | Add ability to get favourites | Simon Robertshaw | 14 | -16/+213 |
| 2012-04-14 | Graphics:: Extra icons for Report and Favourite. Client:: Get favourite stat... | Simon Robertshaw | 15 | -11/+410 |
| 2012-04-14 | Add missing for OpenURI on 64bit Linux | Simon Robertshaw | 1 | -2/+2 |
| 2012-04-14 | Remove other references to Global.h | Simon Robertshaw | 5 | -5/+0 |
| 2012-04-14 | Remove deleted 'Global.h' from includes | Simon Robertshaw | 1 | -1/+0 |
| 2012-04-14 | Remove some unnecessary files. | Simon Robertshaw | 4 | -46/+0 |
| 2012-04-13 | Fix Integer <-> Pointer casts on 64bit | Simon Robertshaw | 1 | -2/+3 |
| 2012-04-13 | Okay instead of Continue for text input dialogue | Simon Robertshaw | 1 | -1/+1 |
| 2012-04-13 | Text input dialogue | Simon Robertshaw | 2 | -0/+105 |
| 2012-04-11 | Nice drawing for brush | Simon Robertshaw | 2 | -19/+54 |
| 2012-04-09 | Fix issue where unborn children were slaughtered when removing a component fr... | Simon Robertshaw | 5 | -16/+66 |
| 2012-04-09 | Remove unused code | Simon Robertshaw | 1 | -37/+0 |
| 2012-04-09 | Add missing GOL data | Simon Robertshaw | 4 | -1/+98 |
| 2012-04-07 | Element sampling HUD thingy (No very good with MVC) | Simon Robertshaw | 7 | -3/+57 |