| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-08-11 | Fire intensity from Lua | Simon Robertshaw | 1 | -2/+4 | |
| 2011-08-10 | Skip unused particles at end of parts[] | jacksonmj | 1 | -1/+1 | |
| 2011-08-08 | IT WOOOOOORKS :D (fixed WIRE logic.) | lieuwe | 1 | -0/+2 | |
| 2011-08-08 | Y U NO WORK. added logic for WIRE but it's not being called. | lieuwe | 1 | -0/+10 | |
| 2011-07-27 | Less buggy DLAY | Simon Robertshaw | 1 | -0/+25 | |
| 2011-07-26 | Fix LIFE graphics in blob, nothing and fancy view | jacksonmj | 1 | -27/+41 | |
| And some small fixes for switchable element colours | |||||
| 2011-07-26 | Minor optimisations for startup and render_fire | jacksonmj | 1 | -7/+10 | |
| 2011-07-25 | Generalized stick man's update functions. Got rid of some unnecessary | savask | 1 | -8/+0 | |
| variables. | |||||
| 2011-07-24 | Slight speed improvements for lensing | Simon Robertshaw | 1 | -5/+21 | |
| 2011-07-24 | Avoid division by zero for circle brush | jacksonmj | 1 | -1/+3 | |
| 2011-07-18 | Lensing effect for gravity, adds 3 new gravity maps (full resolution, linear ↵ | Simon Robertshaw | 1 | -4/+34 | |
| interpolation for faux accuracy), old ones should be removed in time. | |||||
| 2011-07-12 | Some letters changed and formatting fixed. n_n | Cate | 1 | -7/+6 | |
| 2011-07-12 | OMG FIXES. Lots of fixes for triangle brush to make sure it works, from ↵ | Cate | 1 | -6/+7 | |
| Cracker. Edited CLST to prevent "popcorning" when its float hits weird numbers. Also fixed it so it freezes nicely when cooled. Fingers are back! :DDD | |||||
| 2011-07-12 | Added Cracker changes for adding a triangle brush! :DDD Seems to work ↵ | Cate | 1 | -1/+13 | |
| without any issues. | |||||
| 2011-07-12 | Fix cursor rendering and some potential crashes for LIFE, courtesy of jacksonmj | Simon Robertshaw | 1 | -2/+2 | |
| 2011-07-12 | Added CLST element, which is Clay dust, for making concrete with water. :D ↵ | Cate | 1 | -0/+11 | |
| Neat due to element cohesion with itself, which causes it to sludge downwards in a way very uncharacteristic of any current powder. Cohesion is very easy to modify. Thanks to Savask for help with cohesion code. :D | |||||
| 2011-07-12 | Fixed quartz colors due to missing Else before an If in graphics.c Thanks ↵ | Cate | 1 | -1/+1 | |
| Savask. :D (I would have moved ifs around in a much less pleasant way @_@;) | |||||
| 2011-07-09 | Merge all GOL types into PT_LIFE, behaviour is determined by ctype | Simon Robertshaw | 1 | -43/+71 | |
| 2011-07-08 | Deleted whole repository due to weirdness with recognizing folder. From ↵ | Cate | 1 | -4/+4 | |
| current source, added Cracker64's changes that make 1px pipe several times faster than thicker pipe. Doesn't break saves. :D | |||||
| 2011-07-06 | Remove define for Linux Clipboard | Simon Robertshaw | 1 | -1/+1 | |
| 2011-07-06 | Fix crashing when pipe has a negative tmp value | jacksonmj | 1 | -1/+1 | |
| 2011-07-06 | Crashes when drawing stickman at the edge of the screen | jacksonmj | 1 | -19/+18 | |
| 2011-07-06 | Fix crash when hovering over a non-existent thumbnail | jacksonmj | 1 | -0/+2 | |
| 2011-06-28 | Powered Breakable clone, Gravity Pump, New menu section for powered elements ↵ | Simon Robertshaw | 1 | -2/+35 | |
| (needs icon) | |||||
| 2011-06-27 | Better photons for persistent display, ability to toggle gravity view (ctrl+g) | Simon Robertshaw | 1 | -10/+21 | |
| 2011-06-26 | Ensure energy particles are always drawn on top | Simon Robertshaw | 1 | -0/+3 | |
| 2011-06-25 | Visual Studio fixes | jacksonmj | 1 | -6/+8 | |
| 2011-06-25 | Fixes for high life stickman | jacksonmj | 1 | -2/+2 | |
| 2011-06-25 | Pixel format conversion | jacksonmj | 1 | -11/+59 | |
| 2011-06-25 | Fix soap stamp crashes, and fix stkm head colour | jacksonmj | 1 | -8/+14 | |
| 2011-06-14 | Make aheat in HEAT view less intense | Simon Robertshaw | 1 | -1/+1 | |
| 2011-06-11 | Fix a load of memory leaks | jacksonmj | 1 | -4/+4 | |
| Also fix some compiler warnings (missing headers, wrong pointer type for modf, etc) and move variable declarations for Visual Studio. | |||||
| 2011-06-09 | Gravity zoning | Simon Robertshaw | 1 | -1/+59 | |
| 2011-06-09 | Image for server saving | Simon Robertshaw | 1 | -0/+20 | |
| 2011-06-09 | Fix typo in previous commit | jacksonmj | 1 | -2/+2 | |
| 2011-06-09 | Fix resample_img using array indices larger than src image size | jacksonmj | 1 | -7/+15 | |
| E.g. resampling to 204x128 from 153x96 Src is 14688 pixels, calculation for pixel location 203,127 accesses array indices 14688, 14687, 14841, 14840 | |||||
| 2011-06-08 | Fix crash where source and destination scale where the same | Simon Robertshaw | 1 | -1/+5 | |
| 2011-06-08 | Less blurry thumbnail scaling | Simon Robertshaw | 1 | -0/+12 | |
| 2011-06-04 | Moved detach(i) function to powder.c, made soap display connections when | savask | 1 | -1/+1 | |
| it's double-joined, made portal in detach soap before teleportating (works strangely) | |||||
| 2011-06-04 | Stairstepping for downscaling | Simon Robertshaw | 1 | -13/+45 | |
| 2011-06-03 | Use bilinear interpolation for everything | Simon Robertshaw | 1 | -8/+9 | |
| 2011-06-03 | Bilinear interpolation for resampling | Simon Robertshaw | 1 | -5/+28 | |
| 2011-06-02 | some more deco editor changes. Right click deletes decoration again. | Cracker64 | 1 | -10/+16 | |
| 2011-06-01 | Ambient heat (disabled by default) | Simon Robertshaw | 1 | -2/+11 | |
| 2011-05-30 | Add calm blue text colour, buffer overflow fix for richtext | Simon Robertshaw | 1 | -0/+5 | |
| 2011-05-29 | Improve decoration in blob view, exclude from life and heat view | jacksonmj | 1 | -1/+8 | |
| 2011-05-29 | Remove remaining references to old decorations buffer | jacksonmj | 1 | -22/+11 | |
| 2011-05-28 | Fix image decompression | Simon Robertshaw | 1 | -0/+1 | |
| 2011-05-28 | Some debug info for image decoding | Simon Robertshaw | 1 | -4/+5 | |
| 2011-05-28 | Image resampling for thumbnails | Simon Robertshaw | 1 | -0/+17 | |
