summaryrefslogtreecommitdiff
path: root/src/simulation/Simulation.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-05-14Make flood_prop use PropertyType from StructProperty, Property tool worksSimon Robertshaw1-8/+18
2012-05-13Click function for tools that aren't continuous. Debug helper for UI componen...Simon Robertshaw1-2/+2
2012-05-12Stupid gitSimon Robertshaw1-6/+1
2012-05-12Tools implemented in a similar way to elementsSimon Robertshaw1-0/+109
2012-05-12Redo Wall IDsSimon Robertshaw1-107/+241
2012-05-07A bit of refactoring (elements)Simon Robertshaw1-149/+148
2012-04-26OS X compiling working, Make it a bit more friendly with stricter compilersSimon Robertshaw1-4/+8
2012-04-21Clean out graphics, add openGL graphics in seperate file, change brush to use...Simon Robertshaw1-7/+7
2012-04-20OpenGL renderingSimon Robertshaw1-0/+1
2012-04-19TPT: Fix sponge bug. f93a829671Simon Robertshaw1-2/+5
2012-04-18TPT: Fix the bug where you could set bad temp to insulators. 64629df1afSimon Robertshaw1-0/+1
2012-04-18TPT: Alterations to TRON and fancy effects ffa5ccb666Simon Robertshaw1-4/+1
2012-04-18TPT: TRON element, needs to glow and fancy explosion on crash eccf5658d2Simon Robertshaw1-1/+11
2012-04-18TPT: A small fix for convection. ff8ce0ef3aSimon Robertshaw1-1/+1
2012-04-18TPT: Viscosity change for gel. Water diffusion among sponge and gel (but with...Simon Robertshaw1-0/+4
2012-04-18TPT: Added gel - a liquid with variable heat conductivity and viscosity. 8523...Simon Robertshaw1-11/+23
2012-04-18TPT: Fix crash when flood fill deleting life 7a844f51ffSimon Robertshaw1-8/+11
2012-04-18TPT: No unmeltable ice anymore. e4448dc1d6Simon Robertshaw1-1/+1
2012-04-18TPT: A fix for ice with ctype = 0. e52f730969Simon Robertshaw1-0/+5
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 fille...Simon Robertshaw1-4/+83
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 nonexistan...Simon Robertshaw1-35/+19
2012-04-18TPT: Added smudge tool afbe8cf38eSimon Robertshaw1-0/+22
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 influence...Simon Robertshaw1-3/+11
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 83062...Simon Robertshaw1-6/+36
2012-04-18TPT: A new unstable REALISTIC option. No guarantees - but more realistic beha...Simon Robertshaw1-4/+10
2012-04-17TPT: Prevent gaps in beams of photons from powered clone 3702438482Simon Robertshaw1-0/+6
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 electr...Simon Robertshaw1-5/+12
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 b...Simon Robertshaw1-1/+1
2012-04-17transform_save should check wall coordinates against size in blocks, not the ...Simon Robertshaw1-1/+1
2012-04-17TPT Whoops, eval_move returning 1 should not allow particle creation edcf6d7b2fSimon Robertshaw1-1/+1
2012-04-17TPT: Implement PROP_NEUTABSORB bdf277e687Simon Robertshaw1-0/+7
2012-04-16Fix portalsSimon Robertshaw1-1/+4
2012-04-16Newtonian gravity workingSimon Robertshaw1-0/+14
2012-04-09Add missing GOL dataSimon Robertshaw1-0/+5
2012-04-07Element sampling HUD thingy (No very good with MVC)Simon Robertshaw1-0/+9
2012-04-03Super, megaheavyweight thumbnail rendererSimon Robertshaw1-4/+4
2012-04-02Stamps browser, placement + clipboard sampling and placement - No clipboard o...Simon Robertshaw1-0/+5
2012-03-28Clipboard and Stamp from selection (no way to paste/place yet)Simon Robertshaw1-0/+5
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 Robertshaw1-0/+166
2012-02-11Fix thumbnail alignment for save buttons, add code for building PSv formatSimon Robertshaw1-1/+1
2012-02-02Frame steppingSimon Robertshaw1-5/+9