summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-02-01prevent CRAY from destroying DMNDjacob12-2/+2
2013-01-26Allow limited arm size from tmp2Simon Robertshaw1-14/+20
2013-01-26Fix issue where piston won't push particles at index 0Simon Robertshaw1-3/+3
2013-01-26Piston fix: Adjust colour and prevent piston from pushing too far when there'...Simon Robertshaw2-6/+8
2013-01-26Put back default piston sizeSimon Robertshaw1-1/+1
2013-01-26Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw7-10/+49
2013-01-26Piston collapses spaces properlySimon Robertshaw1-16/+25
2013-01-26clear persistent effects when it's display mode is removedjacob11-0/+5
2013-01-26typing '~' doesn't close the lua consolejacob11-1/+4
2013-01-26Fix brush not being visible when using CTRL to change the sizejacob11-1/+1
2013-01-24fix possible crash with LIGHjacob11-1/+1
2013-01-23fix "i" argument to graphics functions.jacob14-7/+38
2013-01-23Fix piston retractionSimon Robertshaw1-14/+9
2013-01-23PSTN: Do not accept current from diagonals, increase distance for spark checksSimon Robertshaw1-3/+3
2013-01-23Fix FRME limitsSimon Robertshaw1-5/+7
2013-01-23Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw2-2/+2
2013-01-23Change to pistons, piston push length is base-1 blocksSimon Robertshaw1-1/+1
2013-01-23Added FRME - A solid that keeps its simple structure when pushed by pistonSimon Robertshaw2-2/+93
2013-01-23Fully functional pistons, retract+extendSimon Robertshaw1-56/+135
2013-01-23fix crash when pressing enter to open a save, and not logged in. Fix CRAY des...jacob12-2/+2
2013-01-22Clean up some unused variables from PSTN.cppSimon Robertshaw1-3/+1
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