| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-06-14 | Make aheat in HEAT view less intense | Simon Robertshaw | 1 | -1/+1 | |
| 2011-06-14 | Better heat treatment. | savask | 1 | -12/+10 | |
| 2011-06-14 | Fix small visual issues and crash when folder doesn't exist | Simon Robertshaw | 1 | -6/+6 | |
| 2011-06-14 | Fix sim-options icon | Simon Robertshaw | 1 | -1/+1 | |
| 2011-06-14 | Add access to the local saving features | Simon Robertshaw | 3 | -43/+87 | |
| 2011-06-13 | Local saving UI | Simon Robertshaw | 2 | -0/+128 | |
| 2011-06-13 | Local save loading - Fix screen buffer issues and scrolling | Simon Robertshaw | 1 | -47/+75 | |
| 2011-06-12 | Missing files from previous commit | Simon Robertshaw | 1 | -0/+7 | |
| 2011-06-12 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 1 | -1/+1 | |
| 2011-06-12 | Local save loading (WIP) | Simon Robertshaw | 2 | -0/+265 | |
| 2011-06-11 | Version increment | Simon | 1 | -1/+1 | |
| 2011-06-11 | Fix a load of memory leaks | jacksonmj | 10 | -49/+48 | |
| Also fix some compiler warnings (missing headers, wrong pointer type for modf, etc) and move variable declarations for Visual Studio. | |||||
| 2011-06-10 | Heat advection, currently doesn't obey the whole conservation of energy law | Simon Robertshaw | 1 | -1/+24 | |
| 2011-06-09 | A-Heat toggle for Simulation options | Simon Robertshaw | 1 | -17/+31 | |
| 2011-06-09 | Gravity zoning | Simon Robertshaw | 9 | -3/+198 | |
| 2011-06-09 | Image for server saving | Simon Robertshaw | 4 | -3/+56 | |
| 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 | Clean up signs when reading | Simon Robertshaw | 3 | -0/+16 | |
| 2011-06-08 | message_box and input for Lua API, also autorun.lua | Simon Robertshaw | 5 | -1/+120 | |
| 2011-06-08 | Version increment | Simon Robertshaw | 1 | -1/+1 | |
| 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 | 3 | -2/+16 | |
| 2011-06-08 | console_error now optional for console_parse_type | jacksonmj | 2 | -11/+11 | |
| Prevents lua step functions from clearing console_error in calls to console_parse_type, hence preventing luacon_eval errors from being shown | |||||
| 2011-06-08 | Make step function registration work properly | jacksonmj | 1 | -8/+29 | |
| 2011-06-08 | Create mercury with tmp value | jacksonmj | 1 | -0/+2 | |
| 2011-06-08 | Fix tpt.get_name and limit tpt.log message length | jacksonmj | 1 | -3/+3 | |
| 2011-06-08 | Loads of error messages for lua, and hopefully fix lua stack overflow | jacksonmj | 3 | -50/+110 | |
| Also fix game exiting when an error occurs in a step function. Returning -1 seems to prevent lua from restoring the stack to the state it was in before the C function call - see bottom of luaD_precall() in lua source (ldo.c) | |||||
| 2011-06-08 | Fix favourites remove button | jacksonmj | 1 | -11/+8 | |
| 2011-06-08 | Fix WL_DESTROYALL for fast particles; and no H2 ignition from SPRK | jacksonmj | 2 | -2/+2 | |
| H2 igniting from spark causes too many problems for electrolysis | |||||
| 2011-06-04 | Version increment | Simon Robertshaw | 1 | -1/+1 | |
| 2011-06-04 | Bubbles now don't pop because of gases. | savask | 1 | -1/+2 | |
| 2011-06-04 | Added detach to powder.h. | savask | 1 | -0/+2 | |
| 2011-06-04 | Some fixes for stick mans. | savask | 2 | -4/+8 | |
| 2011-06-04 | Some work on frozen bubbles. | savask | 1 | -29/+36 | |
| 2011-06-04 | Moved detach(i) function to powder.c, made soap display connections when | savask | 4 | -23/+24 | |
| it's double-joined, made portal in detach soap before teleportating (works strangely) | |||||
| 2011-06-04 | Version Increment | Simon Robertshaw | 1 | -2/+2 | |
| 2011-06-04 | Added the ability to use legacy commands (prepend with a \!) | Simon Robertshaw | 1 | -1/+7 | |
| 2011-06-04 | Mercury | Simon Robertshaw | 2 | -2/+79 | |
| 2011-06-04 | Version increment | Simon Robertshaw | 1 | -1/+1 | |
| 2011-06-04 | Version increment | Simon Robertshaw | 1 | -1/+1 | |
| 2011-06-04 | Stairstepping for downscaling | Simon Robertshaw | 1 | -13/+45 | |
| 2011-06-04 | Fix setting of temp, x and y particle properties | Simon Robertshaw | 1 | -6/+6 | |
| 2011-06-03 | Version increment | Simon Robertshaw | 1 | -1/+1 | |
| 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-03 | Fix semi-large thumbnails | Simon Robertshaw | 1 | -3/+23 | |
| 2011-06-03 | Favourites interface improvements | Simon Robertshaw | 2 | -16/+83 | |
| 2011-06-03 | Version increment | Simon Robertshaw | 1 | -1/+1 | |
| 2011-06-03 | Unregister function (not implemented) | Simon Robertshaw | 1 | -0/+1 | |
