summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-05-19Make sure WIND can't be createdjacksonmj2-0/+9
Revert this if the element number is reused for something useful
2011-05-19Photons and neutrons go through portal instead of reflectingjacksonmj1-1/+32
2011-05-19pthread Win32 static linkingSimon Robertshaw1-1/+8
2011-05-19Message notification changesSimon Robertshaw1-4/+9
2011-05-16New message notification on session check TODO: Clickable link to ↵Simon Robertshaw4-5/+26
conversations on website
2011-05-15Runtime fullscreen toggle TODO: Fix bug that prevents from closing the ↵Simon Robertshaw3-5/+19
window after a fullscreen toggle
2011-05-15Fix n-gravity toggleSimon Robertshaw1-0/+1
2011-05-14Put menu_wall back into interface.c to fix crackers colour menuSimon Robertshaw1-0/+7
2011-05-14Decoration has a color menu. GoL uses less memory(17MB less), and probably ↵Cracker646-34/+110
a bit faster.
2011-05-14Fix crash with negative lava ctypejacksonmj1-2/+5
E.g. "set type prti lava"
2011-05-14Life decrement property for soapjacksonmj1-1/+1
2011-05-14Translate invisible particles to decorated diamond when loadingjacksonmj1-0/+12
2011-05-14Pass decorations to saving functions (doesn't actually save yet)jacksonmj4-33/+35
2011-05-14Turn WIND into a tooljacksonmj5-13/+16
2011-05-14Fix overlapping particlesjacksonmj2-85/+60
2011-05-14Fix high speed photons when reflecting near glassjacksonmj1-0/+7
2011-05-14Use properties for life decrement/killSimon Robertshaw7-59/+79
2011-05-14fix neutron cloningSimon Robertshaw5-39/+46
2011-05-14Shrink draw_tool_xyjacksonmj2-153/+43
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