| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-01-11 | moving gameModel was a bad idea, so i just made an alias function | mniip | 3 | -6/+12 |
| 2013-01-11 | 'B' opens deco editor | mniip | 2 | -10/+13 |
| 2013-01-10 | defocus components removed from scrollpanels, to prevent crashes | jacob1 | 3 | -1/+4 |
| 2013-01-10 | don't allow streamline floodfill | jacob1 | 1 | -1/+2 |
| 2013-01-09 | re-add tpt.display_mode, check element id's in tpt.set_property, tpt.get_scri... | jacob1 | 1 | -6/+13 |
| 2013-01-09 | readd tpt.hud and tpt.set_console commands | jacob1 | 7 | -12/+38 |
| 2013-01-09 | fix console not closing when you use !load | jacob1 | 1 | -1/+1 |
| 2013-01-08 | change right click button id to 4 for lua events, to match old tpt | jacob1 | 1 | -0/+4 |
| 2013-01-08 | change tpt.fillrect dimentions to old tpt ones, move brush list generating ou... | jacob1 | 2 | -27/+26 |
| 2013-01-08 | fix tpt.selectedl/r/a, but it returns the string identifier now instead of an id | jacob1 | 6 | -10/+45 |
| 2013-01-07 | save signs in snapshots | jacob1 | 2 | -1/+5 |
| 2013-01-07 | allow directory search to find files with the extension repeated twice | jacob1 | 1 | -1/+1 |
| 2013-01-07 | paused checkbox when saving | jacob1 | 2 | -1/+8 |
| 2013-01-07 | confirm on local save delete, ESC to exit local save browser, don't allow emp... | jacob1 | 2 | -7/+23 |
| 2013-01-07 | local save deletion and renaming with the right click context menu | jacob1 | 5 | -27/+75 |
| 2013-01-07 | delay deleting save buttons, to prevent possible crash later | jacob1 | 2 | -3/+6 |
| 2013-01-07 | fix many more uninitialized variables | jacob1 | 2 | -12/+17 |
| 2013-01-06 | fix mismatched free()/delete's | jacob1 | 2 | -3/+3 |
| 2013-01-06 | fix element function replacement option | jacob1 | 4 | -19/+27 |
| 2013-01-06 | draw cursor outline when shift drawing lines | jacob1 | 1 | -1/+1 |
| 2013-01-06 | VOID, VACU, and BHOL eat LIGH as it moves | jacob1 | 1 | -30/+60 |
| 2013-01-06 | allow right click to close notifications too | jacob1 | 2 | -4/+7 |
| 2013-01-06 | fix GOL detection with DTEC | jacob1 | 1 | -1/+1 |
| 2013-01-04 | faster ellipse brush resizing that doesn't lag/freeze | jacob1 | 1 | -8/+26 |
| 2013-01-04 | fix Ctrl+x being one pixel off, better xor_rect from tpt, delete test.c | jacob1 | 4 | -178/+24 |
| 2013-01-03 | change that will probably fix custom menus not showing | jacob1 | 1 | -1/+1 |
| 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 |