| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-07-24 | Update gravity mask when deleting gravity wall | jacksonmj | 1 | -0/+4 | |
| 2011-07-24 | Avoid division by zero for circle brush | jacksonmj | 2 | -2/+4 | |
| 2011-07-24 | Fix liquids in vertical gravity when Newtonian gravity is turned on | jacksonmj | 1 | -3/+13 | |
| 2011-07-24 | Fix | tridiaq | 1 | -1/+1 | |
| 2011-07-22 | active menu and hud enable are global. | cracker64 | 2 | -2/+6 | |
| 2011-07-22 | Added functions to header. | cracker64 | 1 | -0/+6 | |
| 2011-07-22 | Fix new luaconsole functions. | cracker64 | 1 | -5/+5 | |
| 2011-07-22 | me4502 luaconsole functions, edited from github. | cracker64 | 1 | -0/+52 | |
| 2011-07-18 | Lensing effect for gravity, adds 3 new gravity maps (full resolution, linear ↵ | Simon Robertshaw | 5 | -15/+133 | |
| interpolation for faux accuracy), old ones should be removed in time. | |||||
| 2011-07-13 | Fix PBCN saving and increment major version | Simon | 2 | -4/+4 | |
| 2011-07-12 | Version change | Simon Robertshaw | 1 | -1/+1 | |
| 2011-07-12 | Allow flood_parts to cope with Life types | Simon Robertshaw | 1 | -9/+10 | |
| 2011-07-12 | Fix scaling bug when drawing lines | jacksonmj | 1 | -2/+0 | |
| 2011-07-12 | Version change | Simon Robertshaw | 1 | -1/+1 | |
| 2011-07-12 | Revert variable names for Brush | Simon Robertshaw | 1 | -1/+1 | |
| 2011-07-12 | Merge | Simon Robertshaw | 1 | -0/+1 | |
| 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 | 4 | -9/+22 | |
| 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 | Move SING back to where it belongs, acid heats up when dissolving materials | Simon Robertshaw | 2 | -1/+6 | |
| 2011-07-12 | Added blunt temperature controls to CLST that cause it to freeze in place ↵ | Cate | 1 | -1/+11 | |
| when cooled by cohesion. Doesn't produce the exact same finger shapes as before for some arcane reason, I seriously have no clue why. But looks close enough for passing. | |||||
| 2011-07-12 | Added Cracker changes for adding a triangle brush! :DDD Seems to work ↵ | Cate | 4 | -8/+38 | |
| without any issues. | |||||
| 2011-07-12 | fix potential crashes with LIFE - jacksonmj | Simon Robertshaw | 1 | -1/+5 | |
| 2011-07-12 | Fix cursor rendering and some potential crashes for LIFE, courtesy of jacksonmj | Simon Robertshaw | 1 | -2/+2 | |
| 2011-07-12 | Line snapping (hold down Alt when drawing a line) | jacksonmj | 4 | -27/+41 | |
| Specific element select changed to Ctrl+Alt | |||||
| 2011-07-12 | Fix line/box erase for decor layer | jacksonmj | 1 | -2/+2 | |
| 2011-07-12 | Fix bounds check for WIND line | jacksonmj | 1 | -1/+1 | |
| 2011-07-12 | Increased CLST's Advec, after noticing that with 0 advec, it has no air ↵ | Cate | 1 | -1/+1 | |
| influence, and so cannot be dragged by air XD One digit change. | |||||
| 2011-07-12 | Added CLST element, which is Clay dust, for making concrete with water. :D ↵ | Cate | 4 | -11/+51 | |
| 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 a typo (?) in Powder.h that made oil turn to oil all over again ↵ | Cate | 1 | -1/+1 | |
| anywhere below -6 pressure. Not sure why this was set to do this, but fixed anyway. | |||||
| 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 | 6 | -120/+294 | |
| 2011-07-08 | Deleted whole repository due to weirdness with recognizing folder. From ↵ | Cate | 4 | -33/+127 | |
| current source, added Cracker64's changes that make 1px pipe several times faster than thicker pipe. Doesn't break saves. :D | |||||
| 2011-07-07 | Set version to beta | Simon Robertshaw | 1 | -1/+1 | |
| 2011-07-06 | Windows clipboard_pull_text() implementation (untested) | Simon Robertshaw | 1 | -0/+20 | |
| 2011-07-06 | Remove define for Linux Clipboard | Simon Robertshaw | 1 | -1/+1 | |
| 2011-07-06 | Basic clipboard_push_text support for linux | jacksonmj | 5 | -1/+71 | |
| 2011-07-06 | Better favourite removal and download counts for the future] | Simon Robertshaw | 2 | -4/+29 | |
| 2011-07-06 | Version increment | Simon Robertshaw | 1 | -2/+2 | |
| 2011-07-06 | Change PBCN switching method | jacksonmj | 2 | -23/+20 | |
| PCLN is different for compatibility with some existing saves relying on the exact time taken for a switch on/off to spread through adjacent PCLN dots (commit 692e2ba86d694103bfcad00ddd6816fc96d595bd) | |||||
| 2011-07-06 | Fix crashing when pipe has a negative tmp value | jacksonmj | 2 | -3/+3 | |
| 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-07-03 | Fix stickman head in renderer | jacksonmj | 1 | -0/+1 | |
| 2011-07-03 | Some fixes for non-existent particles in Lua | jacksonmj | 1 | -1/+15 | |
| Return 0 for get_property("type", ...) instead of erroring, to make checking for particles easier. Also stop x coordinate being used as a particle index if no particle exists at that location. | |||||
| 2011-07-01 | Savask experimental heat transfer | Simon Robertshaw | 3 | -3/+23 | |
| 2011-06-28 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon | 1 | -1/+1 | |
| 2011-06-28 | Use new font glyph | Simon Robertshaw | 1 | -1/+1 | |
| 2011-06-28 | Adjust font glyph 214 | Simon | 2 | -1/+1 | |
| 2011-06-28 | Update font, add 'activated elements' glyph at position 214 | Simon | 3 | -3/+3 | |
| 2011-06-28 | Powered Breakable clone, Gravity Pump, New menu section for powered elements ↵ | Simon Robertshaw | 11 | -31/+204 | |
| (needs icon) | |||||
