| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-02-07 | Fix GoL deleting particle 0 | jacksonmj | 1 | -1/+1 | |
| 2011-02-06 | More flood_parts fixes | jacksonmj | 1 | -30/+39 | |
| kill_part needs to update photon map, otherwise delete_part keeps deleting the same photon, leading to infinite flood_parts recursion. | |||||
| 2011-02-06 | Fix x,y not always updating and particle # not showing when BETA defined | jacksonmj | 1 | -4/+3 | |
| 2011-02-06 | Fix flood_parts crashes | jacksonmj | 1 | -6/+12 | |
| Crashes due to infinite recursion in flood_parts, which seemed to be caused by the pmap being incorrect. | |||||
| 2011-02-05 | Better text wrapping | jacksonmj | 1 | -49/+86 | |
| 2011-02-04 | Uninitialised pointer segfault if not previously logged in | jacksonmj | 1 | -1/+1 | |
| 2011-02-04 | Merge branch 'upstream' into dev | jacksonmj | 3 | -44/+185 | |
| Conflicts: src/powder.c | |||||
| 2011-02-04 | Nobody likes extra line breaks] | Simon | 1 | -2/+2 | |
| 2011-02-04 | Session checking on startup and compatibility fixes | Simon | 2 | -13/+91 | |
| 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 | 7 | -65/+141 | |
| 2011-02-04 | merge jacksonmj's and much better string parsing because of a function i found. | Cracker64 | 7 | -94/+59 | |
| 2011-02-03 | variables and if statements for scripts, GoL is glitchy for me, i don't know why | Cracker64 | 2 | -6/+117 | |
| 2011-02-03 | Merge branch 'upstream' into dev | jacksonmj | 4 | -36/+196 | |
| 2011-02-03 | Fixes from cracker64, also lolsounds | Simon | 3 | -10/+170 | |
| 2011-02-03 | Possible fix for liquids transferring spark through INSL | jacksonmj | 1 | -1/+1 | |
| 2011-02-03 | Make PTCT/NTCT cool down even when covered with spark | jacksonmj | 2 | -2/+6 | |
| Also fix typo in update_PHOT | |||||
| 2011-02-02 | More fixes | jacksonmj | 4 | -15/+24 | |
| Fix PHOT and FWRK. Fix QRTZ conductivity (broken by removing PROP_CONDUCTS) Add some things lost during rewrite: NTCT/PTCT not heated if INSL in the way; boiling point varies with pressure. | |||||
| 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 | 2 | -4/+87 | |
| 2011-02-01 | Small fixes | jacksonmj | 2 | -19/+19 | |
| Fix nearest_part distance calculation Rename air constants to avoid PLOSS clash with math.h Prevent crashes due to bad lava ctype. | |||||
| 2011-02-01 | made set work with all of one type of a particle (set type dust deut) turns ↵ | Cracker64 | 2 | -8/+89 | |
| all dust into deut | |||||
| 2011-02-01 | Update with simon, and drawing SPRK on walls crash fix. | Cracker64 | 2 | -2/+10 | |
| 2011-01-31 | Small changes from cracker | Simon | 2 | -11/+30 | |
| 2011-01-31 | Fix for liquids - jacksonmj | Simon | 3 | -284/+429 | |
| 2011-01-31 | Attempt fix for liquids | jacksonmj | 1 | -5/+5 | |
| 2011-01-31 | Fix login for non-elevated users | Simon | 1 | -1/+9 | |
| 2011-01-31 | merge jacksonmj's and simon's changes, and made mouse coords show up in ↵ | Cracker64 | 4 | -77/+235 | |
| debug so it is easier to get them. | |||||
| 2011-01-31 | ALL GLORY TO THE SAVASK | Simon | 4 | -3/+77 | |
| 2011-01-31 | Console improvements | jacksonmj | 2 | -64/+128 | |
| 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 | Merge branch 'cracker64' into dev | jacksonmj | 2 | -275/+325 | |
| Conflicts: src/interface.c src/main.c | |||||
| 2011-01-31 | stupid git, didn't take description change | Cracker64 | 1 | -4/+7 | |
| 2011-01-31 | Moved console commands into own function. Added running script files so ↵ | Cracker64 | 2 | -255/+335 | |
| console commands can be run instantly. Added create command. element names work, from jacksonmj. | |||||
| 2011-01-31 | Make console recognise element names | jacksonmj | 2 | -17/+48 | |
| 2011-01-31 | Merge branch 'upstream' into dev | jacksonmj | 2 | -1/+4 | |
| 2011-01-30 | Fix bugs with console. | Simon | 2 | -2/+8 | |
| 2011-01-30 | possible fix from jacksonmj, cursor gets set to end while changing commands ↵ | Cracker64 | 2 | -2/+6 | |
| with up/down | |||||
| 2011-01-30 | Console segfault fix | jacksonmj | 2 | -1/+4 | |
| ed.str is deallocated when console_ui returns. Dereferencing the returned pointer to ed.str therefore results in bad things. | |||||
| 2011-01-30 | Merge branch 'upstream' into dev | jacksonmj | 4 | -24/+451 | |
| 2011-01-30 | update with latest | Cracker64 | 5 | -31/+143 | |
| 2011-01-30 | Command buffer, limit is 9, I think | Simon | 1 | -1/+65 | |
| 2011-01-30 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon | 1 | -0/+1 | |
| 2011-01-30 | Merge with crackers console | Simon | 2 | -2/+321 | |
| 2011-01-30 | added 'load' command, and a basic error message. | Cracker64 | 2 | -4/+21 | |
| 2011-01-30 | Added a console! it is pretty self explanitory | Cracker64 | 2 | -2/+304 | |
| 2011-01-29 | Missing header for CM_COUNT | FacialTurd | 1 | -0/+1 | |
| 2011-01-29 | Missing file, also fix cmode saving | Simon | 1 | -3/+9 | |
| 2011-01-29 | Use Sessions instead of saving password | Simon | 2 | -20/+57 | |
| 2011-01-29 | Consistent use of NGOL, better NSCN description | jacksonmj | 2 | -3/+3 | |
