| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-05-06 | Change license from GPLv2+ to GPLv3+ | jacksonmj | 34 | -364/+1023 | |
| 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 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 2 | -2/+4 | |
| 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-30 | Fix crash when pasting text on platforms which don't support it | jacksonmj | 1 | -1/+3 | |
| 2012-04-30 | Version Increment | chaos.powdertoy.co.uk | 1 | -1/+1 | |
| 2012-04-30 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 1 | -1/+1 | |
| 2012-04-30 | Oops, correct include AGAIN | Simon Robertshaw | 1 | -1/+1 | |
| 2012-04-30 | Version Increment | chaos.powdertoy.co.uk | 1 | -1/+1 | |
| 2012-04-30 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 1 | -2/+3 | |
| 2012-04-30 | Correct header include in SDLmain.m | Simon Robertshaw | 1 | -1/+1 | |
| 2012-04-30 | Version Increment | chaos.powdertoy.co.uk | 1 | -2/+3 | |
| 2012-04-30 | Enable OPS | Simon Robertshaw | 1 | -1/+1 | |
| 2012-04-30 | Woo, file opening for OS X | Simon Robertshaw | 2 | -0/+398 | |
| 2012-04-30 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 12 | -232/+360 | |
| 2012-04-30 | Add PROP_NOAMBHEAT to prevent certain elements from being heated by Ambient ↵ | Simon Robertshaw | 3 | -3/+4 | |
| heat, Add PROP_NOAMBHEAT to FILT to fix http://powdertoy.co.uk/Discussions/Thread/View.html?Thread=13579 | |||||
| 2012-04-30 | strncpy for loading sign text in OPS | jacksonmj | 1 | -1/+1 | |
| 2012-04-29 | Massive cleanup of sdl_scale, and fix moving a sign in the zoom window | jacksonmj | 4 | -171/+137 | |
| 2012-04-29 | One gel particle can't absorb more than 100 water particles now. | savask | 1 | -1/+1 | |
| 2012-04-29 | Save soap bubbles | jacksonmj | 1 | -6/+110 | |
| 2012-04-29 | Fix bounds checking for SING and make explosion pressure area smaller | jacksonmj | 1 | -6/+6 | |
| Making the area smaller means a bit less pressure is generated, but it does stop the pressure going through walls | |||||
| 2012-04-28 | Fix bugs when moving signs | jacksonmj | 2 | -6/+8 | |
| 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-28 | Delete signs when cutting; change sign location check when saving | jacksonmj | 2 | -6/+14 | |
| Save signs within the original box that was drawn by the user, not within the box that has been expanded to match the wall grid | |||||
| 2012-04-27 | OPS loading: don't replace existing particles twice, and clear soap ctype | jacksonmj | 1 | -1/+5 | |
| 2012-04-27 | Version Increment | chaos.powdertoy.co.uk | 1 | -2/+2 | |
| 2012-04-27 | Use an array instead of ctype to cache tron colour | jacksonmj | 3 | -21/+21 | |
| 2012-04-27 | Save tmp2 for tron | jacksonmj | 1 | -2/+2 | |
| 2012-04-27 | Add tmp2 support to old console | jacksonmj | 1 | -8/+39 | |
| 2012-04-27 | Update gitignore | Simon Robertshaw | 1 | -1/+3 | |
| 2012-04-27 | Version Increment | chaos.powdertoy.co.uk | 1 | -1/+1 | |
| 2012-04-27 | Fix includes for OSX and BSD | Simon Robertshaw | 2 | -2/+6 | |
| 2012-04-27 | It's hard to be a fool (fix for the fix) | savask | 1 | -1/+1 | |
| 2012-04-27 | Gel won't move solids any more. | savask | 1 | -2/+8 | |
| 2012-04-27 | Version Increment | chaos.powdertoy.co.uk | 1 | -2/+1 | |
| 2012-04-27 | Fix compiler warning, GRAPHICS_FUNC_ARGS is not declared in graphics.h | jacksonmj | 2 | -2/+1 | |
| 2012-04-26 | BSD platform, -DBSD | Simon Robertshaw | 2 | -4/+6 | |
| 2012-04-26 | OS X compiling working, Make it a bit more friendly with stricter compilers | Simon Robertshaw | 11 | -46/+63 | |
| 2012-04-25 | Fix "return 0;" in function returning void (create_box) | Simon Robertshaw | 1 | -1/+1 | |
| 2012-04-23 | MOAR PERFORMANCE | Simon Robertshaw | 1 | -2/+2 | |
| 2012-04-22 | Inline restrict_flt | Simon Robertshaw | 1 | -2/+2 | |
| 2012-04-22 | Fix Off-by-one error with zoom Window using OpenGL | Simon Robertshaw | 1 | -2/+2 | |
| 2012-04-22 | Correct quirks with drawrect and fillrect, change UI components accordingly, ↵ | Simon Robertshaw | 11 | -60/+93 | |
| shorten save name in save button | |||||
| 2012-04-22 | Missing font.h changes from previous commit | Simon Robertshaw | 1 | -0/+3 | |
| 2012-04-21 | Clean out graphics, add openGL graphics in seperate file, change brush to ↵ | Simon Robertshaw | 17 | -2054/+1157 | |
| use unsigned char rather than boolean for bitmap/outline | |||||
| 2012-04-20 | OpenGL rendering | Simon Robertshaw | 9 | -157/+525 | |
| 2012-04-20 | Fix warning in Client.cppcpppcppc | Simon Robertshaw | 1 | -1/+1 | |
| 2012-04-19 | Fix more element source file includes | Simon Robertshaw | 2 | -2/+2 | |
| 2012-04-19 | Correct path name for Elements.h include in gel.cpp | Simon Robertshaw | 1 | -1/+1 | |
| 2012-04-19 | TPT: Change STOR, PIPE, DUST to make correct use of .flags field. | Simon Robertshaw | 5 | -15/+17 | |
