summaryrefslogtreecommitdiff
path: root/src/simulation
AgeCommit message (Expand)AuthorFilesLines
2012-10-05LOLZ and LOVE work againjacob14-14/+105
2012-10-05multiple BRCK colors (suggested by Catelite)jacob11-7/+26
2012-10-05don't let TNT flood fill explode when under other particles (prevents lag)jacob11-2/+5
2012-10-05show # of parts, [GRID X], PIPE/PPIP with X, and molten X (with debug on) in HUDjacob12-1/+5
2012-10-05undo ambient heat in snapshotsjacob12-0/+4
2012-10-05{t:15100|text} to open a forum thread (will try to add more shortcuts later)jacob11-1/+1
2012-10-05don't render fire on stamps (reduces lag)jacob12-17/+23
2012-10-03Fix extra BUBW sometimes being produced when CO2 dissolvesjacksonmj1-3/+3
2012-10-02Add couple of missing header files needed by GCC 4.7.Jesse Jaara1-0/+1
2012-10-01Fix photon blending modeSimon Robertshaw1-1/+2
2012-10-01Don't reset tick counter when loading saves, fixes issue with LIGH toolSimon Robertshaw1-1/+0
2012-09-30Fix some uninitialized variables, add back sandcolor changingjacob12-8/+11
2012-09-29Move PPIP to poweredSimon Robertshaw1-1/+1
2012-09-25Fix smudge issuejacob11-13/+17
2012-09-25MacOS X targets for Scons, Fix some inlines for clangSimon Robertshaw1-21/+21
2012-09-14Better fire rendering for savesSimon Robertshaw1-0/+26
2012-09-14Correct initialisation of FIGHSimon Robertshaw1-11/+14
2012-09-13Remove testing particle from repoSimon Robertshaw1-100/+0
2012-09-13Disable JIT for nowSimon Robertshaw1-0/+100
2012-09-06revert changing the lua/sdl includes and min/max changesjacob13-3/+6
2012-09-06Visual studio compatibilityjacob17-12/+12
2012-09-06fix spark color in nothing modejacob11-3/+3
2012-09-06Fix bugs with energy particles in PIPEjacob11-2/+9
2012-09-06Wall names in HUDjacob13-16/+21
2012-09-05Changes to Smudge and blending modes (make them a little slower and easier to...Simon Robertshaw1-25/+28
2012-09-01Fix Simulation Tool brush issue (misalignment/didn't work with small brushes)...Simon Robertshaw1-15/+16
2012-08-30Get/Set single element propertiesSimon Robertshaw1-0/+8
2012-08-30Fix streamline placementSimon Robertshaw1-2/+2
2012-08-29Implement retrieval of element propertiesSimon Robertshaw3-1/+44
2012-08-28Black decorations only in thumbnailsSimon Robertshaw1-2/+4
2012-08-28Correct PHOT colour during fusionSimon Robertshaw2-2/+2
2012-08-28cold phot doesn't burn thingsSimon Robertshaw1-1/+2
2012-08-28Fix things melting with heat sim offSimon Robertshaw14-14/+14
2012-08-28DTEC, generates a spark when something with it's ctype is nearbySimon Robertshaw2-0/+105
2012-08-28WOOD and PLNT turn grey when hot, bluish when coldSimon Robertshaw2-43/+84
2012-08-28Limit SPNG saturation and reduce absorbtion rate for GEL and SPNG with some e...Simon Robertshaw2-9/+13
2012-08-28Correct proportions of CO2 and WATR when GEL/SPNG is absorbing BUBWSimon Robertshaw2-8/+2
2012-08-28GEL and SPNG absorb water from more elements and leave behind what the water ...Simon Robertshaw2-3/+44
2012-08-28TPT: Prevent Acid from eating broken glassSimon Robertshaw1-1/+1
2012-08-27Missing part of TPT commit 04a09d997, for TTAN, nt and surround_space is now ...Simon Robertshaw1-3/+3
2012-08-27Fix bug in history restoring where the lastActiveIndex is not updated leading...Simon Robertshaw1-1/+1
2012-08-27Enable decorations in renderer for local save items, disable for server save ...Simon Robertshaw3-6/+7
2012-08-26Disable decorations when rendering savesSimon Robertshaw1-0/+2
2012-08-25Fix messed up revertSimon Robertshaw1-5/+2
2012-08-25Complete "Consistent proportions of WATR and SALT in SLTW" after REALISTIC re...Simon Robertshaw1-1/+1
2012-08-25Revert "HYGN now combusts and fuses properly"Simon Robertshaw1-47/+46
2012-08-25Revert "final fusion fixes"Simon Robertshaw3-44/+10
2012-08-25OPS: Fix byte order when unpacking 4 byte tmp fieldsSimon Robertshaw8-162/+400
2012-08-24Don't you just hate those fencepost errors... Stop going out of bounds when t...Simon Robertshaw1-2/+2
2012-08-24More efficient floodfill function for gravity walls, no need for larger stack...Simon Robertshaw1-10/+27