summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-01-22fix tpt.set_property setting integers above 255, fix fs.isDir/File, add "Colo...jacob13-27/+18
2013-01-20PSTN.cpp - Remove unused codeSimon Robertshaw1-60/+0
2013-01-20Pistons - WIP, No retraction yetSimon Robertshaw1-0/+221
2013-01-20C-RAY: Similar to A-RAY, creates particlesSimon Robertshaw2-1/+141
2013-01-20attempt to fix random deletion bug (can't reproduce easily, so can't tell if ...jacob11-7/+8
2013-01-19Update Build numberjacob11-1/+1
2013-01-19Revert "move version info to version.h, no longer needs full recompile on ver...Simon Robertshaw7-74/+72
2013-01-19fix missing #ifdef statement breaking compiling when not on linuxjacob11-0/+2
2013-01-18fix error with renderer compilingjacob11-0/+2
2013-01-18Merge branch 'master' of git@github.com:FacialTurd/The-Powder-Toy.gitjacob13-8/+245
2013-01-18move clipboard functions out of misc.cpp without creating errorsjacob19-165/+142
2013-01-17add gravmap setting. Getting doesn't work right now, and maybe i should check...jacob12-1/+37
2013-01-17combine pressure functions, add sim.ambientHeat, sim.velocityX, sim.velocityYjacob12-19/+120
2013-01-17sim.get/setPressure, a few constants to the simulation apijacob13-1/+90
2013-01-16implement tpt.set_shortcutsjacob11-3/+9
2013-01-16log error messages for update functionsjacob11-4/+9
2013-01-15move version info to version.h, no longer needs full recompile on version changejacob17-72/+74
2013-01-15allow removing zoom tool when shift drawing linesjacob11-2/+3
2013-01-15Merge branch 'HEAD' of git@github.com:FacialTurd/The-Powder-Toy.gitjacob11-3/+3
2013-01-15probably fix compiling errorjacob11-1/+3
2013-01-15Update version number, before I forget. jacob11-3/+3
2013-01-15don't allow 1-3 letter searches, because bad search results are just returnedjacob11-1/+2
2013-01-15don't allow tags unless 4 letters longjacob11-0/+5
2013-01-14deco menu needs to be clicked to enter, press 'b' to get out of deco editor toojacob14-14/+33
2013-01-13copy support in linuxjacob13-14/+82
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-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