summaryrefslogtreecommitdiff
path: root/src/simulation
AgeCommit message (Collapse)AuthorFilesLines
2012-04-18TPT: Allow DEST to be cloned with CLNE, PCLN, BCLN and PBCN 57d8335ca5Simon Robertshaw1-0/+4
2012-04-18TPT: REALISTIC - Latent heat. It may be buggy, and enthalpy table isn't ↵Simon Robertshaw4-4/+258
filled, but it works 4b4830b5a4
2012-04-18TPT: Fixed burning temp. for fire. 00839a3b14Simon Robertshaw1-1/+5
2012-04-18TPT: Fix ELEC being put into pmap instead of photons 5a3faa0584Simon Robertshaw1-3/+3
2012-04-18TPT: Fix major update_particles_i bug, do_move was being called on ↵Simon Robertshaw1-35/+19
nonexistant particles, causing kill_part to kill another particle 96ec3486e8
2012-04-18TPT: fusion step 2 + modify temp/pressure of step 1 803ded3b33Simon Robertshaw2-1/+2
2012-04-18TPT: Added smudge tool afbe8cf38eSimon Robertshaw2-0/+23
2012-04-18TPT: Remove 2 pixels per frame speed limit in detector wall b4a06df0b2Simon Robertshaw1-2/+3
2012-04-18TPT: (REALISTIC) Better air<->body heat conduction. Air density now ↵Simon Robertshaw1-3/+11
influences on it (things don't heat vacuum). 71acd578b6
2012-04-18TPT: Volume from heat change (for REALISTIC) 290cac8b7eSimon Robertshaw1-0/+4
2012-04-18TPT: Rotate/reflect particle, air, and fan velocities in transform_save ↵Simon Robertshaw1-6/+36
830629be3f
2012-04-18TPT: A new unstable REALISTIC option. No guarantees - but more realistic ↵Simon Robertshaw1-4/+10
behaviour. f41f96f598
2012-04-18TPT: Old nothing display mode in the form of Basic colour mode fe82685257Simon Robertshaw1-0/+1
2012-04-17TPT: Added FRAY - Force-ray and RPEL - Repeller f6696282e1Simon Robertshaw4-16/+26
2012-04-17TPT: Prevent gaps in beams of photons from powered clone 3702438482Simon Robertshaw2-0/+7
2012-04-17TPT: Prevent ambient heat going through walls ccb88b6b3bSimon Robertshaw2-9/+13
2012-04-17TPT: Change wifi so that it always takes one frame to transmit a722d7a396Simon Robertshaw1-7/+6
2012-04-17TPT: Separate loop for updating life, and add SPRK life checks to most ↵Simon Robertshaw1-5/+12
electronics 6bdc05cc40
2012-04-17TPT: Another change to the eval_move check in create_part eaf2af6d40Simon Robertshaw1-1/+5
2012-04-17TPT: Fix WARP destroying DMND a9c198dd46Simon Robertshaw1-2/+9
2012-04-17TPT: Only check the bits actually used for wavelength in photon ctype Fixes ↵Simon Robertshaw1-1/+1
black photons not being killed after passing through pipe 748a528fe0
2012-04-17TPT: Solids wall description, and check build_save was successful when ↵Simon Robertshaw1-1/+1
saving a stamp 44545d4c96
2012-04-17transform_save should check wall coordinates against size in blocks, not the ↵Simon Robertshaw1-1/+1
actual size ff6aa0227d
2012-04-17TPT Whoops, eval_move returning 1 should not allow particle creation edcf6d7b2fSimon Robertshaw1-1/+1
2012-04-17TPT: Implement PROP_NEUTABSORB bdf277e687Simon Robertshaw2-2/+9
2012-04-16Fix portalsSimon Robertshaw1-1/+4
2012-04-16Newtonian gravity workingSimon Robertshaw2-10/+25
2012-04-09Add missing GOL dataSimon Robertshaw3-0/+94
2012-04-07Element sampling HUD thingy (No very good with MVC)Simon Robertshaw2-0/+10
2012-04-03Use a single instance of a background simulation for thumbnail renderingSimon Robertshaw2-0/+86
2012-04-03Super, megaheavyweight thumbnail rendererSimon Robertshaw3-20/+55
2012-04-02Stamps browser, placement + clipboard sampling and placement - No clipboard ↵Simon Robertshaw2-0/+6
or stamp thumbnail generation, needs thumbnail generator from SaveLoader
2012-03-28Clipboard and Stamp from selection (no way to paste/place yet)Simon Robertshaw2-0/+6
2012-03-05Better sliders for Decoration editorSimon Robertshaw1-21/+14
2012-03-05More fancy Sliders for deco colourSimon Robertshaw1-57/+69
2012-03-03Decoration tools - no way to set colour yetSimon Robertshaw4-1/+179
2012-02-11Fix thumbnail alignment for save buttons, add code for building PSv formatSimon Robertshaw3-9/+222
2012-02-02Frame steppingSimon Robertshaw1-5/+9
2012-02-02Working GOL (No graphicsSimon Robertshaw3-0/+86
2012-01-31Load user information from preferences, fps display for testingSimon Robertshaw1-1/+1
2012-01-30ASCII for key events, save and Textarea (no caret, yet)Simon Robertshaw1-0/+1
2012-01-27Stop freeing memory twice, also clear signs correctlySimon Robertshaw1-1/+1
2012-01-27Render optionsSimon Robertshaw1-4/+4
2012-01-26Clear air properlySimon Robertshaw1-3/+3
2012-01-26Save loading and reloadingSimon Robertshaw4-32/+638
2012-01-26I've got to a point where I can no longer be bothered to think of a proper ↵Simon Robertshaw4-1/+75
commit comment
2012-01-25Fix some memory leaksSimon Robertshaw1-0/+5
2012-01-24Wall menusSimon Robertshaw3-0/+77
2012-01-24VariousSimon Robertshaw4-382/+486
2012-01-22Brush class for drawing on simulation, more interface for gameSimon Robertshaw2-98/+49