| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-02-24 | Pretty transparent console | Simon | 1 | -18/+22 | |
| 2011-02-24 | WIND from cracker! | Simon | 1 | -2/+15 | |
| 2011-02-24 | forgot powder.h, and renamed drag to wind | Cracker64 | 1 | -2/+2 | |
| 2011-02-24 | a drag tool! | Cracker64 | 1 | -3/+14 | |
| 2011-02-23 | Increase debug coords string buffer to prevent crashes | Simon | 1 | -1/+1 | |
| 2011-02-23 | updating | Cracker64 | 1 | -165/+179 | |
| 2011-02-22 | Make the help screen a bit cleaner | Simon | 1 | -7/+3 | |
| 2011-02-22 | Merge branch 'upstream' into dev | jacksonmj | 1 | -84/+123 | |
| Conflicts: src/main.c | |||||
| 2011-02-21 | Sound and scripts are opt-in, to speed up loading and closing | Simon | 1 | -79/+98 | |
| 2011-02-21 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon | 1 | -16/+10 | |
| 2011-02-21 | Zoom key conflict with international keyboards | jacksonmj | 1 | -1/+1 | |
| 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-21 | Reduce overlap of HUD text when in debug/beta mode | jacksonmj | 1 | -15/+9 | |
| Also reduce duplication of some HUD code | |||||
| 2011-02-20 | Zoom key conflict with international keyboards | jacksonmj | 1 | -1/+1 | |
| 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 | Reduce overlap of HUD text when in debug/beta mode | jacksonmj | 1 | -15/+9 | |
| Also reduce duplication of some HUD code | |||||
| 2011-02-20 | Fix some compiler warnings | jacksonmj | 1 | -14/+13 | |
| 2011-02-19 | Notication of authentication improvement | Simon | 1 | -4/+23 | |
| 2011-02-19 | Fix saving of display mode from keys and fix persistent display | Simon | 1 | -2/+3 | |
| 2011-02-19 | Always save last display mode | jacksonmj | 1 | -1/+0 | |
| 2011-02-19 | Move reset code to own function | jacksonmj | 1 | -39/+29 | |
| Also clear persistent view when loading a save or clearing the screen. | |||||
| 2011-02-15 | Commands in signs, some don't fit | Cracker64 | 1 | -0/+22 | |
| 2011-02-13 | ALL GLORY TO THE SAVASK | Simon | 1 | -4/+1 | |
| 2011-02-13 | Fix Clickable signs | Simon | 1 | -4/+3 | |
| 2011-02-13 | Moved Gravity identifiers, added gravity mode and air mode to save format | Simon | 1 | -37/+42 | |
| 2011-02-13 | Visual Studio compatibility | jacksonmj | 1 | -7/+9 | |
| Also fix two compiler warnings | |||||
| 2011-02-11 | update with latest | Cracker64 | 1 | -121/+227 | |
| 2011-02-09 | Merge branch 'dev' of git://github.com/jacksonmj/The-Powder-Toy | Simon | 1 | -107/+113 | |
| 2011-02-09 | "Added Air modes using Gravitymode code" | Cate | 1 | -1/+29 | |
| 2011-02-08 | Sound device not compulsory | jacksonmj | 1 | -3/+10 | |
| 2011-02-06 | hidden menu shows up correctly | Cracker64 | 1 | -1/+1 | |
| 2011-02-06 | Fix x,y not always updating and particle # not showing when BETA defined | jacksonmj | 1 | -4/+3 | |
| 2011-02-06 | particle # shows up again | Cracker64 | 1 | -1/+1 | |
| 2011-02-06 | Uninitialised pointer segfault if not previously logged in - jacksonmj | FacialTurd | 1 | -1/+1 | |
| 2011-02-04 | Uninitialised pointer segfault if not previously logged in | jacksonmj | 1 | -1/+1 | |
| 2011-02-04 | Merge branch 'upstream' into dev | jacksonmj | 1 | -16/+160 | |
| Conflicts: src/powder.c | |||||
| 2011-02-04 | Session checking on startup and compatibility fixes | Simon | 1 | -2/+75 | |
| 2011-02-04 | We don't want any buffer overflow, especially when reading file and user input | Simon | 1 | -2/+2 | |
| 2011-02-04 | Merge with cracker, also fix version | Simon | 1 | -14/+85 | |
| 2011-02-04 | merge jacksonmj's and much better string parsing because of a function i found. | Cracker64 | 1 | -43/+7 | |
| 2011-02-03 | variables and if statements for scripts, GoL is glitchy for me, i don't know why | Cracker64 | 1 | -6/+113 | |
| 2011-02-03 | Merge branch 'upstream' into dev | jacksonmj | 1 | -17/+176 | |
| 2011-02-03 | Fixes from cracker64, also lolsounds | Simon | 1 | -8/+167 | |
| 2011-02-02 | HERE are the doubled memsets | Cracker64 | 1 | -4/+0 | |
| 2011-02-02 | fix a few things, some memsets were doubled. | Cracker64 | 1 | -2/+2 | |
| 2011-02-02 | testing playing .wav files. lol sounds | Cracker64 | 1 | -3/+85 | |
| 2011-02-01 | made set work with all of one type of a particle (set type dust deut) turns ↵ | Cracker64 | 1 | -1/+82 | |
| all dust into deut | |||||
| 2011-01-31 | Small changes from cracker | Simon | 1 | -1/+19 | |
| 2011-01-31 | Fix for liquids - jacksonmj | Simon | 1 | -256/+306 | |
| 2011-01-31 | merge jacksonmj's and simon's changes, and made mouse coords show up in ↵ | Cracker64 | 1 | -47/+84 | |
| debug so it is easier to get them. | |||||
| 2011-01-31 | ALL GLORY TO THE SAVASK | Simon | 1 | -0/+29 | |
| 2011-01-31 | Console improvements | jacksonmj | 1 | -45/+34 | |
| Can use x,y coordinates to specify which particle. ctype now also accepts element names. More sanity checking of input. delete command added. | |||||
