summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2012-04-30Woo, file opening for OS XSimon Robertshaw1-0/+382
2012-04-30Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw9-230/+351
2012-04-30Add PROP_NOAMBHEAT to prevent certain elements from being heated by Ambient ↵Simon Robertshaw2-2/+2
heat, Add PROP_NOAMBHEAT to FILT to fix http://powdertoy.co.uk/Discussions/Thread/View.html?Thread=13579
2012-04-30strncpy for loading sign text in OPSjacksonmj1-1/+1
2012-04-29Massive cleanup of sdl_scale, and fix moving a sign in the zoom windowjacksonmj3-171/+132
2012-04-29One gel particle can't absorb more than 100 water particles now.savask1-1/+1
2012-04-29Save soap bubblesjacksonmj1-6/+110
2012-04-29Fix bounds checking for SING and make explosion pressure area smallerjacksonmj1-6/+6
Making the area smaller means a bit less pressure is generated, but it does stop the pressure going through walls
2012-04-28Fix bugs when moving signsjacksonmj2-6/+8
Signs could not be repositioned on top of another sign (dependent on the indices of the two signs), and could not be placed after selecting an element from the menu.
2012-04-28Line snapping for deco editorjacksonmj1-2/+15
2012-04-28Delete signs when cutting; change sign location check when savingjacksonmj2-6/+14
Save signs within the original box that was drawn by the user, not within the box that has been expanded to match the wall grid
2012-04-27OPS loading: don't replace existing particles twice, and clear soap ctypejacksonmj1-1/+5
2012-04-27Use an array instead of ctype to cache tron colourjacksonmj2-21/+19
2012-04-27Save tmp2 for tronjacksonmj1-2/+2
2012-04-27Add tmp2 support to old consolejacksonmj1-8/+39
2012-04-27Fix includes for OSX and BSDSimon Robertshaw2-2/+6
2012-04-27It's hard to be a fool (fix for the fix)savask1-1/+1
2012-04-27Gel won't move solids any more.savask1-2/+8
2012-04-26BSD platform, -DBSDSimon Robertshaw2-4/+6
2012-04-25Fix "return 0;" in function returning void (create_box)Simon Robertshaw1-1/+1
2012-04-19Change STOR, PIPE, DUST to make correct use of .flags field.Simon Robertshaw6-16/+18
2012-04-19Fix sponge bug.savask3-3/+11
2012-04-18Ensure TRON head doesn't fadeSimon Robertshaw1-1/+1
2012-04-18Should fix any border crashescracker641-2/+2
2012-04-18Fix the bug where you could set "bad" temp to insulators.savask1-0/+1
2012-04-17Better description for troncracker641-1/+1
2012-04-17Alterations to TRON and fancy effectsSimon Robertshaw3-16/+55
2012-04-17TRON element, needs to glow and fancy explosion on crashcracker643-2/+165
2012-04-17A small fix for convection.savask1-1/+1
2012-04-15Viscosity change for gel. Water diffusion among sponge and gel (but withsavask2-0/+10
flying cake effect)
2012-04-15Added gel - a liquid with variable heat conductivity and viscosity.savask4-14/+87
2012-04-14Fix crash when flood fill deleting lifejacksonmj1-8/+11
2012-04-14No unmeltable ice anymore.savask1-1/+1
2012-04-13Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw3-2/+7
2012-04-13'Report' icon at 0xE3Simon Robertshaw1-1/+1
2012-04-11Use graphics function for BCOLjacksonmj1-1/+1
2012-04-10Stop walls next to pipe triggering automatic pattern generationjacksonmj1-1/+1
2012-04-07A fix for ice with ctype = 0.savask1-0/+5
2012-04-05Glowing BRAYSimon Robertshaw2-15/+16
2012-04-03Allow DEST to be cloned with CLNE, PCLN, BCLN and PBCN. Add icon for Force ↵Simon Robertshaw7-1/+5
elements, minor edits to Gas and Atomic element icons
2012-03-31REALISTIC - Latent heat. It may be buggy, and enthalpy table isn'tsavask2-4/+245
filled, but it works.
2012-03-30More brush fixesjacksonmj2-5/+13
Fixes a problem with the triangle brush caused by InCurrentBrush calculating the bottom left or bottom right points to be outside the triangle at certain brush sizes. Also fixes some points in the brush outline being heated twice when a line is drawn with the heat tool.
2012-03-29Brush fixesjacksonmj1-2/+2
Heat tool was heating a vertical line in the middle of the brush twice. When drawing a vertical line with the triangle brush, it was one pixel too thin.
2012-03-27Fixed burning temp. for fire.savask1-0/+4
2012-03-26Fix ELEC being put into pmap instead of photonsJacob11-3/+3
2012-03-26triangle brush fixesJacob12-9/+8
2012-03-26Remove squares.h, since it doesn't seem to give any speed advantage over sqrtfjacksonmj1-3/+2
2012-03-26Remove duplicate information in set_cmodejacksonmj2-20/+9
Calculating render_mode and display_mode variables from the arrays means less chance of mistakes (e.g. blob mode RENDER_EFFE was set in render_modes array but not in render_mode)
2012-03-23Enable realistic heat and put a build info thingy into welcome screenSimon Robertshaw1-1/+36
2012-03-23Fix Replacemode delete on ToolsSimon Robertshaw1-1/+3