summaryrefslogtreecommitdiff
path: root/src/simulation/Simulation.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-11-16Typ00s.Stanislaw Skowronek1-1/+1
2013-11-16Solid plutonium.Stanislaw Skowronek1-2/+3
2013-11-15Fix a bug with create_part() not unlinking solids. Solids now pass through ga...Stanislaw Skowronek1-0/+4
2013-11-15Clean up some ugly debug prints.Stanislaw Skowronek1-0/+14
2013-11-15Clean up the collisions a bit. Momentum transfer uses actual momentum now :-)Stanislaw Skowronek1-21/+96
2013-11-13Add some particle interaction.Stanislaw Skowronek1-0/+5
2013-11-13Fixed bug in ToolStart/Click.Stanislaw Skowronek1-3/+3
2013-11-13Initial check-in of movable solids. Save/Load/Undo do not work and may crash.Stanislaw Skowronek1-7/+276
2013-10-20reduce / prevent PROT in fusion even morejacob11-1/+1
2013-09-29make PROT lasers easier to make, adjust velocities needed to make things when...jacob11-1/+3
2013-09-14disable PHOT+H2 reaction during fusionjacob11-1/+1
2013-09-14ensure VIBR always eats PROTjacob11-1/+1
2013-09-14PROT+DEUT causes DEUT implosion (same as with NEUT, just negative pressure)jacob11-2/+4
2013-09-12remove useless and laggy lightning_recreate checkjacob11-30/+11
2013-09-12save pavg[] in saves, for VIRS, PIPE, and STORjacob11-4/+0
2013-09-08Missing breaks in readOPSjacksonmj1-1/+1
2013-09-08CRAY: only set decoration colour after passing through FILTjacksonmj1-0/+5
2013-09-08Include elements[].Enabled in check for invalid lava ctypejacksonmj1-3/+3
2013-09-04new element: VIRS (also solid and gas virus states). Cured by SOAP (CURE elem...jacob11-4/+7
2013-09-03proton collision reaction (might need to be modified). Also some ways to go t...jacob11-48/+86
2013-09-02new element: PROT (protons) TODO: proton colliders to produce heavier elementsjacob11-18/+40
2013-08-30fix bug where PROP wouldn't set properties of particle id 0jacob11-5/+5
2013-08-30move QRTZ .tmp into .tmp2 and .ctype into .tmp, fixes bug where sparking QRTZ...jacob11-1/+1
2013-08-29Add a way for photons to set the colour of FILT (major version bump required)jacksonmj1-16/+2
2013-07-29fix occasional crash when flood fill deletingjacob11-3/+8
2013-07-25fix ctrl+x not deleting all signsjacob11-1/+1
2013-07-18remove specific delete for walls, doesn't work very well and it conflicts wit...jacob11-22/+13
2013-07-18flood delete will delete walls even if wall delete tool isn't selectedjacob11-15/+17
2013-07-18stickmen element defaults to right selected element if possible, or else stil...jacob11-3/+6
2013-07-15fix bug where saving and loading elements in saves relied on the name being c...jacob11-6/+5
2013-07-13particles can't be drawn with the brush inside of walls they don't belong, fi...jacob11-1/+3
2013-07-13WIFI lines aren't drawn in persistent mode, and are based on current temp, no...jacob11-26/+1
2013-07-12update rules to fix some problems and more closely match the current rules. f...jacob11-1/+1
2013-07-12fixes to wall and particle floodfill. Wall fill ignores particles and always ...jacob11-32/+27
2013-07-10fix floodfill and prop floodfil with photonsjacob11-29/+29
2013-07-10fix piston bugs, fix crashes, don't use bluescreens when compiled with debug ...jacob11-1/+1
2013-07-09Fixed the bug with SPWN not creating when redoing (Ctrl-Z).Saveliy Skresanov1-0/+4
2013-06-27fix sim.loadStamp return value, remove VINE_MODEjacob11-2/+1
2013-06-24fix version tagging in savesjacob11-2/+2
2013-06-23Add back replace mode and specific delete *jacob11-366/+351
2013-06-21HUD displays the correct name of LIFE particles in the HUD, show mouse positi...jacob11-23/+28
2013-06-20fix BRMT always acting like it was created from TUGNjacob11-5/+12
2013-06-10Add two new properties for CLNE-like elementsjacob11-11/+9
2013-06-09fix NEUT created from DEUT explosions sometimes having the deco color of prev...jacob11-0/+2
2013-06-07PHOT can go through PBCN and BCLN, fixes differences in PHOT cloning found in...jacob11-71/+87
2013-06-06GOLD changes photons to yellowjacob11-15/+16
2013-05-21Fix STKM spawns, fix cases.cracker641-72/+60
2013-05-17rename GRAV back to PGRV, fix formatting in generator, remove useless filejacob11-1/+1
2013-05-16lua simulation api functions for drawing with tools / decojacob11-1/+1
2013-05-16remove unneeded / duplicate constants, fix SPC_AIR/other tools so it won't co...jacob11-88/+17