summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2012-10-03Fix extra BUBW sometimes being produced when CO2 dissolvesjacksonmj1-3/+3
2012-09-05Also fix bugs with energy particles that pass directly from PIPE to portaljacksonmj1-1/+13
2012-09-05Fix bugs with energy particles in PIPEjacksonmj1-2/+9
2012-09-03Fix MOTD string copyjacksonmj1-1/+1
The missing terminating null character in the string copy meant that some of the previous message remained when the MOTD changed.
2012-09-02Move DTEC to electronics menujacksonmj1-1/+1
2012-09-02Change air tools to only act inside the brush, not in surrounding cells as welljacksonmj1-18/+2
2012-09-02tpt.element also converts numbers to namesjacob11-4/+13
2012-09-02cold phot doesn't burn thingsjacob11-1/+2
2012-09-02Fix things melting with heat sim offjacob11-14/+14
(caused by copy and paste, note that their airloss is all the same)
2012-09-02DTEC, generates a spark when something with it's ctype is nearbyjacob13-7/+78
2012-09-02WOOD and PLNT turn grey when hot, bluish when coldjacksonmj3-2/+61
2012-08-21Limit SPNG saturation, and reduce absorption rate for GEL and SPNG with some ↵jacksonmj2-9/+13
elements
2012-08-21Correct proportions of CO2 and WATR when GEL/SPNG is absorbing BUBWjacksonmj2-8/+2
2012-08-21GEL and SPNG absorb water from more elements and leave behind what the water ↵jacob13-4/+45
was mixed with
2012-08-21PPIP glowing brck in fire modeSimon Robertshaw1-2/+7
2012-08-13Prevent CONV from destroying diamondjacob11-1/+1
2012-08-13Fix cut message, stamps/copying can be done backwards, fix xor_rectjacob13-24/+72
(amended to remove extra argument to build_save)
2012-08-13fix many crashes when out of memoryjacob13-5/+59
2012-08-13Powered pipe, based on jacob1's commitsjacksonmj7-54/+312
PSCN to turn on, NSCN to turn off, INST to reverse. Differences from jacob1's commit include: flood fill function that includes 1px diagonal pipes, powered/reversed state stored in tmp instead of flags, sparks from PSCN/NSCN/INST always take effect the following frame, single pixel pipe directions are a number from 0 to 7 so "if(coords)" does not check whether one is set (store another "transfers according to 1px pipe direction" bit for reverse flow).
2012-08-10Fix setting ctype names in old consolejacob11-7/+17
2012-08-10remove restriction on ctype in old consolejacob11-5/+5
(amended to not reindent whole file)
2012-08-09Error reporting in other things besides just step functionsjacob11-8/+24
2012-08-09right click reload button to go back to open_ui, reload button disappears ↵jacob11-1/+6
when clear button used (amended since TPT doesn't have the instant_open argument to open_ui)
2012-08-09Give menu color to elements without one (stickmen, TRON, and WARP) The color ↵jacob16-56/+14
is ignored, so they still look the same (amended to remove "*pixel_mode &= ~PMODE;", since *pixel_mode is set to PSPEC_STICKMAN immediately afterwards)
2012-08-09more things saved in powder.prefjacob11-1/+12
2012-08-09ctrl+w for gravity cycle with stkm2Jacob11-1/+1
2012-08-09local save deletionJacob11-1/+23
2012-08-09fix energy particles going in pipejacob11-1/+1
2012-08-09Fix the PROP interface bug from inside of list_process toojacob11-2/+3
2012-08-09Fix some bugs in PROP and local saving interfacesjacob11-2/+9
2012-08-09don't upload NULL savesjacob11-0/+5
2012-08-09photon heating/coolingjacob11-6/+9
2012-08-09actually add dcolor getting, implement tpt.display_modejacob11-2/+4
2012-08-09fix set_property not checking stacked particles, add dcolor property ↵jacob11-14/+14
setting/getting
2012-08-09Reset emp flash when the save is cleared/loadedjacob11-0/+1
2012-08-06Fix graphics function crashjacob11-10/+10
2012-08-02Fix salt/water proportions when dissolving into DSTW as welljacksonmj1-2/+4
2012-08-02Consistent proportions of WATR and SALT in SLTWjacksonmj4-6/+12
1 SALT + 3 WATR = 4 SLTW
2012-08-02Keep zoom window open when undoingjacksonmj1-1/+1
2012-08-02Fix zoom in deco modeSimon Robertshaw1-3/+13
2012-08-02Make console_ui cover up right menu marginSimon Robertshaw1-1/+1
2012-08-02Remove intro text when using ptsave: handlerSimon Robertshaw1-4/+1
2012-08-02move some key stuff out of sdl_poll, zoom won't be triggered even when ↵jacob12-97/+106
disabled by lua now Conflicts: src/interface.c src/main.c
2012-08-01Disable decorations by defaultSimon Robertshaw1-0/+1
2012-07-24Correct pasting text within existing text, courtesy of jacob1Simon Robertshaw1-1/+1
2012-07-190 is a valid value for activeMenujacksonmj1-1/+1
2012-07-12Now stickmen can shoot plasma.Savely Skresanov1-1/+4
2012-07-09Add ptypes.enabled checks to a few more placesjacksonmj10-15/+15
2012-07-09Salt should only melt ice that is above saltwater freezing temperaturejacksonmj1-1/+1
2012-07-08Optimization for GoL, Added brush size and mouse wheel to lua!cracker644-23/+34