summaryrefslogtreecommitdiff
path: root/src/simulation/Simulation.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-07-24HUD improvementsSimon Robertshaw1-4/+16
2012-07-24Integer values for prefs, Default decoration colour, clear decorationSimon Robertshaw1-21/+37
2012-06-18Free toolsSimon Robertshaw1-0/+2
2012-06-18Free platent and elementsSimon Robertshaw1-0/+2
2012-06-13TPT: Prevent THDR from counting towards stacked particle limitSimon Robertshaw1-1/+2
2012-06-13TPT: Avoid stacking in INVS and FILT, and fix pressurised INVS graphicsSimon Robertshaw1-1/+5
2012-06-13TPT: Run stacking check less oftenSimon Robertshaw1-0/+66
2012-06-13TPT: Prevent solid particles stacking in E-HoleSimon Robertshaw1-1/+1
2012-06-12TPT: EXOTSimon Robertshaw1-0/+5
2012-06-12TPT: Fix the bug with not-spawning fighter.Simon Robertshaw1-2/+0
2012-06-12TPT: Put ifs into switch in create_partSimon Robertshaw1-194/+213
2012-06-12TPT: Prevent allocation of particles with type==0, bleep bloopSimon Robertshaw1-1/+1
2012-06-12TPT: Fix PROP_NEUTPENETRATE, particles weren't being moved into empty spaceSimon Robertshaw1-1/+1
2012-06-12TPT: Fixed the bug with snow, where it melted without taking it's ctype into ...Simon Robertshaw1-5/+5
2012-06-12TPT: VOID & PVOD can be set to only eat/not eat certain thingsSimon Robertshaw1-1/+2
2012-06-12TPT: energy type particles automatically go into photons, not pmapSimon Robertshaw1-8/+9
2012-06-12TPT: GPMP activated at drawSimon Robertshaw1-1/+1
2012-06-12TPT: Update gravity mask when loading saves 0fb6b85706Simon Robertshaw1-0/+3
2012-06-12TPT: New flood_parts function, should fix crashing due to too much recursion ...Simon Robertshaw1-74/+140
2012-06-12TPT: Make TTAN block pressure when framestepping 58ea2b2acfSimon Robertshaw1-7/+2
2012-06-12TPT: New element: Titanium, absorbs some neutrons, acts as a solid wall to ai...Simon Robertshaw1-0/+7
2012-06-12TPT: Add PROP_NOAMBHEAT to prevent certain elements from being heated by Ambi...Simon Robertshaw1-1/+1
2012-06-12TPT: Save soap bubbles 6717f4ff32Simon Robertshaw1-4/+0
2012-06-12OPS loading: don't replace existing particles twice, and clear soap c…Simon Robertshaw1-0/+38
2012-06-11Saving and loading other flags from GameSave, remove old saveloaderSimon Robertshaw1-2/+1
2012-06-09Preview: Wait for save to load before opening, Simulation: Correct block coor...Simon Robertshaw1-11/+23
2012-06-08Load save data when showing the save previewSimon Robertshaw1-21/+85
2012-06-06Saving and loading at position, yuse exceptions for parsing savesSimon Robertshaw1-9/+25
2012-06-05Use a different method for decoding saves with uncompressed object in memory ...Simon Robertshaw1-2/+59
2012-05-15Seperate new/old CreateParts functionsSimon Robertshaw1-54/+119
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