summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2013-05-02statically linked, or better to say, builtin luasocketmniip33-0/+4044
2013-05-02LoadWindowPosition has a better default positionmmbob1-15/+22
LoadWindowPosition now positions the window on the nearest monitor if the window is not inside a monitor.
2013-05-01Merge remote-tracking branch 'upstream/master'mmbob2-5/+5
2013-04-30Correct gold melting pointjacksonmj1-1/+1
2013-04-30INST flood fill change so that vertical conduction is only prevented for 1px ↵jacksonmj1-4/+4
wire crossings. Needs thorough testing Fixes #129 , and prevents INST diodes when using a 2px vertical crossing a 1px horizontal.
2013-04-30Merge remote-tracking branch 'upstream/master'mmbob7-212/+397
2013-04-27Remove obsolete code from TPTScriptInterfacejacksonmj1-4/+1
2013-04-27Less dependence on particle order for GOLD fast electricity conductionjacksonmj1-1/+1
2013-04-27BREAKING NEWS: Hell has frozen overSimon Robertshaw2-1/+93
New element, GOLD, a corrosion resistant metal that can conduct electricity faster, molten GOLD will turn into molten VIBR on contact with EXOT
2013-04-26Ooooooohhmniip1-1/+1
2013-04-26Fixed graphics function crash when unable to catch errorsmniip1-14/+18
2013-04-26a major rewrite of event registration, it's fully compatible, yet has new ↵mniip3-187/+255
advantages
2013-04-26print does implicit tostring, also generates a list ouside of console toomniip1-9/+31
2013-04-25fixed dropper debug printingmniip1-0/+2
2013-04-22Fix reading hexadecimal in TPTScriptInterfacemmbob1-1/+1
Instead of subtracting 'A', subtract 'a'
2013-04-22Replace __ImageBase. Save + load window position.mmbob1-6/+92
Instead of using the __ImageBase global variable, use the GetModuleHandle(NULL) function to get the exe's HMODULE/HINSTANCE. Save the window position when the game is closed and restore it when it is opened. Defaults to being centered on the desktop.
2013-04-18Prevent "!set type none blah"jacksonmj1-0/+2
2013-04-13update version (86.1.263 -> 87.0.267)jacob11-3/+3
2013-04-10fix assert error when resampling an image to an invalid size (corrupted stamps)jacob11-0/+2
2013-04-10fix setting negative numbers in the old console (using atoi)jacob11-8/+1
2013-04-09Add --nofft option to compile without FFTW3Julian Meyer1-3/+8
This should help Mac users who were having trouble compiling.
2013-04-07Allow signing out and editing profile from the old login button, add a ↵Simon Robertshaw6-7/+61
button to edit avatar (directs to the website at the moment) Allow viewing profiles by clicking avatars
2013-04-07Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw6-6/+64
2013-03-27SPRK from SWCH should check both cases.cracker641-1/+1
2013-03-26Update version numberSimon Robertshaw1-2/+2
2013-03-26TPTScriptInterface: Ability to read hexadecimal constantsSimon Robertshaw2-1/+58
2013-03-25Fix CRAY bug that deletes particle 0jacob11-2/+2
2013-03-25Fix NEUT not going through INVSjacob11-0/+1
2013-03-24Merge branch 'reorganisation' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw175-294/+288
2013-03-23Merge remote-tracking branch 'origin/master'jacob11-2/+2
2013-03-23CFLM defusses VIBR, a few speed improvements to VIBRjacob12-50/+76
2013-03-22Fix includes for GUI stuffSimon Robertshaw31-65/+65
2013-03-22Move all GUI source files into gui/Simon Robertshaw175-229/+223
2013-03-22Use "http://" for update/startup checkSimon Robertshaw1-1/+1
2013-03-22Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-1/+2
2013-03-22Don't try to parse update check response if it's NULL!Simon Robertshaw1-1/+1
2013-03-22fix compiling errorjacob11-1/+2
also bug, I had some weird formatting that broke the json parsing
2013-03-21MergeSimon Robertshaw4-7/+7
2013-03-21POST requests for APIRequest, allow saving user details from within the ↵Simon Robertshaw9-11/+425
game, Asynchronous HTTP POST
2013-03-17add back bounds check to DTEC/TSNS where needed, change VIBR back to 5x5 ↵jacob13-5/+5
loop checks a better way to change it to 3x3 may have to be found that has the same ratios, other elements like WATRs have their rates changed too
2013-03-16fix compiling errorjacob11-1/+1
2013-03-16Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw24-151/+119
2013-03-16APIRequest, Aync methods for client, Profile edit/viewer (WIP)Simon Robertshaw18-23/+320
2013-03-16add identifier constants based on the display name to the lua apijacob15-13/+20
2013-03-16Remove unnecessary code in legacy part.Saveliy Skresanov1-36/+0
2013-03-16Narrowed loops for all elements in the first list.Saveliy Skresanov20-139/+136
Probabilities might be messed up a bit, I'm not sure.
2013-03-16Higher quality thumbnails for RendersSimon Robertshaw1-1/+1
2013-03-16Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw8-11/+89
2013-03-16Nicer resize method for VideoBuffer, fix Local and Server save previewsSimon Robertshaw6-13/+34
2013-03-16new PSTN arms get deco color of the pushing pistonsjacob12-1/+7