| 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 | 2 | -21/+30 | |
| 2011-06-25 | Fix gravmap build up during repeated frame stepping | jacksonmj | 2 | -4/+5 | |
| 2011-06-25 | Pixel format conversion | jacksonmj | 1 | -11/+59 | |
| 2011-06-25 | Decor brush shape, and fix big thumb not changing when page changed | jacksonmj | 1 | -0/+5 | |
| 2011-06-25 | Fix soap stamp crashes, and fix stkm head colour | jacksonmj | 2 | -9/+15 | |
| 2011-06-25 | Merge pull request #32 from ief015/master | ief015 | 2 | -18/+67 | |
| added lua functions to aid with iterations through all particles | |||||
| 2011-06-25 | added functions to iterate through all particles | ief015 | 2 | -18/+67 | |
| + tpt.start_getPartIndex() --starts the iteration + bool tpt.next_getPartIndex() --increases the iteration, returns true if there are more particles to iterate through + int tpt.getPartIndex() --get the current iteration value | |||||
| 2011-06-15 | Version increment | Simon | 1 | -1/+1 | |
| 2011-06-15 | Include dir change for OS X | Simon | 1 | -0/+6 | |
| 2011-06-15 | Fix save_filename crash | Simon Robertshaw | 1 | -2/+2 | |
| 2011-06-15 | Version increment | Simon Robertshaw | 1 | -2/+2 | |
| 2011-06-15 | Revert "Revert "Version increment"" | Simon Robertshaw | 1 | -1/+1 | |
| This reverts commit bcb7852762365a6cafd55204c9e86920bc772ac9. | |||||
| 2011-06-15 | Revert "Heat simulation improvement." | Simon Robertshaw | 1 | -5/+2 | |
| This reverts commit 5e43bb0510e704b66120391c027c7568f5b6f920. | |||||
| 2011-06-15 | Revert "Changed thunder and plasma to work as before." | Simon Robertshaw | 1 | -2/+2 | |
| This reverts commit fe9fd28b70f673cb3b2d4e7e0c345a7458416554. | |||||
| 2011-06-15 | Revert "Prevent photons stealing heat energy" | Simon Robertshaw | 1 | -2/+3 | |
| This reverts commit aac8898f42e0e2fb3fcf6a3824ae19d8e676eb8c. | |||||
| 2011-06-15 | Revert "Version increment" | Simon Robertshaw | 1 | -1/+1 | |
| This reverts commit af73fd17b228c553a71c36cae3c439398f20f905. | |||||
| 2011-06-14 | Version increment | Simon Robertshaw | 1 | -1/+1 | |
| 2011-06-14 | Prevent photons stealing heat energy | Simon Robertshaw | 1 | -3/+2 | |
| 2011-06-14 | Changed thunder and plasma to work as before. | savask | 1 | -2/+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 | 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) | |||||
