| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-08-11 | OS X doesn't like the 'd' suffix | Simon Robertshaw | 1 | -1/+1 | |
| 2011-08-11 | Missing file from previous commit | Simon Robertshaw | 1 | -2/+2 | |
| 2011-08-11 | Fire intensity from Lua | Simon Robertshaw | 4 | -4/+15 | |
| 2011-08-11 | Fix segfault when there are no unused particles before parts_lastActiveIndex | jacksonmj | 1 | -2/+10 | |
| 2011-08-10 | Add FRZZ to Powders menu | Simon Robertshaw | 1 | -1/+1 | |
| 2011-08-10 | Update parts_lastActiveIndex when creating neut/phot | jacksonmj | 2 | -0/+3 | |
| 2011-08-10 | Skip unused particles at end of parts[] | jacksonmj | 4 | -9/+19 | |
| 2011-08-08 | Fix Gol with Wire placed | Simon Robertshaw | 2 | -6/+9 | |
| 2011-08-08 | Save Wire ctype | Simon Robertshaw | 1 | -2/+2 | |
| 2011-08-08 | Version increment | Simon Robertshaw | 1 | -1/+1 | |
| 2011-08-08 | Improvements to Wire | Simon Robertshaw | 3 | -24/+39 | |
| 2011-08-08 | you can now charge WIRE with pscn and it'll create only one | lieuwe | 2 | -6/+1 | |
| electron. | |||||
| 2011-08-08 | added some metl->wire interaction, still working on wire->metl | lieuwe | 2 | -1/+6 | |
| 2011-08-08 | IT WOOOOOORKS :D (fixed WIRE logic.) | lieuwe | 3 | -10/+26 | |
| 2011-08-08 | Y U NO WORK. added logic for WIRE but it's not being called. | lieuwe | 3 | -1/+44 | |
| 2011-08-08 | added WIRE particle type. | lieuwe | 1 | -1/+4 | |
| 2011-08-08 | Fix packer and unpacker | Simon Robertshaw | 2 | -0/+9 | |
| 2011-08-08 | Fix makefile for font tools | Simon Robertshaw | 1 | -3/+3 | |
| 2011-08-08 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 8 | -30/+210 | |
| 2011-08-08 | Update font editor | Simon Robertshaw | 3 | -0/+113 | |
| 2011-08-06 | 0 is a valid menu number (walls) | jacksonmj | 1 | -2/+2 | |
| 2011-08-06 | Fix persistent mode photon lines bug | jacksonmj | 1 | -0/+2 | |
| 2011-08-06 | Calculate Newtonian gravity using fast Fourier transforms | jacksonmj | 5 | -4/+175 | |
| About 16% slower for one cell changing, same speed for 6 cells changing, and several hundred times faster for whole screen changing. | |||||
| 2011-08-06 | LIFE descriptions | jacksonmj | 1 | -24/+24 | |
| 2011-08-06 | Added tmp2 for tpt.get_property and tpt.set_property | cracker64 | 1 | -0/+7 | |
| 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 | |
