summaryrefslogtreecommitdiff
path: root/src/simulation
AgeCommit message (Collapse)AuthorFilesLines
2012-06-12TPT: Fix TNT not exploding if multiple TNT particles are in the same place ↵Simon Robertshaw1-1/+2
de6203e049
2012-06-12TPT: Remove silly copypasta from GPMP, causing gravity to depend on air ↵Simon Robertshaw1-3/+1
pressure befd4f5ef58
2012-06-12TPT: Fix for PUMP 835d6bbfb9Simon Robertshaw1-11/+7
2012-06-12TPT: Limit gel tmp value 1c5381662dSimon Robertshaw1-0/+2
2012-06-12TPT: Change pipe and portal to check element type using properties instead ↵Simon Robertshaw2-6/+6
of falldown and state 11bd67eb61
2012-06-12TPT: Add PROP_NOAMBHEAT to prevent certain elements from being heated by ↵Simon Robertshaw3-3/+4
Ambient heat… 8397b6e51a
2012-06-12TPT: One gel particle can't absorb more than 100 water particles now. 74979102b3Simon Robertshaw1-1/+1
2012-06-12TPT: Save soap bubbles 6717f4ff32Simon Robertshaw1-4/+0
2012-06-12TPT: Fix bounds checking for SING and make explosion pressure area smaller ↵Simon Robertshaw1-7/+7
d7f798da60
2012-06-12OPS loading: don't replace existing particles twice, and clear soap c…Simon Robertshaw1-0/+38
2012-06-12TPT: Use an array instead of ctype to cache tron colour 6101c04ff9Simon Robertshaw1-21/+20
2012-06-12TPT: It's hard to be a fool (fix for the fix) ffee9df8e6Simon Robertshaw1-1/+1
2012-06-12TPT: Gel won't move solids any more 68ab2e3148Simon Robertshaw1-3/+8
2012-06-12Correct save reloading, add Vac and NGrav toolsSimon Robertshaw3-1/+36
2012-06-11Saving and loading other flags from GameSave, remove old saveloaderSimon Robertshaw4-1817/+1
2012-06-09Preview: Wait for save to load before opening, Simulation: Correct block ↵Simon Robertshaw1-11/+23
coords when reading wall data, replace existing particles when placing stamps on top, Game: Clear the simulation when loading a save
2012-06-08Load save data when showing the save previewSimon Robertshaw2-23/+87
2012-06-07Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data ↵Simon Robertshaw3-17/+31
(stamps and local saves). Rename Stamps browser to LocalBrowser, ready for sharing code with the local save browser
2012-06-06'No Image' icon when save rendering failsSimon Robertshaw1-1/+8
2012-06-06Saving and loading at position, yuse exceptions for parsing savesSimon Robertshaw2-11/+33
2012-06-05Use a different method for decoding saves with uncompressed object in memory ↵Simon Robertshaw14-553/+332
for stamps and clipboard, also allows for transformation (rotation), missing failure states and code for loading it into a Simulation
2012-06-02Add missing header includer for C libraries.Simon Robertshaw1-0/+1
2012-05-22OPS save format from TPTSimon Robertshaw2-5/+860
2012-05-17Warp display with newer shader, Render options works in OpenGLSimon Robertshaw1-0/+18
2012-05-17Air toolSimon Robertshaw1-0/+18
2012-05-15Seperate new/old CreateParts functionsSimon Robertshaw2-56/+125
2012-05-14Make flood_prop use PropertyType from StructProperty, Property tool worksSimon Robertshaw3-12/+23
2012-05-14Add ability to introspect the Particle structSimon Robertshaw1-0/+35
2012-05-13DropDown UI componentSimon Robertshaw2-4/+5
2012-05-13Click function for tools that aren't continuous. Debug helper for UI ↵Simon Robertshaw2-6/+6
components (Ctrl+Shift D when DEBUG is defined), fix add sign window logic
2012-05-12Stupid gitSimon Robertshaw3-31/+40
2012-05-12Tools implemented in a similar way to elementsSimon Robertshaw8-1/+197
2012-05-12Redo Wall IDsSimon Robertshaw9-174/+334
2012-05-07A bit of refactoring (elements)Simon Robertshaw173-516/+15838
2012-04-26OS X compiling working, Make it a bit more friendly with stricter compilersSimon Robertshaw2-5/+9
2012-04-21Clean out graphics, add openGL graphics in seperate file, change brush to ↵Simon Robertshaw1-7/+7
use unsigned char rather than boolean for bitmap/outline
2012-04-20OpenGL renderingSimon Robertshaw1-0/+1
2012-04-19TPT: Fix sponge bug. f93a829671Simon Robertshaw4-3/+13
2012-04-18Missing tron graphics functionSimon Robertshaw1-1/+1
2012-04-18TPT: Fix the bug where you could set bad temp to insulators. 64629df1afSimon Robertshaw1-0/+1
2012-04-18TPT: Better description for tron d4a9f86503Simon Robertshaw1-1/+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 Robertshaw4-3/+16
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 ↵Simon Robertshaw1-0/+4
with flying cake effect) c9bcc11d35
2012-04-18TPT: Added gel - a liquid with variable heat conductivity and viscosity. ↵Simon Robertshaw4-14/+29
8523da398f
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: Use graphics function for BCOL a1bd20db91Simon Robertshaw1-1/+1
2012-04-18TPT: A fix for ice with ctype = 0. e52f730969Simon Robertshaw1-0/+5