summaryrefslogtreecommitdiff
path: root/src/powder.c
AgeCommit message (Collapse)AuthorFilesLines
2010-12-23oops, that wasn't neededCracker641-2/+0
2010-12-23a fix for 1 pixel brush and flood fill crashing in certain builds.Cracker641-0/+27
2010-12-22Cracker MergeSimon1-2/+2
2010-12-22updated with latest, and FWRK crash fix, INST looks for INSL, wifi lines ↵Cracker641-16/+28
only show in debug mode.
2010-12-20Revert "nice"Simon1-1578/+1585
This reverts commit 14b4dfef87892ad744cbb8b6fbdc0bc80044d51b.
2010-12-20niceFelix Wallin1-1585/+1578
2010-12-19Invis can now be used to turn photons into neutronsSimon1-7/+11
2010-12-19Allow building with Visual Studio, at the loss of some functionality, also, ↵Simon1-0/+3
updates to version number
2010-12-19Fix mergeSimon1-50/+704
2010-12-19BRAY is not blocked by INWR or ARAYSimon1-1/+1
2010-12-19Correct fileSimon1-5/+5
2010-12-19missed some parenthesis, caused some creating problemsCracker641-1/+21
2010-12-19added spawnpoints for stickmen, so they respawn.Cracker641-5/+76
2010-12-18Added second stickman for Lulz, it works great though, controlled by wasd. ↵Cracker641-4/+440
's' was moved to ctrl-s and d is ctrl-d
2010-12-17added invertion to rotate, ctrl-shift-r, will invert x-axis. ↵Cracker641-23/+60
NEUT+ACID=ISOZ,GLOW+WATR=DEUT. added ` to toggle replace mode for people without insert keys
2010-12-16improved rotate, no longer deletes particles, and works with walls.Cracker641-19/+28
2010-12-16a rotate tool! ctrl-r, then select the area, it will rotate ↵Cracker641-1/+54
counterclockwise, no properties are saved right now, it deletes and recreates.
2010-12-14another swch fix, desl fire fix, shift-g will make grid go down, BIZR glows ↵Cracker641-14/+46
from velocity in FIRE,ect. METL/BRMT/BMTL change color when heated in heat gradient view. other small changes.
2010-12-14there we goFelix Wallin1-1/+6
2010-12-13updated with icons, and some more fixes.Cracker641-10/+6
2010-12-12Merge latest cracker changesSimon1-20/+49
2010-12-12few thingies before i goCracker641-0/+2
2010-12-12more small changes/fixes. Generation count for GoL in debug, resets with 'r'.Cracker641-20/+47
2010-12-11cracker mergeSimon1-117/+97
2010-12-11compiles for vilsual studio nowCracker641-9/+9
2010-12-10forgot to add channel resets for higher than 25Cracker641-1/+1
2010-12-10Lots of small changes/fixes mentioned in my mod post.Cracker641-5/+16
2010-12-08Photons no longer give heat to insulation type things. is basically the ↵Cracker641-1/+1
same as official besides a few bug fixes.
2010-12-08Bugfix for wifi, would cause a double spark if timed just right. updated toCracker641-44/+112
2010-12-07Added saving of pause state and particle tmp value, removed INST from the menuSimon1-2/+2
2010-12-06removed battery from INST wire, some other small fixesCracker641-64/+21
2010-12-06Fix ARAY destroy modeSimon1-0/+2
2010-12-06Fix ARAYs scanning off screen, also removed warnings from makefileSimon1-7/+13
2010-12-06Potential Fix for PSCN an A-RAYSimon1-16/+18
2010-12-06Added ARAY, a instant ray that can create holograms and transfer electrical ↵Simon1-3/+49
energy
2010-12-05Cracker64 mergeSimon1-245/+1589
2010-12-05FILT, a photon color filter, not really a filter right now, but it changes ↵Cracker641-8/+23
the color. Other small changes
2010-12-04WIFI, a wireless SPRK transmitter, has 25 'channels' controlled by temp. ↵Cracker641-4/+41
starting at 0C, every 100 degrees is a different channel, they are colored as well. Heat-gradient display, colors of elements is slightly changed based on temp. maybe some other fixes.
2010-12-03lots and lots of small changes/fixes. fixed typo for water movement, made ↵Cracker641-62/+143
parts_avg kinda better? electronics still work.
2010-12-01woops, didn't test INST, works nowCracker641-2/+2
2010-12-01SHLD, element that grows from spark and will regrow if damaged. Lots of ↵Cracker641-22/+195
other small changes and fixes. replace mode ONLY draws on the element to be replaced.
2010-11-30Fixed love crash on mac, added adjustable grid mode, hit 'g', goes up to 9.Cracker641-5/+9
2010-11-30PUMP is now powered and blue, fixed some wall probems, portals are more ↵Cracker641-15/+68
random, maybe fixed love for mac?
2010-11-28VINE, plant grows up the side of WOOD. INST wire is now also a battery and ↵Cracker641-59/+91
will charge if it doesn't give off a spark right away. Will give spark to NSCN or SWCH that is on. found some more wall defines i missed. moved wall code up 100 numbers. INVS, solid that turns invisible to elements when under pressure.
2010-11-26INST wire now can cross itself like walls, so it can be used exactly like ↵Cracker641-5/+40
them in a MUCH smaller space.
2010-11-25ANAR, behaves opposite of dust. fix fuse loading, floodfilling of neut/photons.Cracker641-9/+25
2010-11-24Added PSTE, a colloid element that turns solid under pressure. WTF is now ↵Philip1-5/+29
radioactive with neutrons. boom.
2010-11-23added ISOZ, isotope z, radioactive liquid, reacts with photons, not ↵Philip1-12/+156
neutrons.Has a solid form that slowly decays away. uses negative pressure. Instant wire INST, conducts instantly, like walls. Only takes spark from PSCN and only gives it to NSCN. Portal elements. PRTI is the 'in' side, and PRTO is where they come out. you don't need a lot.
2010-11-22plnt eats smoke and gives off o2. GLAS acts as insulation for acid, kind ofPhilip1-1/+21
2010-11-22floodfill fix, @_@ elements, grav changes colorPhilip1-24/+86