| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-05-02 | statically linked, or better to say, builtin luasocket | mniip | 33 | -0/+4044 | |
| 2013-05-02 | LoadWindowPosition has a better default position | mmbob | 1 | -15/+22 | |
| LoadWindowPosition now positions the window on the nearest monitor if the window is not inside a monitor. | |||||
| 2013-05-01 | Merge remote-tracking branch 'upstream/master' | mmbob | 2 | -5/+5 | |
| 2013-04-30 | Correct gold melting point | jacksonmj | 1 | -1/+1 | |
| 2013-04-30 | INST flood fill change so that vertical conduction is only prevented for 1px ↵ | jacksonmj | 1 | -4/+4 | |
| wire crossings. Needs thorough testing Fixes #129 , and prevents INST diodes when using a 2px vertical crossing a 1px horizontal. | |||||
| 2013-04-30 | Merge remote-tracking branch 'upstream/master' | mmbob | 7 | -212/+397 | |
| 2013-04-27 | Remove obsolete code from TPTScriptInterface | jacksonmj | 1 | -4/+1 | |
| 2013-04-27 | Less dependence on particle order for GOLD fast electricity conduction | jacksonmj | 1 | -1/+1 | |
| 2013-04-27 | BREAKING NEWS: Hell has frozen over | Simon Robertshaw | 2 | -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-26 | Ooooooohh | mniip | 1 | -1/+1 | |
| 2013-04-26 | Fixed graphics function crash when unable to catch errors | mniip | 1 | -14/+18 | |
| 2013-04-26 | a major rewrite of event registration, it's fully compatible, yet has new ↵ | mniip | 3 | -187/+255 | |
| advantages | |||||
| 2013-04-26 | print does implicit tostring, also generates a list ouside of console too | mniip | 1 | -9/+31 | |
| 2013-04-25 | fixed dropper debug printing | mniip | 1 | -0/+2 | |
| 2013-04-22 | Fix reading hexadecimal in TPTScriptInterface | mmbob | 1 | -1/+1 | |
| Instead of subtracting 'A', subtract 'a' | |||||
| 2013-04-22 | Replace __ImageBase. Save + load window position. | mmbob | 1 | -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-18 | Prevent "!set type none blah" | jacksonmj | 1 | -0/+2 | |
| 2013-04-13 | update version (86.1.263 -> 87.0.267) | jacob1 | 1 | -3/+3 | |
| 2013-04-10 | fix assert error when resampling an image to an invalid size (corrupted stamps) | jacob1 | 1 | -0/+2 | |
| 2013-04-10 | fix setting negative numbers in the old console (using atoi) | jacob1 | 1 | -8/+1 | |
| 2013-04-09 | Add --nofft option to compile without FFTW3 | Julian Meyer | 1 | -3/+8 | |
| This should help Mac users who were having trouble compiling. | |||||
| 2013-04-07 | Allow signing out and editing profile from the old login button, add a ↵ | Simon Robertshaw | 6 | -7/+61 | |
| button to edit avatar (directs to the website at the moment) Allow viewing profiles by clicking avatars | |||||
| 2013-04-07 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 6 | -6/+64 | |
| 2013-03-27 | SPRK from SWCH should check both cases. | cracker64 | 1 | -1/+1 | |
| 2013-03-26 | Update version number | Simon Robertshaw | 1 | -2/+2 | |
| 2013-03-26 | TPTScriptInterface: Ability to read hexadecimal constants | Simon Robertshaw | 2 | -1/+58 | |
| 2013-03-25 | Fix CRAY bug that deletes particle 0 | jacob1 | 1 | -2/+2 | |
| 2013-03-25 | Fix NEUT not going through INVS | jacob1 | 1 | -0/+1 | |
| 2013-03-24 | Merge branch 'reorganisation' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 175 | -294/+288 | |
| 2013-03-23 | Merge remote-tracking branch 'origin/master' | jacob1 | 1 | -2/+2 | |
| 2013-03-23 | CFLM defusses VIBR, a few speed improvements to VIBR | jacob1 | 2 | -50/+76 | |
| 2013-03-22 | Fix includes for GUI stuff | Simon Robertshaw | 31 | -65/+65 | |
| 2013-03-22 | Move all GUI source files into gui/ | Simon Robertshaw | 175 | -229/+223 | |
| 2013-03-22 | Use "http://" for update/startup check | Simon Robertshaw | 1 | -1/+1 | |
| 2013-03-22 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 1 | -1/+2 | |
| 2013-03-22 | Don't try to parse update check response if it's NULL! | Simon Robertshaw | 1 | -1/+1 | |
| 2013-03-22 | fix compiling error | jacob1 | 1 | -1/+2 | |
| also bug, I had some weird formatting that broke the json parsing | |||||
| 2013-03-21 | Merge | Simon Robertshaw | 4 | -7/+7 | |
| 2013-03-21 | POST requests for APIRequest, allow saving user details from within the ↵ | Simon Robertshaw | 9 | -11/+425 | |
| game, Asynchronous HTTP POST | |||||
| 2013-03-17 | add back bounds check to DTEC/TSNS where needed, change VIBR back to 5x5 ↵ | jacob1 | 3 | -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-16 | fix compiling error | jacob1 | 1 | -1/+1 | |
| 2013-03-16 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 24 | -151/+119 | |
| 2013-03-16 | APIRequest, Aync methods for client, Profile edit/viewer (WIP) | Simon Robertshaw | 18 | -23/+320 | |
| 2013-03-16 | add identifier constants based on the display name to the lua api | jacob1 | 5 | -13/+20 | |
| 2013-03-16 | Remove unnecessary code in legacy part. | Saveliy Skresanov | 1 | -36/+0 | |
| 2013-03-16 | Narrowed loops for all elements in the first list. | Saveliy Skresanov | 20 | -139/+136 | |
| Probabilities might be messed up a bit, I'm not sure. | |||||
| 2013-03-16 | Higher quality thumbnails for Renders | Simon Robertshaw | 1 | -1/+1 | |
| 2013-03-16 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 8 | -11/+89 | |
| 2013-03-16 | Nicer resize method for VideoBuffer, fix Local and Server save previews | Simon Robertshaw | 6 | -13/+34 | |
| 2013-03-16 | new PSTN arms get deco color of the pushing pistons | jacob1 | 2 | -1/+7 | |
