| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-12-15 | save stamps on 1 pixel grid (works exactly like in tpt now), delete signs ↵ | jacob1 | 2 | -25/+30 | |
| with Ctrl+X, also fixes stamps on very bottom/right edge and other edge cases | |||||
| 2012-12-15 | make the comment box always multiline. Fixing pasting large amounts of text ↵ | jacob1 | 1 | -2/+1 | |
| into it. | |||||
| 2012-12-15 | Update version number | Simon Robertshaw | 1 | -2/+2 | |
| 2012-12-15 | make sure long amounts of text without spaces doesn't run over out of bounds | jacob1 | 2 | -21/+23 | |
| A character may be deleted to insert a new line, but when copying something like a url, the missing one is copied back in. I couldn't get inserting a newline between letters to work right | |||||
| 2012-12-15 | Prompt for install on first startup | Simon Robertshaw | 1 | -1/+6 | |
| 2012-12-15 | Make installation success message a little friendlier | Simon Robertshaw | 1 | -1/+1 | |
| 2012-12-15 | Add missing URL Protocol registration on Windows | Simon Robertshaw | 1 | -0/+52 | |
| 2012-12-15 | Element population histogram debug info display - has to be enabled by ↵ | Simon Robertshaw | 5 | -0/+117 | |
| adding debugInfo.push_back(new ElementPopulationDebug(gameModel->GetSimulation())); somewhere in GameController | |||||
| 2012-12-15 | Ensure resampler.cpp is compiled when needed | Simon Robertshaw | 1 | -0/+1 | |
| 2012-12-15 | Very high quality image resampling code curtesy of imageresampler ↵ | Simon Robertshaw | 5 | -8/+1525 | |
| (http://code.google.com/p/imageresampler/), will replace current shitty linear interpolation for SSE2 and renderer builds. | |||||
| 2012-12-14 | More accurate elementCount | Simon Robertshaw | 2 | -3/+6 | |
| 2012-12-14 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 1 | -6/+5 | |
| 2012-12-14 | Prevent saves from being loaded twice by the Save browser | Simon Robertshaw | 3 | -0/+7 | |
| 2012-12-14 | Merge remote-tracking branch 'origin/master' | jacob1 | 1 | -2/+2 | |
| 2012-12-14 | update gravity wall zones whether or not newtonian gravity is on. Fixes #92 | jacob1 | 1 | -6/+5 | |
| 2012-12-14 | Update WIRE name and description, fixes #101 | Simon Robertshaw | 1 | -2/+2 | |
| 2012-12-14 | a working scrollbar in the save preview. Also, fix the bug where you ↵ | jacob1 | 4 | -9/+67 | |
| couldn't go back up a page when there weren't enough comments to fill a page | |||||
| 2012-12-13 | make it easier to create new energy particles (like for mods), they would ↵ | jacob1 | 1 | -1/+1 | |
| just disappear when hitting anything before | |||||
| 2012-12-12 | fix walls loading incorrectly in extremely old saves. Fix some invalid save ↵ | jacob1 | 1 | -31/+31 | |
| formats being loadable (it was onlychecking the 'O' in OPS) | |||||
| 2012-12-09 | New Conversation notifications | Simon Robertshaw | 5 | -0/+66 | |
| 2012-12-09 | Use NotifyAuthUserChanged for GameController login, this will help users ↵ | Simon Robertshaw | 4 | -16/+10 | |
| become aware when their sessions expire. | |||||
| 2012-12-09 | C++erific text cleaner function, also, it's a good idea to actually clean ↵ | Simon Robertshaw | 3 | -6/+58 | |
| text coming from signs... | |||||
| 2012-12-07 | add back element descriptions in some cpp files, fix minor TRON search ↵ | jacob1 | 3 | -2/+46 | |
| problem. Also, TPT-jacksonmj: Also fix bugs with energy particles that pass directly from PIPE to portal | |||||
| 2012-12-06 | TRON_NORANDOM flag | jacob1 | 1 | -3/+9 | |
| 2012-12-06 | allow TRON to plan ahead which particles will disappear by the time it gets ↵ | jacob1 | 1 | -5/+15 | |
| there, and go on INVS too | |||||
| 2012-12-06 | fix compiling warnings / error | jacob1 | 3 | -6/+6 | |
| 2012-12-06 | Merge remote-tracking branch 'origin/master' | jacob1 | 16 | -45/+260 | |
| 2012-12-06 | give TRON the ability to go through activated SWCH | jacob1 | 2 | -5/+13 | |
| 2012-12-04 | Fix slight particle order issue with SWCH | jacksonmj | 1 | -1/+1 | |
| 2012-12-01 | Fix infinite pressure glitch with CLST | jacob1 | 1 | -2/+2 | |
| 2012-11-27 | Update version number (build 250) | Simon Robertshaw | 1 | -1/+1 | |
| 2012-11-26 | Right clicking on reload button will show save preview. | Simon Robertshaw | 5 | -13/+49 | |
| 2012-11-26 | Stop using persistent connections when we don't need them. Force shutdown of ↵ | Simon Robertshaw | 3 | -25/+73 | |
| Thumbnailbroker before http lib close, fixes #84 | |||||
| 2012-11-24 | Update src/simulation/elements/VIBR.cpp | jacob1 | 1 | -2/+2 | |
| fix EXOT destroying exploding VIBR | |||||
| 2012-11-18 | Allow resizing of custom brushes | Simon Robertshaw | 1 | -11/+51 | |
| 2012-11-18 | Helper function for linear interpolation | Simon Robertshaw | 1 | -0/+7 | |
| 2012-11-18 | Custom brushes loaded from "Brushes" folder, format is a simple RAW 8bit ↵ | Simon Robertshaw | 3 | -1/+78 | |
| greyscale square format | |||||
| 2012-11-18 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 2 | -1/+5 | |
| 2012-11-18 | Ensure directory enumeration works whether there's a path seperator at the ↵ | Simon Robertshaw | 2 | -0/+7 | |
| end of the directory or not | |||||
| 2012-11-18 | update build number, which was incorrect. Add an easy way for mods to ignore ↵ | jacob1 | 2 | -1/+5 | |
| updates | |||||
| 2012-11-18 | Use ifndef WIN instead of ifdef _unix | Simon Robertshaw | 1 | -1/+1 | |
| 2012-11-17 | Merge branch 'master' of github.com:FacialTurd/PowderToypp | Simon Robertshaw | 488 | -0/+80619 | |
| 2012-11-17 | Remove old code | Simon Robertshaw | 178 | -45173/+0 | |
| 2012-11-17 | VINE cool/burn effects like in PLNT, less sharp burn lines, fix infinite ↵ | jacob1 | 4 | -2/+23 | |
| smoke from TNT | |||||
| 2012-11-17 | fix directly sparking metal not heating it up, fix formatting, allowing ↵ | jacob1 | 1 | -11/+20 | |
| update_particles_i to be parsed | |||||
| 2012-11-17 | fix link signs ignoring the zoom window, allow right clicking link signs to ↵ | jacob1 | 1 | -2/+5 | |
| use them while sign tool selected | |||||
| 2012-11-16 | add (slightly updated) README from tpt | jacob1 | 3 | -3/+101 | |
| added new contributers, description from main page, and removed key combos and arguments that don't work | |||||
| 2012-11-16 | Fixed issue with opengl-renderer, missing semicolon | Bryan Hoyle | 1 | -1/+1 | |
| 2012-11-16 | more .gitignore stuff | Bryan Hoyle | 1 | -1/+1 | |
| 2012-11-16 | Merge branch 'master' of github.com:FacialTurd/PowderToypp | Bryan Hoyle | 16 | -32/+126 | |
