| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-08-05 | Ensure renderer doesn't create new threads for gravity simulattion, since it ↵ | Simon Robertshaw | 1 | -0/+2 | |
| doesn't use it | |||||
| 2011-08-05 | Mouse and keyboard events, replace luaL_openlib() with luaL_register() and ↵ | Simon Robertshaw | 3 | -26/+185 | |
| move mousex and mousey out of the global table and into the 'tpt' table | |||||
| 2011-08-04 | Revert "allowed secret menu via lua" | Simon Robertshaw | 1 | -1/+1 | |
| This reverts commit 6c8d62389cccf1c17143d4cffb70bfb060bfda88. | |||||
| 2011-08-04 | Merge pull request #35 from me4502/patch-1 | savask | 1 | -1/+1 | |
| allowed secret menu via lua | |||||
| 2011-08-04 | allowed secret menu via lua | me4502 | 1 | -1/+1 | |
| 2011-08-01 | Ensure menu ID is valid for active_menu | Simon Robertshaw | 1 | -5/+5 | |
| 2011-08-01 | Edited src/luaconsole.c via GitHub | Simon Robertshaw | 1 | -1/+4 | |
| 2011-07-31 | Some tags for version info to make it easier for automation tools | Simon Robertshaw | 1 | -1/+4 | |
| 2011-07-31 | Lua has a garbage collector, it may dispose of strings while we're using ↵ | Simon Robertshaw | 1 | -3/+8 | |
| them, make throw_error a little more safe | |||||
| 2011-07-31 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 2 | -0/+19 | |
| 2011-07-31 | me4502 added tpt.throw_error and tpt.heat as lua commands | Bryan Hoyle | 2 | -0/+19 | |
| 2011-07-27 | Less buggy DLAY | Simon Robertshaw | 3 | -25/+100 | |
| 2011-07-27 | Revert "DLAY element" | Simon Robertshaw | 3 | -26/+10 | |
| This reverts commit 7338545ab43b1871cea0f91a15746e534d7a9e9b. | |||||
| 2011-07-27 | Revert "DLAY temp fix" | Simon Robertshaw | 1 | -2/+0 | |
| This reverts commit 108e5643d7f96749d68f8e87d9b2bfddf1e5cf1a. | |||||
| 2011-07-27 | Revert "DLAY temp, actually fixed :D" | Simon Robertshaw | 1 | -10/+6 | |
| This reverts commit 94e316af854932ddd8f60b011de936000f10fac4. | |||||
| 2011-07-26 | Fix for SPWN sometimes failing to create stickman | jacksonmj | 1 | -5/+2 | |
| Example: place stickman, then load a save containing SPWN but no stickman. Stickman does not get created. | |||||
| 2011-07-26 | Fix LIFE sampling and HUD | jacksonmj | 1 | -5/+22 | |
| 2011-07-26 | Fix LIFE graphics in blob, nothing and fancy view | jacksonmj | 2 | -32/+46 | |
| And some small fixes for switchable element colours | |||||
| 2011-07-26 | Minor optimisations for startup and render_fire | jacksonmj | 2 | -11/+11 | |
| 2011-07-26 | DLAY temp, actually fixed :D | tridiaq | 1 | -6/+10 | |
| 2011-07-26 | DLAY temp fix | tridiaq | 1 | -0/+2 | |
| 2011-07-26 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 7 | -635/+196 | |
| 2011-07-26 | DLAY element | tridiaq | 3 | -10/+26 | |
| 2011-07-25 | Generalized stick man's update functions. Got rid of some unnecessary | savask | 7 | -635/+196 | |
| variables. | |||||
| 2011-07-24 | Prevent gravity vel-maps from flipping when paused | Simon Robertshaw | 1 | -12/+13 | |
| 2011-07-24 | Slight speed improvements for lensing | Simon Robertshaw | 1 | -5/+21 | |
| 2011-07-24 | Fix infinite dialogs when unable to open a save from the website | jacksonmj | 1 | -1/+1 | |
| 2011-07-24 | update_air now runs 10% faster | jacksonmj | 1 | -12/+10 | |
| 2011-07-24 | Fix life cloning | jacksonmj | 7 | -23/+81 | |
| 2011-07-24 | Disable old life elements | jacksonmj | 5 | -171/+166 | |
| 2011-07-24 | Update gravity mask when deleting gravity wall | jacksonmj | 1 | -0/+4 | |
| 2011-07-24 | Avoid division by zero for circle brush | jacksonmj | 2 | -2/+4 | |
| 2011-07-24 | Fix liquids in vertical gravity when Newtonian gravity is turned on | jacksonmj | 1 | -3/+13 | |
| 2011-07-24 | Fix | tridiaq | 1 | -1/+1 | |
| 2011-07-22 | active menu and hud enable are global. | cracker64 | 2 | -2/+6 | |
| 2011-07-22 | Added functions to header. | cracker64 | 1 | -0/+6 | |
| 2011-07-22 | Fix new luaconsole functions. | cracker64 | 1 | -5/+5 | |
| 2011-07-22 | me4502 luaconsole functions, edited from github. | cracker64 | 1 | -0/+52 | |
| 2011-07-18 | Lensing effect for gravity, adds 3 new gravity maps (full resolution, linear ↵ | Simon Robertshaw | 5 | -15/+133 | |
| interpolation for faux accuracy), old ones should be removed in time. | |||||
| 2011-07-13 | Fix PBCN saving and increment major version | Simon | 2 | -4/+4 | |
| 2011-07-12 | Version change | Simon Robertshaw | 1 | -1/+1 | |
| 2011-07-12 | Allow flood_parts to cope with Life types | Simon Robertshaw | 1 | -9/+10 | |
| 2011-07-12 | Fix scaling bug when drawing lines | jacksonmj | 1 | -2/+0 | |
| 2011-07-12 | Version change | Simon Robertshaw | 1 | -1/+1 | |
| 2011-07-12 | Revert variable names for Brush | Simon Robertshaw | 1 | -1/+1 | |
| 2011-07-12 | Merge | Simon Robertshaw | 1 | -0/+1 | |
| 2011-07-12 | Some letters changed and formatting fixed. n_n | Cate | 1 | -7/+6 | |
| 2011-07-12 | OMG FIXES. Lots of fixes for triangle brush to make sure it works, from ↵ | Cate | 4 | -9/+22 | |
| Cracker. Edited CLST to prevent "popcorning" when its float hits weird numbers. Also fixed it so it freezes nicely when cooled. Fingers are back! :DDD | |||||
| 2011-07-12 | Move SING back to where it belongs, acid heats up when dissolving materials | Simon Robertshaw | 2 | -1/+6 | |
| 2011-07-12 | Added blunt temperature controls to CLST that cause it to freeze in place ↵ | Cate | 1 | -1/+11 | |
| when cooled by cohesion. Doesn't produce the exact same finger shapes as before for some arcane reason, I seriously have no clue why. But looks close enough for passing. | |||||
