| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-03-18 | Better rotation and inversion, also does single pixel translation | jacksonmj | 1 | -0/+2 | |
| 2011-03-18 | Matrices and vectors, to make coding next commit more pleasant | jacksonmj | 1 | -0/+23 | |
| 2011-03-18 | Add some arguments to save build/parse functions | jacksonmj | 1 | -2/+2 | |
| To make clipboard manipulation easier. | |||||
| 2011-03-18 | Update icon.h to match icon image files | jacksonmj | 1 | -1/+1 | |
| 2011-03-15 | Display photon wavelengths in HUD | jacksonmj | 1 | -1/+1 | |
| 2011-02-26 | Merge branch 'upstream' into dev | jacksonmj | 2 | -4/+7 | |
| Conflicts: src/main.c | |||||
| 2011-02-24 | WIND from cracker! | Simon | 1 | -2/+5 | |
| 2011-02-23 | Fancier glow, now affected by Velocity, Pressure and Heat | Simon | 1 | -1/+1 | |
| 2011-02-23 | Increase minor version | Simon | 1 | -1/+1 | |
| 2011-02-22 | Merge branch 'upstream' into dev | jacksonmj | 3 | -9/+8 | |
| Conflicts: src/main.c | |||||
| 2011-02-22 | Update version | Simon | 1 | -2/+2 | |
| 2011-02-21 | UI improvements for elements menu | Simon | 2 | -7/+6 | |
| 2011-02-21 | Zoom key conflict with international keyboards | jacksonmj | 1 | -2/+0 | |
| Change zoom key to only use keysym.sym, like all the other keyboard controls. This may mean it is no longer the 'z' key on all systems, but will prevent it conflicting with the other keyboard controls. | |||||
| 2011-02-20 | Zoom key conflict with international keyboards | jacksonmj | 1 | -2/+0 | |
| Change zoom key to only use keysym.sym, like all the other keyboard controls. This may mean it is no longer the 'z' key on all systems, but will prevent it conflicting with the other keyboard controls. | |||||
| 2011-02-20 | Fix some compiler warnings | jacksonmj | 1 | -0/+1 | |
| 2011-02-19 | Fix saving of display mode from keys and fix persistent display | Simon | 1 | -0/+1 | |
| 2011-02-19 | Minor version | Simon | 1 | -1/+1 | |
| 2011-02-19 | Move reset code to own function | jacksonmj | 2 | -0/+2 | |
| Also clear persistent view when loading a save or clearing the screen. | |||||
| 2011-02-13 | Visual Studio compatibility | jacksonmj | 1 | -0/+4 | |
| Also fix two compiler warnings | |||||
| 2011-02-09 | Merge branch 'dev' of git://github.com/jacksonmj/The-Powder-Toy | Simon | 2 | -8/+9 | |
| 2011-02-09 | "Added Air modes using Gravitymode code" | Cate | 1 | -0/+1 | |
| 2011-02-08 | Sound device not compulsory | jacksonmj | 1 | -1/+1 | |
| 2011-02-07 | Prevent crashes in the event of ridiculous temperatures | jacksonmj | 1 | -4/+5 | |
| 2011-02-07 | Improve console element parsing | jacksonmj | 1 | -3/+3 | |
| GOL, 34, 2x2 now work. Element types can no longer be referred to by number, to remove ambiguity between type and particle number. | |||||
| 2011-02-04 | Fix Antimatter | Simon | 1 | -1/+1 | |
| 2011-02-04 | Merge with cracker, also fix version | Simon | 2 | -9/+9 | |
| 2011-02-04 | merge jacksonmj's and much better string parsing because of a function i found. | Cracker64 | 2 | -7/+7 | |
| 2011-02-03 | missed some corrections, fixes GoL | Cracker64 | 2 | -4/+4 | |
| 2011-02-01 | Update with simon, and drawing SPRK on walls crash fix. | Cracker64 | 1 | -2/+2 | |
| 2011-01-31 | Fix for liquids - jacksonmj | Simon | 3 | -4/+7 | |
| 2011-01-31 | Fix version for Login | Simon | 1 | -2/+2 | |
| 2011-01-31 | merge jacksonmj's and simon's changes, and made mouse coords show up in ↵ | Cracker64 | 2 | -2/+5 | |
| debug so it is easier to get them. | |||||
| 2011-01-31 | ALL GLORY TO THE SAVASK | Simon | 1 | -0/+2 | |
| 2011-01-31 | Console improvements | jacksonmj | 1 | -2/+3 | |
| Can use x,y coordinates to specify which particle. ctype now also accepts element names. More sanity checking of input. delete command added. | |||||
| 2011-01-31 | Moved console commands into own function. Added running script files so ↵ | Cracker64 | 1 | -0/+2 | |
| console commands can be run instantly. Added create command. element names work, from jacksonmj. | |||||
| 2011-01-31 | Make console recognise element names | jacksonmj | 1 | -0/+2 | |
| 2011-01-30 | Merge branch 'upstream' into dev | jacksonmj | 3 | -3/+8 | |
| 2011-01-30 | update with latest | Cracker64 | 3 | -14/+15 | |
| 2011-01-30 | Merge with crackers console | Simon | 2 | -0/+3 | |
| 2011-01-30 | added 'load' command, and a basic error message. | Cracker64 | 1 | -1/+1 | |
| 2011-01-30 | Added a console! it is pretty self explanitory | Cracker64 | 2 | -0/+3 | |
| 2011-01-29 | Use Sessions instead of saving password | Simon | 2 | -3/+5 | |
| 2011-01-29 | Consistent use of NGOL, better NSCN description | jacksonmj | 2 | -4/+4 | |
| 2011-01-29 | Merge remote branch 'cracker64' into dev | jacksonmj | 3 | -17/+18 | |
| Conflicts: includes/element.h includes/powder.h src/elements/firw.c src/elements/legacy.c src/elements/phot.c src/elements/sprk.c src/graphics.c src/main.c src/powder.c | |||||
| 2011-01-29 | finally fixed visual studio compiling, yay | Cracker64 | 2 | -2/+3 | |
| 2011-01-29 | Other things overwritten, and changes from jacksonmj | Cracker64 | 1 | -2/+2 | |
| 2011-01-29 | oops, silly copy file, and fixed the new GoL from simon's fail merging. | Cracker64 | 2 | -16/+16 | |
| 2011-01-28 | update to latest | Cracker64 | 7 | -414/+527 | |
| 2011-01-28 | INWR should cool after being sparked; and correct function parameters | jacksonmj | 1 | -3/+3 | |
| Also correct grule size and replicate existing freezing point behaviour for lava with strange ctypes. | |||||
| 2011-01-28 | Restore cracker64 changes overwritten by merge | jacksonmj | 1 | -11/+10 | |
