summaryrefslogtreecommitdiff
path: root/includes
AgeCommit message (Collapse)AuthorFilesLines
2011-02-09"Added Air modes using Gravitymode code"Cate1-0/+1
2011-02-04Fix AntimatterSimon1-1/+1
2011-02-04Merge with cracker, also fix versionSimon2-9/+9
2011-02-04merge jacksonmj's and much better string parsing because of a function i found.Cracker642-7/+7
2011-02-03missed some corrections, fixes GoLCracker642-4/+4
2011-02-01Update with simon, and drawing SPRK on walls crash fix.Cracker641-2/+2
2011-01-31Fix for liquids - jacksonmjSimon3-4/+7
2011-01-31Fix version for LoginSimon1-2/+2
2011-01-31merge jacksonmj's and simon's changes, and made mouse coords show up in ↵Cracker642-2/+5
debug so it is easier to get them.
2011-01-31ALL GLORY TO THE SAVASKSimon1-0/+2
2011-01-31Console improvementsjacksonmj1-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-31Moved console commands into own function. Added running script files so ↵Cracker641-0/+2
console commands can be run instantly. Added create command. element names work, from jacksonmj.
2011-01-31Make console recognise element namesjacksonmj1-0/+2
2011-01-30Merge branch 'upstream' into devjacksonmj3-3/+8
2011-01-30update with latestCracker643-14/+15
2011-01-30Merge with crackers consoleSimon2-0/+3
2011-01-30added 'load' command, and a basic error message.Cracker641-1/+1
2011-01-30Added a console! it is pretty self explanitoryCracker642-0/+3
2011-01-29Use Sessions instead of saving passwordSimon2-3/+5
2011-01-29Consistent use of NGOL, better NSCN descriptionjacksonmj2-4/+4
2011-01-29Merge remote branch 'cracker64' into devjacksonmj3-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-29finally fixed visual studio compiling, yayCracker642-2/+3
2011-01-29Other things overwritten, and changes from jacksonmjCracker641-2/+2
2011-01-29oops, silly copy file, and fixed the new GoL from simon's fail merging.Cracker642-16/+16
2011-01-28update to latestCracker647-414/+527
2011-01-28INWR should cool after being sparked; and correct function parametersjacksonmj1-3/+3
Also correct grule size and replicate existing freezing point behaviour for lava with strange ctypes.
2011-01-28Restore cracker64 changes overwritten by mergejacksonmj1-11/+10
2011-01-28Merge branch 'dev' of git://github.com/jacksonmj/The-Powder-ToySimon1-0/+8
2011-01-28Fix some problems with restrict_fltjacksonmj1-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-28Change include file for element update functionsjacksonmj1-0/+7
2011-01-27Merge with jacksonmj, Warning: potential for lot of bugsSimon6-414/+519
2011-01-27Fixes from crackerSimon1-1/+1
2011-01-20quartz shouldn't have prop_conducts, and fixed visual studio compilingCracker641-1/+1
2011-01-19revert all limit changes, a little too glitchy, can be done later when ↵Cracker642-45/+42
current limit is reached.
2011-01-19made all the shifts and type checks use defines, so it can be changed ↵Cracker641-0/+3
easier, and put it back to normal with a shift of 8.
2011-01-18test with increased element limit, there seems to be no performace decrease ↵Cracker641-2/+2
to me anyway. element limit of 4096
2011-01-17Cracker mergeSimon3-41/+70
2011-01-17more life types using states, put them in new menu. Maybe get some way to ↵Cracker643-9/+21
switch to new menu on mouseover of last spot of current life menu
2011-01-16Made GoL code work with more advanced rules with different life states, ↵Cracker642-25/+40
giving more interesting rules.
2011-01-15Merge branch 'cracker64' into devjacksonmj1-0/+2
Conflicts: includes/powder.h src/graphics.c src/main.c src/powder.c
2011-01-15Attempt fix for some cases of fast particles going through obstaclesjacksonmj1-0/+1
Also change direction_to_map again, to revert to original version (which has problems with some diagonal surfaces, but doesn't have noticeable inaccuracies) for refraction.
2011-01-14a fix so photons can be deleted and show up on HUD :)Cracker641-0/+2
2011-01-13Split elements/misc.c into separate functionsjacksonmj1-7/+13
2011-01-13Correct spellingjacksonmj1-14/+14
2011-01-13Merge element state into ptypes.jacksonmj1-307/+146
All of the pstates array except .state was replaced by ptransitions.
2011-01-13Exaggerate convection, misc rearrangement + fixesjacksonmj1-4/+4
2011-01-11Merge branch 'upstream' into devjacksonmj2-6/+12
2011-01-10fix QRTZ spot saving, rotate should change FAN vector as wellCracker641-1/+1
2011-01-10Finish update function cleanupjacksonmj1-3/+3
2011-01-09Better channel handlingjacksonmj1-3/+3