summaryrefslogtreecommitdiff
path: root/src/powder.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-07Titanium only blocks air when it is connectedSimon Robertshaw1-3/+3
2012-06-07Added condition so that EXOT does not automatically replicate WARP to avoid c...Catelite1-0/+1
2012-06-07Ton of changes to make EXOT work as expected. Added graphics to WARP to make ...Catelite1-1/+2
2012-06-07omg EXOT element, made from BREL element sparked repeatedly while under >10 p...Catelite1-0/+3
2012-06-05Fix the bug with not-spawning fighter.Savely Skresanov1-2/+0
2012-06-05Put ifs into switch in create_part. Delete useless PSv saving function.Savely Skresanov1-195/+218
2012-05-31Prevent allocation of particles with type==0Simon Robertshaw1-1/+1
2012-05-30Fix PROP_NEUTPENETRATE, particles weren't being moved into empty spacejacksonmj1-1/+1
2012-05-30Fixed the bug with snow, where it melted without taking it's ctype intoSavely Skresanov1-5/+5
2012-05-28No rounding errors with triangle brush, so no need for epsilon (I hope).Savely Skresanov1-2/+1
2012-05-24remove lastx/lasty variables when OGLR is disabledJacob11-0/+10
2012-05-24VOID & PVOD can be set to only eat/not eat certain thingsJacob11-1/+2
2012-05-24energy type particles automatically go into photons, not pmapJacob11-8/+9
2012-05-24console doesn't enable hud, fast heat for PUMP/GPMP/ANIM, GPMP activated at drawJacob11-15/+17
2012-05-23fix emp flash, better live parts rendering in (render_ui &) deco editorJacob11-27/+1
2012-05-23fix compilingJacob11-2/+2
2012-05-17New flood_parts function, should fix crashing due to too much recursionjacksonmj1-64/+133
2012-05-17Spellingjacksonmj1-2/+2
2012-05-12Make TTAN block pressure when framesteppingjacksonmj1-7/+2
2012-05-12Fancy motion blur for OpenGL, fix a lot of dialogues in OpenGL, fix gravity l...Simon Robertshaw1-0/+10
2012-05-11New element: Titanium, absorbs some neutrons, acts as a solid wall to air. Mo...Simon Robertshaw1-0/+7
2012-05-06Change license from GPLv2+ to GPLv3+jacksonmj1-0/+17
2012-04-30Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-0/+8
2012-04-30Add PROP_NOAMBHEAT to prevent certain elements from being heated by Ambient h...Simon Robertshaw1-1/+1
2012-04-28Delete signs when cutting; change sign location check when savingjacksonmj1-0/+8
2012-04-25Fix "return 0;" in function returning void (create_box)Simon Robertshaw1-1/+1
2012-04-19Fix sponge bug.savask1-2/+5
2012-04-18Fix the bug where you could set "bad" temp to insulators.savask1-0/+1
2012-04-17Alterations to TRON and fancy effectsSimon Robertshaw1-4/+1
2012-04-17TRON element, needs to glow and fancy explosion on crashcracker641-0/+11
2012-04-17A small fix for convection.savask1-1/+1
2012-04-15Viscosity change for gel. Water diffusion among sponge and gel (but withsavask1-0/+4
2012-04-15Added gel - a liquid with variable heat conductivity and viscosity.savask1-11/+24
2012-04-14Fix crash when flood fill deleting lifejacksonmj1-8/+11
2012-04-14No unmeltable ice anymore.savask1-1/+1
2012-04-07A fix for ice with ctype = 0.savask1-0/+5
2012-04-03Allow DEST to be cloned with CLNE, PCLN, BCLN and PBCN. Add icon for Force el...Simon Robertshaw1-0/+4
2012-03-31REALISTIC - Latent heat. It may be buggy, and enthalpy table isn'tsavask1-4/+78
2012-03-30More brush fixesjacksonmj1-4/+10
2012-03-29Brush fixesjacksonmj1-2/+2
2012-03-26Fix ELEC being put into pmap instead of photonsJacob11-3/+3
2012-03-26triangle brush fixesJacob11-6/+6
2012-03-26Remove squares.h, since it doesn't seem to give any speed advantage over sqrtfjacksonmj1-3/+2
2012-03-23Fix Replacemode delete on ToolsSimon Robertshaw1-1/+3
2012-03-15fix 10000 compiler warnings, put nble.c in right spot, delete create_moving_s...Jacob11-16/+0
2012-03-14Fix major update_particles_i bug, do_move was being called on nonexistant par...Jacob11-33/+18
2012-03-14soap lines, create_parts fix, compiling fixesJacob11-2/+2
2012-03-14Fix rx = 0 crashJacob11-3/+4
2012-03-14Make create_parts smaller/make cirlce code not repeat 3 timesJacob11-142/+62
2012-03-14When creating a line, only fill in the first circle, and draw outlines the re...Jacob11-20/+87