| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-11-17 | Remove old code | Simon Robertshaw | 1 | -7243/+0 | |
| 2012-09-03 | Fix MOTD string copy | jacksonmj | 1 | -1/+1 | |
| The missing terminating null character in the string copy meant that some of the previous message remained when the MOTD changed. | |||||
| 2012-08-13 | fix many crashes when out of memory | jacob1 | 1 | -0/+14 | |
| 2012-08-09 | local save deletion | Jacob1 | 1 | -1/+23 | |
| 2012-08-09 | Fix the PROP interface bug from inside of list_process too | jacob1 | 1 | -2/+3 | |
| 2012-08-09 | Fix some bugs in PROP and local saving interfaces | jacob1 | 1 | -2/+9 | |
| 2012-08-09 | don't upload NULL saves | jacob1 | 1 | -0/+5 | |
| 2012-08-02 | Fix zoom in deco mode | Simon Robertshaw | 1 | -3/+13 | |
| 2012-08-02 | Make console_ui cover up right menu margin | Simon Robertshaw | 1 | -1/+1 | |
| 2012-08-02 | move some key stuff out of sdl_poll, zoom won't be triggered even when ↵ | jacob1 | 1 | -78/+70 | |
| disabled by lua now Conflicts: src/interface.c src/main.c | |||||
| 2012-07-24 | Correct pasting text within existing text, courtesy of jacob1 | Simon Robertshaw | 1 | -1/+1 | |
| 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-01 | Deferred loading of save files | Simon Robertshaw | 1 | -1/+1 | |
| 2012-05-31 | Added a settings option to draw a wall frame around screen. | Savely Skresanov | 1 | -1/+17 | |
| 2012-05-26 | Don't show disabled elements in element search | jacksonmj | 1 | -2/+2 | |
| 2012-05-24 | Download progress bar for save opening | Simon Robertshaw | 1 | -2/+26 | |
| 2012-05-24 | Add DISPLAY_EFFE back after it was removed by ↵ | Simon Robertshaw | 1 | -4/+4 | |
| 0799c2e09d2e7a4237b393c8eaa61031418ec402 | |||||
| 2012-05-24 | Merge pull request #66 from jacob1/Modstuff | Simon Robertshaw | 1 | -54/+20 | |
| Code structure improvements for graphics/drawing, improvements to prevent accidental infinite loops in Lua, Fixes for fusion, improvements for VOID types. And other minor improvements | |||||
| 2012-05-24 | Element search interface by pressing 'e' | Simon Robertshaw | 1 | -0/+200 | |
| First search is for element names, second search looks at the description, pressing enter will give you the first result the the left button selection, left click and right click can also be used to select. | |||||
| 2012-05-24 | fix alt select being off by one every time, turn on deco before entering the ↵ | Jacob1 | 1 | -0/+3 | |
| deco editor (not after) | |||||
| 2012-05-24 | Prevent accidental infinite loops in lua | Jacob1 | 1 | -0/+1 | |
| Also fix glitch when step_functions[0] is unregistered but others aren't | |||||
| 2012-05-23 | fix emp flash, better live parts rendering in (render_ui &) deco editor | Jacob1 | 1 | -54/+16 | |
| 2012-05-13 | URI handling for MacOS | Simon Robertshaw | 1 | -1/+11 | |
| 2012-05-12 | Fix crash after closing display options (vid_buf was being freed) | jacksonmj | 1 | -1/+1 | |
| 2012-05-12 | Fancy motion blur for OpenGL, fix a lot of dialogues in OpenGL, fix gravity ↵ | Simon Robertshaw | 1 | -5/+129 | |
| lensing in OpenGL, ensure Phot and Neut are PMODE_ADD, not FLAT | |||||
| 2012-05-06 | Change license from GPLv2+ to GPLv3+ | jacksonmj | 1 | -0/+17 | |
| Also add headers stating the license to some more of the source files | |||||
| 2012-05-03 | Fix repeated download of same history thumbnail | jacksonmj | 1 | -1/+1 | |
| https://github.com/FacialTurd/The-Powder-Toy/issues/53 | |||||
| 2012-05-03 | Remove stupid debug output for thumbnail cache, no idea why I have not ↵ | Simon Robertshaw | 1 | -2/+0 | |
| removed this earlier | |||||
| 2012-04-29 | Massive cleanup of sdl_scale, and fix moving a sign in the zoom window | jacksonmj | 1 | -112/+86 | |
| 2012-04-28 | Fix bugs when moving signs | jacksonmj | 1 | -5/+7 | |
| Signs could not be repositioned on top of another sign (dependent on the indices of the two signs), and could not be placed after selecting an element from the menu. | |||||
| 2012-04-28 | Line snapping for deco editor | jacksonmj | 1 | -2/+15 | |
| 2012-04-13 | 'Report' icon at 0xE3 | Simon Robertshaw | 1 | -1/+1 | |
| 2012-03-26 | Remove duplicate information in set_cmode | jacksonmj | 1 | -20/+2 | |
| Calculating render_mode and display_mode variables from the arrays means less chance of mistakes (e.g. blob mode RENDER_EFFE was set in render_modes array but not in render_mode) | |||||
| 2012-03-15 | ngrav/amb. heat quickoptions, amb. heat drawn in heat display when on, fix ↵ | Jacob1 | 1 | -1/+14 | |
| render_ui position | |||||
| 2012-03-14 | cursor changes to correct shape as soon as you click element/wall | Jacob1 | 1 | -3/+3 | |
| 2012-03-14 | Added smudge tool | Jacob1 | 1 | -1/+3 | |
| 2012-02-25 | Old nothing display mode in the form of Basic colour mode | Simon Robertshaw | 1 | -4/+4 | |
| 2012-02-11 | Fix save reloading when saving to file | Simon Robertshaw | 1 | -0/+7 | |
| 2012-01-26 | Retrieve thumbnails, saves and info from caching server (static.powdertoy.co.uk) | Simon Robertshaw | 1 | -19/+27 | |
| 2012-01-25 | OPS thumbnail crash fix, and blank thumbnails for saves from a newer version | jacksonmj | 1 | -4/+4 | |
| 2012-01-25 | ability to delete corrupted stamps | Jacob1 | 1 | -4/+11 | |
| 2012-01-01 | Air mode and Gravity mode on Simulation options, improvements to list box | Simon Robertshaw | 1 | -10/+58 | |
| 2011-12-30 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 1 | -1/+8 | |
| 2011-12-30 | Add checks for prerender_save in save_filename_ui, pass vx, vy and pv air ↵ | Simon Robertshaw | 1 | -6/+13 | |
| data into parse and build save methods. New save format: OPS, basic reading and writing complete, uses BSON, BSON.c/h (Binary JSON) implementation from MongoDB. (Is License OK?) | |||||
| 2011-12-28 | Update can_move, recount menu items and clear graphics cache when tpt.el is ↵ | jacksonmj | 1 | -1/+8 | |
| changed | |||||
| 2011-12-21 | Support for element names and hex constants for the PROP tool | Simon Robertshaw | 1 | -5/+52 | |
| 2011-12-18 | Improvements to render_ui, fix merge errors | Simon Robertshaw | 1 | -50/+71 | |
| 2011-12-18 | Merge with new lua functionality | Simon Robertshaw | 1 | -19/+26 | |
| 2011-12-18 | More icons for display modes | Simon Robertshaw | 1 | -19/+26 | |
| 2011-12-18 | Move Newtonian gravity into a new file | jacksonmj | 1 | -0/+1 | |
