| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-05-28 | Decorations saving | Simon Robertshaw | 1 | -2/+106 | |
| 2011-05-28 | Gravity state now saved | Simon Robertshaw | 2 | -5/+17 | |
| 2011-05-28 | Fix image decompression | Simon Robertshaw | 1 | -0/+1 | |
| 2011-05-28 | Some debug info for image decoding | Simon Robertshaw | 1 | -4/+5 | |
| 2011-05-28 | Full thumbnails for open_ui | Simon Robertshaw | 1 | -12/+78 | |
| 2011-05-28 | Render uses resample_img | Simon Robertshaw | 1 | -2/+2 | |
| 2011-05-28 | Render changes | Simon Robertshaw | 1 | -26/+39 | |
| 2011-05-28 | Image resampling for thumbnails | Simon Robertshaw | 3 | -2/+24 | |
| 2011-05-28 | Use PTi for thumbnails in game browser | Simon Robertshaw | 1 | -5/+11 | |
| TODO: Better scaling/resampling | |||||
| 2011-05-28 | Fix renderer, add image decode/code methods | Simon Robertshaw | 3 | -14/+138 | |
| 2011-05-28 | Skip some calls to do_move for liquids | jacksonmj | 1 | -4/+6 | |
| No liquid can occupy the same space as itself unless in E-Hole | |||||
| 2011-05-28 | Make NBHL/NWHL eat things in the same way as BHOL/WHOL | jacksonmj | 3 | -21/+12 | |
| Also make ANAR move opposite to Newtonian gravity | |||||
| 2011-05-28 | Fix STKM always going through walls | jacksonmj | 2 | -26/+38 | |
| Now behaves as normal, i.e. only occasionally goes through walls. Walls which completely block all particles are in the pmap with type 0xFF. ptypes[] doesn't go up to 0xFF, so ptypes[0xFF].state will not necessarily result in an answer that gives correct behaviour for walls. | |||||
| 2011-05-27 | Decorations are per particle TODO: remove references to the decorations buffer | Simon Robertshaw | 3 | -10/+19 | |
| 2011-05-26 | Add font editor from original source | Simon Robertshaw | 4 | -0/+389 | |
| 2011-05-24 | Add some potential HTTP response codes | Simon Robertshaw | 1 | -0/+8 | |
| 2011-05-24 | temp fix for linux compilation | Simon Robertshaw | 1 | -1/+1 | |
| 2011-05-24 | Decorations improvements | Simon Robertshaw | 3 | -107/+202 | |
| 2011-05-24 | jacksonmj's decorations commit | Simon Robertshaw | 1 | -0/+14 | |
| 2011-05-24 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 4 | -19/+85 | |
| 2011-05-24 | Improve error handling on display initialisation | Simon Robertshaw | 5 | -10/+30 | |
| 2011-05-24 | Fix a few solids affected by n-gravity | jacksonmj | 1 | -6/+6 | |
| 2011-05-24 | Decorations toggle and brush size keys | jacksonmj | 2 | -6/+72 | |
| 2011-05-24 | Fix sim options description, GOO and DEUT | jacksonmj | 3 | -7/+7 | |
| 2011-05-20 | Version increment | Simon Robertshaw | 1 | -1/+1 | |
| 2011-05-20 | Move Diamond into solids menu, add gravity elements | Simon Robertshaw | 3 | -6/+41 | |
| 2011-05-20 | Message notifications on login | Simon Robertshaw | 1 | -8/+17 | |
| 2011-05-19 | Fix message notifications for non-elevated users | Simon Robertshaw | 1 | -5/+8 | |
| 2011-05-19 | Version increment | Simon Robertshaw | 1 | -1/+1 | |
| 2011-05-19 | Fix DEUT explosion | jacksonmj | 1 | -2/+5 | |
| 2011-05-19 | Small fix for liquid and powder movement | jacksonmj | 1 | -7/+6 | |
| 2011-05-19 | Make sure WIND can't be created | jacksonmj | 2 | -0/+9 | |
| Revert this if the element number is reused for something useful | |||||
| 2011-05-19 | Photons and neutrons go through portal instead of reflecting | jacksonmj | 1 | -1/+32 | |
| 2011-05-19 | pthread Win32 static linking | Simon Robertshaw | 1 | -1/+8 | |
| 2011-05-19 | Message notification changes | Simon Robertshaw | 1 | -4/+9 | |
| 2011-05-16 | New message notification on session check TODO: Clickable link to ↵ | Simon Robertshaw | 4 | -5/+26 | |
| conversations on website | |||||
| 2011-05-15 | Runtime fullscreen toggle TODO: Fix bug that prevents from closing the ↵ | Simon Robertshaw | 3 | -5/+19 | |
| window after a fullscreen toggle | |||||
| 2011-05-15 | Fix n-gravity toggle | Simon Robertshaw | 1 | -0/+1 | |
| 2011-05-14 | Put menu_wall back into interface.c to fix crackers colour menu | Simon Robertshaw | 1 | -0/+7 | |
| 2011-05-14 | Decoration has a color menu. GoL uses less memory(17MB less), and probably ↵ | Cracker64 | 6 | -34/+110 | |
| a bit faster. | |||||
| 2011-05-14 | Fix crash with negative lava ctype | jacksonmj | 1 | -2/+5 | |
| E.g. "set type prti lava" | |||||
| 2011-05-14 | Life decrement property for soap | jacksonmj | 1 | -1/+1 | |
| 2011-05-14 | Translate invisible particles to decorated diamond when loading | jacksonmj | 1 | -0/+12 | |
| 2011-05-14 | Pass decorations to saving functions (doesn't actually save yet) | jacksonmj | 4 | -33/+35 | |
| 2011-05-14 | Turn WIND into a tool | jacksonmj | 5 | -13/+16 | |
| 2011-05-14 | Fix overlapping particles | jacksonmj | 2 | -85/+60 | |
| 2011-05-14 | Fix high speed photons when reflecting near glass | jacksonmj | 1 | -0/+7 | |
| 2011-05-14 | Use properties for life decrement/kill | Simon Robertshaw | 7 | -59/+79 | |
| 2011-05-14 | fix neutron cloning | Simon Robertshaw | 5 | -39/+46 | |
| 2011-05-14 | Shrink draw_tool_xy | jacksonmj | 2 | -153/+43 | |
