summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-05-04Merge pull request #133 from mniip/luajacob11-0/+9
Fix the luaopen_socket_core loader
2013-05-04Fix the luaopen_socket_core loader; derp memniip1-0/+9
2013-05-04Fix Lua includes in luasocket builtinSimon Robertshaw1-2/+5
2013-05-04Fix compiling with new BSOD in debug modeSimon Robertshaw1-1/+1
2013-05-04Merge pull request #131 from mniip/luaSimon Robertshaw34-0/+4050
builtin luasocket
2013-05-04Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw6-13/+19
2013-05-04possible piston bug fix for save 1176828jacob11-1/+1
2013-05-04TPT Blue screen of death - try its best to catch some signals (SIGSEGV) and ↵Simon Robertshaw1-80/+162
unhandled exception in the game loop
2013-05-04Typo in rulesjacksonmj1-3/+3
2013-05-04Fix solidification temperature of molten TUGNjacksonmj3-3/+6
Previously it was 973 K, not the same as the melting point of TUGN
2013-05-04ctrl+r reload shortcut, fix a few brush drawing bugs, fix stamp xor area, ↵jacob11-6/+9
fix lua log text overlaps
2013-05-04Fix position of scrolly bio, increase user profile window sizeSimon Robertshaw1-2/+2
2013-05-04Prevent TUGN from breaking when resetting airSimon Robertshaw1-1/+1
2013-05-04Fix compilation issues on Windows with Window Position LoaderSimon Robertshaw1-2/+3
2013-05-04Tungsten breaks under pressure changesSimon Robertshaw1-0/+6
2013-05-04Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw113-167/+321
2013-05-04change ">" to "..." (from mniip)jacob11-1/+1
2013-05-04update with latest rules, fix grammar, fixes #126jacob11-12/+15
2013-05-04update introtext / readme a littlejacob12-6/+8
2013-05-04fix some descriptionsjacob16-6/+6
2013-05-04change descriptions of many elements to be more consistent, contain more ↵jacob1104-104/+104
info, and be more helpful.
2013-05-04mniip: fix crash on non-string error in step and other functionsjacob11-6/+6
2013-05-04fix crash on non-string error in step and other functionsmniip1-6/+6
2013-05-03make GOLD sparkle slightly, and it kills NEUTjacob11-2/+17
2013-05-03set window position before displaying itjacob11-14/+9
2013-05-03Merge pull request #130 from mmbob/masterjacob12-7/+100
Save window position when closed
2013-05-03New element: Tungsten, very high melting pointSimon Robertshaw2-0/+130
2013-05-03Merge pull request #132 from mniip/lua2jacob13-30/+76
Some lua fixes
2013-05-03allow multiline code input, command will be executed when enough code givenmniip1-2/+15
2013-05-02print returned values; implicit return in console; console sourcemniip3-4/+34
2013-05-02better luacon_geterrormniip1-26/+25
2013-05-02fix tpt.log so that when called multiple times, it doesn't overwrite the textmniip1-1/+5
2013-05-02statically linked, or better to say, builtin luasocketmniip34-0/+4050
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-26Merge branch 'lua' of https://github.com/mniip/The-Powder-Toyjacob13-207/+301
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-25Merge pull request #128 from mniip/dropper-debugjacob11-0/+2
fix dropper debug printing
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.