| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-12-29 | more scons fixes for windows | jacob1 | 2 | -0/+2 |
| 2012-12-29 | Merge remote-tracking branch 'origin/master' | jacob1 | 1 | -2/+2 |
| 2012-12-29 | fix save as new name not actually causing the new save & title to be loaded | jacob1 | 1 | -5/+2 |
| 2012-12-26 | Comment out cpu_check, which only creates errors | jacob1 | 1 | -2/+2 |
| 2012-12-23 | Merge remote-tracking branch 'origin/master' | jacob1 | 1 | -1/+1 |
| 2012-12-23 | revert stickmen CONV fix, and do it another way that doesn't crash | jacob1 | 1 | -8/+31 |
| 2012-12-21 | Fix small mistake in TSNS | jacob1 | 1 | -1/+1 |
| 2012-12-19 | change max to 200, 500 was a bit large | jacob1 | 1 | -4/+4 |
| 2012-12-19 | allow a slightly larger brush size | jacob1 | 1 | -8/+8 |
| 2012-12-18 | use kill_part when creating a new particle over an index, fixes STKM not resp... | jacob1 | 1 | -6/+1 |
| 2012-12-18 | fix undo not allowing any more stickmen to be placed, save stickmen in snapshots | jacob1 | 2 | -3/+10 |
| 2012-12-18 | fix sltw + liquid rubiduim explosion, make it work like water's | jacob1 | 2 | -7/+8 |
| 2012-12-18 | make TSNS not detect METL, some other sensor and CONV fixes | jacob1 | 4 | -22/+14 |
| 2012-12-18 | make water equalization use flags, not tmp2 (fixes EXOT / BUBW) | jacob1 | 2 | -7/+11 |
| 2012-12-18 | make sure that simulation variables are initialized, fixes things like water ... | jacob1 | 1 | -0/+6 |
| 2012-12-18 | selecting a stamp moves it to the front of the list again (unless you hold ctrl) | jacob1 | 8 | -3/+49 |
| 2012-12-18 | fix mismatched malloc() / delete [], fixes # 106 | jacob1 | 1 | -1/+1 |
| 2012-12-18 | initialize variables in air.cpp and simulation.cpp | jacob1 | 3 | -8/+21 |
| 2012-12-18 | fix '=' resetting air heat, fix uninitialized ambient heat setting, a few LOL... | jacob1 | 6 | -32/+21 |
| 2012-12-18 | fix WARP being invisible, make it visible in heat display mode though | jacob1 | 4 | -4/+22 |
| 2012-12-17 | fix TRON ignoring GOO until the last moment | jacob1 | 1 | -1/+1 |
| 2012-12-16 | Fix crash in GameSave::serialiseOPS | jacksonmj | 1 | -1/+1 |
| 2012-12-16 | More detailed error when opening non-existent directory. | Simon Robertshaw | 1 | -2/+2 |
| 2012-12-16 | Print errors regardless of build type | Simon Robertshaw | 1 | -2/+0 |
| 2012-12-16 | fix output appearing in stdout without DEBUG defined | jacob1 | 2 | -0/+4 |
| 2012-12-16 | fix comment error messages not showing | jacob1 | 1 | -2/+5 |
| 2012-12-16 | fix comments being deleted when hitting enter and opening a save or getting a... | jacob1 | 4 | -6/+17 |
| 2012-12-16 | fix colors slightly from last commit | jacob1 | 1 | -2/+6 |
| 2012-12-16 | fix upvote buttons still having colored background after clearing the save, m... | jacob1 | 2 | -8/+19 |
| 2012-12-16 | Copy dcolour when MERC expands, to let people make coloured mercury thermometers | jacksonmj | 1 | -2/+3 |
| 2012-12-15 | save stamps on 1 pixel grid (works exactly like in tpt now), delete signs wit... | jacob1 | 2 | -25/+30 |
| 2012-12-15 | make the comment box always multiline. Fixing pasting large amounts of text i... | jacob1 | 1 | -2/+1 |
| 2012-12-15 | Update version number | Simon Robertshaw | 1 | -2/+2 |
| 2012-12-15 | make sure long amounts of text without spaces doesn't run over out of bounds | jacob1 | 2 | -21/+23 |
| 2012-12-15 | Prompt for install on first startup | Simon Robertshaw | 1 | -1/+6 |
| 2012-12-15 | Make installation success message a little friendlier | Simon Robertshaw | 1 | -1/+1 |
| 2012-12-15 | Add missing URL Protocol registration on Windows | Simon Robertshaw | 1 | -0/+52 |
| 2012-12-15 | Element population histogram debug info display - has to be enabled by adding... | Simon Robertshaw | 5 | -0/+117 |
| 2012-12-15 | Ensure resampler.cpp is compiled when needed | Simon Robertshaw | 1 | -0/+1 |
| 2012-12-15 | Very high quality image resampling code curtesy of imageresampler (http://cod... | Simon Robertshaw | 5 | -8/+1525 |
| 2012-12-14 | More accurate elementCount | Simon Robertshaw | 2 | -3/+6 |
| 2012-12-14 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 1 | -6/+5 |
| 2012-12-14 | Prevent saves from being loaded twice by the Save browser | Simon Robertshaw | 3 | -0/+7 |
| 2012-12-14 | Merge remote-tracking branch 'origin/master' | jacob1 | 1 | -2/+2 |
| 2012-12-14 | update gravity wall zones whether or not newtonian gravity is on. Fixes #92 | jacob1 | 1 | -6/+5 |
| 2012-12-14 | Update WIRE name and description, fixes #101 | Simon Robertshaw | 1 | -2/+2 |
| 2012-12-14 | a working scrollbar in the save preview. Also, fix the bug where you couldn't... | jacob1 | 4 | -9/+67 |
| 2012-12-13 | make it easier to create new energy particles (like for mods), they would jus... | jacob1 | 1 | -1/+1 |
| 2012-12-12 | fix walls loading incorrectly in extremely old saves. Fix some invalid save f... | jacob1 | 1 | -31/+31 |
| 2012-12-09 | New Conversation notifications | Simon Robertshaw | 5 | -0/+66 |