summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-13copy support in linuxjacob14-15/+83
2013-01-13local copy / paste support inside tpt for all platformsjacob11-4/+11
2013-01-13change some free/malloc's back to delete/new'sjacob14-111/+109
2013-01-13--stable and --python-ver optionsjacob11-3/+9
2013-01-12Merge pull request #114 from mniip/decojacob13-13/+22
2013-01-12Detach soap before going into STOR, fixes 1065982 (mostly)cracker641-0/+1
2013-01-11moving gameModel was a bad idea, so i just made an alias functionmniip3-6/+12
2013-01-11'B' opens deco editormniip2-10/+13
2013-01-10defocus components removed from scrollpanels, to prevent crashesjacob13-1/+4
2013-01-10don't allow streamline floodfilljacob11-1/+2
2013-01-09re-add tpt.display_mode, check element id's in tpt.set_property, tpt.get_scri...jacob11-6/+13
2013-01-09readd tpt.hud and tpt.set_console commandsjacob17-12/+38
2013-01-09fix console not closing when you use !loadjacob11-1/+1
2013-01-08change right click button id to 4 for lua events, to match old tptjacob11-0/+4
2013-01-08change tpt.fillrect dimentions to old tpt ones, move brush list generating ou...jacob12-27/+26
2013-01-08fix tpt.selectedl/r/a, but it returns the string identifier now instead of an idjacob16-10/+45
2013-01-07save signs in snapshotsjacob12-1/+5
2013-01-07allow directory search to find files with the extension repeated twicejacob11-1/+1
2013-01-07paused checkbox when savingjacob12-1/+8
2013-01-07confirm on local save delete, ESC to exit local save browser, don't allow emp...jacob12-7/+23
2013-01-07local save deletion and renaming with the right click context menujacob15-27/+75
2013-01-07delay deleting save buttons, to prevent possible crash laterjacob12-3/+6
2013-01-07fix many more uninitialized variablesjacob12-12/+17
2013-01-06fix mismatched free()/delete'sjacob12-3/+3
2013-01-06fix element function replacement optionjacob14-19/+27
2013-01-06draw cursor outline when shift drawing linesjacob11-1/+1
2013-01-06VOID, VACU, and BHOL eat LIGH as it movesjacob11-30/+60
2013-01-06allow right click to close notifications toojacob12-4/+7
2013-01-06fix GOL detection with DTECjacob11-1/+1
2013-01-04faster ellipse brush resizing that doesn't lag/freezejacob11-8/+26
2013-01-04Merge remote-tracking branch 'origin/master'jacob11-1/+1
2013-01-04fix Ctrl+x being one pixel off, better xor_rect from tpt, delete test.cjacob14-178/+24
2013-01-03Merge pull request #112 from Huulivoide/lua51-fixjacksonmj1-1/+1
2013-01-03Reorder liblua searching. Fixes building on systems, which also have lua 5.2 ...Jesse Jaara1-1/+1
2013-01-03change that will probably fix custom menus not showingjacob11-1/+1
2012-12-31sconscript fix (same as before)jacob11-2/+8
2012-12-31Add raspberry pi support (from Candunc)jacob11-9/+13
2012-12-30Fix paths in Sconscripts for filtering out Gravity fileSimon Robertshaw1-1/+2
2012-12-29more scons fixes for windowsjacob13-2/+9
2012-12-29fix gravity.cpp error on windows with scons (but I still can't get it to work)jacob11-1/+1
2012-12-29Merge remote-tracking branch 'origin/master'jacob12-4/+4
2012-12-29fix save as new name not actually causing the new save & title to be loadedjacob11-5/+2
2012-12-26Comment out cpu_check, which only creates errorsjacob11-2/+2
2012-12-25LINKFLAGS, not LINKFAGSjacksonmj1-2/+2
2012-12-23Merge remote-tracking branch 'origin/master'jacob11-1/+1
2012-12-23revert stickmen CONV fix, and do it another way that doesn't crashjacob11-8/+31
2012-12-21Fix small mistake in TSNSjacob11-1/+1
2012-12-19change max to 200, 500 was a bit largejacob11-4/+4
2012-12-19allow a slightly larger brush sizejacob11-8/+8
2012-12-18use kill_part when creating a new particle over an index, fixes STKM not resp...jacob11-6/+1