| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-09-03 | Added Powered Void | Simon Robertshaw | 1 | -3/+3 | |
| 2011-08-30 | Add tpt.setwindowsize(scale, fullscreen) | jacksonmj | 1 | -3/+7 | |
| 2011-08-30 | Fixes: HUD for fast PIPE, PIPE contents disappearing when next to walls, ↵ | jacksonmj | 1 | -2/+2 | |
| scrolling special menu, and parts_lastActiveIndex | |||||
| 2011-08-30 | Save ctype of STOR, also Version Increment | Simon Robertshaw | 1 | -2/+2 | |
| 2011-08-29 | Zoom toggle, alt+z | jacksonmj | 1 | -3/+6 | |
| 2011-08-27 | Remove blocking walls from pmap | jacksonmj | 1 | -4/+4 | |
| 2.5% speed increase on a screen full of water | |||||
| 2011-08-25 | Allow pixel scale selection of area to copy/stamp | jacksonmj | 1 | -16/+18 | |
| 2011-08-22 | Fix electrode when in replace mode or specific delete mode | jacksonmj | 1 | -7/+7 | |
| Also fix bomb when SLALT != 0 | |||||
| 2011-08-20 | Make 'Molten x' a little safer | Simon Robertshaw | 1 | -1/+1 | |
| 2011-08-20 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 1 | -0/+10 | |
| 2011-08-20 | Changes to unify mouse and keyboard events for Lua | Simon Robertshaw | 1 | -5/+19 | |
| 2011-08-20 | Made HUD display molten things as "Molten something" | savask | 1 | -0/+10 | |
| 2011-08-20 | Stickman go through portals | jacksonmj | 1 | -43/+2 | |
| 2011-08-19 | Revert "Move version check out of main()" | Simon Robertshaw | 1 | -6/+137 | |
| This reverts commit 97da8593d9d850e46d4042028b05955cd118ebc8. | |||||
| 2011-08-19 | Fix DEBUG_DRAWTOOL to work with line snapping | jacksonmj | 1 | -1/+1 | |
| 2011-08-19 | Allow reloading of opened files | Simon Robertshaw | 1 | -2/+13 | |
| 2011-08-19 | Move version check out of main() | jacksonmj | 1 | -137/+6 | |
| 2011-08-19 | Reorganise a lot of Python console stuff | Simon Robertshaw | 1 | -99/+10 | |
| 2011-08-19 | Fix save loading (enable replace mode) from the commandline, a bit of ↵ | Simon Robertshaw | 1 | -8/+3 | |
| cleanup in main() | |||||
| 2011-08-19 | Move multiple STKM loading check | jacksonmj | 1 | -54/+59 | |
| 2011-08-19 | Only do grav lensing when N-grav is on, and round coordinates correctly | jacksonmj | 1 | -2/+2 | |
| 2011-08-16 | Added PGRV and NGRV for positive and negative gravity tools (sortof like air ↵ | Bryan Hoyle | 1 | -1/+1 | |
| and vac, but with gravity) | |||||
| 2011-08-16 | Revert "Revert "added lua command: tpt.setfpscap(int FPSCap)"" | Bryan Hoyle | 1 | -1/+2 | |
| This reverts commit a5db1d53da133a78493be443b0ec9094ea3eeb65. | |||||
| 2011-08-16 | Revert "added lua command: tpt.setfpscap(int FPSCap)" | Bryan Hoyle | 1 | -2/+1 | |
| This reverts commit aa56eca5c01359732f7331d2a572ce31d7ff3c23. | |||||
| 2011-08-16 | added lua command: tpt.setfpscap(int FPSCap) | Bryan Hoyle | 1 | -1/+2 | |
| 2011-08-14 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 1 | -1/+1 | |
| 2011-08-14 | Extended info for line drawing | Simon Robertshaw | 1 | -1/+1 | |
| 2011-08-12 | Fixed a bug where you were able to create multiply stickmans by copying it. | savask | 1 | -1/+1 | |
| 2011-08-11 | Debug info for particles allocation | Simon Robertshaw | 1 | -0/+6 | |
| 2011-08-11 | Missing file from previous commit | Simon Robertshaw | 1 | -2/+2 | |
| 2011-08-10 | Skip unused particles at end of parts[] | jacksonmj | 1 | -0/+2 | |
| 2011-08-08 | Save Wire ctype | Simon Robertshaw | 1 | -2/+2 | |
| 2011-08-06 | Calculate Newtonian gravity using fast Fourier transforms | jacksonmj | 1 | -2/+6 | |
| About 16% slower for one cell changing, same speed for 6 cells changing, and several hundred times faster for whole screen changing. | |||||
| 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 | 1 | -6/+12 | |
| move mousex and mousey out of the global table and into the 'tpt' table | |||||
| 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 | Minor optimisations for startup and render_fire | jacksonmj | 1 | -4/+1 | |
| 2011-07-25 | Generalized stick man's update functions. Got rid of some unnecessary | savask | 1 | -16/+13 | |
| variables. | |||||
| 2011-07-24 | Prevent gravity vel-maps from flipping when paused | Simon Robertshaw | 1 | -12/+13 | |
| 2011-07-24 | Fix life cloning | jacksonmj | 1 | -2/+41 | |
| 2011-07-24 | Disable old life elements | jacksonmj | 1 | -0/+2 | |
| 2011-07-22 | active menu and hud enable are global. | cracker64 | 1 | -2/+3 | |
| 2011-07-18 | Lensing effect for gravity, adds 3 new gravity maps (full resolution, linear ↵ | Simon Robertshaw | 1 | -11/+52 | |
| interpolation for faux accuracy), old ones should be removed in time. | |||||
| 2011-07-13 | Fix PBCN saving and increment major version | Simon | 1 | -2/+2 | |
| 2011-07-12 | Fix scaling bug when drawing lines | jacksonmj | 1 | -2/+0 | |
| 2011-07-12 | Revert variable names for Brush | Simon Robertshaw | 1 | -1/+1 | |
| 2011-07-12 | OMG FIXES. Lots of fixes for triangle brush to make sure it works, from ↵ | Cate | 1 | -2/+2 | |
| 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 | Line snapping (hold down Alt when drawing a line) | jacksonmj | 1 | -11/+25 | |
| Specific element select changed to Ctrl+Alt | |||||
| 2011-07-12 | Fix bounds check for WIND line | jacksonmj | 1 | -1/+1 | |
