summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-05-14Move wall drawing to graphics.cSimon Robertshaw7-502/+219
2011-05-14Condition variable instead of busy waitSimon Robertshaw1-3/+11
2011-05-14Revert "-a"Simon Robertshaw1-10/+5
This reverts commit 550d270af28ba701931572182cc920d82de58999.
2011-05-14-aSimon Robertshaw1-5/+10
2011-05-13Runtime scale switchingSimon Robertshaw2-1/+23
2011-05-12Fix some thread sync and gravity sync issuesSimon Robertshaw1-4/+17
2011-05-12Newtonian gravity toggle, disabled by defaultSimon Robertshaw3-17/+45
2011-05-05ANAR changes, WHOL absorbs ANAR and gets colder. ANAR burns with CFLM ↵Cracker643-2/+43
strangely.
2011-05-05Improve piling of powdersjacksonmj1-26/+25
2011-05-05Make damp sponge much less flammablejacksonmj1-16/+38
Also make evaporation cool the sponge better
2011-05-05Remove some unnecessary checksjacksonmj1-6/+5
2011-05-05Make middle click work with photon mapjacksonmj1-1/+3
2011-05-05H2 burns from spark, lava, plasma; O2 burns from plasmajacksonmj2-0/+6
2011-05-05Fixes for previous commitjacksonmj1-9/+6
Previous commit caused buggy movement in walls
2011-05-05Slight speed improvement for liquids and powdersjacksonmj1-27/+37
2011-05-05Fix plut lavajacksonmj1-2/+2
type already set to ctype and ctype already cleared, whoops.
2011-05-05Some work on bubbles. Added "bubble x,y" command to console.savask3-11/+104
Also made them save like regular soap.
2011-05-05Some changes to soap.savask3-48/+99
2011-05-05Initial soap commitSimon Robertshaw4-1/+130
2011-05-05Revert "Dem bubbles"Simon Robertshaw3-247/+0
This reverts commit 607572cf0d21cca38063bf71b8e1db2e776c1ac4.
2011-05-05Dem bubblesunknown3-0/+247
2011-04-26Fix BMTL and gravity breakingSimon Robertshaw1-2/+10
2011-04-26Gravity breaks elements like pressure does (Doesn't work for broken metal ↵Simon Robertshaw1-2/+6
and needs tweaking a little)
2011-04-26Fix for non-diff modeSimon Robertshaw1-1/+4
2011-04-26Gravity: only calculate the differenceSimon Robertshaw2-18/+28
2011-04-26Move render targets to bottom of the makefile to make 'powder' the defaultSimon Robertshaw1-12/+12
2011-04-25Fix pause with gravity and test deuterium improvementsSimon Robertshaw4-54/+61
2011-04-25portal now uses particles as storage, so it keeps everything.Cracker644-26/+21
2011-04-25gravmutex = NULL not liked by some compilers (It's not actually correct anyway)Simon Robertshaw1-2/+2
2011-04-25Dialog box for changing simulation options, gravity toggle needs implementingSimon Robertshaw4-10/+91
2011-04-25Jacksonmj: Move console functions into seperate filejacksonmj6-1441/+1461
2011-04-24Allow negative gravitySimon Robertshaw1-1/+1
2011-04-24visual studio fixesCracker641-5/+6
2011-04-24More decoration improvements. still TODO: text boxes that will change ↵Cracker642-13/+37
current color, as well as display current color. A menu with some basic color swatches.
2011-04-24line/box tool for decorations, some other things.Cracker642-21/+154
2011-04-24pthread lib for makefileSimon Robertshaw1-4/+4
2011-04-24Asynchronous thread for gravity processingSimon Robertshaw3-21/+65
2011-04-23Dear PSTESimon Robertshaw1-2/+2
Nobody likes you Sincerely, Everyone
2011-04-23fix in RGB_to_HSV.Cracker641-6/+8
2011-04-23Decorations! ,still messing with it. It does not save currently. TODO: fix ↵Cracker647-1/+310
typing in boxes to update the color. Line/box tools. Some basic color selections like an element menu.
2011-04-22Stricter frame rate limitingjacksonmj1-4/+9
2011-04-22Fix WTRV formed from burning firework dustjacksonmj1-0/+1
2011-04-22Fix crash when setting fan direction with caps lock onjacksonmj1-1/+1
2011-04-22Remove limit on size of console scriptsjacksonmj1-23/+23
Also fix regex to work with x,y instead of needing x+0,y+0
2011-04-22Restrict temperature in DEUT explosionjacksonmj1-1/+1
2011-04-22Forgot something for gravitySimon Robertshaw1-0/+3
2011-04-22Gravitaaaay (Needs tweeking for performance)Simon Robertshaw6-2/+90
2011-04-21Fix Windows targets and disable python by defaultSimon Robertshaw1-8/+16
2011-04-21Fix returns for Coal codeSimon Robertshaw2-0/+2
2011-04-19Added the same IF to COAL for consistency, seems to work. Changed Ctypes to ↵Cate2-2/+9
PT_Names instead of equivilent numbers.