summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
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, ↵jacob11-6/+13
tpt.get_script error with no args
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 ↵jacob12-27/+26
out of BuildMenus
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 ↵jacob12-7/+23
empty save names
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-04fix Ctrl+x being one pixel off, better xor_rect from tpt, delete test.cjacob14-178/+24
2013-01-03change that will probably fix custom menus not showingjacob11-1/+1
2012-12-29more scons fixes for windowsjacob12-0/+2
2012-12-29Merge remote-tracking branch 'origin/master'jacob11-2/+2
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-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 ↵jacob11-6/+1
respawning after CONV and probably other stuff too
2012-12-18fix undo not allowing any more stickmen to be placed, save stickmen in snapshotsjacob12-3/+10
2012-12-18fix sltw + liquid rubiduim explosion, make it work like water'sjacob12-7/+8
2012-12-18make TSNS not detect METL, some other sensor and CONV fixesjacob14-22/+14
2012-12-18make water equalization use flags, not tmp2 (fixes EXOT / BUBW)jacob12-7/+11
2012-12-18make sure that simulation variables are initialized, fixes things like water ↵jacob11-0/+6
equalization always being on in old saves
2012-12-18selecting a stamp moves it to the front of the list again (unless you hold ctrl)jacob18-3/+49
attempted to do MVC right?
2012-12-18fix mismatched malloc() / delete [], fixes # 106jacob11-1/+1
2012-12-18initialize variables in air.cpp and simulation.cppjacob13-8/+21
2012-12-18fix '=' resetting air heat, fix uninitialized ambient heat setting, a few ↵jacob16-32/+21
LOLZ / LOVE changes
2012-12-18fix WARP being invisible, make it visible in heat display mode thoughjacob14-4/+22
2012-12-17fix TRON ignoring GOO until the last momentjacob11-1/+1
2012-12-16Fix crash in GameSave::serialiseOPSjacksonmj1-1/+1
Only particlesCount particles have been copied from the Simulation. All the rest are uninitialised, and may have coordinates outside the game area. Using those uninitialised coordinates in the index for partsPosFirstMap may cause a crash.
2012-12-16More detailed error when opening non-existent directory.Simon Robertshaw1-2/+2
2012-12-16Print errors regardless of build typeSimon Robertshaw1-2/+0