| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-09-25 | Icon adjustments | jacob1 | 3 | -39/+39 |
| 2012-09-25 | Icons and tooltips for everything in renderview. (Empty space not filled yet) | jacob1 | 4 | -29/+110 |
| 2012-09-25 | some improvements to the render options interface and checkboxes (icons and t... | jacob1 | 8 | -37/+83 |
| 2012-09-25 | Fix incorrect deco colors being selected | jacob1 | 1 | -3/+5 |
| 2012-09-25 | small change | jacob1 | 2 | -26/+17 |
| 2012-09-25 | display hex value in deco editor (replaces Cancel button) | jacob1 | 2 | -15/+23 |
| 2012-09-25 | Make number boxes easier to use, plus limit deco editor numbers to 255 | jacob1 | 2 | -6/+12 |
| 2012-09-25 | allow alpha editing | jacob1 | 2 | -6/+25 |
| 2012-09-25 | alt click alternative to middle click (that doesn't break line snapping) | jacob1 | 1 | -0/+2 |
| 2012-09-25 | Fix crash - uninitialized (and not needed) variable | jacob1 | 1 | -2/+2 |
| 2012-09-25 | MacOS X targets for Scons, Fix some inlines for clang | Simon Robertshaw | 9 | -106/+111 |
| 2012-09-24 | Work on Ahead-Of-Time compiler for PVM | Simon Robertshaw | 2 | -1/+220 |
| 2012-09-23 | If/elseif with simple conditions | Simon Robertshaw | 5 | -38/+138 |
| 2012-09-23 | Macros and property setting | Simon Robertshaw | 8 | -15/+328 |
| 2012-09-21 | Set properties with integer.property | Simon Robertshaw | 9 | -55/+65 |
| 2012-09-21 | Testing new vm/language WIP | Simon Robertshaw | 17 | -10/+2031 |
| 2012-09-17 | Checkbox, Slider and ProgressBar components for ui API | Simon Robertshaw | 14 | -8/+461 |
| 2012-09-16 | Prevent UI thread lockup when drawing hideously large progress bars for no re... | Simon Robertshaw | 1 | -0/+2 |
| 2012-09-16 | Right click menu to go to history and user info for save buttons | Simon Robertshaw | 6 | -42/+126 |
| 2012-09-16 | Fix minor highlighting bug in the save browser, votes counter is drawn on you... | jacob1 | 1 | -2/+7 |
| 2012-09-16 | fix some errors in visual studio | jacob1 | 2 | -2/+3 |
| 2012-09-16 | update version numbers | jacob1 | 1 | -2/+2 |
| 2012-09-16 | remove unneeded check | jacob1 | 1 | -1/+1 |
| 2012-09-16 | Add icons back to search buttons, fix positioning of them, disable my own / f... | jacob1 | 3 | -14/+65 |
| 2012-09-16 | Show number of votes and the history button on your own saves | jacob1 | 3 | -2/+68 |
| 2012-09-16 | fix possible crashes with save buttons and uninitialized renderer variables | jacob1 | 2 | -3/+2 |
| 2012-09-16 | Merge branch 'master' of github.com:FacialTurd/PowderToypp | Simon Robertshaw | 4 | -13/+31 |
| 2012-09-16 | When reloading elements API, set packages.loaded["elements"] to nil to preven... | Simon Robertshaw | 1 | -0/+8 |
| 2012-09-15 | Hooked more functions to VM. | Savely Skresanov | 2 | -4/+12 |
| 2012-09-15 | Some work on adding new hooks. | Savely Skresanov | 4 | -13/+23 |
| 2012-09-15 | Better reporting dialogue | Simon Robertshaw | 2 | -5/+12 |
| 2012-09-15 | Render fire after wall drawing | Simon Robertshaw | 1 | -3/+3 |
| 2012-09-15 | Fix file reading, fix ARG implementation | Simon Robertshaw | 3 | -5/+3 |
| 2012-09-14 | Better fire rendering for saves | Simon Robertshaw | 2 | -0/+28 |
| 2012-09-14 | Correct initialisation of FIGH | Simon Robertshaw | 1 | -11/+14 |
| 2012-09-14 | Fixes invalid text pasting, Adds API to VM, allow program loading in Lua and ... | Simon Robertshaw | 7 | -29/+265 |
| 2012-09-13 | Remove testing particle from repo | Simon Robertshaw | 1 | -100/+0 |
| 2012-09-13 | Save history and new multiline formatter | Simon Robertshaw | 12 | -23/+111 |
| 2012-09-13 | Show version info in update prompt. Fixes #177 | Simon Robertshaw | 4 | -3/+32 |
| 2012-09-13 | Make sample tool sample different life types. Fixes #184 | Simon Robertshaw | 1 | -3/+25 |
| 2012-09-13 | Ensure cursor position is correct after placing stamp. | Simon Robertshaw | 1 | -0/+1 |
| 2012-09-13 | Mouse move on exiting Window. Fixes 181 | Simon Robertshaw | 1 | -0/+13 |
| 2012-09-13 | Allow editing link signs. Fixes #182 | Simon Robertshaw | 1 | -2/+2 |
| 2012-09-13 | Disable JIT for now | Simon Robertshaw | 2 | -2/+106 |
| 2012-09-13 | Some progress on JIT - no syscalls yet | Simon Robertshaw | 5 | -26/+298 |
| 2012-09-11 | Fix buffer overflow with HTTP headers caused by recent \r\n commit" | Simon Robertshaw | 2 | -1/+922 |
| 2012-09-09 | More VM syscalls | Simon Robertshaw | 4 | -79/+74 |
| 2012-09-09 | Allow terminating the VM | Simon Robertshaw | 2 | -0/+6 |
| 2012-09-09 | Merge | Simon Robertshaw | 1 | -0/+1 |
| 2012-09-09 | Move opcodes and syscalls out of main virtualmachine coee | Simon Robertshaw | 7 | -450/+460 |