| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-09-06 | fix segfault on wordwrapping a string with a character >=128 | mniip | 2 | -2/+2 |
| 2013-09-02 | fix fixedRatio when VideoBuffer::Resize'ing, fixes #121 | mniip | 1 | -7/+4 |
| 2013-08-22 | specially per @savask's request, put matcher into a function | mniip | 1 | -17/+1 |
| 2013-08-22 | remove regex in renderer | mniip | 1 | -6/+22 |
| 2013-08-22 | Fix sign save/topic regex. | Saveliy Skresanov | 1 | -1/+1 |
| 2013-07-17 | fix openGL compiling (most likely), fixes #146 | jacob1 | 1 | -0/+5 |
| 2013-07-16 | add back rgba images in the local/server save uploads | jacob1 | 2 | -0/+22 |
| 2013-07-16 | deco menu button textures (not black) | jacob1 | 1 | -1/+1 |
| 2013-07-15 | 'n' to toggle Newtonian Gravity, quickoption tooltips show which keys you nee... | jacob1 | 1 | -0/+12 |
| 2013-07-13 | WIFI lines aren't drawn in persistent mode, and are based on current temp, no... | jacob1 | 1 | -9/+10 |
| 2013-06-21 | HUD displays the correct name of LIFE particles in the HUD, show mouse positi... | jacob1 | 2 | -6/+5 |
| 2013-05-16 | remove checks on location / element in the simulation drawing functions. fix ... | jacob1 | 2 | -13/+39 |
| 2013-05-14 | gfx.draw/fillcircle | jacob1 | 4 | -0/+86 |
| 2013-05-11 | Togglable lua scripting | Simon Robertshaw | 1 | -1/+3 |
| 2013-05-09 | Forward resample argument correctly from VideoBuffer resize method | Simon Robertshaw | 1 | -1/+1 |
| 2013-05-08 | Fix "blow power" for stick man, disable rocket boots on E-hole. | Saveliy Skresanov | 1 | -3/+12 |
| 2013-05-08 | Rocket boots for stickman, because why not | jacksonmj | 1 | -0/+21 |
| 2013-05-05 | drawtext_outline to fix unreadable infotips, tooltips fade in and out (more l... | jacob1 | 4 | -0/+25 |
| 2013-04-10 | fix assert error when resampling an image to an invalid size (corrupted stamps) | jacob1 | 1 | -0/+2 |
| 2013-03-22 | Move all GUI source files into gui/ | Simon Robertshaw | 1 | -2/+2 |
| 2013-03-16 | Nicer resize method for VideoBuffer, fix Local and Server save previews | Simon Robertshaw | 2 | -6/+16 |
| 2013-03-15 | Use VideoBuffer in place of thumbnail | Simon Robertshaw | 3 | -10/+22 |
| 2013-03-12 | Merge | Simon Robertshaw | 1 | -0/+6 |
| 2013-03-10 | AvatarButton/holder, rename ThumbnailBroker for more general purposes | Simon Robertshaw | 2 | -0/+17 |
| 2013-03-09 | fix empty signs being created when shifting them out of bounds, draw parts of... | jacob1 | 1 | -0/+6 |
| 2013-03-08 | fix mismatched malloc/delete[]'s when not using new image resampler | jacob1 | 1 | -7/+7 |
| 2013-03-06 | remove auto generated comments from all files, fix some missing tabs, remove ... | jacob1 | 1 | -6/+0 |
| 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 HUD/other... | jacob1 | 2 | -3/+9 |
| 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 |
| 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, m... | jacob1 | 1 | -2/+2 |
| 2012-12-15 | Very high quality image resampling code curtesy of imageresampler (http://cod... | Simon Robertshaw | 2 | -8/+101 |
| 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 s... | jacob1 | 3 | -16/+75 |
| 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 |