| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-11-17 | Remove old code | Simon Robertshaw | 1 | -1005/+0 |
| 2012-08-09 | more things saved in powder.pref | jacob1 | 1 | -1/+12 |
| 2012-05-31 | Added a settings option to draw a wall frame around screen. | Savely Skresanov | 1 | -0/+32 |
| 2012-05-23 | Windows installation, register ptsave URL protocol | Simon Robertshaw | 1 | -1/+54 |
| 2012-05-06 | Change license from GPLv2+ to GPLv3+ | jacksonmj | 1 | -0/+17 |
| 2012-04-30 | Fix crash when pasting text on platforms which don't support it | jacksonmj | 1 | -1/+3 |
| 2012-01-25 | Fix crash when JSON parsing fails | jacksonmj | 1 | -3/+3 |
| 2011-11-14 | Saving and loading for graphics modes | Simon Robertshaw | 1 | -6/+46 |
| 2011-11-12 | Replace cmode with more flexible render options, TODO: Saving and render opti... | Simon Robertshaw | 1 | -3/+5 |
| 2011-10-23 | Compatibility with MSVC - devast8a | Simon Robertshaw | 1 | -2/+4 |
| 2011-10-06 | Make installer set data dir to current dir, for now. | Simon Robertshaw | 1 | -5/+8 |
| 2011-09-30 | Fix bug causing logins to be lost when The Game is closed. | Simon Robertshaw | 1 | -14/+18 |
| 2011-09-27 | Add JSON parser file (cJSON) and move preference saving to JSON format | Simon Robertshaw | 1 | -61/+165 |
| 2011-09-27 | Ensure installation doesn't fail if directory already exists | Simon Robertshaw | 1 | -18/+2 |
| 2011-09-25 | Fix small error | Simon Robertshaw | 1 | -1/+1 |
| 2011-09-24 | Make changes to prefs file regarding build_num and updated | Simon Robertshaw | 1 | -6/+17 |
| 2011-09-22 | Change some Win32 includes to lower case filenames for Linux cross compiling | Simon Robertshaw | 1 | -2/+2 |
| 2011-09-22 | Fix walls with water equalization. | cracker64 | 1 | -3/+3 |
| 2011-09-19 | Game installer launches game with data directory for Windows (AppData) | Simon Robertshaw | 1 | -13/+67 |
| 2011-09-10 | Fix various memory leaks, as noted by Merkil/cppcheck | Simon Robertshaw | 1 | -2/+6 |
| 2011-07-06 | Windows clipboard_pull_text() implementation (untested) | Simon Robertshaw | 1 | -0/+20 |
| 2011-07-06 | Basic clipboard_push_text support for linux | jacksonmj | 1 | -0/+12 |
| 2011-06-11 | Fix a load of memory leaks | jacksonmj | 1 | -0/+1 |
| 2011-06-09 | Gravity zoning | Simon Robertshaw | 1 | -0/+10 |
| 2011-06-08 | Clean up signs when reading | Simon Robertshaw | 1 | -0/+13 |
| 2011-06-02 | some more deco editor changes. Right click deletes decoration again. | Cracker64 | 1 | -5/+5 |
| 2011-05-14 | Decoration has a color menu. GoL uses less memory(17MB less), and probably a... | Cracker64 | 1 | -24/+24 |
| 2011-04-23 | fix in RGB_to_HSV. | Cracker64 | 1 | -6/+8 |
| 2011-04-23 | Decorations! ,still messing with it. It does not save currently. TODO: fix t... | Cracker64 | 1 | -0/+68 |
| 2011-04-16 | Whoops, missing header for exe_name | jacksonmj | 1 | -0/+1 |
| 2011-04-08 | Workaround for some argument parsing bugginess | jacksonmj | 1 | -2/+2 |
| 2011-04-08 | Document icons for linux | jacksonmj | 1 | -1/+17 |
| 2011-04-08 | Start register_extension support for linux | jacksonmj | 1 | -4/+43 |
| 2011-04-08 | Also register .stm extension in Windows | jacksonmj | 1 | -4/+12 |
| 2011-04-08 | astyle | Simon | 1 | -27/+27 |
| 2011-04-06 | Register extension | Simon | 1 | -4/+0 |
| 2011-04-04 | NULL Window handle for OpenClipboard | Simon | 1 | -1/+1 |
| 2011-04-04 | clipboard_push_text implementation for WIN32, UNTESTED | Simon | 1 | -8/+20 |
| 2011-04-04 | Register extension now sets the correct icon | Simon | 1 | -1/+1 |
| 2011-04-04 | Finish WIN32 register_extension, fix Visual Studio compile | jacksonmj | 1 | -5/+9 |
| 2011-04-01 | Copy support for OS X | Simon | 1 | -0/+15 |
| 2011-03-30 | URHG | Simon | 1 | -0/+4 |
| 2011-03-30 | import header for exe_name for use with file association | Simon | 1 | -0/+1 |
| 2011-03-30 | Windows header for registry functions | Simon | 1 | -0/+3 |
| 2011-03-25 | Typo | Simon | 1 | -1/+1 |
| 2011-03-25 | Added some file association for Windows, NOT TESTED YET | Simon | 1 | -0/+72 |
| 2011-03-24 | wtf | Simon | 1 | -3/+3 |
| 2011-03-24 | Add outline for clipboard pushing/pulling | Simon | 1 | -0/+12 |
| 2011-03-18 | Matrices and vectors, to make coding next commit more pleasant | jacksonmj | 1 | -0/+65 |
| 2011-02-04 | Session checking on startup and compatibility fixes | Simon | 1 | -11/+16 |