| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-05-19 | Make sure WIND can't be created | jacksonmj | 2 | -0/+9 | |
| Revert this if the element number is reused for something useful | |||||
| 2011-05-19 | Photons and neutrons go through portal instead of reflecting | jacksonmj | 1 | -1/+32 | |
| 2011-05-19 | pthread Win32 static linking | Simon Robertshaw | 1 | -1/+8 | |
| 2011-05-19 | Message notification changes | Simon Robertshaw | 1 | -4/+9 | |
| 2011-05-16 | New message notification on session check TODO: Clickable link to ↵ | Simon Robertshaw | 2 | -2/+22 | |
| conversations on website | |||||
| 2011-05-15 | Runtime fullscreen toggle TODO: Fix bug that prevents from closing the ↵ | Simon Robertshaw | 2 | -5/+18 | |
| window after a fullscreen toggle | |||||
| 2011-05-15 | Fix n-gravity toggle | Simon Robertshaw | 1 | -0/+1 | |
| 2011-05-14 | Decoration has a color menu. GoL uses less memory(17MB less), and probably ↵ | Cracker64 | 4 | -31/+88 | |
| a bit faster. | |||||
| 2011-05-14 | Fix crash with negative lava ctype | jacksonmj | 1 | -2/+5 | |
| E.g. "set type prti lava" | |||||
| 2011-05-14 | Translate invisible particles to decorated diamond when loading | jacksonmj | 1 | -0/+12 | |
| 2011-05-14 | Pass decorations to saving functions (doesn't actually save yet) | jacksonmj | 3 | -30/+32 | |
| 2011-05-14 | Turn WIND into a tool | jacksonmj | 4 | -10/+11 | |
| 2011-05-14 | Fix overlapping particles | jacksonmj | 1 | -85/+59 | |
| 2011-05-14 | Fix high speed photons when reflecting near glass | jacksonmj | 1 | -0/+7 | |
| 2011-05-14 | Use properties for life decrement/kill | Simon Robertshaw | 6 | -7/+23 | |
| 2011-05-14 | fix neutron cloning | Simon Robertshaw | 5 | -39/+46 | |
| 2011-05-14 | Shrink draw_tool_xy | jacksonmj | 1 | -152/+42 | |
| 2011-05-14 | Move wall drawing to graphics.c | Simon Robertshaw | 4 | -472/+184 | |
| 2011-05-14 | Condition variable instead of busy wait | Simon Robertshaw | 1 | -3/+11 | |
| 2011-05-14 | Revert "-a" | Simon Robertshaw | 1 | -10/+5 | |
| This reverts commit 550d270af28ba701931572182cc920d82de58999. | |||||
| 2011-05-14 | -a | Simon Robertshaw | 1 | -5/+10 | |
| 2011-05-13 | Runtime scale switching | Simon Robertshaw | 2 | -1/+23 | |
| 2011-05-12 | Fix some thread sync and gravity sync issues | Simon Robertshaw | 1 | -4/+17 | |
| 2011-05-12 | Newtonian gravity toggle, disabled by default | Simon Robertshaw | 2 | -17/+43 | |
| 2011-05-05 | ANAR changes, WHOL absorbs ANAR and gets colder. ANAR burns with CFLM ↵ | Cracker64 | 2 | -1/+41 | |
| strangely. | |||||
| 2011-05-05 | Improve piling of powders | jacksonmj | 1 | -26/+25 | |
| 2011-05-05 | Make damp sponge much less flammable | jacksonmj | 1 | -16/+38 | |
| Also make evaporation cool the sponge better | |||||
| 2011-05-05 | Remove some unnecessary checks | jacksonmj | 1 | -6/+5 | |
| 2011-05-05 | Make middle click work with photon map | jacksonmj | 1 | -1/+3 | |
| 2011-05-05 | H2 burns from spark, lava, plasma; O2 burns from plasma | jacksonmj | 2 | -0/+6 | |
| 2011-05-05 | Fixes for previous commit | jacksonmj | 1 | -9/+6 | |
| Previous commit caused buggy movement in walls | |||||
| 2011-05-05 | Slight speed improvement for liquids and powders | jacksonmj | 1 | -27/+37 | |
| 2011-05-05 | Fix plut lava | jacksonmj | 1 | -2/+2 | |
| type already set to ctype and ctype already cleared, whoops. | |||||
| 2011-05-05 | Some work on bubbles. Added "bubble x,y" command to console. | savask | 3 | -11/+104 | |
| Also made them save like regular soap. | |||||
| 2011-05-05 | Some changes to soap. | savask | 3 | -48/+99 | |
| 2011-05-05 | Initial soap commit | Simon Robertshaw | 3 | -0/+124 | |
| 2011-05-05 | Revert "Dem bubbles" | Simon Robertshaw | 3 | -247/+0 | |
| This reverts commit 607572cf0d21cca38063bf71b8e1db2e776c1ac4. | |||||
| 2011-05-05 | Dem bubbles | unknown | 3 | -0/+247 | |
| 2011-04-26 | Fix BMTL and gravity breaking | Simon Robertshaw | 1 | -2/+10 | |
| 2011-04-26 | Gravity breaks elements like pressure does (Doesn't work for broken metal ↵ | Simon Robertshaw | 1 | -2/+6 | |
| and needs tweaking a little) | |||||
| 2011-04-26 | Fix for non-diff mode | Simon Robertshaw | 1 | -1/+4 | |
| 2011-04-26 | Gravity: only calculate the difference | Simon Robertshaw | 1 | -18/+26 | |
| 2011-04-25 | Fix pause with gravity and test deuterium improvements | Simon Robertshaw | 3 | -54/+59 | |
| 2011-04-25 | portal now uses particles as storage, so it keeps everything. | Cracker64 | 3 | -23/+19 | |
| 2011-04-25 | gravmutex = NULL not liked by some compilers (It's not actually correct anyway) | Simon Robertshaw | 1 | -2/+2 | |
| 2011-04-25 | Dialog box for changing simulation options, gravity toggle needs implementing | Simon Robertshaw | 2 | -9/+87 | |
| 2011-04-25 | Jacksonmj: Move console functions into seperate file | jacksonmj | 3 | -1433/+1431 | |
| 2011-04-24 | Allow negative gravity | Simon Robertshaw | 1 | -1/+1 | |
| 2011-04-24 | visual studio fixes | Cracker64 | 1 | -5/+6 | |
| 2011-04-24 | More decoration improvements. still TODO: text boxes that will change ↵ | Cracker64 | 2 | -13/+37 | |
| current color, as well as display current color. A menu with some basic color swatches. | |||||
