| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-06-25 | Fix fast photons reflecting through obstacles | jacksonmj | 1 | -19/+14 | |
| 2011-06-25 | Fix walls for SING explosions | jacksonmj | 1 | -0/+7 | |
| 2011-06-25 | Fix gravmap build up during repeated frame stepping | jacksonmj | 1 | -4/+0 | |
| 2011-06-15 | Revert "Heat simulation improvement." | Simon Robertshaw | 1 | -5/+2 | |
| This reverts commit 5e43bb0510e704b66120391c027c7568f5b6f920. | |||||
| 2011-06-15 | Revert "Prevent photons stealing heat energy" | Simon Robertshaw | 1 | -2/+3 | |
| This reverts commit aac8898f42e0e2fb3fcf6a3824ae19d8e676eb8c. | |||||
| 2011-06-14 | Prevent photons stealing heat energy | Simon Robertshaw | 1 | -3/+2 | |
| 2011-06-14 | Heat simulation improvement. | savask | 1 | -2/+5 | |
| 2011-06-14 | Revert "Better heat treatment." | Simon Robertshaw | 1 | -10/+12 | |
| This reverts commit 37df2abe90731f2da814a4463f406b0afe9308f9. | |||||
| 2011-06-14 | Better heat treatment. | savask | 1 | -12/+10 | |
| 2011-06-09 | Gravity zoning | Simon Robertshaw | 1 | -1/+93 | |
| 2011-06-08 | Create mercury with tmp value | jacksonmj | 1 | -0/+2 | |
| 2011-06-08 | Fix WL_DESTROYALL for fast particles; and no H2 ignition from SPRK | jacksonmj | 1 | -1/+1 | |
| H2 igniting from spark causes too many problems for electrolysis | |||||
| 2011-06-04 | Moved detach(i) function to powder.c, made soap display connections when | savask | 1 | -5/+19 | |
| it's double-joined, made portal in detach soap before teleportating (works strangely) | |||||
| 2011-06-02 | Fix air-particle heat transfer | jacksonmj | 1 | -12/+5 | |
| Heat transfer rate is proportional to temperature difference. Previously, the code caused the temperature change to be proportional to absolute temperature. | |||||
| 2011-06-02 | Walls no longer limit fast particles to 2 pixels per frame | jacksonmj | 1 | -1/+1 | |
| 2011-06-02 | INVS should leave photons alone when under pressure | jacksonmj | 1 | -1/+1 | |
| 2011-06-01 | Ambient heat (disabled by default) | Simon Robertshaw | 1 | -0/+13 | |
| 2011-05-29 | Small speed improvement to eval_move | jacksonmj | 1 | -73/+105 | |
| Warning: may be buggy, test thoroughly. | |||||
| 2011-05-29 | Fix WIND decoration, and reset dcolour in create_part | jacksonmj | 1 | -0/+1 | |
| 2011-05-29 | Revert "Pass decorations to saving functions (doesn't actually save yet)" | jacksonmj | 1 | -18/+16 | |
| This reverts commit 7fe99f32102429113c671615fc2c5cadb9c51e56. Conflicts: src/main.c | |||||
| 2011-05-28 | Skip some calls to do_move for liquids | jacksonmj | 1 | -4/+6 | |
| No liquid can occupy the same space as itself unless in E-Hole | |||||
| 2011-05-28 | Make NBHL/NWHL eat things in the same way as BHOL/WHOL | jacksonmj | 1 | -5/+11 | |
| Also make ANAR move opposite to Newtonian gravity | |||||
| 2011-05-19 | Small fix for liquid and powder movement | jacksonmj | 1 | -7/+6 | |
| 2011-05-19 | Make sure WIND can't be created | jacksonmj | 1 | -0/+4 | |
| Revert this if the element number is reused for something useful | |||||
| 2011-05-19 | Photons and neutrons go through portal instead of reflecting | jacksonmj | 1 | -1/+32 | |
| 2011-05-14 | Fix crash with negative lava ctype | jacksonmj | 1 | -2/+5 | |
| E.g. "set type prti lava" | |||||
| 2011-05-14 | Pass decorations to saving functions (doesn't actually save yet) | jacksonmj | 1 | -16/+18 | |
| 2011-05-14 | Turn WIND into a tool | jacksonmj | 1 | -4/+2 | |
| 2011-05-14 | Fix overlapping particles | jacksonmj | 1 | -85/+59 | |
| 2011-05-14 | Fix high speed photons when reflecting near glass | jacksonmj | 1 | -0/+7 | |
| 2011-05-14 | Use properties for life decrement/kill | Simon Robertshaw | 1 | -7/+13 | |
| 2011-05-14 | fix neutron cloning | Simon Robertshaw | 1 | -1/+6 | |
| 2011-05-14 | Move wall drawing to graphics.c | Simon Robertshaw | 1 | -468/+9 | |
| 2011-05-14 | Revert "-a" | Simon Robertshaw | 1 | -10/+5 | |
| This reverts commit 550d270af28ba701931572182cc920d82de58999. | |||||
| 2011-05-14 | -a | Simon Robertshaw | 1 | -5/+10 | |
| 2011-05-05 | ANAR changes, WHOL absorbs ANAR and gets colder. ANAR burns with CFLM ↵ | Cracker64 | 1 | -1/+14 | |
| strangely. | |||||
| 2011-05-05 | Improve piling of powders | jacksonmj | 1 | -26/+25 | |
| 2011-05-05 | Fixes for previous commit | jacksonmj | 1 | -9/+6 | |
| Previous commit caused buggy movement in walls | |||||
| 2011-05-05 | Slight speed improvement for liquids and powders | jacksonmj | 1 | -27/+37 | |
| 2011-05-05 | Fix plut lava | jacksonmj | 1 | -2/+2 | |
| type already set to ctype and ctype already cleared, whoops. | |||||
| 2011-05-05 | Some changes to soap. | savask | 1 | -5/+10 | |
| 2011-05-05 | Initial soap commit | Simon Robertshaw | 1 | -0/+9 | |
| 2011-04-26 | Fix BMTL and gravity breaking | Simon Robertshaw | 1 | -2/+10 | |
| 2011-04-26 | Gravity breaks elements like pressure does (Doesn't work for broken metal ↵ | Simon Robertshaw | 1 | -2/+6 | |
| and needs tweaking a little) | |||||
| 2011-04-25 | Fix pause with gravity and test deuterium improvements | Simon Robertshaw | 1 | -44/+0 | |
| 2011-04-22 | Fix crash when setting fan direction with caps lock on | jacksonmj | 1 | -1/+1 | |
| 2011-04-22 | Gravitaaaay (Needs tweeking for performance) | Simon Robertshaw | 1 | -0/+6 | |
| 2011-04-16 | Use malloc in transform_save | jacksonmj | 1 | -15/+25 | |
| Should fix crashes on Windows caused by stack overflow | |||||
| 2011-04-08 | astyle | Simon | 1 | -45/+45 | |
| 2011-04-04 | Fix O2 and H2 files, also fix zero life death | Simon | 1 | -1/+1 | |
