| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-03-03 | fix crash when drawing particles in invalid coordinates (using console) | jacob1 | 1 | -2/+2 | |
| 2013-02-15 | fix mac compiling, fix renderer, fix other minor compiling issues | jacob1 | 1 | -0/+4 | |
| 2013-02-09 | fix deco sample tool with 1 px brush, fix deco sample also sampling ↵ | jacob1 | 2 | -3/+9 | |
| HUD/other text | |||||
| 2013-02-09 | blobby walls in blob view | jacob1 | 2 | -0/+95 | |
| 2013-02-08 | fix sign box size, sign width with {t} and {p}, and zoom box size | jacob1 | 1 | -52/+11 | |
| 2013-01-26 | clear persistent effects when it's display mode is removed | jacob1 | 1 | -0/+5 | |
| 2013-01-23 | fix "i" argument to graphics functions. | jacob1 | 1 | -1/+7 | |
| Also, they don't overwrite the default one, you can pass in nil to tpt.element/graphics_func for the function to restore the original. | |||||
| 2013-01-13 | change some free/malloc's back to delete/new's | jacob1 | 1 | -22/+22 | |
| 2013-01-06 | fix mismatched free()/delete's | jacob1 | 1 | -2/+2 | |
| 2013-01-04 | fix Ctrl+x being one pixel off, better xor_rect from tpt, delete test.c | jacob1 | 1 | -2/+19 | |
| 2012-12-18 | fix WARP being invisible, make it visible in heat display mode though | jacob1 | 1 | -2/+8 | |
| 2012-12-16 | fix upvote buttons still having colored background after clearing the save, ↵ | jacob1 | 1 | -2/+2 | |
| make them look more like from in tpt | |||||
| 2012-12-15 | Very high quality image resampling code curtesy of imageresampler ↵ | Simon Robertshaw | 2 | -8/+101 | |
| (http://code.google.com/p/imageresampler/), will replace current shitty linear interpolation for SSE2 and renderer builds. | |||||
| 2012-10-29 | Format: Buffer to pti, Save renderer | Simon Robertshaw | 2 | -0/+20 | |
| 2012-10-26 | don't render invalid elements | jacob1 | 1 | -1/+1 | |
| 2012-10-05 | {t:15100|text} to open a forum thread (will try to add more shortcuts later) | jacob1 | 1 | -1/+1 | |
| 2012-09-30 | Draw walls behind particles | Simon Robertshaw | 1 | -3/+3 | |
| 2012-09-27 | Fix case sensitive filename | Simon Robertshaw | 1 | -1/+1 | |
| 2012-09-26 | Improvement to some of the rendermode icons | Simon Robertshaw | 1 | -10/+39 | |
| 2012-09-26 | fix minor memory problem with last commit | jacob1 | 1 | -0/+2 | |
| 2012-09-26 | render preset buttons in render options interface, also shift + 1 life view ↵ | jacob1 | 3 | -16/+75 | |
| shortcut modify it if you don't like how it looks, but it turned out better than I expected | |||||
| 2012-09-25 | Icon adjustments | jacob1 | 1 | -18/+18 | |
| 2012-09-25 | Icons and tooltips for everything in renderview. (Empty space not filled yet) | jacob1 | 2 | -1/+60 | |
| 2012-09-25 | Fix crash - uninitialized (and not needed) variable | jacob1 | 1 | -2/+2 | |
| 2012-09-25 | MacOS X targets for Scons, Fix some inlines for clang | Simon Robertshaw | 2 | -71/+67 | |
| 2012-09-16 | Add icons back to search buttons, fix positioning of them, disable my own / ↵ | jacob1 | 2 | -6/+39 | |
| fav buttons when still loading saves | |||||
| 2012-09-16 | fix possible crashes with save buttons and uninitialized renderer variables | jacob1 | 1 | -1/+1 | |
| Fixes second part of issue 179 | |||||
| 2012-09-15 | Render fire after wall drawing | Simon Robertshaw | 1 | -3/+3 | |
| 2012-09-14 | Better fire rendering for saves | Simon Robertshaw | 1 | -0/+2 | |
| 2012-09-13 | Save history and new multiline formatter | Simon Robertshaw | 2 | -0/+6 | |
| 2012-09-06 | Visual studio compatibility | jacob1 | 4 | -6/+6 | |
| This removes some inlines when using visual studio to compile, uisng TPT_NO_INLINE. It also fixes many other problems visual studio has with the code | |||||
| 2012-09-06 | Fix PRTI/PRTO color, debug lines only drawn in debug mode. Fixes # 148 | jacob1 | 2 | -8/+10 | |
| 2012-09-05 | Ensure errors are caught and displayed during tag operations. Fix some ↵ | Simon Robertshaw | 2 | -2/+15 | |
| issues with the Tag ui. Fixes #157 | |||||
| 2012-09-05 | Only use stairstepping for resampling when absolutely necessary (when the ↵ | Simon Robertshaw | 1 | -1/+25 | |
| downscaling factor is a power of 2). Somewhat fixes #176 | |||||
| 2012-08-30 | Get/Set single element properties | Simon Robertshaw | 1 | -0/+13 | |
| 2012-08-28 | Black decorations only in thumbnails | Simon Robertshaw | 2 | -4/+17 | |
| 2012-08-25 | Clear area behind zoom, fixes #144 | Simon Robertshaw | 1 | -1/+1 | |
| 2012-08-25 | Sample tool samples decoration colour when deco menu is visible. fixes #146 | Simon Robertshaw | 2 | -0/+13 | |
| 2012-08-21 | Add EMP flash, fixes #137 | Simon Robertshaw | 2 | -5/+6 | |
| 2012-08-16 | Air invert and grid mode switching | Simon Robertshaw | 2 | -5/+10 | |
| 2012-08-15 | xor_bitmap drawing for renderer | Simon Robertshaw | 3 | -30/+85 | |
| 2012-08-15 | Ensure zoom is drawn after particles for OpenGL Rendering, draw walls onto ↵ | Simon Robertshaw | 2 | -21/+52 | |
| the correct framebuffer | |||||
| 2012-08-15 | Fix cursor and zoom with OpenGL | Simon Robertshaw | 1 | -2/+2 | |
| 2012-08-15 | Revert some changes by Triclops200 in ↵ | Simon Robertshaw | 4 | -11/+8 | |
| 42d707f8a432afa001d58611fc960d6ce6021676, Broke prototypes for drawrect with pixel functions, seems to have modified drawrect to make filled rects (forgot about fillrect?). Also use correct macros for getting colour components out of pixel data | |||||
| 2012-08-15 | Revert "Missing "invert" declaration in OpenGLDrawMethods" | Simon Robertshaw | 1 | -1/+0 | |
| This reverts commit 708379a3f859cb0d09e44c5b2c41469396809940. | |||||
| 2012-08-15 | Merge branch 'master' of github.com:FacialTurd/PowderToypp | Simon Robertshaw | 4 | -6/+18 | |
| 2012-08-15 | Missing "invert" declaration in OpenGLDrawMethods | Simon Robertshaw | 1 | -0/+1 | |
| 2012-08-15 | Very very basic wall rendering for opengl | Bryan Hoyle | 4 | -6/+18 | |
| 2012-08-14 | Better text selection colour invert, fixes #107 | Simon Robertshaw | 2 | -0/+27 | |
| 2012-08-14 | Show some info when selecting stamps, #104 | Simon Robertshaw | 2 | -6/+6 | |
