summaryrefslogtreecommitdiff
path: root/src/simulation/Gravity.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-07-13WIFI lines aren't drawn in persistent mode, and are based on current temp, ↵jacob11-1/+1
not tmp, so they work when paused
2013-04-09Add --nofft option to compile without FFTW3Julian Meyer1-3/+8
This should help Mac users who were having trouble compiling.
2012-08-24Don't you just hate those fencepost errors... Stop going out of bounds when ↵Simon Robertshaw1-2/+2
traversing the X axis with gravity mask.
2012-08-24More efficient floodfill function for gravity walls, no need for larger ↵Simon Robertshaw1-10/+27
stacks with 64bit builds
2012-08-06Started work on save as current nameSimon Robertshaw1-0/+1
2012-07-29Restart N. Grav when needed (somewhat effects issue #31) and fix shitty ↵Simon Robertshaw1-8/+12
logic when setting paused state on loading save (Fixes issue #34)
2012-07-29clear_sim now clears air and gravity maps better, fixes issue #31Simon Robertshaw1-0/+9
2012-06-25Create FFT plan on demand instead of at startup on the main threadSimon Robertshaw1-14/+4
2012-05-13Click function for tools that aren't continuous. Debug helper for UI ↵Simon Robertshaw1-4/+4
components (Ctrl+Shift D when DEBUG is defined), fix add sign window logic
2012-05-07A bit of refactoring (elements)Simon Robertshaw1-4/+4
2012-04-16Newtonian gravity workingSimon Robertshaw1-10/+11
2012-01-30ASCII for key events, save and Textarea (no caret, yet)Simon Robertshaw1-0/+1
2012-01-21Better cleanup for simulation - fix memory leaksSimon Robertshaw1-3/+19
2012-01-19Some folder changes, started search and clientSimon Robertshaw1-0/+488