| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-11-17 | Remove old code | Simon Robertshaw | 1 | -306/+0 | |
| 2012-06-12 | Make ambient heat convection work a bit better | jacksonmj | 1 | -3/+3 | |
| Previously, it was comparing the temperature of the current cell to the average of the cells around it (plus some advection affecting the average, but that makes no difference if the air starts out stationary), and basing the velocity change on this temperature difference. If the cell below is hotter and the cell above is cooler, the air should rise. But in this case, the average of surrounding cells tends to be near the temperature of the current cell, so not much happens. Just using the temperature difference between the current cell and the cell above makes convection work a lot better. | |||||
| 2012-05-11 | New element: Titanium, absorbs some neutrons, acts as a solid wall to air. ↵ | Simon Robertshaw | 1 | -11/+2 | |
| Move blockair filling into update_particles so it can be used by elements | |||||
| 2012-05-06 | Change license from GPLv2+ to GPLv3+ | jacksonmj | 1 | -0/+17 | |
| Also add headers stating the license to some more of the source files | |||||
| 2012-02-05 | Prevent ambient heat going through walls | jacksonmj | 1 | -10/+14 | |
| Still doesn't conserve energy, it might disappear when blown towards a wall, but it will no longer go through the wall. | |||||
| 2011-12-18 | Move Newtonian gravity into a new file | jacksonmj | 1 | -260/+1 | |
| 2011-08-06 | Calculate Newtonian gravity using fast Fourier transforms | jacksonmj | 1 | -0/+161 | |
| About 16% slower for one cell changing, same speed for 6 cells changing, and several hundred times faster for whole screen changing. | |||||
| 2011-07-24 | update_air now runs 10% faster | jacksonmj | 1 | -12/+10 | |
| 2011-07-18 | Lensing effect for gravity, adds 3 new gravity maps (full resolution, linear ↵ | Simon Robertshaw | 1 | -0/+37 | |
| interpolation for faux accuracy), old ones should be removed in time. | |||||
| 2011-06-25 | Hot air rises [Experimental] | Simon Robertshaw | 1 | -0/+6 | |
| 2011-06-25 | Include ambient heat in undo | jacksonmj | 1 | -3/+4 | |
| 2011-06-10 | Heat advection, currently doesn't obey the whole conservation of energy law | Simon Robertshaw | 1 | -1/+24 | |
| 2011-06-09 | Gravity zoning | Simon Robertshaw | 1 | -0/+1 | |
| 2011-06-01 | Ambient heat (disabled by default) | Simon Robertshaw | 1 | -0/+51 | |
| 2011-04-26 | Fix for non-diff mode | Simon Robertshaw | 1 | -1/+4 | |
| 2011-04-26 | Gravity: only calculate the difference | Simon Robertshaw | 1 | -18/+26 | |
| 2011-04-24 | Allow negative gravity | Simon Robertshaw | 1 | -1/+1 | |
| 2011-04-24 | Asynchronous thread for gravity processing | Simon Robertshaw | 1 | -10/+14 | |
| 2011-04-22 | Gravitaaaay (Needs tweeking for performance) | Simon Robertshaw | 1 | -0/+47 | |
| 2011-04-08 | astyle | Simon | 1 | -159/+159 | |
| 2011-03-30 | A cracker commit with some nice comments | Simon | 1 | -9/+9 | |
| 2011-02-09 | "Added Air modes using Gravitymode code" | Cate | 1 | -0/+26 | |
| 2011-02-04 | merge jacksonmj's and much better string parsing because of a function i found. | Cracker64 | 1 | -16/+16 | |
| 2011-01-28 | update to latest | Cracker64 | 1 | -119/+165 | |
| 2010-11-20 | Made wall code use #defines. small fix for adjustabl brush. | Philip | 1 | -12/+12 | |
| 2010-10-04 | Updating | Philip | 1 | -0/+141 | |
