summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2013-05-08Fix "blow power" for stick man, disable rocket boots on E-hole.Saveliy Skresanov3-7/+15
2013-05-08Merge remote-tracking branch 'origin/master'jacob15-15/+181
2013-05-08fix PSCN BRAY (tmp = 2) not stopping normal BRAY from going throughjacob16-18/+15
also some other random things
2013-05-08Rocket boots for stickman, because why notjacksonmj4-10/+156
Pass through gravity wall to activate, fan wall to deactivate. Accelerate with left/up/right keys. Plasma is spawned when accelerating, and STKM is immune to plasma but not other hot elements when rocket boots are enabled. Hold left+right to slow down quickly. STKM spawn element is retained and can still be created while using rocket boots, but it may be difficult to do anything useful with the spawn element whilst spewing hot plasma everywhere.
2013-05-08Fix ARAY better, instead of relying on conduction check to stop on BRAY, ↵cracker641-11/+19
which we know doesn't conduct.
2013-05-07STKM - fix jumping in the x direction in different gravity modesjacksonmj1-0/+3
2013-05-06gol2 array is static size, adding new GoL won't increase memory usage.cracker642-8/+25
2013-05-05Optimize GoL a bit, haven't changed gol2 yet.cracker641-38/+40
2013-05-05Only free GameView if it can be closedSimon Robertshaw1-5/+5
2013-05-05Update version numberSimon Robertshaw1-2/+2
2013-05-05Fix temperature sensorSimon Robertshaw1-1/+1
2013-05-05well, fuck you too, simonmniip1-0/+1
2013-05-05fix tooltip issues in render options toojacob13-1/+7
2013-05-05small fixjacob11-2/+2
2013-05-05fix element scrollbar issues, fix fading of HUD/intro text, fix compiling ↵jacob11-16/+22
error with last commit
2013-05-05drawtext_outline to fix unreadable infotips, tooltips fade in and out (more ↵jacob17-14/+51
like old tpt)
2013-05-05fix not being able to draw TUGN under high/low pressurejacob12-7/+3
2013-05-05New Element: Pressure sensorjacob13-2/+82
2013-05-04move some elements aroundjacob16-6/+6
2013-05-04add #ifdef WIN / #idndef WIN around some lua socket files, for easier visual ↵jacob16-0/+12
studio compatibility
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 Robertshaw33-0/+4044
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 Robertshaw111-161/+313
2013-05-04change ">" to "..." (from mniip)jacob11-1/+1
2013-05-04update with latest rules, fix grammar, fixes #126jacob11-12/+15
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-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