| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-06-28 | Prevent acid from eating broken glass | jacksonmj | 1 | -1/+1 | |
| 2012-06-28 | Prevent STKM falling through activated PVOD with a ctype that isn't STKM | jacksonmj | 1 | -5/+18 | |
| 2012-06-28 | Make VOID and BHOL eat stickmen again | jacksonmj | 1 | -0/+13 | |
| Broken by making stickmen heads pass through everything, since the eating happened in try_move, which stickmen no longer use for head movement. | |||||
| 2012-06-28 | Use atan2 for LIGH angle calculations | jacksonmj | 2 | -7/+9 | |
| atan2 gives the actual angle (in the range -pi to pi). acos and asin just give the principal value (in the range 0 to pi, or -pi/2 to pi/2) | |||||
| 2012-06-26 | Reduce rate of lightning creation by clone | jacksonmj | 4 | -4/+4 | |
| 2012-06-26 | Lightning direction affected by Newtonian gravity | jacksonmj | 2 | -19/+22 | |
| 2012-06-26 | Allow INST to be sparked directly with the brush | jacksonmj | 1 | -0/+5 | |
| 2012-06-26 | Fix infinite loop when flood_INST finds some INST with a non zero life value | jacksonmj | 1 | -9/+29 | |
| Also fix memory leaks when flood fill functions return early. | |||||
| 2012-06-26 | Textbox now inherits from Label - gets all the fancy text selection features | Simon Robertshaw | 4 | -8/+312 | |
| 2012-06-26 | Release selection when the label component loses focus | Simon Robertshaw | 2 | -0/+12 | |
| 2012-06-26 | Replace textblock with new multiline label - with text selection!!!!111!!!one!! | Simon Robertshaw | 11 | -150/+279 | |
| 2012-06-26 | Fix potential crash where strings fed into any of the text functions have a ↵ | Simon Robertshaw | 3 | -0/+55 | |
| trailing '\b'/'\x08' | |||||
| 2012-06-25 | Ammend to previous commit - the issue was not with smaller saves, but the ↵ | Simon Robertshaw | 1 | -0/+3 | |
| accumulation of rendered particles on the framebuffer - fixed by clearing the fbo and pbo before rendering | |||||
| 2012-06-25 | SaveRenderer working on OpenGL - doesn't seem to work with small saves though | Simon Robertshaw | 2 | -20/+68 | |
| 2012-06-25 | Restore previously bound FBO in renderer functions | Simon Robertshaw | 1 | -7/+17 | |
| 2012-06-25 | Increase comments per page to 10,000 | Simon Robertshaw | 1 | -0/+1 | |
| 2012-06-25 | Increase comments per page to 20 | Simon Robertshaw | 1 | -2/+2 | |
| 2012-06-25 | Fix Line scaling for OpenGL inetrgsdfkjdslkfjs | Simon Robertshaw | 2 | -8/+15 | |
| 2012-06-25 | Resizable window when using OpenGL interface | Simon Robertshaw | 4 | -21/+51 | |
| 2012-06-25 | Sign tool can now edit existing signs | Simon Robertshaw | 7 | -61/+126 | |
| 2012-06-25 | Create FFT plan on demand instead of at startup on the main thread | Simon Robertshaw | 2 | -14/+15 | |
| 2012-06-24 | Element search | Simon Robertshaw | 7 | -77/+394 | |
| 2012-06-24 | Version incremenet | Simon Robertshaw | 1 | -3/+3 | |
| 2012-06-23 | FIRW: less advection, and don't go faster when multiple fire particles are ↵ | jacksonmj | 2 | -1/+2 | |
| touching it | |||||
| 2012-06-23 | Option to use OpenGL JUST for the interface | Simon Robertshaw | 11 | -473/+542 | |
| 2012-06-23 | Scrollbar appearance and code changes | Bryan Hoyle | 1 | -7/+8 | |
| 2012-06-23 | Scrollbar added | Bryan Hoyle | 2 | -1/+21 | |
| 2012-06-22 | Prevent tool buttons being drawn off the edge of the window when scrollable | Simon Robertshaw | 1 | -3/+9 | |
| 2012-06-22 | Menu scrolling | Simon Robertshaw | 2 | -1/+43 | |
| 2012-06-22 | Completely remove SING formation from fusion | jacksonmj | 2 | -2/+0 | |
| 2012-06-22 | Only create one NBLE particle for each fusing H2 particle | jacksonmj | 1 | -6/+0 | |
| 2012-06-22 | fix compression during fusion | Jacob1 | 5 | -24/+20 | |
| Conflicts: src/powder.c | |||||
| 2012-06-22 | Reset particle flags in create_part | jacksonmj | 1 | -0/+1 | |
| 2012-06-22 | Allow stickman head to go through everything | jacksonmj | 1 | -1/+25 | |
| 2012-06-22 | Merge branch 'master' of github.com:FacialTurd/PowderToypp | Simon Robertshaw | 1 | -1/+1 | |
| 2012-06-22 | Success/Failure return from Asyn Task, Prompt to visit website upon update ↵ | Simon Robertshaw | 11 | -78/+168 | |
| failure | |||||
| 2012-06-22 | Merge branch 'master' of github.com:FacialTurd/PowderToypp | Bryan Hoyle | 9 | -13/+135 | |
| 2012-06-22 | Fixed invalid pointer cast | Bryan Hoyle | 1 | -1/+1 | |
| 2012-06-22 | Remove debug code from onDraw | Simon Robertshaw | 1 | -5/+0 | |
| 2012-06-22 | Multiple pages of comments | Simon Robertshaw | 9 | -13/+140 | |
| 2012-06-22 | Scrollable comments | Simon Robertshaw | 3 | -26/+131 | |
| 2012-06-22 | Prevent STKM floating in gases | jacksonmj | 1 | -1/+1 | |
| 2012-06-22 | Stage 2 of autoupdate working | Simon Robertshaw | 2 | -9/+11 | |
| 2012-06-22 | Client now provides methods for reading and saving preferences - less ↵ | Simon Robertshaw | 4 | -45/+248 | |
| powerful than raw access to Cajun, (no mixed type arrays, for example) but allows other save formats to be used, such as property lists on OS X | |||||
| 2012-06-21 | Stage 1 of update process completed | Simon Robertshaw | 14 | -60/+457 | |
| 2012-06-21 | Gravity modes and Newtonian gravity for fireworks | jacksonmj | 5 | -18/+72 | |
| Resolves issue #59 | |||||
| 2012-06-21 | Merge branch 'master' of github.com:FacialTurd/PowderToypp | Simon Robertshaw | 6 | -25/+34 | |
| 2012-06-21 | Make status updates on tasks safe - add intermediate progress bar for TaskWindow | Simon Robertshaw | 4 | -19/+64 | |
| 2012-06-21 | Fix minor bug with deco sample tool | jacksonmj | 1 | -3/+3 | |
| If particles are not being drawn with blendpixel, then it is possible for the R/G/B component of a pixel to be 255. Adding 1 gives 256, which does not produce the right colour when combined into a RRGGBB value | |||||
| 2012-06-20 | Use eval_move(PT_FIGH, ...) when fighters are checking for obstacles | jacksonmj | 2 | -13/+13 | |
| Also stop fighters being included in the stacking check | |||||
