summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-02-04Nobody likes extra line breaks]Simon1-2/+2
2011-02-04Session checking on startup and compatibility fixesSimon2-13/+91
2011-02-04We don't want any buffer overflow, especially when reading file and user inputSimon1-2/+2
2011-02-04Merge with cracker, also fix versionSimon9-74/+150
2011-02-04merge jacksonmj's and much better string parsing because of a function i found.Cracker649-101/+66
2011-02-03missed some corrections, fixes GoLCracker642-4/+4
2011-02-03variables and if statements for scripts, GoL is glitchy for me, i don't know whyCracker642-6/+117
2011-02-03Merge branch 'upstream' into devjacksonmj4-36/+196
2011-02-03Fixes from cracker64, also lolsoundsSimon3-10/+170
2011-02-03Possible fix for liquids transferring spark through INSLjacksonmj1-1/+1
2011-02-03Make PTCT/NTCT cool down even when covered with sparkjacksonmj2-2/+6
Also fix typo in update_PHOT
2011-02-02Add menu sections (prevents menu_count exceeding msections size)jacksonmj1-0/+2
2011-02-02More fixesjacksonmj4-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-02HERE are the doubled memsetsCracker641-4/+0
2011-02-02fix a few things, some memsets were doubled.Cracker641-2/+2
2011-02-02testing playing .wav files. lol soundsCracker642-4/+87
2011-02-01Small fixesjacksonmj3-26/+24
Fix nearest_part distance calculation Rename air constants to avoid PLOSS clash with math.h Prevent crashes due to bad lava ctype.
2011-02-01made set work with all of one type of a particle (set type dust deut) turns ↵Cracker642-8/+89
all dust into deut
2011-02-01Update with simon, and drawing SPRK on walls crash fix.Cracker643-4/+12
2011-01-31Small changes from crackerSimon2-11/+30
2011-01-31Fix for liquids - jacksonmjSimon6-288/+436
2011-01-31Attempt fix for liquidsjacksonmj1-5/+5
2011-01-31Fix login for non-elevated usersSimon1-1/+9
2011-01-31Fix version for LoginSimon1-2/+2
2011-01-31merge jacksonmj's and simon's changes, and made mouse coords show up in ↵Cracker646-79/+240
debug so it is easier to get them.
2011-01-31ALL GLORY TO THE SAVASKSimon5-3/+79
2011-01-31Console improvementsjacksonmj3-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-31Merge branch 'cracker64' into devjacksonmj2-275/+325
Conflicts: src/interface.c src/main.c
2011-01-31stupid git, didn't take description changeCracker641-4/+7
2011-01-31Moved console commands into own function. Added running script files so ↵Cracker643-255/+337
console commands can be run instantly. Added create command. element names work, from jacksonmj.
2011-01-31Make console recognise element namesjacksonmj3-17/+50
2011-01-31Merge branch 'upstream' into devjacksonmj2-1/+4
2011-01-30Fix bugs with console.Simon2-2/+8
2011-01-30possible fix from jacksonmj, cursor gets set to end while changing commands ↵Cracker642-2/+6
with up/down
2011-01-30Console segfault fixjacksonmj2-1/+4
ed.str is deallocated when console_ui returns. Dereferencing the returned pointer to ed.str therefore results in bad things.
2011-01-30Merge branch 'upstream' into devjacksonmj7-27/+459
2011-01-30update with latestCracker648-45/+158
2011-01-30Command buffer, limit is 9, I thinkSimon1-1/+65
2011-01-30Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon1-0/+1
2011-01-30Merge with crackers consoleSimon4-2/+324
2011-01-30added 'load' command, and a basic error message.Cracker643-5/+22
2011-01-30Added a console! it is pretty self explanitoryCracker644-2/+307
2011-01-29Missing header for CM_COUNTFacialTurd1-0/+1
2011-01-29Missing file, also fix cmode savingSimon1-3/+9
2011-01-29Use Sessions instead of saving passwordSimon4-23/+62
2011-01-29Consistent use of NGOL, better NSCN descriptionjacksonmj4-7/+7
2011-01-29Merge remote branch 'cracker64' into devjacksonmj10-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-29finally fixed visual studio compiling, yayCracker644-3/+5
2011-01-29fix some visual studio issues.Cracker643-3/+4
2011-01-29Other things overwritten, and changes from jacksonmjCracker644-24/+27