summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-07-24Update gravity mask when deleting gravity walljacksonmj1-0/+4
2011-07-24Avoid division by zero for circle brushjacksonmj2-2/+4
2011-07-24Fix liquids in vertical gravity when Newtonian gravity is turned onjacksonmj1-3/+13
2011-07-24Fixtridiaq1-1/+1
2011-07-22active menu and hud enable are global.cracker642-2/+6
2011-07-22Added functions to header.cracker641-0/+6
2011-07-22Fix new luaconsole functions.cracker641-5/+5
2011-07-22me4502 luaconsole functions, edited from github.cracker641-0/+52
2011-07-18Lensing effect for gravity, adds 3 new gravity maps (full resolution, linear ↵Simon Robertshaw5-15/+133
interpolation for faux accuracy), old ones should be removed in time.
2011-07-13Fix PBCN saving and increment major versionSimon2-4/+4
2011-07-12Version changeSimon Robertshaw1-1/+1
2011-07-12Allow flood_parts to cope with Life typesSimon Robertshaw1-9/+10
2011-07-12Fix scaling bug when drawing linesjacksonmj1-2/+0
2011-07-12Version changeSimon Robertshaw1-1/+1
2011-07-12Revert variable names for BrushSimon Robertshaw1-1/+1
2011-07-12MergeSimon Robertshaw1-0/+1
2011-07-12Some letters changed and formatting fixed. n_nCate1-7/+6
2011-07-12OMG FIXES. Lots of fixes for triangle brush to make sure it works, from ↵Cate4-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-12Move SING back to where it belongs, acid heats up when dissolving materialsSimon Robertshaw2-1/+6
2011-07-12Added blunt temperature controls to CLST that cause it to freeze in place ↵Cate1-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-12Added Cracker changes for adding a triangle brush! :DDD Seems to work ↵Cate4-8/+38
without any issues.
2011-07-12fix potential crashes with LIFE - jacksonmjSimon Robertshaw1-1/+5
2011-07-12Fix cursor rendering and some potential crashes for LIFE, courtesy of jacksonmjSimon Robertshaw1-2/+2
2011-07-12Line snapping (hold down Alt when drawing a line)jacksonmj4-27/+41
Specific element select changed to Ctrl+Alt
2011-07-12Fix line/box erase for decor layerjacksonmj1-2/+2
2011-07-12Fix bounds check for WIND linejacksonmj1-1/+1
2011-07-12Increased CLST's Advec, after noticing that with 0 advec, it has no air ↵Cate1-1/+1
influence, and so cannot be dragged by air XD One digit change.
2011-07-12Added CLST element, which is Clay dust, for making concrete with water. :D ↵Cate4-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-12Fixed a typo (?) in Powder.h that made oil turn to oil all over again ↵Cate1-1/+1
anywhere below -6 pressure. Not sure why this was set to do this, but fixed anyway.
2011-07-12Fixed quartz colors due to missing Else before an If in graphics.c Thanks ↵Cate1-1/+1
Savask. :D (I would have moved ifs around in a much less pleasant way @_@;)
2011-07-09Merge all GOL types into PT_LIFE, behaviour is determined by ctypeSimon Robertshaw6-120/+294
2011-07-08Deleted whole repository due to weirdness with recognizing folder. From ↵Cate4-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-07Set version to betaSimon Robertshaw1-1/+1
2011-07-06Windows clipboard_pull_text() implementation (untested)Simon Robertshaw1-0/+20
2011-07-06Remove define for Linux ClipboardSimon Robertshaw1-1/+1
2011-07-06Basic clipboard_push_text support for linuxjacksonmj5-1/+71
2011-07-06Better favourite removal and download counts for the future]Simon Robertshaw2-4/+29
2011-07-06Version incrementSimon Robertshaw1-2/+2
2011-07-06Change PBCN switching methodjacksonmj2-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-06Fix crashing when pipe has a negative tmp valuejacksonmj2-3/+3
2011-07-06Crashes when drawing stickman at the edge of the screenjacksonmj1-19/+18
2011-07-06Fix crash when hovering over a non-existent thumbnailjacksonmj1-0/+2
2011-07-03Fix stickman head in rendererjacksonmj1-0/+1
2011-07-03Some fixes for non-existent particles in Luajacksonmj1-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-01Savask experimental heat transferSimon Robertshaw3-3/+23
2011-06-28Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon1-1/+1
2011-06-28Use new font glyphSimon Robertshaw1-1/+1
2011-06-28Adjust font glyph 214Simon2-1/+1
2011-06-28Update font, add 'activated elements' glyph at position 214Simon3-3/+3
2011-06-28Powered Breakable clone, Gravity Pump, New menu section for powered elements ↵Simon Robertshaw11-31/+204
(needs icon)