| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-01-25 | Login working, segfaults sometimes | Simon Robertshaw | 16 | -34/+164 | |
| 2012-01-25 | Version Increment | chaos.powdertoy.co.uk | 1 | -2/+2 | |
| 2012-01-25 | Fix crash when JSON parsing fails | jacksonmj | 1 | -3/+3 | |
| 2012-01-25 | Fix WARP destroying DMND | jacksonmj | 1 | -2/+9 | |
| If WARP moved in its update function, then the x/y variables in the main loop were out of date. When the normal movement code ran, changes were made to the wrong place in the pmap. This resulted in some particles with low IDs being destroyed by the addition of WARP+SING. This change might also fix the WARP+PRTI crash that I never managed to reproduce. | |||||
| 2012-01-25 | Make RBDM/WATR explosion work again, by not killing fire created by WATR | jacksonmj | 3 | -2/+5 | |
| 2012-01-25 | Only check the bits actually used for wavelength in photon ctype | jacksonmj | 2 | -2/+2 | |
| Fixes black photons not being killed after passing through pipe | |||||
| 2012-01-25 | OPS thumbnail crash fix, and blank thumbnails for saves from a newer version | jacksonmj | 2 | -5/+9 | |
| 2012-01-25 | If you cancel an update, the yellow update box stays away | Jacob1 | 1 | -0/+3 | |
| 2012-01-25 | Solids wall description, and check build_save was successful when saving a stamp | jacksonmj | 2 | -1/+3 | |
| 2012-01-25 | ability to delete corrupted stamps | Jacob1 | 1 | -4/+11 | |
| 2012-01-25 | Check coordinates of signs before using them to read pmap or pressure | jacksonmj | 1 | -4/+7 | |
| 2012-01-25 | transform_save should check wall coordinates against size in blocks, not the ↵ | jacksonmj | 1 | -1/+1 | |
| actual size Fixes crash when rotating a section of wall that is wider than YRES | |||||
| 2012-01-25 | Whoops, eval_move returning 1 should not allow particle creation | jacksonmj | 1 | -1/+1 | |
| 2012-01-25 | Implement PROP_NEUTABSORB | jacksonmj | 2 | -2/+9 | |
| 2012-01-25 | Make transform_save work with new save functions | jacksonmj | 4 | -119/+142 | |
| Conflicts: src/powder.c | |||||
| 2012-01-25 | Revert "transform_save should check wall coordinates against size in blocks, ↵ | Simon Robertshaw | 1 | -136/+0 | |
| not the actual size" This reverts commit 34c6043014527747dcc3fee65f66d0686a74f3fd. | |||||
| 2012-01-25 | transform_save should check wall coordinates against size in blocks, not the ↵ | jacksonmj | 1 | -0/+136 | |
| actual size Fixes crash when rotating a section of wall that is wider than YRES Conflicts: src/save.c | |||||
| 2012-01-25 | Revert "Some fixes for compiling with Visual Studio - void* and inline" | Simon Robertshaw | 2 | -5/+5 | |
| This reverts commit ea619f554259d746a82c2abf45e5734f637ed041. | |||||
| 2012-01-25 | Some fixes for compiling with Visual Studio - void* and inline | jacksonmj | 2 | -5/+5 | |
| 2012-01-25 | Login window close on success | Simon Robertshaw | 1 | -0/+4 | |
| 2012-01-25 | Login complete (minus brokenness) | Simon Robertshaw | 5 | -31/+55 | |
| 2012-01-24 | Fix textbox | Simon Robertshaw | 9 | -7/+50 | |
| 2012-01-24 | Wall menus | Simon Robertshaw | 5 | -0/+85 | |
| 2012-01-24 | Various | Simon Robertshaw | 21 | -398/+843 | |
| 2012-01-23 | Save name label position and alignment | Simon Robertshaw | 1 | -1/+2 | |
| 2012-01-23 | Better element buttons, Save preview WIP | Simon Robertshaw | 15 | -43/+330 | |
| 2012-01-23 | GameController shut down any render options open | Simon Robertshaw | 2 | -3/+11 | |
| 2012-01-23 | Render options | Simon Robertshaw | 7 | -1/+192 | |
| 2012-01-23 | Element menu | Simon Robertshaw | 10 | -9/+107 | |
| 2012-01-22 | Begining menu, tool | Simon Robertshaw | 9 | -11/+278 | |
| 2012-01-22 | Brush class for drawing on simulation, more interface for game | Simon Robertshaw | 11 | -134/+328 | |
| 2012-01-22 | Add remaining buttons for game screen | Simon Robertshaw | 2 | -33/+74 | |
| 2012-01-22 | Merge remote-tracking branch 'origin/master' | FrankBro | 14 | -7/+233 | |
| 2012-01-22 | Started the rest of the UI | FrankBro | 3 | -2/+103 | |
| 2012-01-22 | This qtcreator project files can build and run. | FrankBro | 1 | -0/+27 | |
| 2012-01-21 | Nice graphics for Showing windows | Simon Robertshaw | 4 | -3/+34 | |
| 2012-01-21 | Basic skeleton for save preview | Simon Robertshaw | 12 | -4/+199 | |
| 2012-01-21 | Reset page on sort change | Simon Robertshaw | 1 | -2/+2 | |
| 2012-01-21 | Fix thumbnail crash, turns out SaveButton was storing a Thumbnail pointer, ↵ | Simon Robertshaw | 17 | -34/+239 | |
| not a Thumbnail as I thought | |||||
| 2012-01-21 | Better cleanup for simulation - fix memory leaks | Simon Robertshaw | 17 | -8/+80 | |
| 2012-01-21 | Fix search crash | Simon Robertshaw | 1 | -0/+2 | |
| 2012-01-21 | Better handling of save vector from client | Simon Robertshaw | 8 | -23/+28 | |
| 2012-01-20 | Ensure action class is freed | Simon Robertshaw | 1 | -0/+2 | |
| 2012-01-20 | Fix some uninitialised variables | Simon Robertshaw | 6 | -6/+15 | |
| 2012-01-20 | Makefile for Linux and finished fixing case issues with includes | Simon Robertshaw | 3 | -5/+5 | |
| 2012-01-20 | Fix case for header files | Simon Robertshaw | 5 | -13/+7 | |
| 2012-01-20 | More stuff, need to fix memory leak | Simon Robertshaw | 18 | -84/+384 | |
| 2012-01-19 | Add "cajun" for JSON reading and writing, Save searching in client and some ↵ | Simon Robertshaw | 14 | -31/+1896 | |
| more stuff for searcg | |||||
| 2012-01-19 | Changes to thumbnail retreival | Simon Robertshaw | 6 | -28/+53 | |
| 2012-01-19 | Some folder changes, started search and client | Simon Robertshaw | 143 | -301/+2128 | |
