| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-07-31 | ThumbnailBroker for background retrieval and rendering | Simon Robertshaw | 9 | -6/+523 |
| 2012-07-30 | Ensure CTRL, SHIFT and ALT states are reset when Window falls into background | Simon Robertshaw | 5 | -4/+32 |
| 2012-07-30 | Faster brush adjusting with [ and ], use alt to change to 1 pixel | Simon Robertshaw | 3 | -3/+24 |
| 2012-07-29 | Neaten a little bit of code | Simon Robertshaw | 1 | -5/+5 |
| 2012-07-29 | Improvements to textbox, prevent selection loss on non modifying keypresses | Simon Robertshaw | 2 | -4/+10 |
| 2012-07-29 | Number type for text fields, addresses some of issue #39 | Simon Robertshaw | 3 | -19/+89 |
| 2012-07-29 | HUD toggle, addresses "h should toggle the HUD" in issue #23 | Simon Robertshaw | 2 | -20/+28 |
| 2012-07-29 | Textboxes for decoration, addresses "No text boxes in deco editor to directly... | Simon Robertshaw | 5 | -19/+110 |
| 2012-07-29 | Fix crash on Component::IsFocused if the component has been detached from the... | Simon Robertshaw | 1 | -1/+3 |
| 2012-07-29 | Restart N. Grav when needed (somewhat effects issue #31) and fix shitty logic... | Simon Robertshaw | 2 | -15/+15 |
| 2012-07-29 | clear_sim now clears air and gravity maps better, fixes issue #31 | Simon Robertshaw | 5 | -18/+25 |
| 2012-07-29 | Better syncing for elementCount, fixes issue #21 | Simon Robertshaw | 2 | -0/+24 |
| 2012-07-29 | Remove blockair update in Air.cpp function to fix TTAN - solves issue #30 | Simon Robertshaw | 1 | -10/+0 |
| 2012-07-29 | Filebrowser search, cleaner filenames | Simon Robertshaw | 6 | -22/+101 |
| 2012-07-28 | Implement search for DirectoryList | Simon Robertshaw | 3 | -5/+25 |
| 2012-07-28 | Corrections to GameSave to prevent conflicts in the Expanded state, improve S... | Simon Robertshaw | 5 | -24/+47 |
| 2012-07-28 | Move cursor to the end of the insertion after pasing in a Textbox | Simon Robertshaw | 1 | -0/+1 |
| 2012-07-28 | Resize brush X and Y axis seperately using Shift and Control, Addresses issue... | Simon Robertshaw | 5 | -22/+60 |
| 2012-07-28 | Draw brush using renderer, fixes issue #25 | Simon Robertshaw | 4 | -43/+52 |
| 2012-07-28 | Air heat is not rendered if ambient heat is disabled | Simon Robertshaw | 1 | -0/+2 |
| 2012-07-28 | Update ambient heat when enabled, fixes issue #28 | Simon Robertshaw | 1 | -6/+13 |
| 2012-07-28 | Collapse gamesave to save space in memory | Simon Robertshaw | 4 | -16/+118 |
| 2012-07-27 | Correct blending of SetPixel without alpha channel | Simon Robertshaw | 1 | -1/+1 |
| 2012-07-27 | Prevent crash when drawing an image out of mounts on a pixel grid | Simon Robertshaw | 1 | -2/+3 |
| 2012-07-27 | Local file browser + some more interesting things like Progress bar UI component | Simon Robertshaw | 32 | -78/+789 |
| 2012-07-26 | Scroll Panel | Simon Robertshaw | 7 | -193/+332 |
| 2012-07-26 | Rename .inc files to inl | Simon Robertshaw | 5 | -4/+4 |
| 2012-07-25 | Update version number | Simon Robertshaw | 1 | -1/+1 |
| 2012-07-25 | TPT: Now stickmen can shoot plasma. dc01f09f0e | Simon Robertshaw | 1 | -1/+4 |
| 2012-07-25 | Fix for previous commits | Simon Robertshaw | 2 | -2/+2 |
| 2012-07-25 | TPT: Add ptypes.enabled checks to a few more places 61f39f5464 | Simon Robertshaw | 9 | -12/+13 |
| 2012-07-25 | TPT: Salt should only melt ice that is above saltwater freezing temperature 3... | Simon Robertshaw | 1 | -1/+1 |
| 2012-07-25 | TPT: Optimization for GoL, Added brush size and mouse wheel to lua! e7035233fd | Simon Robertshaw | 10 | -29/+51 |
| 2012-07-25 | TPT: This should fix PLNT lag just a little bit... (mostly after shooting tho... | Simon Robertshaw | 1 | -1/+1 |
| 2012-07-25 | TPT: C5 should not explode when touching cold INSL a925eea52c | Simon Robertshaw | 1 | -1/+1 |
| 2012-07-25 | Fix typo in EMBR gravity | Simon Robertshaw | 1 | -1/+1 |
| 2012-07-25 | TPT: Prevent STKM falling through activated PVOD with a ctype that isn't STKM... | Simon Robertshaw | 1 | -5/+18 |
| 2012-07-25 | TPT: Make VOID and BHOL eat stickmen again 1f4f50682c | Simon Robertshaw | 1 | -0/+12 |
| 2012-07-25 | TPT: Use atan2 for LIGH angle calculations 966f1dcc23 | Simon Robertshaw | 2 | -7/+9 |
| 2012-07-25 | TPT: Reduce rate of lightning creation by clone 167740e839 | Simon Robertshaw | 4 | -4/+4 |
| 2012-07-25 | TPT: Lightning direction affected by Newtonian gravity 3a946efdfd | Simon Robertshaw | 2 | -19/+22 |
| 2012-07-25 | TPT: Allow INST to be sparked directly with the brush 8de602d467 | Simon Robertshaw | 1 | -0/+5 |
| 2012-07-25 | TPT: Fix infinite loop when flood_INST finds some INST with a non zero lif...... | Simon Robertshaw | 1 | -9/+29 |
| 2012-07-25 | TPT: FIRW: less advection, and don't go faster when multiple fire particle...... | Simon Robertshaw | 1 | -3/+4 |
| 2012-07-25 | TPT: Completely remove SING formation from fusion 81771d8672 | Simon Robertshaw | 2 | -7/+0 |
| 2012-07-25 | TPT: Only create one NBLE particle for each fusing H2 particle 29aab750e5d | Simon Robertshaw | 1 | -6/+0 |
| 2012-07-25 | TPT: fix compression during fusion 287822229f | Simon Robertshaw | 4 | -30/+32 |
| 2012-07-25 | TPT: Reset particle flags in create_part 135e91b84d | Simon Robertshaw | 1 | -0/+1 |
| 2012-07-25 | TPT: Allow stickman head to go through everything 95ca29cc64 | Simon Robertshaw | 1 | -1/+25 |
| 2012-07-25 | TPT: Prevent STKM floating in gases 31a61d0888 | Simon Robertshaw | 1 | -1/+1 |