summaryrefslogtreecommitdiff
path: root/src/simulation/elements
AgeCommit message (Expand)AuthorFilesLines
2012-08-06Fix previous merge with SOAP.cpp that created a bug in SOAP. add debug lines ...Simon Robertshaw4-1/+12
2012-08-04Add icons for erase, improve icons for certain walls, fix issue #45Simon Robertshaw3-2/+21
2012-08-04Build fixes for FreeBSDntoskrnl1-2/+2
2012-08-03Correct VAC and EXOT colours, issue #49Simon Robertshaw1-1/+1
2012-08-03Grav colour, addresses rest of #41, colour will vary from original TPTSimon Robertshaw1-0/+10
2012-08-03Use HFLM colour data, addresses some of issue #41Simon Robertshaw1-3/+8
2012-07-25TPT: Now stickmen can shoot plasma. dc01f09f0eSimon Robertshaw1-1/+4
2012-07-25Fix for previous commitsSimon Robertshaw2-2/+2
2012-07-25TPT: Add ptypes.enabled checks to a few more places 61f39f5464Simon Robertshaw8-11/+11
2012-07-25TPT: Salt should only melt ice that is above saltwater freezing temperature 3...Simon Robertshaw1-1/+1
2012-07-25TPT: Optimization for GoL, Added brush size and mouse wheel to lua! e7035233fdSimon Robertshaw2-4/+4
2012-07-25TPT: This should fix PLNT lag just a little bit... (mostly after shooting tho...Simon Robertshaw1-1/+1
2012-07-25TPT: C5 should not explode when touching cold INSL a925eea52cSimon Robertshaw1-1/+1
2012-07-25Fix typo in EMBR gravitySimon Robertshaw1-1/+1
2012-07-25TPT: Make VOID and BHOL eat stickmen again 1f4f50682cSimon Robertshaw1-0/+12
2012-07-25TPT: Use atan2 for LIGH angle calculations 966f1dcc23Simon Robertshaw2-7/+9
2012-07-25TPT: Reduce rate of lightning creation by clone 167740e839Simon Robertshaw4-4/+4
2012-07-25TPT: Lightning direction affected by Newtonian gravity 3a946efdfdSimon Robertshaw1-1/+1
2012-07-25TPT: FIRW: less advection, and don't go faster when multiple fire particle......Simon Robertshaw1-3/+4
2012-07-25TPT: Completely remove SING formation from fusion 81771d8672Simon Robertshaw2-7/+0
2012-07-25TPT: Only create one NBLE particle for each fusing H2 particle 29aab750e5dSimon Robertshaw1-6/+0
2012-07-25TPT: fix compression during fusion 287822229fSimon Robertshaw4-30/+32
2012-07-25TPT: Gravity modes and Newtonian gravity for fireworks 31ce22f122Simon Robertshaw2-20/+50
2012-07-25TPT: Use eval_move(PT_FIGH, ...) when fighters are checking for obstacles 796...Simon Robertshaw1-10/+10
2012-07-25TPT: Replace all explosion sparks with new element (EMBR) 1d5b081942Simon Robertshaw7-151/+50
2012-07-25TPT: Replace all explosion sparks with new element (EMBR) 1d5b081942Simon Robertshaw4-100/+195
2012-07-25TPT: Make ELEC+water form H2 and O2 in the correct proportions 9b2c2a78a6Simon Robertshaw1-3/+3
2012-07-25TPT: Prevent stacking from ELEC+NEUT, ELEC+water, and CO2 from BUBW ae5470ca78Simon Robertshaw2-11/+8
2012-07-25TPT: Fix STKM causing stacking and falling through some powders c14704ae49Simon Robertshaw1-9/+10
2012-07-25TPT: Correct freezing temperature for SLTW (-21.1 C) 06d2d5267eSimon Robertshaw2-2/+2
2012-07-25TPT: Move INST flood fill into a separate function 36de2f19f5Simon Robertshaw6-11/+14
2012-07-25TPT: Update to EXOT that makes it permeable to neutrons as well as electro......Simon Robertshaw3-29/+57
2012-07-25Correct Stickman appearanceSimon Robertshaw2-4/+4
2012-07-19GOL loads gol colours for useSimon Robertshaw1-1/+20
2012-07-18Renderer Presets and default graphics functionSimon Robertshaw103-103/+103
2012-07-06Move graphics into seperate folderSimon Robertshaw1-1/+1
2012-06-13TPT: STOR should not conduct heatSimon Robertshaw1-2/+2
2012-06-13TPT: Remember ctype when cloning lavaSimon Robertshaw4-15/+45
2012-06-13TPT: Avoid stacking in INVS and FILT, and fix pressurised INVS graphicsSimon Robertshaw1-3/+2
2012-06-13TPT: Run stacking check less oftenSimon Robertshaw1-2/+5
2012-06-13TPT: Create BHOL when particles are stacked excessivelySimon Robertshaw2-98/+0
2012-06-13TPT: TTAN updatesSimon Robertshaw1-2/+19
2012-06-12TPT: Return 0 after particle type changeSimon Robertshaw1-0/+5
2012-06-12TPT: EXOTSimon Robertshaw4-4/+206
2012-06-12TPT: Tron wasn't keeping its NODIE flagSimon Robertshaw1-1/+1
2012-06-12TPT: Put ifs into switch in create_partSimon Robertshaw1-2/+2
2012-06-12Fix SOAP.cpp from previous commitSimon Robertshaw1-1/+1
2012-06-12TPT: Fixed the bug with snow, where it melted without taking it's ctype into ...Simon Robertshaw1-2/+2
2012-06-12TPT: Fix SLTW boiling temperature typoSimon Robertshaw1-2/+2
2012-06-12TPT: Soap bubbles are easily formed now.Simon Robertshaw1-33/+31