summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2012-12-14Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-6/+5
2012-12-14Prevent saves from being loaded twice by the Save browserSimon Robertshaw3-0/+7
2012-12-14Merge remote-tracking branch 'origin/master'jacob11-2/+2
2012-12-14update gravity wall zones whether or not newtonian gravity is on. Fixes #92jacob11-6/+5
2012-12-14Update WIRE name and description, fixes #101Simon Robertshaw1-2/+2
2012-12-14a working scrollbar in the save preview. Also, fix the bug where you ↵jacob14-9/+67
couldn't go back up a page when there weren't enough comments to fill a page
2012-12-13make it easier to create new energy particles (like for mods), they would ↵jacob11-1/+1
just disappear when hitting anything before
2012-12-12fix walls loading incorrectly in extremely old saves. Fix some invalid save ↵jacob11-31/+31
formats being loadable (it was onlychecking the 'O' in OPS)
2012-12-09New Conversation notificationsSimon Robertshaw5-0/+66
2012-12-09Use NotifyAuthUserChanged for GameController login, this will help users ↵Simon Robertshaw4-16/+10
become aware when their sessions expire.
2012-12-09C++erific text cleaner function, also, it's a good idea to actually clean ↵Simon Robertshaw3-6/+58
text coming from signs...
2012-12-07add back element descriptions in some cpp files, fix minor TRON search ↵jacob13-2/+46
problem. Also, TPT-jacksonmj: Also fix bugs with energy particles that pass directly from PIPE to portal
2012-12-06TRON_NORANDOM flagjacob11-3/+9
2012-12-06allow TRON to plan ahead which particles will disappear by the time it gets ↵jacob11-5/+15
there, and go on INVS too
2012-12-06fix compiling warnings / errorjacob13-6/+6
2012-12-06Merge remote-tracking branch 'origin/master'jacob116-45/+260
2012-12-06give TRON the ability to go through activated SWCHjacob12-5/+13
2012-12-04Fix slight particle order issue with SWCHjacksonmj1-1/+1
2012-12-01Fix infinite pressure glitch with CLSTjacob11-2/+2
2012-11-27Update version number (build 250)Simon Robertshaw1-1/+1
2012-11-26Right clicking on reload button will show save preview.Simon Robertshaw5-13/+49
2012-11-26Stop using persistent connections when we don't need them. Force shutdown of ↵Simon Robertshaw3-25/+73
Thumbnailbroker before http lib close, fixes #84
2012-11-24Update src/simulation/elements/VIBR.cppjacob11-2/+2
fix EXOT destroying exploding VIBR
2012-11-18Allow resizing of custom brushesSimon Robertshaw1-11/+51
2012-11-18Helper function for linear interpolationSimon Robertshaw1-0/+7
2012-11-18Custom brushes loaded from "Brushes" folder, format is a simple RAW 8bit ↵Simon Robertshaw3-1/+78
greyscale square format
2012-11-18Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw2-1/+5
2012-11-18Ensure directory enumeration works whether there's a path seperator at the ↵Simon Robertshaw2-0/+7
end of the directory or not
2012-11-18update build number, which was incorrect. Add an easy way for mods to ignore ↵jacob12-1/+5
updates
2012-11-18Use ifndef WIN instead of ifdef _unixSimon Robertshaw1-1/+1
2012-11-17VINE cool/burn effects like in PLNT, less sharp burn lines, fix infinite ↵jacob14-2/+23
smoke from TNT
2012-11-17fix directly sparking metal not heating it up, fix formatting, allowing ↵jacob11-11/+20
update_particles_i to be parsed
2012-11-17fix link signs ignoring the zoom window, allow right clicking link signs to ↵jacob11-2/+5
use them while sign tool selected
2012-11-16add (slightly updated) README from tptjacob11-2/+2
added new contributers, description from main page, and removed key combos and arguments that don't work
2012-11-16Fixed issue with opengl-renderer, missing semicolonBryan Hoyle1-1/+1
2012-11-16Merge branch 'master' of github.com:FacialTurd/PowderToyppBryan Hoyle16-32/+126
2012-11-16Opengl fixBryan Hoyle1-2/+4
2012-11-16fix pause state being reset every time you clear the simjacob11-3/+1
2012-11-16save pause state in stamps, load pause state from local saves and stamps ↵jacob14-9/+9
correctly, remove accidental inclusion
2012-11-16fix visual studio std::max problemjacob15-6/+9
2012-11-16fix tpt.el.X.name commandsjacob11-1/+1
2012-11-16fix crashes when deleting stamps or getting an error when savingjacob12-3/+3
2012-11-15Fix divide-by-zero errorSimon Robertshaw1-9/+17
...  when displaying save buttons that have zero votes.
2012-11-12Remove some debug printingSimon Robertshaw1-2/+4
2012-11-12More edge casesmniip1-1/+2
2012-11-12Better rectangle tool render function, no crappy pixels in edge cases anymoremniip1-3/+7
2012-11-12Element palette for automatic element ID/mod mappingSimon Robertshaw4-4/+82
2012-11-09Fix typo: Persistant -> PersistentChristoph Korn1-1/+1
This commit just fixes a small typo which was found by lintian when checking the Ubuntu package to be published on PlayDeb.net.
2012-11-06Spelling: "hottest"jacksonmj1-1/+1
2012-11-05Transfer energy between VIBR and BVBRjacksonmj1-34/+29