| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-01-31 | Small changes from cracker | Simon | 2 | -11/+30 | |
| 2011-01-31 | Fix for liquids - jacksonmj | Simon | 6 | -288/+436 | |
| 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 | 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 | 6 | -79/+240 | |
| debug so it is easier to get them. | |||||
| 2011-01-31 | ALL GLORY TO THE SAVASK | Simon | 5 | -3/+79 | |
| 2011-01-31 | Console improvements | jacksonmj | 3 | -66/+131 | |
| 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 | 3 | -255/+337 | |
| console commands can be run instantly. Added create command. element names work, from jacksonmj. | |||||
| 2011-01-31 | Make console recognise element names | jacksonmj | 3 | -17/+50 | |
| 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 | 7 | -27/+459 | |
| 2011-01-30 | update with latest | Cracker64 | 8 | -45/+158 | |
| 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 | 4 | -2/+324 | |
| 2011-01-30 | added 'load' command, and a basic error message. | Cracker64 | 3 | -5/+22 | |
| 2011-01-30 | Added a console! it is pretty self explanitory | Cracker64 | 4 | -2/+307 | |
| 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 | 4 | -23/+62 | |
| 2011-01-29 | Consistent use of NGOL, better NSCN description | jacksonmj | 4 | -7/+7 | |
| 2011-01-29 | Merge remote branch 'cracker64' into dev | jacksonmj | 10 | -31/+95 | |
| 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 | 4 | -3/+5 | |
| 2011-01-29 | fix some visual studio issues. | Cracker64 | 3 | -3/+4 | |
| 2011-01-29 | Other things overwritten, and changes from jacksonmj | Cracker64 | 4 | -24/+27 | |
| 2011-01-29 | oops, silly copy file, and fixed the new GoL from simon's fail merging. | Cracker64 | 7 | -6317/+116 | |
| 2011-01-28 | update to latest | Cracker64 | 80 | -16149/+22610 | |
| 2011-01-28 | INWR should cool after being sparked; and correct function parameters | jacksonmj | 3 | -8/+8 | |
| 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 | 3 | -34/+40 | |
| 2011-01-28 | Merge branch 'dev' of git://github.com/jacksonmj/The-Powder-Toy | Simon | 65 | -63/+73 | |
| 2011-01-28 | Fix some problems with restrict_flt | jacksonmj | 1 | -0/+1 | |
| This change fixes pressure glitches, burning substances cooling by themselves to absolute zero, and SING having temperatures of minus several million Kelvin. | |||||
| 2011-01-28 | Change include file for element update functions | jacksonmj | 64 | -63/+70 | |
| 2011-01-27 | Fix disappearing WTRV | jacksonmj | 1 | -0/+2 | |
| If water is sparked then quickly heated past 100C, the resulting WTRV will disappear after a few frames. | |||||
| 2011-01-27 | Merge with jacksonmj, Warning: potential for lot of bugs | Simon | 80 | -16150/+16324 | |
| 2011-01-27 | Fixes from cracker | Simon | 3 | -9/+23 | |
| 2011-01-23 | Fix SIGFPE when opening creations with exactly 50 up/down votes | jacksonmj | 1 | -6/+7 | |
| Only occurs on optimised (using $(OFLAGS) in Makefile) builds | |||||
| 2011-01-20 | quartz shouldn't have prop_conducts, and fixed visual studio compiling | Cracker64 | 2 | -3/+3 | |
| 2011-01-19 | ctrl-'=' will reset sparks | Cracker64 | 1 | -0/+10 | |
| 2011-01-19 | some photon fixes, and better resets on reload/clear | Cracker64 | 2 | -6/+10 | |
| 2011-01-19 | revert all limit changes, a little too glitchy, can be done later when ↵ | Cracker64 | 6 | -923/+935 | |
| current limit is reached. | |||||
| 2011-01-19 | made all the shifts and type checks use defines, so it can be changed ↵ | Cracker64 | 4 | -783/+786 | |
| easier, and put it back to normal with a shift of 8. | |||||
| 2011-01-18 | missed some bitshifts, which caused a few glitches. Everything seems normal | Cracker64 | 1 | -7/+7 | |
| 2011-01-18 | test with increased element limit, there seems to be no performace decrease ↵ | Cracker64 | 5 | -784/+788 | |
| to me anyway. element limit of 4096 | |||||
| 2011-01-17 | Cracker merge | Simon | 6 | -146/+283 | |
